2024-05-15T23:32:10.1120557Z Current runner version: '2.316.1' 2024-05-15T23:32:10.1126590Z Runner name: 'i-09c0ac4893073ad4b' 2024-05-15T23:32:10.1127442Z Runner group name: 'Default' 2024-05-15T23:32:10.1128404Z Machine name: 'ip-10-0-26-62' 2024-05-15T23:32:10.1131590Z ##[group]GITHUB_TOKEN Permissions 2024-05-15T23:32:10.1133418Z Contents: read 2024-05-15T23:32:10.1134025Z Metadata: read 2024-05-15T23:32:10.1134586Z Packages: read 2024-05-15T23:32:10.1135119Z ##[endgroup] 2024-05-15T23:32:10.1138193Z Secret source: Actions 2024-05-15T23:32:10.1138972Z Prepare workflow directory 2024-05-15T23:32:10.4870638Z Prepare all required actions 2024-05-15T23:32:10.5066046Z Getting action download info 2024-05-15T23:32:10.6663865Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-05-15T23:32:10.8479295Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-05-15T23:32:11.0113143Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-05-15T23:32:11.1452583Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-05-15T23:32:11.2723637Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-05-15T23:32:11.5758618Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:32:11.5760857Z ##[group] Inputs 2024-05-15T23:32:11.5763162Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:11.5765803Z timeout: 60 2024-05-15T23:32:11.5766254Z runner: linux.g5.4xlarge.nvidia.gpu 2024-05-15T23:32:11.5766732Z upload-artifact: 2024-05-15T23:32:11.5767079Z download-artifact: 2024-05-15T23:32:11.5767463Z repository: 2024-05-15T23:32:11.5767824Z fetch-depth: 1 2024-05-15T23:32:11.5768188Z submodules: 2024-05-15T23:32:11.5768540Z ref: 2024-05-15T23:32:11.5768910Z test-infra-repository: pytorch/test-infra 2024-05-15T23:32:11.5769390Z test-infra-ref: 2024-05-15T23:32:11.5769801Z docker-image: pytorch/conda-builder 2024-05-15T23:32:11.5770309Z docker-build-dir: .ci/docker 2024-05-15T23:32:11.5770708Z gpu-arch-type: cuda 2024-05-15T23:32:11.5771110Z gpu-arch-version: 12.1 2024-05-15T23:32:11.5771496Z job-name: linux-job 2024-05-15T23:32:11.5772245Z continue-on-error: false 2024-05-15T23:32:11.5772681Z binary-matrix: 2024-05-15T23:32:11.5773085Z run-with-docker: true 2024-05-15T23:32:11.5773483Z secrets-env: HF_TOKEN_PERIODIC 2024-05-15T23:32:11.5773932Z no-sudo: false 2024-05-15T23:32:11.5774338Z ##[endgroup] 2024-05-15T23:32:11.5774928Z Complete job name: test-readme-cpu / linux-job 2024-05-15T23:32:11.6625821Z ##[group]Run set -euxo pipefail 2024-05-15T23:32:11.6626389Z set -euxo pipefail 2024-05-15T23:32:11.6626833Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-05-15T23:32:11.6627396Z  echo "::group::Cleanup with-sudo debug output" 2024-05-15T23:32:11.6627959Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:32:11.6628393Z else 2024-05-15T23:32:11.6628793Z  echo "::group::Cleanup no-sudo debug output" 2024-05-15T23:32:11.6629325Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:32:11.6629831Z fi 2024-05-15T23:32:11.6630114Z  2024-05-15T23:32:11.6630436Z mkdir -p "${GITHUB_WORKSPACE}" 2024-05-15T23:32:11.6630869Z echo "::endgroup::" 2024-05-15T23:32:11.6641226Z shell: /usr/bin/bash -e {0} 2024-05-15T23:32:11.6641603Z env: 2024-05-15T23:32:11.6641942Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:11.6642552Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:11.6642980Z PR_NUMBER: 804 2024-05-15T23:32:11.6645084Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:11.6647235Z NO_SUDO: false 2024-05-15T23:32:11.6647623Z ##[endgroup] 2024-05-15T23:32:11.6818626Z + [[ false == \f\a\l\s\e ]] 2024-05-15T23:32:11.6840181Z ##[group]Cleanup with-sudo debug output 2024-05-15T23:32:11.6849323Z + echo '::group::Cleanup with-sudo debug output' 2024-05-15T23:32:11.6850054Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-05-15T23:32:11.6867845Z removed directory: '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-05-15T23:32:11.6880569Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-05-15T23:32:11.6887794Z + echo ::endgroup:: 2024-05-15T23:32:11.6888899Z ##[endgroup] 2024-05-15T23:32:11.7132800Z ##[group]Run actions/checkout@v3 2024-05-15T23:32:11.7133231Z with: 2024-05-15T23:32:11.7133539Z repository: pytorch/test-infra 2024-05-15T23:32:11.7133926Z path: test-infra 2024-05-15T23:32:11.7134248Z submodules: recursive 2024-05-15T23:32:11.7134749Z token: *** 2024-05-15T23:32:11.7135056Z ssh-strict: true 2024-05-15T23:32:11.7135389Z persist-credentials: true 2024-05-15T23:32:11.7135749Z clean: true 2024-05-15T23:32:11.7136072Z sparse-checkout-cone-mode: true 2024-05-15T23:32:11.7136464Z fetch-depth: 1 2024-05-15T23:32:11.7136765Z fetch-tags: false 2024-05-15T23:32:11.7137064Z lfs: false 2024-05-15T23:32:11.7137353Z set-safe-directory: true 2024-05-15T23:32:11.7137782Z env: 2024-05-15T23:32:11.7138115Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:11.7138574Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:11.7138946Z PR_NUMBER: 804 2024-05-15T23:32:11.7141160Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:11.7143324Z ##[endgroup] 2024-05-15T23:32:11.8139330Z Syncing repository: pytorch/test-infra 2024-05-15T23:32:11.8140277Z ##[group]Getting Git version info 2024-05-15T23:32:11.8141254Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-05-15T23:32:11.8142209Z [command]/usr/bin/git version 2024-05-15T23:32:11.8142590Z git version 2.40.1 2024-05-15T23:32:11.8143895Z ##[endgroup] 2024-05-15T23:32:11.8155501Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/0b16d36d-6313-4d2d-9dea-83769b9e4cc7' before making global git config changes 2024-05-15T23:32:11.8156770Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:32:11.8159325Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:32:11.8186565Z ##[group]Initializing the repository 2024-05-15T23:32:11.8189439Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:32:11.8210801Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:32:11.8211800Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:32:11.8212620Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:32:11.8213202Z hint: 2024-05-15T23:32:11.8213864Z hint: git config --global init.defaultBranch 2024-05-15T23:32:11.8214347Z hint: 2024-05-15T23:32:11.8214865Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:32:11.8215725Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:32:11.8216322Z hint: 2024-05-15T23:32:11.8216639Z hint: git branch -m 2024-05-15T23:32:11.8217577Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-05-15T23:32:11.8220701Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-05-15T23:32:11.8242465Z ##[endgroup] 2024-05-15T23:32:11.8243072Z ##[group]Disabling automatic garbage collection 2024-05-15T23:32:11.8245054Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:32:11.8270194Z ##[endgroup] 2024-05-15T23:32:11.8270717Z ##[group]Setting up auth 2024-05-15T23:32:11.8276354Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:32:11.8302108Z [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-05-15T23:32:11.8497185Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:32:11.8517918Z [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-05-15T23:32:11.8716141Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:32:11.8756954Z ##[endgroup] 2024-05-15T23:32:11.8757556Z ##[group]Determining the default branch 2024-05-15T23:32:11.8760333Z Retrieving the default branch name 2024-05-15T23:32:12.0689337Z Default branch 'main' 2024-05-15T23:32:12.0690371Z ##[endgroup] 2024-05-15T23:32:12.0691156Z ##[group]Fetching the repository 2024-05-15T23:32:12.0695315Z [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-05-15T23:32:12.3273456Z remote: Enumerating objects: 1184, done. 2024-05-15T23:32:12.3274270Z remote: Counting objects: 0% (1/1184) 2024-05-15T23:32:12.3274927Z remote: Counting objects: 1% (12/1184) 2024-05-15T23:32:12.3275481Z remote: Counting objects: 2% (24/1184) 2024-05-15T23:32:12.3276095Z remote: Counting objects: 3% (36/1184) 2024-05-15T23:32:12.3276597Z remote: Counting objects: 4% (48/1184) 2024-05-15T23:32:12.3277098Z remote: Counting objects: 5% (60/1184) 2024-05-15T23:32:12.3277602Z remote: Counting objects: 6% (72/1184) 2024-05-15T23:32:12.3278100Z remote: Counting objects: 7% (83/1184) 2024-05-15T23:32:12.3278595Z remote: Counting objects: 8% (95/1184) 2024-05-15T23:32:12.3279122Z remote: Counting objects: 9% (107/1184) 2024-05-15T23:32:12.3279632Z remote: Counting objects: 10% (119/1184) 2024-05-15T23:32:12.3280142Z remote: Counting objects: 11% (131/1184) 2024-05-15T23:32:12.3280652Z remote: Counting objects: 12% (143/1184) 2024-05-15T23:32:12.3281151Z remote: Counting objects: 13% (154/1184) 2024-05-15T23:32:12.3281686Z remote: Counting objects: 14% (166/1184) 2024-05-15T23:32:12.3282202Z remote: Counting objects: 15% (178/1184) 2024-05-15T23:32:12.3282728Z remote: Counting objects: 16% (190/1184) 2024-05-15T23:32:12.3283223Z remote: Counting objects: 17% (202/1184) 2024-05-15T23:32:12.3283712Z remote: Counting objects: 18% (214/1184) 2024-05-15T23:32:12.3284218Z remote: Counting objects: 19% (225/1184) 2024-05-15T23:32:12.3284728Z remote: Counting objects: 20% (237/1184) 2024-05-15T23:32:12.3285226Z remote: Counting objects: 21% (249/1184) 2024-05-15T23:32:12.3286065Z remote: Counting objects: 22% (261/1184) 2024-05-15T23:32:12.3286614Z remote: Counting objects: 23% (273/1184) 2024-05-15T23:32:12.3287173Z remote: Counting objects: 24% (285/1184) 2024-05-15T23:32:12.3287784Z remote: Counting objects: 25% (296/1184) 2024-05-15T23:32:12.3288437Z remote: Counting objects: 26% (308/1184) 2024-05-15T23:32:12.3289021Z remote: Counting objects: 27% (320/1184) 2024-05-15T23:32:12.3289521Z remote: Counting objects: 28% (332/1184) 2024-05-15T23:32:12.3290022Z remote: Counting objects: 29% (344/1184) 2024-05-15T23:32:12.3290527Z remote: Counting objects: 30% (356/1184) 2024-05-15T23:32:12.3291023Z remote: Counting objects: 31% (368/1184) 2024-05-15T23:32:12.3291530Z remote: Counting objects: 32% (379/1184) 2024-05-15T23:32:12.3292039Z remote: Counting objects: 33% (391/1184) 2024-05-15T23:32:12.3292538Z remote: Counting objects: 34% (403/1184) 2024-05-15T23:32:12.3293061Z remote: Counting objects: 35% (415/1184) 2024-05-15T23:32:12.3293570Z remote: Counting objects: 36% (427/1184) 2024-05-15T23:32:12.3294207Z remote: Counting objects: 37% (439/1184) 2024-05-15T23:32:12.3294719Z remote: Counting objects: 38% (450/1184) 2024-05-15T23:32:12.3295220Z remote: Counting objects: 39% (462/1184) 2024-05-15T23:32:12.3295713Z remote: Counting objects: 40% (474/1184) 2024-05-15T23:32:12.3296218Z remote: Counting objects: 41% (486/1184) 2024-05-15T23:32:12.3296716Z remote: Counting objects: 42% (498/1184) 2024-05-15T23:32:12.3297209Z remote: Counting objects: 43% (510/1184) 2024-05-15T23:32:12.3297798Z remote: Counting objects: 44% (521/1184) 2024-05-15T23:32:12.3298305Z remote: Counting objects: 45% (533/1184) 2024-05-15T23:32:12.3298804Z remote: Counting objects: 46% (545/1184) 2024-05-15T23:32:12.3299306Z remote: Counting objects: 47% (557/1184) 2024-05-15T23:32:12.3299816Z remote: Counting objects: 48% (569/1184) 2024-05-15T23:32:12.3300324Z remote: Counting objects: 49% (581/1184) 2024-05-15T23:32:12.3300999Z remote: Counting objects: 50% (592/1184) 2024-05-15T23:32:12.3301516Z remote: Counting objects: 51% (604/1184) 2024-05-15T23:32:12.3302022Z remote: Counting objects: 52% (616/1184) 2024-05-15T23:32:12.3302526Z remote: Counting objects: 53% (628/1184) 2024-05-15T23:32:12.3303037Z remote: Counting objects: 54% (640/1184) 2024-05-15T23:32:12.3303545Z remote: Counting objects: 55% (652/1184) 2024-05-15T23:32:12.3304046Z remote: Counting objects: 56% (664/1184) 2024-05-15T23:32:12.3304553Z remote: Counting objects: 57% (675/1184) 2024-05-15T23:32:12.3305053Z remote: Counting objects: 58% (687/1184) 2024-05-15T23:32:12.3305544Z remote: Counting objects: 59% (699/1184) 2024-05-15T23:32:12.3306046Z remote: Counting objects: 60% (711/1184) 2024-05-15T23:32:12.3306553Z remote: Counting objects: 61% (723/1184) 2024-05-15T23:32:12.3307046Z remote: Counting objects: 62% (735/1184) 2024-05-15T23:32:12.3307552Z remote: Counting objects: 63% (746/1184) 2024-05-15T23:32:12.3308141Z remote: Counting objects: 64% (758/1184) 2024-05-15T23:32:12.3308644Z remote: Counting objects: 65% (770/1184) 2024-05-15T23:32:12.3309137Z remote: Counting objects: 66% (782/1184) 2024-05-15T23:32:12.3309635Z remote: Counting objects: 67% (794/1184) 2024-05-15T23:32:12.3310134Z remote: Counting objects: 68% (806/1184) 2024-05-15T23:32:12.3310626Z remote: Counting objects: 69% (817/1184) 2024-05-15T23:32:12.3311129Z remote: Counting objects: 70% (829/1184) 2024-05-15T23:32:12.3311632Z remote: Counting objects: 71% (841/1184) 2024-05-15T23:32:12.3312144Z remote: Counting objects: 72% (853/1184) 2024-05-15T23:32:12.3312683Z remote: Counting objects: 73% (865/1184) 2024-05-15T23:32:12.3313271Z remote: Counting objects: 74% (877/1184) 2024-05-15T23:32:12.3313775Z remote: Counting objects: 75% (888/1184) 2024-05-15T23:32:12.3314274Z remote: Counting objects: 76% (900/1184) 2024-05-15T23:32:12.3314776Z remote: Counting objects: 77% (912/1184) 2024-05-15T23:32:12.3315277Z remote: Counting objects: 78% (924/1184) 2024-05-15T23:32:12.3315770Z remote: Counting objects: 79% (936/1184) 2024-05-15T23:32:12.3316269Z remote: Counting objects: 80% (948/1184) 2024-05-15T23:32:12.3316767Z remote: Counting objects: 81% (960/1184) 2024-05-15T23:32:12.3317259Z remote: Counting objects: 82% (971/1184) 2024-05-15T23:32:12.3317761Z remote: Counting objects: 83% (983/1184) 2024-05-15T23:32:12.3318264Z remote: Counting objects: 84% (995/1184) 2024-05-15T23:32:12.3318767Z remote: Counting objects: 85% (1007/1184) 2024-05-15T23:32:12.3319296Z remote: Counting objects: 86% (1019/1184) 2024-05-15T23:32:12.3319830Z remote: Counting objects: 87% (1031/1184) 2024-05-15T23:32:12.3320348Z remote: Counting objects: 88% (1042/1184) 2024-05-15T23:32:12.3320936Z remote: Counting objects: 89% (1054/1184) 2024-05-15T23:32:12.3321461Z remote: Counting objects: 90% (1066/1184) 2024-05-15T23:32:12.3321974Z remote: Counting objects: 91% (1078/1184) 2024-05-15T23:32:12.3322499Z remote: Counting objects: 92% (1090/1184) 2024-05-15T23:32:12.3323065Z remote: Counting objects: 93% (1102/1184) 2024-05-15T23:32:12.3323582Z remote: Counting objects: 94% (1113/1184) 2024-05-15T23:32:12.3324160Z remote: Counting objects: 95% (1125/1184) 2024-05-15T23:32:12.3324677Z remote: Counting objects: 96% (1137/1184) 2024-05-15T23:32:12.3325198Z remote: Counting objects: 97% (1149/1184) 2024-05-15T23:32:12.3325722Z remote: Counting objects: 98% (1161/1184) 2024-05-15T23:32:12.3326242Z remote: Counting objects: 99% (1173/1184) 2024-05-15T23:32:12.3326766Z remote: Counting objects: 100% (1184/1184) 2024-05-15T23:32:12.3327322Z remote: Counting objects: 100% (1184/1184), done. 2024-05-15T23:32:12.3327892Z remote: Compressing objects: 0% (1/930) 2024-05-15T23:32:12.3328425Z remote: Compressing objects: 1% (10/930) 2024-05-15T23:32:12.3328960Z remote: Compressing objects: 2% (19/930) 2024-05-15T23:32:12.3329492Z remote: Compressing objects: 3% (28/930) 2024-05-15T23:32:12.3330032Z remote: Compressing objects: 4% (38/930) 2024-05-15T23:32:12.3330563Z remote: Compressing objects: 5% (47/930) 2024-05-15T23:32:12.3331090Z remote: Compressing objects: 6% (56/930) 2024-05-15T23:32:12.3331624Z remote: Compressing objects: 7% (66/930) 2024-05-15T23:32:12.3332156Z remote: Compressing objects: 8% (75/930) 2024-05-15T23:32:12.3332679Z remote: Compressing objects: 9% (84/930) 2024-05-15T23:32:12.3333222Z remote: Compressing objects: 10% (93/930) 2024-05-15T23:32:12.3333756Z remote: Compressing objects: 11% (103/930) 2024-05-15T23:32:12.3334305Z remote: Compressing objects: 12% (112/930) 2024-05-15T23:32:12.3334847Z remote: Compressing objects: 13% (121/930) 2024-05-15T23:32:12.3335388Z remote: Compressing objects: 14% (131/930) 2024-05-15T23:32:12.3335931Z remote: Compressing objects: 15% (140/930) 2024-05-15T23:32:12.3336462Z remote: Compressing objects: 16% (149/930) 2024-05-15T23:32:12.3336998Z remote: Compressing objects: 17% (159/930) 2024-05-15T23:32:12.3337627Z remote: Compressing objects: 18% (168/930) 2024-05-15T23:32:12.3338160Z remote: Compressing objects: 19% (177/930) 2024-05-15T23:32:12.3338695Z remote: Compressing objects: 20% (186/930) 2024-05-15T23:32:12.3339231Z remote: Compressing objects: 21% (196/930) 2024-05-15T23:32:12.3339762Z remote: Compressing objects: 22% (205/930) 2024-05-15T23:32:12.3340359Z remote: Compressing objects: 23% (214/930) 2024-05-15T23:32:12.3341080Z remote: Compressing objects: 24% (224/930) 2024-05-15T23:32:12.3341621Z remote: Compressing objects: 25% (233/930) 2024-05-15T23:32:12.3342159Z remote: Compressing objects: 26% (242/930) 2024-05-15T23:32:12.3342698Z remote: Compressing objects: 27% (252/930) 2024-05-15T23:32:12.3343224Z remote: Compressing objects: 28% (261/930) 2024-05-15T23:32:12.3343769Z remote: Compressing objects: 29% (270/930) 2024-05-15T23:32:12.3344307Z remote: Compressing objects: 30% (279/930) 2024-05-15T23:32:12.3344840Z remote: Compressing objects: 31% (289/930) 2024-05-15T23:32:12.3345373Z remote: Compressing objects: 32% (298/930) 2024-05-15T23:32:12.3345909Z remote: Compressing objects: 33% (307/930) 2024-05-15T23:32:12.3346445Z remote: Compressing objects: 34% (317/930) 2024-05-15T23:32:12.3346982Z remote: Compressing objects: 35% (326/930) 2024-05-15T23:32:12.3347518Z remote: Compressing objects: 36% (335/930) 2024-05-15T23:32:12.3348051Z remote: Compressing objects: 37% (345/930) 2024-05-15T23:32:12.3348676Z remote: Compressing objects: 38% (354/930) 2024-05-15T23:32:12.3349219Z remote: Compressing objects: 39% (363/930) 2024-05-15T23:32:12.3349754Z remote: Compressing objects: 40% (372/930) 2024-05-15T23:32:12.3350278Z remote: Compressing objects: 41% (382/930) 2024-05-15T23:32:12.3350818Z remote: Compressing objects: 42% (391/930) 2024-05-15T23:32:12.3351351Z remote: Compressing objects: 43% (400/930) 2024-05-15T23:32:12.3351877Z remote: Compressing objects: 44% (410/930) 2024-05-15T23:32:12.3352409Z remote: Compressing objects: 45% (419/930) 2024-05-15T23:32:12.3352988Z remote: Compressing objects: 46% (428/930) 2024-05-15T23:32:12.3353515Z remote: Compressing objects: 47% (438/930) 2024-05-15T23:32:12.3354058Z remote: Compressing objects: 48% (447/930) 2024-05-15T23:32:12.3354586Z remote: Compressing objects: 49% (456/930) 2024-05-15T23:32:12.3383902Z remote: Compressing objects: 50% (465/930) 2024-05-15T23:32:12.3384512Z remote: Compressing objects: 51% (475/930) 2024-05-15T23:32:12.3385159Z remote: Compressing objects: 52% (484/930) 2024-05-15T23:32:12.3385703Z remote: Compressing objects: 53% (493/930) 2024-05-15T23:32:12.3386237Z remote: Compressing objects: 54% (503/930) 2024-05-15T23:32:12.3386763Z remote: Compressing objects: 55% (512/930) 2024-05-15T23:32:12.3387298Z remote: Compressing objects: 56% (521/930) 2024-05-15T23:32:12.3387830Z remote: Compressing objects: 57% (531/930) 2024-05-15T23:32:12.3388353Z remote: Compressing objects: 58% (540/930) 2024-05-15T23:32:12.3388879Z remote: Compressing objects: 59% (549/930) 2024-05-15T23:32:12.3389407Z remote: Compressing objects: 60% (558/930) 2024-05-15T23:32:12.3389940Z remote: Compressing objects: 61% (568/930) 2024-05-15T23:32:12.3390468Z remote: Compressing objects: 62% (577/930) 2024-05-15T23:32:12.3390997Z remote: Compressing objects: 63% (586/930) 2024-05-15T23:32:12.3391526Z remote: Compressing objects: 64% (596/930) 2024-05-15T23:32:12.3392061Z remote: Compressing objects: 65% (605/930) 2024-05-15T23:32:12.3392595Z remote: Compressing objects: 66% (614/930) 2024-05-15T23:32:12.3393126Z remote: Compressing objects: 67% (624/930) 2024-05-15T23:32:12.3393647Z remote: Compressing objects: 68% (633/930) 2024-05-15T23:32:12.3394171Z remote: Compressing objects: 69% (642/930) 2024-05-15T23:32:12.3394698Z remote: Compressing objects: 70% (651/930) 2024-05-15T23:32:12.3395219Z remote: Compressing objects: 71% (661/930) 2024-05-15T23:32:12.3395746Z remote: Compressing objects: 72% (670/930) 2024-05-15T23:32:12.3396409Z remote: Compressing objects: 73% (679/930) 2024-05-15T23:32:12.3396926Z remote: Compressing objects: 74% (689/930) 2024-05-15T23:32:12.3397453Z remote: Compressing objects: 75% (698/930) 2024-05-15T23:32:12.3397991Z remote: Compressing objects: 76% (707/930) 2024-05-15T23:32:12.3398512Z remote: Compressing objects: 77% (717/930) 2024-05-15T23:32:12.3399039Z remote: Compressing objects: 78% (726/930) 2024-05-15T23:32:12.3399565Z remote: Compressing objects: 79% (735/930) 2024-05-15T23:32:12.3400089Z remote: Compressing objects: 80% (744/930) 2024-05-15T23:32:12.3400615Z remote: Compressing objects: 81% (754/930) 2024-05-15T23:32:12.3401144Z remote: Compressing objects: 82% (763/930) 2024-05-15T23:32:12.3401666Z remote: Compressing objects: 83% (772/930) 2024-05-15T23:32:12.3402195Z remote: Compressing objects: 84% (782/930) 2024-05-15T23:32:12.3402721Z remote: Compressing objects: 85% (791/930) 2024-05-15T23:32:12.3403247Z remote: Compressing objects: 86% (800/930) 2024-05-15T23:32:12.3403780Z remote: Compressing objects: 87% (810/930) 2024-05-15T23:32:12.3404307Z remote: Compressing objects: 88% (819/930) 2024-05-15T23:32:12.3404914Z remote: Compressing objects: 89% (828/930) 2024-05-15T23:32:12.3405463Z remote: Compressing objects: 90% (837/930) 2024-05-15T23:32:12.3405998Z remote: Compressing objects: 91% (847/930) 2024-05-15T23:32:12.3406534Z remote: Compressing objects: 92% (856/930) 2024-05-15T23:32:12.3407070Z remote: Compressing objects: 93% (865/930) 2024-05-15T23:32:12.3407600Z remote: Compressing objects: 94% (875/930) 2024-05-15T23:32:12.3408133Z remote: Compressing objects: 95% (884/930) 2024-05-15T23:32:12.3408669Z remote: Compressing objects: 96% (893/930) 2024-05-15T23:32:12.3409206Z remote: Compressing objects: 97% (903/930) 2024-05-15T23:32:12.3409735Z remote: Compressing objects: 98% (912/930) 2024-05-15T23:32:12.3410276Z remote: Compressing objects: 99% (921/930) 2024-05-15T23:32:12.3410813Z remote: Compressing objects: 100% (930/930) 2024-05-15T23:32:12.3411390Z remote: Compressing objects: 100% (930/930), done. 2024-05-15T23:32:12.3411927Z Receiving objects: 0% (1/1184) 2024-05-15T23:32:12.3412346Z Receiving objects: 1% (12/1184) 2024-05-15T23:32:12.3412756Z Receiving objects: 2% (24/1184) 2024-05-15T23:32:12.3413202Z Receiving objects: 3% (36/1184) 2024-05-15T23:32:12.3413616Z Receiving objects: 4% (48/1184) 2024-05-15T23:32:12.3414019Z Receiving objects: 5% (60/1184) 2024-05-15T23:32:12.3414431Z Receiving objects: 6% (72/1184) 2024-05-15T23:32:12.3414845Z Receiving objects: 7% (83/1184) 2024-05-15T23:32:12.3415246Z Receiving objects: 8% (95/1184) 2024-05-15T23:32:12.3415657Z Receiving objects: 9% (107/1184) 2024-05-15T23:32:12.3416074Z Receiving objects: 10% (119/1184) 2024-05-15T23:32:12.3416486Z Receiving objects: 11% (131/1184) 2024-05-15T23:32:12.3416909Z Receiving objects: 12% (143/1184) 2024-05-15T23:32:12.3417323Z Receiving objects: 13% (154/1184) 2024-05-15T23:32:12.3417809Z Receiving objects: 14% (166/1184) 2024-05-15T23:32:12.3418229Z Receiving objects: 15% (178/1184) 2024-05-15T23:32:12.3418645Z Receiving objects: 16% (190/1184) 2024-05-15T23:32:12.3419045Z Receiving objects: 17% (202/1184) 2024-05-15T23:32:12.3425297Z Receiving objects: 18% (214/1184) 2024-05-15T23:32:12.3428541Z Receiving objects: 19% (225/1184) 2024-05-15T23:32:12.3432059Z Receiving objects: 20% (237/1184) 2024-05-15T23:32:12.3433521Z Receiving objects: 21% (249/1184) 2024-05-15T23:32:12.3436822Z Receiving objects: 22% (261/1184) 2024-05-15T23:32:12.3465532Z Receiving objects: 23% (273/1184) 2024-05-15T23:32:12.3467477Z Receiving objects: 24% (285/1184) 2024-05-15T23:32:12.3468606Z Receiving objects: 25% (296/1184) 2024-05-15T23:32:12.3470346Z Receiving objects: 26% (308/1184) 2024-05-15T23:32:12.3476473Z Receiving objects: 27% (320/1184) 2024-05-15T23:32:12.3478694Z Receiving objects: 28% (332/1184) 2024-05-15T23:32:12.3480734Z Receiving objects: 29% (344/1184) 2024-05-15T23:32:12.3482598Z Receiving objects: 30% (356/1184) 2024-05-15T23:32:12.3486145Z Receiving objects: 31% (368/1184) 2024-05-15T23:32:12.3493084Z Receiving objects: 32% (379/1184) 2024-05-15T23:32:12.3507336Z Receiving objects: 33% (391/1184) 2024-05-15T23:32:12.3508749Z Receiving objects: 34% (403/1184) 2024-05-15T23:32:12.3510116Z Receiving objects: 35% (415/1184) 2024-05-15T23:32:12.3510848Z Receiving objects: 36% (427/1184) 2024-05-15T23:32:12.3513024Z Receiving objects: 37% (439/1184) 2024-05-15T23:32:12.3514601Z Receiving objects: 38% (450/1184) 2024-05-15T23:32:12.3521817Z Receiving objects: 39% (462/1184) 2024-05-15T23:32:12.3524780Z Receiving objects: 40% (474/1184) 2024-05-15T23:32:12.3530220Z Receiving objects: 41% (486/1184) 2024-05-15T23:32:12.3533432Z Receiving objects: 42% (498/1184) 2024-05-15T23:32:12.3540293Z Receiving objects: 43% (510/1184) 2024-05-15T23:32:12.3544897Z Receiving objects: 44% (521/1184) 2024-05-15T23:32:12.3545714Z Receiving objects: 45% (533/1184) 2024-05-15T23:32:12.3546207Z Receiving objects: 46% (545/1184) 2024-05-15T23:32:12.3548271Z Receiving objects: 47% (557/1184) 2024-05-15T23:32:12.3552976Z Receiving objects: 48% (569/1184) 2024-05-15T23:32:12.3556505Z Receiving objects: 49% (581/1184) 2024-05-15T23:32:12.3561910Z Receiving objects: 50% (592/1184) 2024-05-15T23:32:12.3563384Z Receiving objects: 51% (604/1184) 2024-05-15T23:32:12.3566192Z Receiving objects: 52% (616/1184) 2024-05-15T23:32:12.3569001Z Receiving objects: 53% (628/1184) 2024-05-15T23:32:12.3571340Z Receiving objects: 54% (640/1184) 2024-05-15T23:32:12.3576793Z Receiving objects: 55% (652/1184) 2024-05-15T23:32:12.3581121Z Receiving objects: 56% (664/1184) 2024-05-15T23:32:12.3584443Z Receiving objects: 57% (675/1184) 2024-05-15T23:32:12.3586741Z Receiving objects: 58% (687/1184) 2024-05-15T23:32:12.3589630Z Receiving objects: 59% (699/1184) 2024-05-15T23:32:12.3592548Z Receiving objects: 60% (711/1184) 2024-05-15T23:32:12.3597068Z Receiving objects: 61% (723/1184) 2024-05-15T23:32:12.3599729Z Receiving objects: 62% (735/1184) 2024-05-15T23:32:12.3606863Z Receiving objects: 63% (746/1184) 2024-05-15T23:32:12.3613207Z Receiving objects: 64% (758/1184) 2024-05-15T23:32:12.3647478Z Receiving objects: 65% (770/1184) 2024-05-15T23:32:12.3652163Z Receiving objects: 66% (782/1184) 2024-05-15T23:32:12.3732450Z Receiving objects: 67% (794/1184) 2024-05-15T23:32:12.3733671Z Receiving objects: 68% (806/1184) 2024-05-15T23:32:12.3736401Z Receiving objects: 69% (817/1184) 2024-05-15T23:32:12.3741711Z Receiving objects: 70% (829/1184) 2024-05-15T23:32:12.3742444Z Receiving objects: 71% (841/1184) 2024-05-15T23:32:12.3743248Z Receiving objects: 72% (853/1184) 2024-05-15T23:32:12.3751460Z Receiving objects: 73% (865/1184) 2024-05-15T23:32:12.3754718Z Receiving objects: 74% (877/1184) 2024-05-15T23:32:12.3758954Z Receiving objects: 75% (888/1184) 2024-05-15T23:32:12.3763589Z Receiving objects: 76% (900/1184) 2024-05-15T23:32:12.3765150Z Receiving objects: 77% (912/1184) 2024-05-15T23:32:12.3768001Z Receiving objects: 78% (924/1184) 2024-05-15T23:32:12.3770249Z Receiving objects: 79% (936/1184) 2024-05-15T23:32:12.3771129Z Receiving objects: 80% (948/1184) 2024-05-15T23:32:12.3771628Z Receiving objects: 81% (960/1184) 2024-05-15T23:32:12.3772144Z Receiving objects: 82% (971/1184) 2024-05-15T23:32:12.3772563Z Receiving objects: 83% (983/1184) 2024-05-15T23:32:12.3773920Z Receiving objects: 84% (995/1184) 2024-05-15T23:32:12.3775820Z Receiving objects: 85% (1007/1184) 2024-05-15T23:32:12.3777336Z Receiving objects: 86% (1019/1184) 2024-05-15T23:32:12.3778887Z Receiving objects: 87% (1031/1184) 2024-05-15T23:32:12.3779401Z Receiving objects: 88% (1042/1184) 2024-05-15T23:32:12.3779822Z Receiving objects: 89% (1054/1184) 2024-05-15T23:32:12.3780327Z Receiving objects: 90% (1066/1184) 2024-05-15T23:32:12.3781657Z Receiving objects: 91% (1078/1184) 2024-05-15T23:32:12.3784055Z Receiving objects: 92% (1090/1184) 2024-05-15T23:32:12.3784627Z Receiving objects: 93% (1102/1184) 2024-05-15T23:32:12.3786480Z Receiving objects: 94% (1113/1184) 2024-05-15T23:32:12.3791878Z Receiving objects: 95% (1125/1184) 2024-05-15T23:32:12.3800825Z Receiving objects: 96% (1137/1184) 2024-05-15T23:32:12.3810639Z Receiving objects: 97% (1149/1184) 2024-05-15T23:32:12.3811623Z remote: Total 1184 (delta 220), reused 673 (delta 134), pack-reused 0 2024-05-15T23:32:12.3814688Z Receiving objects: 98% (1161/1184) 2024-05-15T23:32:12.3826497Z Receiving objects: 99% (1173/1184) 2024-05-15T23:32:12.3827078Z Receiving objects: 100% (1184/1184) 2024-05-15T23:32:12.3827711Z Receiving objects: 100% (1184/1184), 1.53 MiB | 28.99 MiB/s, done. 2024-05-15T23:32:12.3832170Z Resolving deltas: 0% (0/220) 2024-05-15T23:32:12.3832812Z Resolving deltas: 1% (3/220) 2024-05-15T23:32:12.3835207Z Resolving deltas: 2% (5/220) 2024-05-15T23:32:12.3835731Z Resolving deltas: 3% (8/220) 2024-05-15T23:32:12.3836764Z Resolving deltas: 4% (9/220) 2024-05-15T23:32:12.3837318Z Resolving deltas: 5% (11/220) 2024-05-15T23:32:12.3837863Z Resolving deltas: 6% (14/220) 2024-05-15T23:32:12.3838582Z Resolving deltas: 7% (16/220) 2024-05-15T23:32:12.3839139Z Resolving deltas: 8% (18/220) 2024-05-15T23:32:12.3839627Z Resolving deltas: 9% (21/220) 2024-05-15T23:32:12.3840154Z Resolving deltas: 10% (22/220) 2024-05-15T23:32:12.3840606Z Resolving deltas: 11% (26/220) 2024-05-15T23:32:12.3841077Z Resolving deltas: 12% (27/220) 2024-05-15T23:32:12.3841553Z Resolving deltas: 13% (29/220) 2024-05-15T23:32:12.3842046Z Resolving deltas: 14% (31/220) 2024-05-15T23:32:12.3842500Z Resolving deltas: 15% (34/220) 2024-05-15T23:32:12.3842894Z Resolving deltas: 16% (36/220) 2024-05-15T23:32:12.3843367Z Resolving deltas: 17% (38/220) 2024-05-15T23:32:12.3843851Z Resolving deltas: 18% (40/220) 2024-05-15T23:32:12.3844275Z Resolving deltas: 19% (42/220) 2024-05-15T23:32:12.3844819Z Resolving deltas: 20% (44/220) 2024-05-15T23:32:12.3845698Z Resolving deltas: 21% (47/220) 2024-05-15T23:32:12.3846239Z Resolving deltas: 22% (49/220) 2024-05-15T23:32:12.3846734Z Resolving deltas: 23% (51/220) 2024-05-15T23:32:12.3847559Z Resolving deltas: 24% (53/220) 2024-05-15T23:32:12.3848080Z Resolving deltas: 25% (56/220) 2024-05-15T23:32:12.3848865Z Resolving deltas: 26% (58/220) 2024-05-15T23:32:12.3858572Z Resolving deltas: 27% (60/220) 2024-05-15T23:32:12.3859099Z Resolving deltas: 28% (63/220) 2024-05-15T23:32:12.3859614Z Resolving deltas: 29% (64/220) 2024-05-15T23:32:12.3864016Z Resolving deltas: 30% (66/220) 2024-05-15T23:32:12.3864550Z Resolving deltas: 31% (69/220) 2024-05-15T23:32:12.3865291Z Resolving deltas: 32% (71/220) 2024-05-15T23:32:12.3865812Z Resolving deltas: 33% (73/220) 2024-05-15T23:32:12.3866280Z Resolving deltas: 34% (75/220) 2024-05-15T23:32:12.3866811Z Resolving deltas: 35% (77/220) 2024-05-15T23:32:12.3867327Z Resolving deltas: 36% (80/220) 2024-05-15T23:32:12.3867821Z Resolving deltas: 37% (82/220) 2024-05-15T23:32:12.3868330Z Resolving deltas: 38% (84/220) 2024-05-15T23:32:12.3868853Z Resolving deltas: 39% (87/220) 2024-05-15T23:32:12.3869615Z Resolving deltas: 40% (88/220) 2024-05-15T23:32:12.3871111Z Resolving deltas: 41% (91/220) 2024-05-15T23:32:12.3873041Z Resolving deltas: 42% (93/220) 2024-05-15T23:32:12.3873597Z Resolving deltas: 43% (95/220) 2024-05-15T23:32:12.3874101Z Resolving deltas: 44% (97/220) 2024-05-15T23:32:12.3876459Z Resolving deltas: 45% (99/220) 2024-05-15T23:32:12.3876996Z Resolving deltas: 46% (102/220) 2024-05-15T23:32:12.3879859Z Resolving deltas: 47% (104/220) 2024-05-15T23:32:12.3880404Z Resolving deltas: 48% (106/220) 2024-05-15T23:32:12.3881621Z Resolving deltas: 49% (108/220) 2024-05-15T23:32:12.3882216Z Resolving deltas: 50% (110/220) 2024-05-15T23:32:12.3882774Z Resolving deltas: 51% (114/220) 2024-05-15T23:32:12.3883293Z Resolving deltas: 52% (115/220) 2024-05-15T23:32:12.3883840Z Resolving deltas: 53% (117/220) 2024-05-15T23:32:12.3884542Z Resolving deltas: 54% (119/220) 2024-05-15T23:32:12.3885055Z Resolving deltas: 55% (122/220) 2024-05-15T23:32:12.3885569Z Resolving deltas: 56% (124/220) 2024-05-15T23:32:12.3886101Z Resolving deltas: 57% (126/220) 2024-05-15T23:32:12.3886617Z Resolving deltas: 58% (129/220) 2024-05-15T23:32:12.3887138Z Resolving deltas: 59% (130/220) 2024-05-15T23:32:12.3887541Z Resolving deltas: 60% (132/220) 2024-05-15T23:32:12.3887926Z Resolving deltas: 61% (135/220) 2024-05-15T23:32:12.3888317Z Resolving deltas: 62% (137/220) 2024-05-15T23:32:12.3888709Z Resolving deltas: 63% (140/220) 2024-05-15T23:32:12.3889091Z Resolving deltas: 65% (143/220) 2024-05-15T23:32:12.3889481Z Resolving deltas: 66% (146/220) 2024-05-15T23:32:12.3889893Z Resolving deltas: 67% (149/220) 2024-05-15T23:32:12.3890282Z Resolving deltas: 68% (150/220) 2024-05-15T23:32:12.3890664Z Resolving deltas: 69% (152/220) 2024-05-15T23:32:12.3891059Z Resolving deltas: 70% (154/220) 2024-05-15T23:32:12.3891465Z Resolving deltas: 71% (157/220) 2024-05-15T23:32:12.3891850Z Resolving deltas: 72% (159/220) 2024-05-15T23:32:12.3892242Z Resolving deltas: 73% (161/220) 2024-05-15T23:32:12.3892633Z Resolving deltas: 74% (163/220) 2024-05-15T23:32:12.3893162Z Resolving deltas: 75% (165/220) 2024-05-15T23:32:12.3893559Z Resolving deltas: 76% (168/220) 2024-05-15T23:32:12.3893948Z Resolving deltas: 77% (170/220) 2024-05-15T23:32:12.3894330Z Resolving deltas: 78% (172/220) 2024-05-15T23:32:12.3894722Z Resolving deltas: 79% (174/220) 2024-05-15T23:32:12.3895112Z Resolving deltas: 80% (176/220) 2024-05-15T23:32:12.3895494Z Resolving deltas: 81% (179/220) 2024-05-15T23:32:12.3895883Z Resolving deltas: 82% (181/220) 2024-05-15T23:32:12.3896270Z Resolving deltas: 83% (183/220) 2024-05-15T23:32:12.3896651Z Resolving deltas: 84% (185/220) 2024-05-15T23:32:12.3897040Z Resolving deltas: 85% (187/220) 2024-05-15T23:32:12.3897541Z Resolving deltas: 86% (190/220) 2024-05-15T23:32:12.3897925Z Resolving deltas: 87% (192/220) 2024-05-15T23:32:12.3898322Z Resolving deltas: 88% (194/220) 2024-05-15T23:32:12.3898710Z Resolving deltas: 89% (196/220) 2024-05-15T23:32:12.3899099Z Resolving deltas: 90% (198/220) 2024-05-15T23:32:12.3899492Z Resolving deltas: 91% (201/220) 2024-05-15T23:32:12.3899876Z Resolving deltas: 93% (206/220) 2024-05-15T23:32:12.3900252Z Resolving deltas: 94% (207/220) 2024-05-15T23:32:12.3900635Z Resolving deltas: 95% (210/220) 2024-05-15T23:32:12.3929870Z Resolving deltas: 96% (212/220) 2024-05-15T23:32:12.3931152Z Resolving deltas: 98% (217/220) 2024-05-15T23:32:12.3948589Z Resolving deltas: 99% (218/220) 2024-05-15T23:32:12.3949254Z Resolving deltas: 100% (220/220) 2024-05-15T23:32:12.3949764Z Resolving deltas: 100% (220/220), done. 2024-05-15T23:32:12.4073740Z From https://github.com/pytorch/test-infra 2024-05-15T23:32:12.4074411Z * [new branch] main -> origin/main 2024-05-15T23:32:12.4089623Z ##[endgroup] 2024-05-15T23:32:12.4090196Z ##[group]Determining the checkout info 2024-05-15T23:32:12.4091417Z ##[endgroup] 2024-05-15T23:32:12.4092092Z ##[group]Checking out the ref 2024-05-15T23:32:12.4095012Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-05-15T23:32:12.4608758Z Switched to a new branch 'main' 2024-05-15T23:32:12.4609490Z branch 'main' set up to track 'origin/main'. 2024-05-15T23:32:12.4614342Z ##[endgroup] 2024-05-15T23:32:12.4614954Z ##[group]Setting up auth for fetching submodules 2024-05-15T23:32:12.4619857Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:32:12.4659887Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-05-15T23:32:12.4679734Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-05-15T23:32:12.4706063Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-05-15T23:32:12.4728707Z ##[endgroup] 2024-05-15T23:32:12.4729448Z ##[group]Fetching submodules 2024-05-15T23:32:12.4731207Z [command]/usr/bin/git submodule sync --recursive 2024-05-15T23:32:12.4931433Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-05-15T23:32:12.5137113Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-05-15T23:32:12.5325461Z ##[endgroup] 2024-05-15T23:32:12.5326303Z ##[group]Persisting credentials for submodules 2024-05-15T23:32:12.5331451Z [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-05-15T23:32:12.5525406Z [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-05-15T23:32:12.5715341Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-05-15T23:32:12.5904378Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-05-15T23:32:12.6088112Z ##[endgroup] 2024-05-15T23:32:12.6116026Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:32:12.6132455Z '2698cb3ae580a5b2e6f3488e44cf57d8178edb04' 2024-05-15T23:32:12.6414110Z Prepare all required actions 2024-05-15T23:32:12.6414579Z Getting action download info 2024-05-15T23:32:12.7228590Z Download action repository 'pytorch/test-infra@main' (SHA:2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:32:12.9593214Z Getting action download info 2024-05-15T23:32:13.0417017Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-05-15T23:32:13.1713647Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-05-15T23:32:13.1714141Z env: 2024-05-15T23:32:13.1714465Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:13.1714935Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:13.1715313Z PR_NUMBER: 804 2024-05-15T23:32:13.1717463Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:13.1719648Z ##[endgroup] 2024-05-15T23:32:13.1913265Z ##[group]Run set -euo pipefail 2024-05-15T23:32:13.1913695Z set -euo pipefail 2024-05-15T23:32:13.1914093Z function get_ec2_metadata() { 2024-05-15T23:32:13.1914634Z  # Pulled from instance metadata endpoint for EC2 2024-05-15T23:32:13.1915543Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-05-15T23:32:13.1916317Z  category=$1 2024-05-15T23:32:13.1916848Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-05-15T23:32:13.1917418Z } 2024-05-15T23:32:13.1917772Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-05-15T23:32:13.1918375Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-05-15T23:32:13.1919033Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-05-15T23:32:13.1919603Z echo "system info $(uname -a)" 2024-05-15T23:32:13.1928833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:13.1929332Z env: 2024-05-15T23:32:13.1929650Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:13.1930111Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:13.1930483Z PR_NUMBER: 804 2024-05-15T23:32:13.1932582Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:13.1934873Z ##[endgroup] 2024-05-15T23:32:13.2001803Z ami-id: ami-0ce0c36d7a00b20e2 2024-05-15T23:32:13.2040958Z instance-id: i-09c0ac4893073ad4b 2024-05-15T23:32:13.2078540Z instance-type: g5.4xlarge 2024-05-15T23:32:13.2084834Z system info Linux ip-10-0-26-62.ec2.internal 4.14.336-257.562.amzn2.x86_64 #1 SMP Sat Feb 24 09:50:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-05-15T23:32:13.2113763Z ##[group]Run if systemctl is-active --quiet docker; then 2024-05-15T23:32:13.2114371Z if systemctl is-active --quiet docker; then 2024-05-15T23:32:13.2114912Z  echo "Docker daemon is running..."; 2024-05-15T23:32:13.2115369Z else 2024-05-15T23:32:13.2115862Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-05-15T23:32:13.2116447Z fi 2024-05-15T23:32:13.2123978Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:13.2124478Z env: 2024-05-15T23:32:13.2124809Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:13.2125268Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:13.2125764Z PR_NUMBER: 804 2024-05-15T23:32:13.2127883Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:13.2130054Z ##[endgroup] 2024-05-15T23:32:13.2165347Z Docker daemon is running... 2024-05-15T23:32:13.2189208Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-05-15T23:32:13.2190086Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-05-15T23:32:13.2190816Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-05-15T23:32:13.2191694Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-05-15T23:32:13.2192684Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-05-15T23:32:13.2200492Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:13.2200993Z env: 2024-05-15T23:32:13.2201321Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:13.2201793Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:13.2202179Z PR_NUMBER: 804 2024-05-15T23:32:13.2204335Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:13.2206520Z AWS_RETRY_MODE: standard 2024-05-15T23:32:13.2206883Z AWS_MAX_ATTEMPTS: 5 2024-05-15T23:32:13.2207231Z AWS_DEFAULT_REGION: us-east-1 2024-05-15T23:32:13.2207595Z ##[endgroup] 2024-05-15T23:32:14.0490404Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-05-15T23:32:14.0491547Z Configure a credential helper to remove this warning. See 2024-05-15T23:32:14.0492666Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-15T23:32:14.0493494Z 2024-05-15T23:32:14.0493668Z Login Succeeded 2024-05-15T23:32:14.0526952Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:32:14.0527850Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:32:14.0528564Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:32:14.0536422Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:14.0536913Z env: 2024-05-15T23:32:14.0537251Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:14.0537825Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:14.0538207Z PR_NUMBER: 804 2024-05-15T23:32:14.0540304Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:14.0542683Z ##[endgroup] 2024-05-15T23:32:14.0598173Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:32:14.0598793Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:32:14.0599333Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:32:14.0599822Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:32:14.0600557Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:32:14.0601137Z  2024-05-15T23:32:14.0601548Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-05-15T23:32:14.0602142Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:32:14.0602662Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:32:14.0603374Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:32:14.0603979Z  2024-05-15T23:32:14.0604315Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-05-15T23:32:14.0604813Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-05-15T23:32:14.0605278Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-05-15T23:32:14.0605836Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:32:14.0613042Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:14.0613572Z env: 2024-05-15T23:32:14.0613902Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:14.0614391Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:14.0614783Z PR_NUMBER: 804 2024-05-15T23:32:14.0616901Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:14.0619157Z ##[endgroup] 2024-05-15T23:32:14.1458332Z ##[group]Run needs=0 2024-05-15T23:32:14.1458675Z needs=0 2024-05-15T23:32:14.1459190Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-05-15T23:32:14.1459777Z  needs=1 2024-05-15T23:32:14.1460086Z fi 2024-05-15T23:32:14.1460438Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-05-15T23:32:14.1468501Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:14.1469009Z env: 2024-05-15T23:32:14.1469347Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:14.1469819Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:14.1470210Z PR_NUMBER: 804 2024-05-15T23:32:14.1472313Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:14.1474808Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:14.1475597Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:14.1476335Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:14.1476863Z ##[endgroup] 2024-05-15T23:32:14.1729499Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-05-15T23:32:14.1730024Z with: 2024-05-15T23:32:14.1730304Z driver-version: 550.54.15 2024-05-15T23:32:14.1730639Z env: 2024-05-15T23:32:14.1730951Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:14.1731410Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:14.1731784Z PR_NUMBER: 804 2024-05-15T23:32:14.1733865Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:14.1736325Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:14.1737108Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:14.1737943Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:14.1738459Z ##[endgroup] 2024-05-15T23:32:14.1813721Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-05-15T23:32:14.1814317Z with: 2024-05-15T23:32:14.1814606Z timeout_minutes: 10 2024-05-15T23:32:14.1814942Z max_attempts: 3 2024-05-15T23:32:14.1846106Z 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" YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils 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}" 2024-05-15T23:32:14.1877157Z retry_wait_seconds: 10 2024-05-15T23:32:14.1877524Z polling_interval_seconds: 1 2024-05-15T23:32:14.1877892Z warning_on_retry: true 2024-05-15T23:32:14.1878251Z continue_on_error: false 2024-05-15T23:32:14.1878589Z env: 2024-05-15T23:32:14.1878911Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:14.1879382Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:14.1879763Z PR_NUMBER: 804 2024-05-15T23:32:14.1881856Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:14.1884257Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:14.1885045Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:14.1885784Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:14.1886405Z DRIVER_VERSION: 550.54.15 2024-05-15T23:32:14.1886760Z ##[endgroup] 2024-05-15T23:32:14.2415101Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-05-15T23:32:14.2416040Z + pre_install_nvidia_driver_amzn2 2024-05-15T23:32:14.2416659Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-05-15T23:32:14.5434849Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:32:14.5822640Z No Match for argument: nvidia-driver-latest-dkms 2024-05-15T23:32:14.6063407Z No Packages marked for removal 2024-05-15T23:32:14.6183629Z + install_nvidia_driver_common 2024-05-15T23:32:14.6185812Z + echo 'Before installing NVIDIA driver' 2024-05-15T23:32:14.6186384Z + lspci 2024-05-15T23:32:14.6186782Z Before installing NVIDIA driver 2024-05-15T23:32:14.6267841Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-05-15T23:32:14.6268827Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-05-15T23:32:14.6269780Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-05-15T23:32:14.6270598Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-05-15T23:32:14.6271363Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. Device 8061 2024-05-15T23:32:14.6272113Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-05-15T23:32:14.6273155Z 00:1e.0 3D controller: NVIDIA Corporation Device 2237 (rev a1) 2024-05-15T23:32:14.6273973Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-05-15T23:32:14.6274556Z + lsmod 2024-05-15T23:32:14.6281101Z Module Size Used by 2024-05-15T23:32:14.6281576Z nvidia_modeset 1339392 0 2024-05-15T23:32:14.6282081Z nvidia_uvm 4599808 0 2024-05-15T23:32:14.6282677Z nvidia 53989376 2 nvidia_uvm,nvidia_modeset 2024-05-15T23:32:14.6283348Z drm 421888 1 nvidia 2024-05-15T23:32:14.6283900Z i2c_core 77824 2 nvidia,drm 2024-05-15T23:32:14.6284443Z veth 16384 0 2024-05-15T23:32:14.6284983Z backlight 16384 1 nvidia_modeset 2024-05-15T23:32:14.6285508Z xt_conntrack 16384 1 2024-05-15T23:32:14.6285895Z ipt_MASQUERADE 16384 1 2024-05-15T23:32:14.6286339Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-05-15T23:32:14.6286804Z nf_conntrack_netlink 49152 0 2024-05-15T23:32:14.6287261Z nfnetlink 16384 2 nf_conntrack_netlink 2024-05-15T23:32:14.6287732Z xfrm_user 45056 1 2024-05-15T23:32:14.6288116Z xfrm_algo 16384 1 xfrm_user 2024-05-15T23:32:14.6288535Z iptable_nat 16384 1 2024-05-15T23:32:14.6288918Z nf_conntrack_ipv4 16384 3 2024-05-15T23:32:14.6289343Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-05-15T23:32:14.6290005Z nf_nat_ipv4 16384 1 iptable_nat 2024-05-15T23:32:14.6290721Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-05-15T23:32:14.6291991Z nf_conntrack 155648 7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink 2024-05-15T23:32:14.6293134Z xt_addrtype 16384 2 2024-05-15T23:32:14.6293655Z iptable_filter 16384 1 2024-05-15T23:32:14.6294170Z br_netfilter 24576 0 2024-05-15T23:32:14.6294696Z bridge 172032 1 br_netfilter 2024-05-15T23:32:14.6295234Z stp 16384 1 bridge 2024-05-15T23:32:14.6295742Z llc 16384 2 bridge,stp 2024-05-15T23:32:14.6296284Z overlay 86016 0 2024-05-15T23:32:14.6296657Z sunrpc 393216 1 2024-05-15T23:32:14.6297024Z dm_mirror 28672 0 2024-05-15T23:32:14.6297555Z dm_region_hash 20480 1 dm_mirror 2024-05-15T23:32:14.6298063Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-05-15T23:32:14.6298577Z dm_mod 143360 2 dm_log,dm_mirror 2024-05-15T23:32:14.6299471Z dax 69632 1 dm_mod 2024-05-15T23:32:14.6299885Z crc32_pclmul 16384 0 2024-05-15T23:32:14.6300274Z ghash_clmulni_intel 16384 0 2024-05-15T23:32:14.6300665Z pcbc 16384 0 2024-05-15T23:32:14.6301255Z aesni_intel 188416 0 2024-05-15T23:32:14.6301651Z aes_x86_64 20480 1 aesni_intel 2024-05-15T23:32:14.6302095Z crypto_simd 16384 1 aesni_intel 2024-05-15T23:32:14.6302572Z glue_helper 16384 1 aesni_intel 2024-05-15T23:32:14.6303144Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-05-15T23:32:14.6303759Z mousedev 24576 0 2024-05-15T23:32:14.6304122Z evdev 20480 3 2024-05-15T23:32:14.6304489Z psmouse 32768 0 2024-05-15T23:32:14.6304855Z button 16384 0 2024-05-15T23:32:14.6305207Z ena 139264 0 2024-05-15T23:32:14.6305574Z ptp 20480 1 ena 2024-05-15T23:32:14.6305964Z pps_core 20480 1 ptp 2024-05-15T23:32:14.6306351Z crc32c_intel 24576 0 2024-05-15T23:32:14.6306715Z autofs4 49152 2 2024-05-15T23:32:14.6307073Z + modinfo nvidia 2024-05-15T23:32:14.6307714Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-05-15T23:32:14.6308407Z alias: char-major-195-* 2024-05-15T23:32:14.6308785Z version: 550.54.15 2024-05-15T23:32:14.6309230Z supported: external 2024-05-15T23:32:14.6309575Z license: NVIDIA 2024-05-15T23:32:14.6309951Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-15T23:32:14.6310430Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-15T23:32:14.6310888Z srcversion: 833721318DA517F0C2FEC97 2024-05-15T23:32:14.6311356Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-15T23:32:14.6311847Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-15T23:32:14.6312335Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-15T23:32:14.6312825Z depends: i2c-core,drm 2024-05-15T23:32:14.6313224Z retpoline: Y 2024-05-15T23:32:14.6313533Z name: nvidia 2024-05-15T23:32:14.6314084Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-05-15T23:32:14.6314729Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-15T23:32:14.6315381Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-15T23:32:14.6315983Z parm: NVreg_ResmanDebugLevel:int 2024-05-15T23:32:14.6316418Z parm: NVreg_RmLogonRC:int 2024-05-15T23:32:14.6316855Z parm: NVreg_ModifyDeviceFiles:int 2024-05-15T23:32:14.6317313Z parm: NVreg_DeviceFileUID:int 2024-05-15T23:32:14.6317739Z parm: NVreg_DeviceFileGID:int 2024-05-15T23:32:14.6318182Z parm: NVreg_DeviceFileMode:int 2024-05-15T23:32:14.6318714Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-15T23:32:14.6319272Z parm: NVreg_UsePageAttributeTable:int 2024-05-15T23:32:14.6319759Z parm: NVreg_EnablePCIeGen3:int 2024-05-15T23:32:14.6320193Z parm: NVreg_EnableMSI:int 2024-05-15T23:32:14.6320607Z parm: NVreg_TCEBypassMode:int 2024-05-15T23:32:14.6321061Z parm: NVreg_EnableStreamMemOPs:int 2024-05-15T23:32:14.6321589Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-15T23:32:14.6322170Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-15T23:32:14.6322726Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-15T23:32:14.6323339Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-15T23:32:14.6323971Z parm: NVreg_DynamicPowerManagement:int 2024-05-15T23:32:14.6324595Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-15T23:32:14.6325191Z parm: NVreg_EnableGpuFirmware:int 2024-05-15T23:32:14.6325686Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-15T23:32:14.6326212Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-15T23:32:14.6326856Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-15T23:32:14.6327355Z parm: NVreg_MemoryPoolSize:int 2024-05-15T23:32:14.6327813Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-15T23:32:14.6328298Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-15T23:32:14.6328766Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-15T23:32:14.6329210Z parm: NVreg_NvLinkDisable:int 2024-05-15T23:32:14.6329720Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-15T23:32:14.6330245Z parm: NVreg_RegisterPCIDriver:int 2024-05-15T23:32:14.6330721Z parm: NVreg_EnableResizableBar:int 2024-05-15T23:32:14.6331207Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-15T23:32:14.6331706Z parm: NVreg_EnableNonblockingOpen:int 2024-05-15T23:32:14.6332185Z parm: NVreg_RegistryDwords:charp 2024-05-15T23:32:14.6332689Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-15T23:32:14.6333173Z parm: NVreg_RmMsg:charp 2024-05-15T23:32:14.6333589Z parm: NVreg_GpuBlacklist:charp 2024-05-15T23:32:14.6334101Z parm: NVreg_TemporaryFilePath:charp 2024-05-15T23:32:14.6334570Z parm: NVreg_ExcludedGpus:charp 2024-05-15T23:32:14.6335020Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-15T23:32:14.6335499Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-15T23:32:14.6335975Z parm: NVreg_ImexChannelCount:int 2024-05-15T23:32:14.6336489Z parm: rm_firmware_active:charp 2024-05-15T23:32:14.6336907Z + HAS_NVIDIA_DRIVER=0 2024-05-15T23:32:14.6337282Z ++ command -v nvidia-smi 2024-05-15T23:32:14.6337842Z + '[' -x /usr/bin/nvidia-smi ']' 2024-05-15T23:32:14.6338211Z + set +e 2024-05-15T23:32:14.6338719Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-05-15T23:32:16.6190291Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-05-15T23:32:16.6190954Z + NVIDIA_SMI_STATUS=0 2024-05-15T23:32:16.6191543Z + '[' 0 -ne 0 ']' 2024-05-15T23:32:16.6192026Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-05-15T23:32:16.6192502Z + HAS_NVIDIA_DRIVER=1 2024-05-15T23:32:16.6193426Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-05-15T23:32:16.6194155Z + set -e 2024-05-15T23:32:16.6194460Z + '[' 1 -eq 0 ']' 2024-05-15T23:32:16.6194797Z + post_install_nvidia_driver_common 2024-05-15T23:32:16.6195466Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-05-15T23:32:16.6196150Z + sudo modprobe nvidia 2024-05-15T23:32:16.6291955Z + echo 'After installing NVIDIA driver' 2024-05-15T23:32:16.6292538Z + lspci 2024-05-15T23:32:16.6292841Z After installing NVIDIA driver 2024-05-15T23:32:16.6373136Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-05-15T23:32:16.6374189Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-05-15T23:32:16.6375133Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-05-15T23:32:16.6375963Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-05-15T23:32:16.6376721Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. Device 8061 2024-05-15T23:32:16.6377578Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-05-15T23:32:16.6378374Z 00:1e.0 3D controller: NVIDIA Corporation Device 2237 (rev a1) 2024-05-15T23:32:16.6379177Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-05-15T23:32:16.6379779Z + lsmod 2024-05-15T23:32:16.6387211Z Module Size Used by 2024-05-15T23:32:16.6387777Z nvidia_modeset 1339392 0 2024-05-15T23:32:16.6388297Z nvidia_uvm 4599808 0 2024-05-15T23:32:16.6388892Z nvidia 53989376 2 nvidia_uvm,nvidia_modeset 2024-05-15T23:32:16.6389522Z drm 421888 1 nvidia 2024-05-15T23:32:16.6390080Z i2c_core 77824 2 nvidia,drm 2024-05-15T23:32:16.6390634Z veth 16384 0 2024-05-15T23:32:16.6391173Z backlight 16384 1 nvidia_modeset 2024-05-15T23:32:16.6391874Z xt_conntrack 16384 1 2024-05-15T23:32:16.6392263Z ipt_MASQUERADE 16384 1 2024-05-15T23:32:16.6392710Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-05-15T23:32:16.6393179Z nf_conntrack_netlink 49152 0 2024-05-15T23:32:16.6393662Z nfnetlink 16384 2 nf_conntrack_netlink 2024-05-15T23:32:16.6394153Z xfrm_user 45056 1 2024-05-15T23:32:16.6394555Z xfrm_algo 16384 1 xfrm_user 2024-05-15T23:32:16.6394989Z iptable_nat 16384 1 2024-05-15T23:32:16.6395492Z nf_conntrack_ipv4 16384 3 2024-05-15T23:32:16.6396047Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-05-15T23:32:16.6396674Z nf_nat_ipv4 16384 1 iptable_nat 2024-05-15T23:32:16.6397443Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-05-15T23:32:16.6398549Z nf_conntrack 155648 7 xt_conntrack,nf_nat_masquerade_ipv4,nf_conntrack_ipv4,nf_nat,ipt_MASQUERADE,nf_nat_ipv4,nf_conntrack_netlink 2024-05-15T23:32:16.6399467Z xt_addrtype 16384 2 2024-05-15T23:32:16.6399859Z iptable_filter 16384 1 2024-05-15T23:32:16.6400246Z br_netfilter 24576 0 2024-05-15T23:32:16.6400657Z bridge 172032 1 br_netfilter 2024-05-15T23:32:16.6401108Z stp 16384 1 bridge 2024-05-15T23:32:16.6401536Z llc 16384 2 bridge,stp 2024-05-15T23:32:16.6402109Z overlay 86016 0 2024-05-15T23:32:16.6402498Z sunrpc 393216 1 2024-05-15T23:32:16.6402871Z dm_mirror 28672 0 2024-05-15T23:32:16.6403266Z dm_region_hash 20480 1 dm_mirror 2024-05-15T23:32:16.6403763Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-05-15T23:32:16.6404318Z dm_mod 143360 2 dm_log,dm_mirror 2024-05-15T23:32:16.6404888Z dax 69632 1 dm_mod 2024-05-15T23:32:16.6405284Z crc32_pclmul 16384 0 2024-05-15T23:32:16.6405672Z ghash_clmulni_intel 16384 0 2024-05-15T23:32:16.6406061Z pcbc 16384 0 2024-05-15T23:32:16.6406427Z aesni_intel 188416 0 2024-05-15T23:32:16.6406818Z aes_x86_64 20480 1 aesni_intel 2024-05-15T23:32:16.6407264Z crypto_simd 16384 1 aesni_intel 2024-05-15T23:32:16.6407712Z glue_helper 16384 1 aesni_intel 2024-05-15T23:32:16.6408262Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-05-15T23:32:16.6408814Z mousedev 24576 0 2024-05-15T23:32:16.6409183Z evdev 20480 3 2024-05-15T23:32:16.6409552Z psmouse 32768 0 2024-05-15T23:32:16.6409920Z button 16384 0 2024-05-15T23:32:16.6410272Z ena 139264 0 2024-05-15T23:32:16.6410642Z ptp 20480 1 ena 2024-05-15T23:32:16.6411042Z pps_core 20480 1 ptp 2024-05-15T23:32:16.6411425Z crc32c_intel 24576 0 2024-05-15T23:32:16.6411788Z autofs4 49152 2 2024-05-15T23:32:16.6412154Z + modinfo nvidia 2024-05-15T23:32:16.6412800Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-05-15T23:32:16.6413496Z alias: char-major-195-* 2024-05-15T23:32:16.6413874Z version: 550.54.15 2024-05-15T23:32:16.6414211Z supported: external 2024-05-15T23:32:16.6414555Z license: NVIDIA 2024-05-15T23:32:16.6414932Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-15T23:32:16.6415414Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-15T23:32:16.6415873Z srcversion: 833721318DA517F0C2FEC97 2024-05-15T23:32:16.6416335Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-15T23:32:16.6416825Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-15T23:32:16.6417315Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-15T23:32:16.6417903Z depends: i2c-core,drm 2024-05-15T23:32:16.6418261Z retpoline: Y 2024-05-15T23:32:16.6418576Z name: nvidia 2024-05-15T23:32:16.6419217Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-05-15T23:32:16.6419876Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-15T23:32:16.6420537Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-15T23:32:16.6421393Z parm: NVreg_ResmanDebugLevel:int 2024-05-15T23:32:16.6421835Z parm: NVreg_RmLogonRC:int 2024-05-15T23:32:16.6422279Z parm: NVreg_ModifyDeviceFiles:int 2024-05-15T23:32:16.6422738Z parm: NVreg_DeviceFileUID:int 2024-05-15T23:32:16.6423165Z parm: NVreg_DeviceFileGID:int 2024-05-15T23:32:16.6423631Z parm: NVreg_DeviceFileMode:int 2024-05-15T23:32:16.6424185Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-15T23:32:16.6424745Z parm: NVreg_UsePageAttributeTable:int 2024-05-15T23:32:16.6425226Z parm: NVreg_EnablePCIeGen3:int 2024-05-15T23:32:16.6425663Z parm: NVreg_EnableMSI:int 2024-05-15T23:32:16.6426075Z parm: NVreg_TCEBypassMode:int 2024-05-15T23:32:16.6426550Z parm: NVreg_EnableStreamMemOPs:int 2024-05-15T23:32:16.6427077Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-15T23:32:16.6427650Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-15T23:32:16.6428208Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-15T23:32:16.6428822Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-15T23:32:16.6429518Z parm: NVreg_DynamicPowerManagement:int 2024-05-15T23:32:16.6430142Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-15T23:32:16.6430743Z parm: NVreg_EnableGpuFirmware:int 2024-05-15T23:32:16.6431227Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-15T23:32:16.6431747Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-15T23:32:16.6432286Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-15T23:32:16.6432777Z parm: NVreg_MemoryPoolSize:int 2024-05-15T23:32:16.6433238Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-15T23:32:16.6433766Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-15T23:32:16.6434228Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-15T23:32:16.6434666Z parm: NVreg_NvLinkDisable:int 2024-05-15T23:32:16.6435163Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-15T23:32:16.6435680Z parm: NVreg_RegisterPCIDriver:int 2024-05-15T23:32:16.6436154Z parm: NVreg_EnableResizableBar:int 2024-05-15T23:32:16.6436644Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-15T23:32:16.6437135Z parm: NVreg_EnableNonblockingOpen:int 2024-05-15T23:32:16.6437614Z parm: NVreg_RegistryDwords:charp 2024-05-15T23:32:16.6438108Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-15T23:32:16.6438574Z parm: NVreg_RmMsg:charp 2024-05-15T23:32:16.6438973Z parm: NVreg_GpuBlacklist:charp 2024-05-15T23:32:16.6439431Z parm: NVreg_TemporaryFilePath:charp 2024-05-15T23:32:16.6439899Z parm: NVreg_ExcludedGpus:charp 2024-05-15T23:32:16.6440345Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-15T23:32:16.6440818Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-15T23:32:16.6441291Z parm: NVreg_ImexChannelCount:int 2024-05-15T23:32:16.6441734Z parm: rm_firmware_active:charp 2024-05-15T23:32:16.6442136Z + set +e 2024-05-15T23:32:16.6442436Z + nvidia-smi 2024-05-15T23:32:18.2158188Z Wed May 15 23:32:18 2024 2024-05-15T23:32:18.2159134Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:32:18.2160223Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-15T23:32:18.2161227Z |-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:32:18.2162247Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-15T23:32:18.2163386Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-15T23:32:18.2164535Z | | | MIG M. | 2024-05-15T23:32:18.2165227Z |=========================================+========================+======================| 2024-05-15T23:32:18.2297099Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-05-15T23:32:18.2298139Z | 0% 30C P0 55W / 300W | 0MiB / 23028MiB | 0% Default | 2024-05-15T23:32:18.2298933Z | | | N/A | 2024-05-15T23:32:18.2299802Z +-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:32:18.2300614Z 2024-05-15T23:32:18.2301946Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:32:18.2302760Z | Processes: | 2024-05-15T23:32:18.2303657Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-15T23:32:18.2304555Z | ID ID Usage | 2024-05-15T23:32:18.2305456Z |=========================================================================================| 2024-05-15T23:32:18.2306286Z | No running processes found | 2024-05-15T23:32:18.2307261Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:32:18.8416710Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-05-15T23:32:20.4138782Z NVIDIA A10G 2024-05-15T23:32:20.8476842Z + NVIDIA_SMI_STATUS=0 2024-05-15T23:32:20.8477475Z + '[' 0 -eq 0 ']' 2024-05-15T23:32:20.8477878Z + echo 'INFO: Ignoring allowed status 0' 2024-05-15T23:32:20.8478324Z + set -e 2024-05-15T23:32:20.8478607Z INFO: Ignoring allowed status 0 2024-05-15T23:32:20.8480778Z == Installing nvidia container toolkit for amzn2 == 2024-05-15T23:32:20.8483193Z + sudo yum install -y yum-utils 2024-05-15T23:32:21.1550044Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:32:22.6120777Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2024-05-15T23:32:22.6121633Z Nothing to do 2024-05-15T23:32:22.7606560Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-05-15T23:32:23.0888033Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:32:23.1166818Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-05-15T23:32:23.1168018Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2024-05-15T23:32:23.1168999Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2024-05-15T23:32:23.1276706Z + sudo yum install -y nvidia-docker2 2024-05-15T23:32:23.4415069Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:32:24.8927723Z Package nvidia-docker2-2.13.0-1.noarch already installed and latest version 2024-05-15T23:32:24.8928404Z Nothing to do 2024-05-15T23:32:25.0407469Z + sudo systemctl restart docker 2024-05-15T23:32:26.2508475Z Command completed after 1 attempt(s). 2024-05-15T23:32:26.2569799Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:32:26.2570560Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:32:26.2571152Z # shellcheck disable=SC2046 2024-05-15T23:32:26.2571617Z docker stop $(docker ps -q) || true 2024-05-15T23:32:26.2572096Z # Prune all of the docker images 2024-05-15T23:32:26.2572547Z docker system prune -af 2024-05-15T23:32:26.2580653Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:26.2581389Z env: 2024-05-15T23:32:26.2581729Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:26.2582201Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:26.2582584Z PR_NUMBER: 804 2024-05-15T23:32:26.2584711Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:26.2587084Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:26.2587877Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:26.2588624Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:26.2589259Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:26.2589752Z ##[endgroup] 2024-05-15T23:32:26.2882913Z "docker stop" requires at least 1 argument. 2024-05-15T23:32:26.2883687Z See 'docker stop --help'. 2024-05-15T23:32:26.2883978Z 2024-05-15T23:32:26.2884204Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-05-15T23:32:26.2884590Z 2024-05-15T23:32:26.2884911Z Stop one or more running containers 2024-05-15T23:32:26.3060673Z Total reclaimed space: 0B 2024-05-15T23:32:26.3116974Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-05-15T23:32:26.3117454Z with: 2024-05-15T23:32:26.3118239Z github-secret: *** 2024-05-15T23:32:26.3118601Z activate-with-label: false 2024-05-15T23:32:26.3118960Z label: with-ssh 2024-05-15T23:32:26.3119290Z remove-existing-keys: true 2024-05-15T23:32:26.3119646Z env: 2024-05-15T23:32:26.3119969Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:26.3120454Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:26.3120857Z PR_NUMBER: 804 2024-05-15T23:32:26.3122950Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:26.3125307Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:26.3126077Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:26.3126821Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:26.3127490Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:26.3127973Z ##[endgroup] 2024-05-15T23:32:26.3879116Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-05-15T23:32:26.5093168Z ##[warning]Failed to get author of PR https://github.com/pytorch/torchchat/pull/804: HttpError: Resource not accessible by integration 2024-05-15T23:32:26.5101386Z ##[warning]Returning mikekgfb instead 2024-05-15T23:32:26.5102520Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2024-05-15T23:32:26.5654166Z No SSH keys found for user mikekgfb 2024-05-15T23:32:26.5654781Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2024-05-15T23:32:26.6289495Z No SSH keys found for user mikekgfb 2024-05-15T23:32:26.6394961Z ##[group]Run actions/checkout@v3 2024-05-15T23:32:26.6395368Z with: 2024-05-15T23:32:26.6395678Z repository: pytorch/torchchat 2024-05-15T23:32:26.6396078Z ref: refs/pull/804/merge 2024-05-15T23:32:26.6396451Z path: pytorch/torchchat 2024-05-15T23:32:26.6396810Z fetch-depth: 1 2024-05-15T23:32:26.6397238Z token: *** 2024-05-15T23:32:26.6397543Z ssh-strict: true 2024-05-15T23:32:26.6398007Z persist-credentials: true 2024-05-15T23:32:26.6398364Z clean: true 2024-05-15T23:32:26.6398694Z sparse-checkout-cone-mode: true 2024-05-15T23:32:26.6399095Z fetch-tags: false 2024-05-15T23:32:26.6399403Z lfs: false 2024-05-15T23:32:26.6399717Z set-safe-directory: true 2024-05-15T23:32:26.6400061Z env: 2024-05-15T23:32:26.6400384Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:26.6400856Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:26.6401245Z PR_NUMBER: 804 2024-05-15T23:32:26.6403366Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:26.6405701Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:26.6406466Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:26.6407194Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:26.6407848Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:26.6408402Z ##[endgroup] 2024-05-15T23:32:26.7230758Z Syncing repository: pytorch/torchchat 2024-05-15T23:32:26.7239834Z ##[group]Getting Git version info 2024-05-15T23:32:26.7240870Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-05-15T23:32:26.7261358Z [command]/usr/bin/git version 2024-05-15T23:32:26.7298000Z git version 2.40.1 2024-05-15T23:32:26.7319302Z ##[endgroup] 2024-05-15T23:32:26.7332652Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/987354e0-6322-4b41-8e1d-7261a047e01c' before making global git config changes 2024-05-15T23:32:26.7334156Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:32:26.7338083Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:32:26.7366437Z ##[group]Initializing the repository 2024-05-15T23:32:26.7369508Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:32:26.7389079Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:32:26.7390244Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:32:26.7391187Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:32:26.7391908Z hint: 2024-05-15T23:32:26.7392343Z hint: git config --global init.defaultBranch 2024-05-15T23:32:26.7392806Z hint: 2024-05-15T23:32:26.7393322Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:32:26.7394218Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:32:26.7394964Z hint: 2024-05-15T23:32:26.7395281Z hint: git branch -m 2024-05-15T23:32:26.7396158Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-05-15T23:32:26.7397941Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-05-15T23:32:26.7419736Z ##[endgroup] 2024-05-15T23:32:26.7420323Z ##[group]Disabling automatic garbage collection 2024-05-15T23:32:26.7423298Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:32:26.7441606Z ##[endgroup] 2024-05-15T23:32:26.7442127Z ##[group]Setting up auth 2024-05-15T23:32:26.7446939Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:32:26.7467607Z [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-05-15T23:32:26.7659299Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:32:26.7681079Z [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-05-15T23:32:26.7880303Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:32:26.7916716Z ##[endgroup] 2024-05-15T23:32:26.7917404Z ##[group]Fetching the repository 2024-05-15T23:32:26.7923863Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/804/merge:refs/remotes/pull/804/merge 2024-05-15T23:32:27.0305657Z remote: Enumerating objects: 242, done. 2024-05-15T23:32:27.0306446Z remote: Counting objects: 0% (1/242) 2024-05-15T23:32:27.0307255Z remote: Counting objects: 1% (3/242) 2024-05-15T23:32:27.0307915Z remote: Counting objects: 2% (5/242) 2024-05-15T23:32:27.0308575Z remote: Counting objects: 3% (8/242) 2024-05-15T23:32:27.0309269Z remote: Counting objects: 4% (10/242) 2024-05-15T23:32:27.0309981Z remote: Counting objects: 5% (13/242) 2024-05-15T23:32:27.0310671Z remote: Counting objects: 6% (15/242) 2024-05-15T23:32:27.0311412Z remote: Counting objects: 7% (17/242) 2024-05-15T23:32:27.0311941Z remote: Counting objects: 8% (20/242) 2024-05-15T23:32:27.0312513Z remote: Counting objects: 9% (22/242) 2024-05-15T23:32:27.0313184Z remote: Counting objects: 10% (25/242) 2024-05-15T23:32:27.0313833Z remote: Counting objects: 11% (27/242) 2024-05-15T23:32:27.0314482Z remote: Counting objects: 12% (30/242) 2024-05-15T23:32:27.0315138Z remote: Counting objects: 13% (32/242) 2024-05-15T23:32:27.0315637Z remote: Counting objects: 14% (34/242) 2024-05-15T23:32:27.0316128Z remote: Counting objects: 15% (37/242) 2024-05-15T23:32:27.0316752Z remote: Counting objects: 16% (39/242) 2024-05-15T23:32:27.0317345Z remote: Counting objects: 17% (42/242) 2024-05-15T23:32:27.0317830Z remote: Counting objects: 18% (44/242) 2024-05-15T23:32:27.0318303Z remote: Counting objects: 19% (46/242) 2024-05-15T23:32:27.0318792Z remote: Counting objects: 20% (49/242) 2024-05-15T23:32:27.0319285Z remote: Counting objects: 21% (51/242) 2024-05-15T23:32:27.0319775Z remote: Counting objects: 22% (54/242) 2024-05-15T23:32:27.0320269Z remote: Counting objects: 23% (56/242) 2024-05-15T23:32:27.0320758Z remote: Counting objects: 24% (59/242) 2024-05-15T23:32:27.0321237Z remote: Counting objects: 25% (61/242) 2024-05-15T23:32:27.0321726Z remote: Counting objects: 26% (63/242) 2024-05-15T23:32:27.0322215Z remote: Counting objects: 27% (66/242) 2024-05-15T23:32:27.0322703Z remote: Counting objects: 28% (68/242) 2024-05-15T23:32:27.0323189Z remote: Counting objects: 29% (71/242) 2024-05-15T23:32:27.0323677Z remote: Counting objects: 30% (73/242) 2024-05-15T23:32:27.0324160Z remote: Counting objects: 31% (76/242) 2024-05-15T23:32:27.0324652Z remote: Counting objects: 32% (78/242) 2024-05-15T23:32:27.0325255Z remote: Counting objects: 33% (80/242) 2024-05-15T23:32:27.0325819Z remote: Counting objects: 34% (83/242) 2024-05-15T23:32:27.0326297Z remote: Counting objects: 35% (85/242) 2024-05-15T23:32:27.0327088Z remote: Counting objects: 36% (88/242) 2024-05-15T23:32:27.0327582Z remote: Counting objects: 37% (90/242) 2024-05-15T23:32:27.0328061Z remote: Counting objects: 38% (92/242) 2024-05-15T23:32:27.0328547Z remote: Counting objects: 39% (95/242) 2024-05-15T23:32:27.0329033Z remote: Counting objects: 40% (97/242) 2024-05-15T23:32:27.0329725Z remote: Counting objects: 41% (100/242) 2024-05-15T23:32:27.0330238Z remote: Counting objects: 42% (102/242) 2024-05-15T23:32:27.0330800Z remote: Counting objects: 43% (105/242) 2024-05-15T23:32:27.0331295Z remote: Counting objects: 44% (107/242) 2024-05-15T23:32:27.0331804Z remote: Counting objects: 45% (109/242) 2024-05-15T23:32:27.0332306Z remote: Counting objects: 46% (112/242) 2024-05-15T23:32:27.0332796Z remote: Counting objects: 47% (114/242) 2024-05-15T23:32:27.0333297Z remote: Counting objects: 48% (117/242) 2024-05-15T23:32:27.0333800Z remote: Counting objects: 49% (119/242) 2024-05-15T23:32:27.0334285Z remote: Counting objects: 50% (121/242) 2024-05-15T23:32:27.0334782Z remote: Counting objects: 51% (124/242) 2024-05-15T23:32:27.0335280Z remote: Counting objects: 52% (126/242) 2024-05-15T23:32:27.0335766Z remote: Counting objects: 53% (129/242) 2024-05-15T23:32:27.0336272Z remote: Counting objects: 54% (131/242) 2024-05-15T23:32:27.0336832Z remote: Counting objects: 55% (134/242) 2024-05-15T23:32:27.0337347Z remote: Counting objects: 56% (136/242) 2024-05-15T23:32:27.0337971Z remote: Counting objects: 57% (138/242) 2024-05-15T23:32:27.0338473Z remote: Counting objects: 58% (141/242) 2024-05-15T23:32:27.0338999Z remote: Counting objects: 59% (143/242) 2024-05-15T23:32:27.0339521Z remote: Counting objects: 60% (146/242) 2024-05-15T23:32:27.0340063Z remote: Counting objects: 61% (148/242) 2024-05-15T23:32:27.0340574Z remote: Counting objects: 62% (151/242) 2024-05-15T23:32:27.0341336Z remote: Counting objects: 63% (153/242) 2024-05-15T23:32:27.0341843Z remote: Counting objects: 64% (155/242) 2024-05-15T23:32:27.0342350Z remote: Counting objects: 65% (158/242) 2024-05-15T23:32:27.0342844Z remote: Counting objects: 66% (160/242) 2024-05-15T23:32:27.0343348Z remote: Counting objects: 67% (163/242) 2024-05-15T23:32:27.0343854Z remote: Counting objects: 68% (165/242) 2024-05-15T23:32:27.0344346Z remote: Counting objects: 69% (167/242) 2024-05-15T23:32:27.0344852Z remote: Counting objects: 70% (170/242) 2024-05-15T23:32:27.0345356Z remote: Counting objects: 71% (172/242) 2024-05-15T23:32:27.0345861Z remote: Counting objects: 72% (175/242) 2024-05-15T23:32:27.0346354Z remote: Counting objects: 73% (177/242) 2024-05-15T23:32:27.0346936Z remote: Counting objects: 74% (180/242) 2024-05-15T23:32:27.0347441Z remote: Counting objects: 75% (182/242) 2024-05-15T23:32:27.0347932Z remote: Counting objects: 76% (184/242) 2024-05-15T23:32:27.0348429Z remote: Counting objects: 77% (187/242) 2024-05-15T23:32:27.0348925Z remote: Counting objects: 78% (189/242) 2024-05-15T23:32:27.0349418Z remote: Counting objects: 79% (192/242) 2024-05-15T23:32:27.0349914Z remote: Counting objects: 80% (194/242) 2024-05-15T23:32:27.0350411Z remote: Counting objects: 81% (197/242) 2024-05-15T23:32:27.0350904Z remote: Counting objects: 82% (199/242) 2024-05-15T23:32:27.0351401Z remote: Counting objects: 83% (201/242) 2024-05-15T23:32:27.0351893Z remote: Counting objects: 84% (204/242) 2024-05-15T23:32:27.0352380Z remote: Counting objects: 85% (206/242) 2024-05-15T23:32:27.0352874Z remote: Counting objects: 86% (209/242) 2024-05-15T23:32:27.0353434Z remote: Counting objects: 87% (211/242) 2024-05-15T23:32:27.0354037Z remote: Counting objects: 88% (213/242) 2024-05-15T23:32:27.0354538Z remote: Counting objects: 89% (216/242) 2024-05-15T23:32:27.0355037Z remote: Counting objects: 90% (218/242) 2024-05-15T23:32:27.0355524Z remote: Counting objects: 91% (221/242) 2024-05-15T23:32:27.0356025Z remote: Counting objects: 92% (223/242) 2024-05-15T23:32:27.0356522Z remote: Counting objects: 93% (226/242) 2024-05-15T23:32:27.0357194Z remote: Counting objects: 94% (228/242) 2024-05-15T23:32:27.0357712Z remote: Counting objects: 95% (230/242) 2024-05-15T23:32:27.0358207Z remote: Counting objects: 96% (233/242) 2024-05-15T23:32:27.0358706Z remote: Counting objects: 97% (235/242) 2024-05-15T23:32:27.0359201Z remote: Counting objects: 98% (238/242) 2024-05-15T23:32:27.0359698Z remote: Counting objects: 99% (240/242) 2024-05-15T23:32:27.0360193Z remote: Counting objects: 100% (242/242) 2024-05-15T23:32:27.0360724Z remote: Counting objects: 100% (242/242), done. 2024-05-15T23:32:27.0361278Z remote: Compressing objects: 0% (1/202) 2024-05-15T23:32:27.0361808Z remote: Compressing objects: 1% (3/202) 2024-05-15T23:32:27.0362319Z remote: Compressing objects: 2% (5/202) 2024-05-15T23:32:27.0362840Z remote: Compressing objects: 3% (7/202) 2024-05-15T23:32:27.0363353Z remote: Compressing objects: 4% (9/202) 2024-05-15T23:32:27.0363872Z remote: Compressing objects: 5% (11/202) 2024-05-15T23:32:27.0364486Z remote: Compressing objects: 6% (13/202) 2024-05-15T23:32:27.0365026Z remote: Compressing objects: 7% (15/202) 2024-05-15T23:32:27.0365555Z remote: Compressing objects: 8% (17/202) 2024-05-15T23:32:27.0366086Z remote: Compressing objects: 9% (19/202) 2024-05-15T23:32:27.0366630Z remote: Compressing objects: 10% (21/202) 2024-05-15T23:32:27.0367183Z remote: Compressing objects: 11% (23/202) 2024-05-15T23:32:27.0367743Z remote: Compressing objects: 12% (25/202) 2024-05-15T23:32:27.0368270Z remote: Compressing objects: 13% (27/202) 2024-05-15T23:32:27.0368791Z remote: Compressing objects: 14% (29/202) 2024-05-15T23:32:27.0373971Z remote: Compressing objects: 15% (31/202) 2024-05-15T23:32:27.0387190Z remote: Compressing objects: 16% (33/202) 2024-05-15T23:32:27.0401400Z remote: Compressing objects: 17% (35/202) 2024-05-15T23:32:27.0410585Z remote: Compressing objects: 18% (37/202) 2024-05-15T23:32:27.0418724Z remote: Compressing objects: 19% (39/202) 2024-05-15T23:32:27.0434264Z remote: Compressing objects: 20% (41/202) 2024-05-15T23:32:27.0434872Z remote: Compressing objects: 21% (43/202) 2024-05-15T23:32:27.0435397Z remote: Compressing objects: 22% (45/202) 2024-05-15T23:32:27.0437614Z remote: Compressing objects: 23% (47/202) 2024-05-15T23:32:27.0438304Z remote: Compressing objects: 24% (49/202) 2024-05-15T23:32:27.0438832Z remote: Compressing objects: 25% (51/202) 2024-05-15T23:32:27.0439356Z remote: Compressing objects: 26% (53/202) 2024-05-15T23:32:27.0441304Z remote: Compressing objects: 27% (55/202) 2024-05-15T23:32:27.0445200Z remote: Compressing objects: 28% (57/202) 2024-05-15T23:32:27.0447070Z remote: Compressing objects: 29% (59/202) 2024-05-15T23:32:27.0447834Z remote: Compressing objects: 30% (61/202) 2024-05-15T23:32:27.0448471Z remote: Compressing objects: 31% (63/202) 2024-05-15T23:32:27.0448988Z remote: Compressing objects: 32% (65/202) 2024-05-15T23:32:27.0449663Z remote: Compressing objects: 33% (67/202) 2024-05-15T23:32:27.0450353Z remote: Compressing objects: 34% (69/202) 2024-05-15T23:32:27.0451044Z remote: Compressing objects: 35% (71/202) 2024-05-15T23:32:27.0451577Z remote: Compressing objects: 36% (73/202) 2024-05-15T23:32:27.0452106Z remote: Compressing objects: 37% (75/202) 2024-05-15T23:32:27.0452747Z remote: Compressing objects: 38% (77/202) 2024-05-15T23:32:27.0453263Z remote: Compressing objects: 39% (79/202) 2024-05-15T23:32:27.0453792Z remote: Compressing objects: 40% (81/202) 2024-05-15T23:32:27.0454708Z remote: Compressing objects: 41% (83/202) 2024-05-15T23:32:27.0457728Z remote: Compressing objects: 42% (85/202) 2024-05-15T23:32:27.0460756Z remote: Compressing objects: 43% (87/202) 2024-05-15T23:32:27.0464300Z remote: Compressing objects: 44% (89/202) 2024-05-15T23:32:27.0466085Z remote: Compressing objects: 45% (91/202) 2024-05-15T23:32:27.0466781Z remote: Compressing objects: 46% (93/202) 2024-05-15T23:32:27.0468437Z remote: Compressing objects: 47% (95/202) 2024-05-15T23:32:27.0469104Z remote: Compressing objects: 48% (97/202) 2024-05-15T23:32:27.0469660Z remote: Compressing objects: 49% (99/202) 2024-05-15T23:32:27.0470379Z remote: Compressing objects: 50% (101/202) 2024-05-15T23:32:27.0470973Z remote: Compressing objects: 51% (104/202) 2024-05-15T23:32:27.0471689Z remote: Compressing objects: 52% (106/202) 2024-05-15T23:32:27.0472378Z remote: Compressing objects: 53% (108/202) 2024-05-15T23:32:27.0473031Z remote: Compressing objects: 54% (110/202) 2024-05-15T23:32:27.0474526Z remote: Compressing objects: 55% (112/202) 2024-05-15T23:32:27.0476701Z remote: Compressing objects: 56% (114/202) 2024-05-15T23:32:27.0477410Z remote: Compressing objects: 57% (116/202) 2024-05-15T23:32:27.0479658Z remote: Compressing objects: 58% (118/202) 2024-05-15T23:32:27.0480524Z remote: Compressing objects: 59% (120/202) 2024-05-15T23:32:27.0483134Z remote: Compressing objects: 60% (122/202) 2024-05-15T23:32:27.0484192Z remote: Compressing objects: 61% (124/202) 2024-05-15T23:32:27.0486638Z remote: Compressing objects: 62% (126/202) 2024-05-15T23:32:27.0489672Z remote: Compressing objects: 63% (128/202) 2024-05-15T23:32:27.0491935Z remote: Compressing objects: 64% (130/202) 2024-05-15T23:32:27.0494141Z remote: Compressing objects: 65% (132/202) 2024-05-15T23:32:27.0495376Z remote: Compressing objects: 66% (134/202) 2024-05-15T23:32:27.0497162Z remote: Compressing objects: 67% (136/202) 2024-05-15T23:32:27.0498242Z remote: Compressing objects: 68% (138/202) 2024-05-15T23:32:27.0499422Z remote: Compressing objects: 69% (140/202) 2024-05-15T23:32:27.0502408Z remote: Compressing objects: 70% (142/202) 2024-05-15T23:32:27.0504829Z remote: Compressing objects: 71% (144/202) 2024-05-15T23:32:27.0506775Z remote: Compressing objects: 72% (146/202) 2024-05-15T23:32:27.0509787Z remote: Compressing objects: 73% (148/202) 2024-05-15T23:32:27.0513270Z remote: Compressing objects: 74% (150/202) 2024-05-15T23:32:27.0518032Z remote: Compressing objects: 75% (152/202) 2024-05-15T23:32:27.0521041Z remote: Compressing objects: 76% (154/202) 2024-05-15T23:32:27.0527053Z remote: Compressing objects: 77% (156/202) 2024-05-15T23:32:27.0531963Z remote: Compressing objects: 78% (158/202) 2024-05-15T23:32:27.0542663Z remote: Compressing objects: 79% (160/202) 2024-05-15T23:32:27.0543664Z remote: Compressing objects: 80% (162/202) 2024-05-15T23:32:27.0544416Z remote: Compressing objects: 81% (164/202) 2024-05-15T23:32:27.0545107Z remote: Compressing objects: 82% (166/202) 2024-05-15T23:32:27.0545786Z remote: Compressing objects: 83% (168/202) 2024-05-15T23:32:27.0546469Z remote: Compressing objects: 84% (170/202) 2024-05-15T23:32:27.0547152Z remote: Compressing objects: 85% (172/202) 2024-05-15T23:32:27.0547683Z remote: Compressing objects: 86% (174/202) 2024-05-15T23:32:27.0548204Z remote: Compressing objects: 87% (176/202) 2024-05-15T23:32:27.0548851Z remote: Compressing objects: 88% (178/202) 2024-05-15T23:32:27.0549374Z remote: Compressing objects: 89% (180/202) 2024-05-15T23:32:27.0549894Z remote: Compressing objects: 90% (182/202) 2024-05-15T23:32:27.0550406Z remote: Compressing objects: 91% (184/202) 2024-05-15T23:32:27.0550920Z remote: Compressing objects: 92% (186/202) 2024-05-15T23:32:27.0551434Z remote: Compressing objects: 93% (188/202) 2024-05-15T23:32:27.0552021Z remote: Compressing objects: 94% (190/202) 2024-05-15T23:32:27.0552535Z remote: Compressing objects: 95% (192/202) 2024-05-15T23:32:27.0553052Z remote: Compressing objects: 96% (194/202) 2024-05-15T23:32:27.0553561Z remote: Compressing objects: 97% (196/202) 2024-05-15T23:32:27.0554072Z remote: Compressing objects: 98% (198/202) 2024-05-15T23:32:27.0554586Z remote: Compressing objects: 99% (200/202) 2024-05-15T23:32:27.0555094Z remote: Compressing objects: 100% (202/202) 2024-05-15T23:32:27.0555663Z remote: Compressing objects: 100% (202/202), done. 2024-05-15T23:32:27.0566607Z Receiving objects: 0% (1/242) 2024-05-15T23:32:27.0567007Z Receiving objects: 1% (3/242) 2024-05-15T23:32:27.0567561Z Receiving objects: 2% (5/242) 2024-05-15T23:32:27.0569282Z Receiving objects: 3% (8/242) 2024-05-15T23:32:27.0569922Z Receiving objects: 4% (10/242) 2024-05-15T23:32:27.0576653Z Receiving objects: 5% (13/242) 2024-05-15T23:32:27.0577092Z Receiving objects: 6% (15/242) 2024-05-15T23:32:27.0577790Z Receiving objects: 7% (17/242) 2024-05-15T23:32:27.0578225Z Receiving objects: 8% (20/242) 2024-05-15T23:32:27.0578751Z Receiving objects: 9% (22/242) 2024-05-15T23:32:27.0579157Z Receiving objects: 10% (25/242) 2024-05-15T23:32:27.0579560Z Receiving objects: 11% (27/242) 2024-05-15T23:32:27.0583841Z Receiving objects: 12% (30/242) 2024-05-15T23:32:27.0585409Z Receiving objects: 13% (32/242) 2024-05-15T23:32:27.0591486Z Receiving objects: 14% (34/242) 2024-05-15T23:32:27.0591991Z Receiving objects: 15% (37/242) 2024-05-15T23:32:27.0592384Z Receiving objects: 16% (39/242) 2024-05-15T23:32:27.0603890Z Receiving objects: 17% (42/242) 2024-05-15T23:32:27.0604431Z Receiving objects: 18% (44/242) 2024-05-15T23:32:27.0604953Z Receiving objects: 19% (46/242) 2024-05-15T23:32:27.0605457Z Receiving objects: 20% (49/242) 2024-05-15T23:32:27.0605838Z Receiving objects: 21% (51/242) 2024-05-15T23:32:27.0606238Z Receiving objects: 22% (54/242) 2024-05-15T23:32:27.0612175Z Receiving objects: 23% (56/242) 2024-05-15T23:32:27.0612754Z Receiving objects: 24% (59/242) 2024-05-15T23:32:27.0613206Z Receiving objects: 25% (61/242) 2024-05-15T23:32:27.0613592Z Receiving objects: 26% (63/242) 2024-05-15T23:32:27.0613977Z Receiving objects: 27% (66/242) 2024-05-15T23:32:27.0624994Z Receiving objects: 28% (68/242) 2024-05-15T23:32:27.0625431Z Receiving objects: 29% (71/242) 2024-05-15T23:32:27.0625857Z Receiving objects: 30% (73/242) 2024-05-15T23:32:27.0626276Z Receiving objects: 31% (76/242) 2024-05-15T23:32:27.0633019Z Receiving objects: 32% (78/242) 2024-05-15T23:32:27.0633437Z Receiving objects: 33% (80/242) 2024-05-15T23:32:27.0633846Z Receiving objects: 34% (83/242) 2024-05-15T23:32:27.0634437Z Receiving objects: 35% (85/242) 2024-05-15T23:32:27.0645622Z Receiving objects: 36% (88/242) 2024-05-15T23:32:27.0646136Z Receiving objects: 37% (90/242) 2024-05-15T23:32:27.0646631Z Receiving objects: 38% (92/242) 2024-05-15T23:32:27.0647032Z Receiving objects: 39% (95/242) 2024-05-15T23:32:27.0647434Z Receiving objects: 40% (97/242) 2024-05-15T23:32:27.0647840Z Receiving objects: 41% (100/242) 2024-05-15T23:32:27.0648246Z Receiving objects: 42% (102/242) 2024-05-15T23:32:27.0648659Z Receiving objects: 43% (105/242) 2024-05-15T23:32:27.0649065Z Receiving objects: 44% (107/242) 2024-05-15T23:32:27.0649462Z Receiving objects: 45% (109/242) 2024-05-15T23:32:27.0649873Z Receiving objects: 46% (112/242) 2024-05-15T23:32:27.0688453Z Receiving objects: 47% (114/242) 2024-05-15T23:32:27.0697016Z Receiving objects: 48% (117/242) 2024-05-15T23:32:27.0697495Z Receiving objects: 49% (119/242) 2024-05-15T23:32:27.0699400Z Receiving objects: 50% (121/242) 2024-05-15T23:32:27.0701007Z Receiving objects: 51% (124/242) 2024-05-15T23:32:27.0701654Z Receiving objects: 52% (126/242) 2024-05-15T23:32:27.0702144Z Receiving objects: 53% (129/242) 2024-05-15T23:32:27.0702550Z Receiving objects: 54% (131/242) 2024-05-15T23:32:27.0703135Z Receiving objects: 55% (134/242) 2024-05-15T23:32:27.0703545Z Receiving objects: 56% (136/242) 2024-05-15T23:32:27.0703957Z Receiving objects: 57% (138/242) 2024-05-15T23:32:27.0704612Z Receiving objects: 58% (141/242) 2024-05-15T23:32:27.0709545Z Receiving objects: 59% (143/242) 2024-05-15T23:32:27.0709969Z Receiving objects: 60% (146/242) 2024-05-15T23:32:27.0710374Z Receiving objects: 61% (148/242) 2024-05-15T23:32:27.0710790Z Receiving objects: 62% (151/242) 2024-05-15T23:32:27.0719642Z Receiving objects: 63% (153/242) 2024-05-15T23:32:27.0720257Z Receiving objects: 64% (155/242) 2024-05-15T23:32:27.0720674Z Receiving objects: 65% (158/242) 2024-05-15T23:32:27.0722720Z Receiving objects: 66% (160/242) 2024-05-15T23:32:27.0724234Z Receiving objects: 67% (163/242) 2024-05-15T23:32:27.0724976Z Receiving objects: 68% (165/242) 2024-05-15T23:32:27.0726024Z Receiving objects: 69% (167/242) 2024-05-15T23:32:27.0741181Z Receiving objects: 70% (170/242) 2024-05-15T23:32:27.0742937Z Receiving objects: 71% (172/242) 2024-05-15T23:32:27.0745066Z Receiving objects: 72% (175/242) 2024-05-15T23:32:27.0747564Z Receiving objects: 73% (177/242) 2024-05-15T23:32:27.0748083Z Receiving objects: 74% (180/242) 2024-05-15T23:32:27.0748493Z Receiving objects: 75% (182/242) 2024-05-15T23:32:27.0749195Z Receiving objects: 76% (184/242) 2024-05-15T23:32:27.0750337Z Receiving objects: 77% (187/242) 2024-05-15T23:32:27.0753120Z Receiving objects: 78% (189/242) 2024-05-15T23:32:27.0753614Z Receiving objects: 79% (192/242) 2024-05-15T23:32:27.0754087Z Receiving objects: 80% (194/242) 2024-05-15T23:32:27.0754500Z Receiving objects: 81% (197/242) 2024-05-15T23:32:27.0764270Z Receiving objects: 82% (199/242) 2024-05-15T23:32:27.0764910Z Receiving objects: 83% (201/242) 2024-05-15T23:32:27.0765432Z Receiving objects: 84% (204/242) 2024-05-15T23:32:27.0766895Z Receiving objects: 85% (206/242) 2024-05-15T23:32:27.0767377Z Receiving objects: 86% (209/242) 2024-05-15T23:32:27.0767860Z Receiving objects: 87% (211/242) 2024-05-15T23:32:27.0768311Z Receiving objects: 88% (213/242) 2024-05-15T23:32:27.0768708Z Receiving objects: 89% (216/242) 2024-05-15T23:32:27.0769167Z Receiving objects: 90% (218/242) 2024-05-15T23:32:27.0771311Z Receiving objects: 91% (221/242) 2024-05-15T23:32:27.0771881Z Receiving objects: 92% (223/242) 2024-05-15T23:32:27.0772392Z Receiving objects: 93% (226/242) 2024-05-15T23:32:27.0772913Z Receiving objects: 94% (228/242) 2024-05-15T23:32:27.0773362Z Receiving objects: 95% (230/242) 2024-05-15T23:32:27.0773755Z Receiving objects: 96% (233/242) 2024-05-15T23:32:27.0774281Z Receiving objects: 97% (235/242) 2024-05-15T23:32:27.0782526Z Receiving objects: 98% (238/242) 2024-05-15T23:32:27.0783456Z remote: Total 242 (delta 16), reused 148 (delta 3), pack-reused 0 2024-05-15T23:32:27.0785146Z Receiving objects: 99% (240/242) 2024-05-15T23:32:27.0785688Z Receiving objects: 100% (242/242) 2024-05-15T23:32:27.0786277Z Receiving objects: 100% (242/242), 319.54 KiB | 14.52 MiB/s, done. 2024-05-15T23:32:27.0790380Z Resolving deltas: 0% (0/16) 2024-05-15T23:32:27.0791100Z Resolving deltas: 6% (1/16) 2024-05-15T23:32:27.0792948Z Resolving deltas: 18% (3/16) 2024-05-15T23:32:27.0793410Z Resolving deltas: 25% (4/16) 2024-05-15T23:32:27.0793879Z Resolving deltas: 31% (5/16) 2024-05-15T23:32:27.0794255Z Resolving deltas: 37% (6/16) 2024-05-15T23:32:27.0794643Z Resolving deltas: 50% (8/16) 2024-05-15T23:32:27.0795037Z Resolving deltas: 56% (9/16) 2024-05-15T23:32:27.0795729Z Resolving deltas: 62% (10/16) 2024-05-15T23:32:27.0796430Z Resolving deltas: 75% (12/16) 2024-05-15T23:32:27.0798666Z Resolving deltas: 81% (13/16) 2024-05-15T23:32:27.0799139Z Resolving deltas: 87% (14/16) 2024-05-15T23:32:27.0799580Z Resolving deltas: 93% (15/16) 2024-05-15T23:32:27.0801456Z Resolving deltas: 100% (16/16) 2024-05-15T23:32:27.0801864Z Resolving deltas: 100% (16/16), done. 2024-05-15T23:32:27.0882325Z From https://github.com/pytorch/torchchat 2024-05-15T23:32:27.0882990Z * [new ref] refs/pull/804/merge -> pull/804/merge 2024-05-15T23:32:27.0897677Z ##[endgroup] 2024-05-15T23:32:27.0898245Z ##[group]Determining the checkout info 2024-05-15T23:32:27.0900306Z ##[endgroup] 2024-05-15T23:32:27.0901114Z ##[group]Checking out the ref 2024-05-15T23:32:27.0904390Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/804/merge 2024-05-15T23:32:27.1003314Z Note: switching to 'refs/remotes/pull/804/merge'. 2024-05-15T23:32:27.1003694Z 2024-05-15T23:32:27.1004202Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:32:27.1005259Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:32:27.1006032Z state without impacting any branches by switching back to a branch. 2024-05-15T23:32:27.1006503Z 2024-05-15T23:32:27.1006873Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:32:27.1007746Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:32:27.1008198Z 2024-05-15T23:32:27.1008391Z git switch -c 2024-05-15T23:32:27.1008669Z 2024-05-15T23:32:27.1008808Z Or undo this operation with: 2024-05-15T23:32:27.1009076Z 2024-05-15T23:32:27.1009198Z git switch - 2024-05-15T23:32:27.1009385Z 2024-05-15T23:32:27.1009744Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:32:27.1010246Z 2024-05-15T23:32:27.1010775Z HEAD is now at 0675758 Merge 5afec79d2a21e03d2f27855b184e97600186532c into db12669870c44a9aabc3376566b2503bd1dafcae 2024-05-15T23:32:27.1012233Z ##[endgroup] 2024-05-15T23:32:27.1038672Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:32:27.1059068Z '0675758ce54b35cb210ea6a9f57b121669315979' 2024-05-15T23:32:27.1225234Z Prepare all required actions 2024-05-15T23:32:27.1344209Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-05-15T23:32:27.1344757Z with: 2024-05-15T23:32:27.1345127Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1345648Z docker-build-dir: .ci/docker 2024-05-15T23:32:27.1346064Z working-directory: pytorch/torchchat 2024-05-15T23:32:27.1346627Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.1347165Z force-push: false 2024-05-15T23:32:27.1347481Z env: 2024-05-15T23:32:27.1347812Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1348284Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:27.1348675Z PR_NUMBER: 804 2024-05-15T23:32:27.1350854Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:27.1353249Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:27.1354045Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:27.1354807Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:27.1355445Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:27.1355937Z ##[endgroup] 2024-05-15T23:32:27.1374537Z ##[group]Run set -ex 2024-05-15T23:32:27.1374895Z set -ex 2024-05-15T23:32:27.1375180Z  2024-05-15T23:32:27.1375742Z # If the docker build directory or the build script doesn't exist, the action will 2024-05-15T23:32:27.1376699Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-05-15T23:32:27.1377587Z # job could then download the pre-built image as usual 2024-05-15T23:32:27.1378342Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-05-15T23:32:27.1379030Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1379801Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1380363Z  2024-05-15T23:32:27.1381028Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-05-15T23:32:27.1381667Z  exit 0 2024-05-15T23:32:27.1381969Z else 2024-05-15T23:32:27.1382344Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1382803Z fi 2024-05-15T23:32:27.1383076Z  2024-05-15T23:32:27.1383550Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-05-15T23:32:27.1384424Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-05-15T23:32:27.1385222Z  # use it as it is, but first let's extract the tag 2024-05-15T23:32:27.1385934Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-05-15T23:32:27.1386675Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1387394Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1387958Z else 2024-05-15T23:32:27.1388402Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-05-15T23:32:27.1389079Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1389984Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:32:27.1390739Z fi 2024-05-15T23:32:27.1398300Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:27.1398803Z env: 2024-05-15T23:32:27.1399213Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1399688Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:27.1400070Z PR_NUMBER: 804 2024-05-15T23:32:27.1402168Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:27.1404522Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:27.1405309Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:27.1406046Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:27.1406663Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:27.1407166Z REPO_NAME: torchchat 2024-05-15T23:32:27.1407572Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1408056Z DOCKER_BUILD_DIR: .ci/docker 2024-05-15T23:32:27.1408544Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.1409066Z ##[endgroup] 2024-05-15T23:32:27.1429462Z + [[ ! -d .ci/docker ]] 2024-05-15T23:32:27.1429805Z + echo skip=true 2024-05-15T23:32:27.1430660Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1431406Z There is no Docker build script in torchchat repo, skipping... 2024-05-15T23:32:27.1432203Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-05-15T23:32:27.1432773Z + exit 0 2024-05-15T23:32:27.1609801Z Prepare all required actions 2024-05-15T23:32:27.1647015Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-05-15T23:32:27.1647513Z with: 2024-05-15T23:32:27.1647852Z docker-image: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1648429Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.1648942Z env: 2024-05-15T23:32:27.1649265Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1649721Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:27.1650098Z PR_NUMBER: 804 2024-05-15T23:32:27.1652395Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:27.1654739Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:27.1655509Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:27.1656244Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:27.1656869Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:27.1657476Z ##[endgroup] 2024-05-15T23:32:27.1674595Z ##[group]Run set -x 2024-05-15T23:32:27.1674932Z set -x 2024-05-15T23:32:27.1675233Z set +e 2024-05-15T23:32:27.1675529Z  2024-05-15T23:32:27.1675799Z login() { 2024-05-15T23:32:27.1676464Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-05-15T23:32:27.1677184Z } 2024-05-15T23:32:27.1677455Z  2024-05-15T23:32:27.1677737Z retry () { 2024-05-15T23:32:27.1678135Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-05-15T23:32:27.1678576Z } 2024-05-15T23:32:27.1678855Z  2024-05-15T23:32:27.1679175Z retry login "${DOCKER_REGISTRY}" 2024-05-15T23:32:27.1679589Z  2024-05-15T23:32:27.1679859Z set -e 2024-05-15T23:32:27.1680337Z # ignore output since only exit code is used for conditional 2024-05-15T23:32:27.1681040Z # only pull docker image if it's not available locally 2024-05-15T23:32:27.1681817Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-05-15T23:32:27.1682527Z  retry docker pull "${DOCKER_IMAGE}" 2024-05-15T23:32:27.1682967Z fi 2024-05-15T23:32:27.1690586Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:32:27.1691092Z env: 2024-05-15T23:32:27.1691412Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.1691882Z REPOSITORY: pytorch/torchchat 2024-05-15T23:32:27.1692270Z PR_NUMBER: 804 2024-05-15T23:32:27.1694358Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:32:27.1696675Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:32:27.1697560Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:32:27.1698301Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:32:27.1698923Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:32:27.1699535Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.1700058Z ##[endgroup] 2024-05-15T23:32:27.1719663Z + set +e 2024-05-15T23:32:27.1720533Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.1721202Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.1722155Z + aws ecr get-login-password --region us-east-1 2024-05-15T23:32:27.1723061Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:32:27.5988404Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-05-15T23:32:27.5989235Z Configure a credential helper to remove this warning. See 2024-05-15T23:32:27.5990098Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-15T23:32:27.5991014Z 2024-05-15T23:32:27.5991153Z Login Succeeded 2024-05-15T23:32:27.6001741Z + set -e 2024-05-15T23:32:27.6002246Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.6145690Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.6146656Z + docker pull pytorch/conda-builder:cuda12.1 2024-05-15T23:32:27.8188191Z cuda12.1: Pulling from pytorch/conda-builder 2024-05-15T23:32:27.8189133Z 2d473b07cdd5: Pulling fs layer 2024-05-15T23:32:27.8189597Z bcb41e0a6c79: Pulling fs layer 2024-05-15T23:32:27.8190138Z cf840f748311: Pulling fs layer 2024-05-15T23:32:27.8190572Z 716e37aeaebd: Pulling fs layer 2024-05-15T23:32:27.8191102Z 26102e172763: Pulling fs layer 2024-05-15T23:32:27.8191776Z f22bd6818f48: Pulling fs layer 2024-05-15T23:32:27.8192167Z 6b9efdae7507: Pulling fs layer 2024-05-15T23:32:27.8192544Z 38cebe59a028: Pulling fs layer 2024-05-15T23:32:27.8192922Z be3530973190: Pulling fs layer 2024-05-15T23:32:27.8193319Z c1abeb582c1a: Pulling fs layer 2024-05-15T23:32:27.8193687Z f2754d996029: Pulling fs layer 2024-05-15T23:32:27.8194058Z d4abe1a37696: Pulling fs layer 2024-05-15T23:32:27.8194461Z ffa9ecd4a5aa: Pulling fs layer 2024-05-15T23:32:27.8194848Z 30a9fd1610c3: Pulling fs layer 2024-05-15T23:32:27.8195224Z 6a123a6dec9d: Pulling fs layer 2024-05-15T23:32:27.8195608Z b843a4702cbe: Pulling fs layer 2024-05-15T23:32:27.8196000Z a03032e01a4f: Pulling fs layer 2024-05-15T23:32:27.8196375Z e5f4ea5256df: Pulling fs layer 2024-05-15T23:32:27.8196762Z 3e74cc4aca2f: Pulling fs layer 2024-05-15T23:32:27.8197145Z 5deb332f00f2: Pulling fs layer 2024-05-15T23:32:27.8197520Z 145717b5edc0: Pulling fs layer 2024-05-15T23:32:27.8197886Z f2754d996029: Waiting 2024-05-15T23:32:27.8198225Z 122da0886b25: Pulling fs layer 2024-05-15T23:32:27.8198586Z d4abe1a37696: Waiting 2024-05-15T23:32:27.8198914Z f22bd6818f48: Waiting 2024-05-15T23:32:27.8199238Z be3530973190: Waiting 2024-05-15T23:32:27.8199561Z ffa9ecd4a5aa: Waiting 2024-05-15T23:32:27.8199893Z c1abeb582c1a: Waiting 2024-05-15T23:32:27.8200211Z 3e74cc4aca2f: Waiting 2024-05-15T23:32:27.8200539Z 145717b5edc0: Waiting 2024-05-15T23:32:27.8200857Z 5deb332f00f2: Waiting 2024-05-15T23:32:27.8201175Z e5f4ea5256df: Waiting 2024-05-15T23:32:27.8201497Z 6a123a6dec9d: Waiting 2024-05-15T23:32:27.8201818Z 122da0886b25: Waiting 2024-05-15T23:32:28.5887286Z cf840f748311: Verifying Checksum 2024-05-15T23:32:28.5887889Z cf840f748311: Download complete 2024-05-15T23:32:28.6065927Z 2d473b07cdd5: Verifying Checksum 2024-05-15T23:32:28.6066739Z 2d473b07cdd5: Download complete 2024-05-15T23:32:28.6662677Z 716e37aeaebd: Verifying Checksum 2024-05-15T23:32:28.6663323Z 716e37aeaebd: Download complete 2024-05-15T23:32:28.7670155Z f22bd6818f48: Verifying Checksum 2024-05-15T23:32:28.7670655Z f22bd6818f48: Download complete 2024-05-15T23:32:29.1791270Z 26102e172763: Verifying Checksum 2024-05-15T23:32:29.1791756Z 26102e172763: Download complete 2024-05-15T23:32:29.2390541Z bcb41e0a6c79: Verifying Checksum 2024-05-15T23:32:29.2391080Z bcb41e0a6c79: Download complete 2024-05-15T23:32:29.2745088Z 38cebe59a028: Verifying Checksum 2024-05-15T23:32:29.2745598Z 38cebe59a028: Download complete 2024-05-15T23:32:30.0228848Z c1abeb582c1a: Verifying Checksum 2024-05-15T23:32:30.0229495Z c1abeb582c1a: Download complete 2024-05-15T23:32:30.0716264Z f2754d996029: Verifying Checksum 2024-05-15T23:32:30.0717046Z f2754d996029: Download complete 2024-05-15T23:32:30.1152465Z d4abe1a37696: Verifying Checksum 2024-05-15T23:32:30.1152938Z d4abe1a37696: Download complete 2024-05-15T23:32:30.1541462Z ffa9ecd4a5aa: Download complete 2024-05-15T23:32:30.1844753Z 6b9efdae7507: Download complete 2024-05-15T23:32:30.3100653Z 6a123a6dec9d: Verifying Checksum 2024-05-15T23:32:30.3101247Z 6a123a6dec9d: Download complete 2024-05-15T23:32:30.3215399Z be3530973190: Verifying Checksum 2024-05-15T23:32:30.3215880Z be3530973190: Download complete 2024-05-15T23:32:30.3306695Z 2d473b07cdd5: Pull complete 2024-05-15T23:32:30.3917027Z b843a4702cbe: Download complete 2024-05-15T23:32:30.4435137Z e5f4ea5256df: Download complete 2024-05-15T23:32:30.5997878Z 3e74cc4aca2f: Verifying Checksum 2024-05-15T23:32:30.5998455Z 3e74cc4aca2f: Download complete 2024-05-15T23:32:30.6561473Z 5deb332f00f2: Download complete 2024-05-15T23:32:30.7735401Z 145717b5edc0: Verifying Checksum 2024-05-15T23:32:30.7735862Z 145717b5edc0: Download complete 2024-05-15T23:32:32.6799698Z bcb41e0a6c79: Pull complete 2024-05-15T23:32:34.2657911Z cf840f748311: Pull complete 2024-05-15T23:32:34.3711893Z 716e37aeaebd: Pull complete 2024-05-15T23:32:34.4762186Z a03032e01a4f: Verifying Checksum 2024-05-15T23:32:34.4762737Z a03032e01a4f: Download complete 2024-05-15T23:32:35.4991378Z 26102e172763: Pull complete 2024-05-15T23:32:35.7221733Z f22bd6818f48: Pull complete 2024-05-15T23:32:36.3335402Z 122da0886b25: Verifying Checksum 2024-05-15T23:32:36.3336028Z 122da0886b25: Download complete 2024-05-15T23:32:38.2214769Z 6b9efdae7507: Pull complete 2024-05-15T23:32:38.4381514Z 38cebe59a028: Pull complete 2024-05-15T23:32:40.7092083Z be3530973190: Pull complete 2024-05-15T23:32:42.1793539Z c1abeb582c1a: Pull complete 2024-05-15T23:32:42.2832042Z f2754d996029: Pull complete 2024-05-15T23:32:42.3706176Z d4abe1a37696: Pull complete 2024-05-15T23:32:42.4665793Z ffa9ecd4a5aa: Pull complete 2024-05-15T23:33:21.0130460Z 30a9fd1610c3: Verifying Checksum 2024-05-15T23:33:21.0130952Z 30a9fd1610c3: Download complete 2024-05-15T23:34:10.4815355Z 30a9fd1610c3: Pull complete 2024-05-15T23:34:10.9143489Z 6a123a6dec9d: Pull complete 2024-05-15T23:34:11.1703931Z b843a4702cbe: Pull complete 2024-05-15T23:34:19.0977114Z a03032e01a4f: Pull complete 2024-05-15T23:34:19.3316744Z e5f4ea5256df: Pull complete 2024-05-15T23:34:19.8235852Z 3e74cc4aca2f: Pull complete 2024-05-15T23:34:20.0447443Z 5deb332f00f2: Pull complete 2024-05-15T23:34:20.2729302Z 145717b5edc0: Pull complete 2024-05-15T23:34:30.6146265Z 122da0886b25: Pull complete 2024-05-15T23:34:30.7199320Z Digest: sha256:91def7add5f9900a7cd9149cc9f4eacc6da0cd662e43866d43deee758068d79c 2024-05-15T23:34:30.7628467Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-05-15T23:34:30.7832688Z docker.io/pytorch/conda-builder:cuda12.1 2024-05-15T23:34:30.7937263Z ##[group]Run set -ex 2024-05-15T23:34:30.7937650Z set -ex 2024-05-15T23:34:30.7938059Z { 2024-05-15T23:34:30.7938381Z  echo "#!/usr/bin/env bash"; 2024-05-15T23:34:30.7938850Z  echo "set -eou pipefail"; 2024-05-15T23:34:30.7939321Z  # shellcheck disable=SC2016 2024-05-15T23:34:30.7939821Z  echo 'eval "$(conda shell.bash hook)"'; 2024-05-15T23:34:30.7940296Z  echo "set -x"; 2024-05-15T23:34:30.7940673Z  echo "${SCRIPT}"; 2024-05-15T23:34:30.7941305Z } > "${RUNNER_TEMP}/exec_script" 2024-05-15T23:34:30.7941786Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-05-15T23:34:30.7942820Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "HF_TOKEN_PERIODIC" 2024-05-15T23:34:30.7951225Z shell: /usr/bin/bash -e {0} 2024-05-15T23:34:30.7951588Z env: 2024-05-15T23:34:30.7951969Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:34:30.7952435Z REPOSITORY: pytorch/torchchat 2024-05-15T23:34:30.7952818Z PR_NUMBER: 804 2024-05-15T23:34:30.7954938Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:34:30.7957303Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:34:30.7958088Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:34:30.7958959Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:34:30.7959583Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:34:30.7960431Z ALL_SECRETS: { "github_token": "***" } 2024-05-15T23:34:30.7960866Z ##[endgroup] 2024-05-15T23:34:30.7984145Z + echo '#!/usr/bin/env bash' 2024-05-15T23:34:30.7984693Z + echo 'set -eou pipefail' 2024-05-15T23:34:30.7985119Z + echo 'eval "$(conda shell.bash hook)"' 2024-05-15T23:34:30.7985730Z + echo 'set -x' 2024-05-15T23:34:30.7987354Z + echo 'echo "::group::Print machine info" 2024-05-15T23:34:30.7987891Z uname -a 2024-05-15T23:34:30.7988755Z echo "::endgroup::" 2024-05-15T23:34:30.7989044Z 2024-05-15T23:34:30.7989593Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-05-15T23:34:30.7990489Z yum install -y devtoolset-10-binutils 2024-05-15T23:34:30.7991184Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-05-15T23:34:30.7991706Z echo "::endgroup::" 2024-05-15T23:34:30.7991999Z 2024-05-15T23:34:30.7992334Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs readme 2024-05-15T23:34:30.7992793Z 2024-05-15T23:34:30.7992931Z echo "::group::Completion" 2024-05-15T23:34:30.7993302Z echo "tests complete" 2024-05-15T23:34:30.7993714Z echo "*******************************************" 2024-05-15T23:34:30.7994301Z echo "::endgroup::" 2024-05-15T23:34:30.7994709Z ' 2024-05-15T23:34:30.7995330Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-05-15T23:34:30.7996507Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py HF_TOKEN_PERIODIC 2024-05-15T23:35:33.4981718Z Running command: 2024-05-15T23:35:33.4990071Z 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_9103923207" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_HF_TOKEN_PERIODIC --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --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_43b16d75-52a1-4225-becc-cea0f7aa2c46":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_43b16d75-52a1-4225-becc-cea0f7aa2c46" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-05-15T23:35:33.4997695Z 2024-05-15T23:35:33.4998134Z 9fa229ada9b7941ed93ba1970ca2e1f98104d22c7fb6c9ad1a23aacc886f9dfc 2024-05-15T23:35:33.4999143Z Running command: docker exec -t 9fa229ada9b7941ed93ba1970ca2e1f98104d22c7fb6c9ad1a23aacc886f9dfc /exec 2024-05-15T23:35:33.5000010Z + echo '::group::Print machine info' 2024-05-15T23:35:33.5000795Z ##[group]Print machine info 2024-05-15T23:35:33.5001150Z + uname -a 2024-05-15T23:35:33.5001900Z Linux 9fa229ada9b7 4.14.336-257.562.amzn2.x86_64 #1 SMP Sat Feb 24 09:50:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-05-15T23:35:33.5002665Z + echo ::endgroup:: 2024-05-15T23:35:33.5003201Z ##[endgroup] 2024-05-15T23:35:33.5003766Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-05-15T23:35:33.5004775Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-05-15T23:35:33.5005564Z + yum install -y devtoolset-10-binutils 2024-05-15T23:35:33.5006014Z Loaded plugins: fastestmirror, ovl 2024-05-15T23:35:33.5006424Z Determining fastest mirrors 2024-05-15T23:35:33.5006675Z 2024-05-15T23:35:33.5006951Z epel/x86_64/metalink | 20 kB 00:00 2024-05-15T23:35:33.5007526Z * base: download.cf.centos.org 2024-05-15T23:35:33.5007985Z * centos-sclo-rh: download.cf.centos.org 2024-05-15T23:35:33.5008500Z * centos-sclo-sclo: download.cf.centos.org 2024-05-15T23:35:33.5008976Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-05-15T23:35:33.5009414Z * extras: download.cf.centos.org 2024-05-15T23:35:33.5009818Z * updates: download.cf.centos.org 2024-05-15T23:35:33.5010104Z 2024-05-15T23:35:33.5010315Z base | 3.6 kB 00:00 2024-05-15T23:35:33.5010688Z 2024-05-15T23:35:33.5011020Z centos-sclo-rh | 3.0 kB 00:00 2024-05-15T23:35:33.5011439Z 2024-05-15T23:35:33.5011765Z centos-sclo-sclo | 3.0 kB 00:00 2024-05-15T23:35:33.5012205Z 2024-05-15T23:35:33.5012417Z epel | 4.3 kB 00:00 2024-05-15T23:35:33.5012794Z 2024-05-15T23:35:33.5013009Z extras | 2.9 kB 00:00 2024-05-15T23:35:33.5013378Z 2024-05-15T23:35:33.5013601Z updates | 2.9 kB 00:00 2024-05-15T23:35:33.5013982Z 2024-05-15T23:35:33.5014258Z (1/4): epel/x86_64/group | 399 kB 00:00 2024-05-15T23:35:33.5014700Z 2024-05-15T23:35:33.5014988Z (2/4): epel/x86_64/updateinfo | 1.0 MB 00:00 2024-05-15T23:35:33.5015426Z 2024-05-15T23:35:33.5015721Z (3/4): epel/x86_64/primary_db | 8.7 MB 00:00 2024-05-15T23:35:33.5016171Z 2024-05-15T23:35:33.5016483Z (4/4): updates/7/x86_64/primary_db | 27 MB 00:00 2024-05-15T23:35:33.5017064Z Resolving Dependencies 2024-05-15T23:35:33.5017517Z --> Running transaction check 2024-05-15T23:35:33.5018152Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-05-15T23:35:33.5019161Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-05-15T23:35:33.5019951Z --> Running transaction check 2024-05-15T23:35:33.5020578Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-05-15T23:35:33.5021408Z --> Finished Dependency Resolution 2024-05-15T23:35:33.5021688Z 2024-05-15T23:35:33.5021813Z Dependencies Resolved 2024-05-15T23:35:33.5022021Z 2024-05-15T23:35:33.5022200Z ================================================================================ 2024-05-15T23:35:33.5022777Z Package Arch Version Repository Size 2024-05-15T23:35:33.5023360Z ================================================================================ 2024-05-15T23:35:33.5023804Z Installing: 2024-05-15T23:35:33.5024364Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-05-15T23:35:33.5024960Z Installing for dependencies: 2024-05-15T23:35:33.5025584Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-05-15T23:35:33.5026049Z 2024-05-15T23:35:33.5026174Z Transaction Summary 2024-05-15T23:35:33.5026534Z ================================================================================ 2024-05-15T23:35:33.5027029Z Install 1 Package (+1 Dependent package) 2024-05-15T23:35:33.5027334Z 2024-05-15T23:35:33.5027469Z Total download size: 6.3 M 2024-05-15T23:35:33.5027812Z Installed size: 25 M 2024-05-15T23:35:33.5028135Z Downloading packages: 2024-05-15T23:35:33.5028342Z 2024-05-15T23:35:33.5028754Z (1/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-05-15T23:35:33.5029355Z 2024-05-15T23:35:33.5029769Z (2/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-05-15T23:35:33.5030540Z -------------------------------------------------------------------------------- 2024-05-15T23:35:33.5031173Z Total 24 MB/s | 6.3 MB 00:00 2024-05-15T23:35:33.5031682Z Running transaction check 2024-05-15T23:35:33.5032031Z Running transaction test 2024-05-15T23:35:33.5032388Z Transaction test succeeded 2024-05-15T23:35:33.5032744Z Running transaction 2024-05-15T23:35:33.5032942Z 2024-05-15T23:35:33.5033319Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-05-15T23:35:33.5034165Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-05-15T23:35:33.5035006Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-05-15T23:35:33.5035826Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-05-15T23:35:33.5036672Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-05-15T23:35:33.5037617Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-05-15T23:35:33.5038443Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-05-15T23:35:33.5039276Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-05-15T23:35:33.5040101Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-05-15T23:35:33.5040980Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-05-15T23:35:33.5041795Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-05-15T23:35:33.5042621Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-05-15T23:35:33.5043448Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-05-15T23:35:33.5044273Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-05-15T23:35:33.5045099Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-05-15T23:35:33.5046002Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-05-15T23:35:33.5046832Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-05-15T23:35:33.5047669Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-05-15T23:35:33.5048507Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-05-15T23:35:33.5049351Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-05-15T23:35:33.5050187Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-05-15T23:35:33.5051072Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-05-15T23:35:33.5051905Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-05-15T23:35:33.5052738Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-05-15T23:35:33.5053590Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-05-15T23:35:33.5054437Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-05-15T23:35:33.5055274Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-05-15T23:35:33.5056116Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-05-15T23:35:33.5056985Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-05-15T23:35:33.5057790Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-05-15T23:35:33.5058249Z 2024-05-15T23:35:33.5058629Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-05-15T23:35:33.5059474Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-05-15T23:35:33.5075517Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-05-15T23:35:33.5076401Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-05-15T23:35:33.5077255Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-05-15T23:35:33.5078163Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-05-15T23:35:33.5079018Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-05-15T23:35:33.5079857Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-05-15T23:35:33.5080702Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-05-15T23:35:33.5081548Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-05-15T23:35:33.5082388Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-05-15T23:35:33.5083241Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-05-15T23:35:33.5084080Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-05-15T23:35:34.8267143Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-05-15T23:35:34.8268343Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-05-15T23:35:34.8269414Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-05-15T23:35:34.8270573Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-05-15T23:35:34.8271497Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-05-15T23:35:34.8272652Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-05-15T23:35:34.8273807Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-05-15T23:35:34.8274926Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-05-15T23:35:34.8275784Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-05-15T23:35:34.8277259Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-05-15T23:35:34.8278457Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-05-15T23:35:34.8279481Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-05-15T23:35:34.8280308Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-05-15T23:35:34.8281226Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-05-15T23:35:34.8282386Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-05-15T23:35:34.8283500Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-05-15T23:35:34.8284672Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-05-15T23:35:34.8285989Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-05-15T23:35:34.8287295Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-05-15T23:35:34.8288594Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-05-15T23:35:34.8289683Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-05-15T23:35:34.8290803Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-05-15T23:35:34.8291435Z 2024-05-15T23:35:34.8291834Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-05-15T23:35:34.8292324Z 2024-05-15T23:35:34.8292729Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-05-15T23:35:34.8293219Z 2024-05-15T23:35:34.8293329Z Installed: 2024-05-15T23:35:34.8294053Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-05-15T23:35:34.8294537Z 2024-05-15T23:35:34.8294671Z Dependency Installed: 2024-05-15T23:35:34.8295276Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-05-15T23:35:34.8295747Z 2024-05-15T23:35:34.8295857Z Complete! 2024-05-15T23:35:34.8297258Z + 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-05-15T23:35:34.8299681Z + 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-05-15T23:35:34.8301492Z + echo ::endgroup:: 2024-05-15T23:35:34.8302115Z ##[endgroup] 2024-05-15T23:35:34.8302407Z + TORCHCHAT_DEVICE=cpu 2024-05-15T23:35:34.8302791Z + .ci/scripts/run-docs readme 2024-05-15T23:35:34.8303400Z ##[group]Create script to run README 2024-05-15T23:35:34.8303999Z ##[endgroup] 2024-05-15T23:35:34.8304486Z ##[group]Run README 2024-05-15T23:35:34.8304803Z ******************************************* 2024-05-15T23:35:34.8305228Z set -eou pipefail 2024-05-15T23:35:34.8305637Z echo '::group::start-of-document' 2024-05-15T23:35:34.8306055Z echo '::endgroup::' 2024-05-15T23:35:34.8306464Z echo '::group::# Chat with LLMs Everywhere' 2024-05-15T23:35:34.8306932Z echo '::endgroup::' 2024-05-15T23:35:34.8307359Z echo '::group::## What can you do with torchchat' 2024-05-15T23:35:34.8307851Z echo '::endgroup::' 2024-05-15T23:35:34.8308221Z echo '::group::## Highlights' 2024-05-15T23:35:34.8308613Z echo '::endgroup::' 2024-05-15T23:35:34.8308987Z echo '::group::## Installation' 2024-05-15T23:35:34.8309357Z if false; then 2024-05-15T23:35:34.8309687Z echo '::endgroup::' 2024-05-15T23:35:34.8310086Z echo '::group::# get the code' 2024-05-15T23:35:34.8310547Z git clone https://github.com/pytorch/torchchat.git 2024-05-15T23:35:34.8311019Z cd torchchat 2024-05-15T23:35:34.8311192Z 2024-05-15T23:35:34.8311348Z echo '::endgroup::' 2024-05-15T23:35:34.8311873Z echo '::group::# set up a virtual environment' 2024-05-15T23:35:34.8312360Z python3 -m venv .venv 2024-05-15T23:35:34.8312694Z source .venv/bin/activate 2024-05-15T23:35:34.8313023Z fi 2024-05-15T23:35:34.8313328Z echo '::endgroup::' 2024-05-15T23:35:34.8313718Z echo '::group::# install dependencies' 2024-05-15T23:35:34.8314143Z ./install_requirements.sh 2024-05-15T23:35:34.8314530Z echo '::endgroup::' 2024-05-15T23:35:34.8314989Z echo '::group::# ensure everything installed correctly' 2024-05-15T23:35:34.8315525Z python3 torchchat.py --help 2024-05-15T23:35:34.8315934Z python3 torchchat.py download stories15M 2024-05-15T23:35:34.8316365Z python3 torchchat.py list 2024-05-15T23:35:34.8316856Z python3 torchchat.py where stories15M 2024-05-15T23:35:34.8317328Z echo '::endgroup::' 2024-05-15T23:35:34.8317721Z echo '::group::## Running via PyTorch ' 2024-05-15T23:35:34.8318141Z if false; then 2024-05-15T23:35:34.8318480Z echo '::endgroup::' 2024-05-15T23:35:34.8318868Z echo '::group::# Llama 3 8B Instruct' 2024-05-15T23:35:34.8319306Z python3 torchchat.py chat stories15M 2024-05-15T23:35:34.8319698Z fi 2024-05-15T23:35:34.8320321Z python3 torchchat.py generate stories15M --prompt "write me a story about a boy and his bear" 2024-05-15T23:35:34.8321005Z if false; then 2024-05-15T23:35:34.8321347Z python3 torchchat.py browser stories15M 2024-05-15T23:35:34.8321746Z fi 2024-05-15T23:35:34.8322046Z echo '::endgroup::' 2024-05-15T23:35:34.8322414Z echo '::group::## Desktop' 2024-05-15T23:35:34.8322794Z echo '::endgroup::' 2024-05-15T23:35:34.8323157Z echo '::group::# Compile' 2024-05-15T23:35:34.8323826Z python3 torchchat.py export stories15M --output-dso-path exportedModels/stories15M.so 2024-05-15T23:35:34.8324366Z 2024-05-15T23:35:34.8324525Z echo '::endgroup::' 2024-05-15T23:35:34.8325015Z echo '::group::# Execute the exported model using Python' 2024-05-15T23:35:34.8325512Z 2024-05-15T23:35:34.8326093Z python3 torchchat.py generate stories15M --dso-path exportedModels/stories15M.so --prompt "Hello my name is" 2024-05-15T23:35:34.8326873Z scripts/build_native.sh aoti 2024-05-15T23:35:34.8327233Z if false; then 2024-05-15T23:35:34.8328124Z cmake-out/aoti_run exportedModels/stories15M.so -z `python3 torchchat.py where stories15M`/tokenizer.model -l 2 -i "Once upon a time" 2024-05-15T23:35:34.8328986Z fi 2024-05-15T23:35:34.8329292Z echo '::endgroup::' 2024-05-15T23:35:34.8329681Z echo '::group::## Mobile Execution' 2024-05-15T23:35:34.8330100Z export TORCHCHAT_ROOT=${PWD} 2024-05-15T23:35:34.8330516Z ./scripts/install_et.sh 2024-05-15T23:35:34.8330898Z echo '::endgroup::' 2024-05-15T23:35:34.8331257Z echo '::group::# Export' 2024-05-15T23:35:34.8332046Z python3 torchchat.py export stories15M --quantize config/data/mobile.json --output-pte-path stories15M.pte 2024-05-15T23:35:34.8332694Z 2024-05-15T23:35:34.8332852Z echo '::endgroup::' 2024-05-15T23:35:34.8333226Z echo '::group::# Execute' 2024-05-15T23:35:34.8334004Z python3 torchchat.py generate stories15M --device cpu --pte-path stories15M.pte --prompt "Hello my name is" 2024-05-15T23:35:34.8334807Z echo '::endgroup::' 2024-05-15T23:35:34.8335104Z exit 0 2024-05-15T23:35:34.8335351Z exit 1 2024-05-15T23:35:34.8335630Z ******************************************* 2024-05-15T23:35:34.8336074Z + set -eou pipefail 2024-05-15T23:35:34.8336448Z + echo ::group::start-of-document 2024-05-15T23:35:34.8337107Z ##[group]start-of-document 2024-05-15T23:35:34.8337467Z + echo ::endgroup:: 2024-05-15T23:35:34.8337994Z ##[endgroup] 2024-05-15T23:35:34.8338399Z + echo '::group::# Chat with LLMs Everywhere' 2024-05-15T23:35:34.8339096Z ##[group]# Chat with LLMs Everywhere 2024-05-15T23:35:34.8339503Z + echo ::endgroup:: 2024-05-15T23:35:34.8340029Z ##[endgroup] 2024-05-15T23:35:34.8340471Z + echo '::group::## What can you do with torchchat' 2024-05-15T23:35:34.8341669Z ##[group]## What can you do with torchchat 2024-05-15T23:35:34.8342120Z + echo ::endgroup:: 2024-05-15T23:35:34.8342634Z ##[endgroup] 2024-05-15T23:35:34.8343014Z + echo '::group::## Highlights' 2024-05-15T23:35:34.8343609Z ##[group]## Highlights 2024-05-15T23:35:34.8344051Z + echo ::endgroup:: 2024-05-15T23:35:34.8344578Z ##[endgroup] 2024-05-15T23:35:34.8344943Z + echo '::group::## Installation' 2024-05-15T23:35:34.8345613Z ##[group]## Installation 2024-05-15T23:35:34.8345950Z + false 2024-05-15T23:35:34.8346231Z + echo ::endgroup:: 2024-05-15T23:35:34.8346755Z ##[endgroup] 2024-05-15T23:35:34.8347140Z + echo '::group::# install dependencies' 2024-05-15T23:35:34.8347797Z ##[group]# install dependencies 2024-05-15T23:35:34.8348199Z + ./install_requirements.sh 2024-05-15T23:35:34.8348870Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-05-15T23:35:34.8349719Z Collecting torchao (from -r requirements.txt (line 4)) 2024-05-15T23:35:34.8350589Z Downloading https://download.pytorch.org/whl/nightly/torchao-0.1-py3-none-any.whl (54 kB) 2024-05-15T23:35:34.8352181Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/54.3 kB ? eta -:--:-- 2024-05-15T23:35:34.8353160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 18.8 MB/s eta 0:00:00 2024-05-15T23:35:34.8353988Z [?25hCollecting huggingface_hub (from -r requirements.txt (line 7)) 2024-05-15T23:35:34.8354735Z Downloading huggingface_hub-0.23.0-py3-none-any.whl (401 kB) 2024-05-15T23:35:34.8355571Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/401.2 kB ? eta -:--:-- 2024-05-15T23:35:34.8356501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 18.4 MB/s eta 0:00:00 2024-05-15T23:35:34.8357382Z [?25hCollecting gguf (from -r requirements.txt (line 10)) 2024-05-15T23:35:34.8358007Z Downloading gguf-0.6.0-py3-none-any.whl (23 kB) 2024-05-15T23:35:34.8358620Z Collecting tiktoken (from -r requirements.txt (line 13)) 2024-05-15T23:35:34.8359622Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-05-15T23:35:34.8360653Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-05-15T23:35:34.8361586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 100.4 MB/s eta 0:00:00 2024-05-15T23:35:34.8362378Z [?25hCollecting snakeviz (from -r requirements.txt (line 16)) 2024-05-15T23:35:34.8363073Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-05-15T23:35:34.8363895Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-05-15T23:35:34.8364825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 57.9 MB/s eta 0:00:00 2024-05-15T23:35:34.8365662Z [?25hCollecting sentencepiece (from -r requirements.txt (line 17)) 2024-05-15T23:35:34.8366924Z 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-05-15T23:35:39.3322755Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-05-15T23:35:39.3324035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 99.3 MB/s eta 0:00:00 2024-05-15T23:35:39.3325108Z [?25hCollecting numpy (from -r requirements.txt (line 18)) 2024-05-15T23:35:39.3326473Z 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-05-15T23:35:39.3327728Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-05-15T23:35:39.3328766Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.8/18.3 MB 181.2 MB/s eta 0:00:01 2024-05-15T23:35:39.3329938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 11.8/18.3 MB 165.2 MB/s eta 0:00:01 2024-05-15T23:35:39.3331175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 276.8 MB/s eta 0:00:01 2024-05-15T23:35:39.3332203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 276.8 MB/s eta 0:00:01 2024-05-15T23:35:39.3333183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 97.3 MB/s eta 0:00:00 2024-05-15T23:35:39.3334008Z [?25hCollecting lm-eval==0.4 (from -r requirements.txt (line 20)) 2024-05-15T23:35:39.3334655Z Downloading lm_eval-0.4.0.tar.gz (457 kB) 2024-05-15T23:35:39.3335405Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/457.1 kB ? eta -:--:-- 2024-05-15T23:35:39.3336341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 457.1/457.1 kB 69.2 MB/s eta 0:00:00 2024-05-15T23:35:39.3337339Z [?25h Installing build dependencies ... [?25l- \ | / - done 2024-05-15T23:35:39.3338085Z [?25h Getting requirements to build wheel ... [?25l- done 2024-05-15T23:35:39.3338773Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-05-15T23:35:39.3339487Z [?25hCollecting blobfile (from -r requirements.txt (line 21)) 2024-05-15T23:35:39.3340423Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-05-15T23:35:39.3341642Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-05-15T23:35:39.3342575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 26.7 MB/s eta 0:00:00 2024-05-15T23:35:39.3343772Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 24)) (0.38.4) 2024-05-15T23:35:39.3344829Z Collecting cmake>=3.24 (from -r requirements.txt (line 25)) 2024-05-15T23:35:39.3345709Z Downloading cmake-3.29.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.7 MB) 2024-05-15T23:35:39.3346694Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.7 MB ? eta -:--:-- 2024-05-15T23:35:39.3347714Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.1/26.7 MB 153.1 MB/s eta 0:00:01 2024-05-15T23:35:39.3348815Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 11.8/26.7 MB 167.7 MB/s eta 0:00:01 2024-05-15T23:35:39.3350028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 19.0/26.7 MB 217.7 MB/s eta 0:00:01 2024-05-15T23:35:39.3351083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 225.1 MB/s eta 0:00:01 2024-05-15T23:35:39.3352112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 225.1 MB/s eta 0:00:01 2024-05-15T23:35:39.3353203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 225.1 MB/s eta 0:00:01 2024-05-15T23:35:39.3354177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.7/26.7 MB 75.2 MB/s eta 0:00:00 2024-05-15T23:35:39.3354964Z [?25hCollecting ninja (from -r requirements.txt (line 26)) 2024-05-15T23:35:39.3355845Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-05-15T23:35:39.3356849Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-05-15T23:35:39.3357790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 62.4 MB/s eta 0:00:00 2024-05-15T23:35:39.3358582Z [?25hCollecting zstd (from -r requirements.txt (line 27)) 2024-05-15T23:35:39.3359556Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-05-15T23:35:39.3360561Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-05-15T23:35:39.3361491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 94.7 MB/s eta 0:00:00 2024-05-15T23:35:39.3362271Z [?25hCollecting flask (from -r requirements.txt (line 30)) 2024-05-15T23:35:39.3362908Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-05-15T23:35:39.3363683Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-05-15T23:35:39.3364622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 30.9 MB/s eta 0:00:00 2024-05-15T23:35:39.3365554Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:39.3366372Z Downloading accelerate-0.30.1-py3-none-any.whl (302 kB) 2024-05-15T23:35:39.3367197Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/302.6 kB ? eta -:--:-- 2024-05-15T23:35:39.3368139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.6/302.6 kB 70.3 MB/s eta 0:00:00 2024-05-15T23:35:39.3369400Z [?25hCollecting evaluate (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:39.3370242Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-05-15T23:35:39.3371048Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-05-15T23:35:39.3371992Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 21.2 MB/s eta 0:00:00 2024-05-15T23:35:39.3372897Z [?25hCollecting datasets>=2.0.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:39.3373695Z Downloading datasets-2.19.1-py3-none-any.whl (542 kB) 2024-05-15T23:35:39.3374510Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/542.0 kB ? eta -:--:-- 2024-05-15T23:35:39.3375590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 542.0/542.0 kB 83.6 MB/s eta 0:00:00 2024-05-15T23:35:41.1306536Z [?25hCollecting jsonlines (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1307594Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-05-15T23:35:41.1308618Z Collecting numexpr (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1309646Z Downloading numexpr-2.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB) 2024-05-15T23:35:41.1310733Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/378.3 kB ? eta -:--:-- 2024-05-15T23:35:41.1311680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 378.3/378.3 kB 71.9 MB/s eta 0:00:00 2024-05-15T23:35:41.1312812Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1313552Z Downloading peft-0.10.0-py3-none-any.whl (199 kB) 2024-05-15T23:35:41.1314340Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/199.1 kB ? eta -:--:-- 2024-05-15T23:35:41.1315284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 49.2 MB/s eta 0:00:00 2024-05-15T23:35:41.1316191Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1316968Z Downloading pybind11-2.12.0-py3-none-any.whl (234 kB) 2024-05-15T23:35:41.1317767Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/235.0 kB ? eta -:--:-- 2024-05-15T23:35:41.1318699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.0/235.0 kB 55.7 MB/s eta 0:00:00 2024-05-15T23:35:41.1319620Z [?25hCollecting pytablewriter (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1320427Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-05-15T23:35:41.1321263Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-05-15T23:35:41.1322192Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 31.1 MB/s eta 0:00:00 2024-05-15T23:35:41.1323128Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1323877Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-05-15T23:35:41.1324442Z Preparing metadata (setup.py) ... [?25l- done 2024-05-15T23:35:41.1325209Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1325988Z Downloading sacrebleu-2.4.2-py3-none-any.whl (106 kB) 2024-05-15T23:35:41.1326785Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/106.7 kB ? eta -:--:-- 2024-05-15T23:35:41.1327849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 30.0 MB/s eta 0:00:00 2024-05-15T23:35:41.1328798Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1329858Z Downloading scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB) 2024-05-15T23:35:41.1330885Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.1 MB ? eta -:--:-- 2024-05-15T23:35:41.1331888Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 7.3/12.1 MB 220.4 MB/s eta 0:00:01 2024-05-15T23:35:41.1332942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 12.1/12.1 MB 166.7 MB/s eta 0:00:01 2024-05-15T23:35:41.1333945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 12.1/12.1 MB 166.7 MB/s eta 0:00:01 2024-05-15T23:35:41.1335014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 97.8 MB/s eta 0:00:00 2024-05-15T23:35:41.1335887Z [?25hCollecting sqlitedict (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1336588Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-05-15T23:35:41.1337142Z Preparing metadata (setup.py) ... [?25l- done 2024-05-15T23:35:41.1337869Z [?25hCollecting torch>=1.8 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:41.1338698Z Downloading torch-2.3.0-cp311-cp311-manylinux1_x86_64.whl (779.2 MB) 2024-05-15T23:35:41.1339568Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/779.2 MB ? eta -:--:-- 2024-05-15T23:35:41.1340485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/779.2 MB 253.1 MB/s eta 0:00:04 2024-05-15T23:35:41.1341695Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/779.2 MB 211.0 MB/s eta 0:00:04 2024-05-15T23:35:41.1342767Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.5/779.2 MB 193.4 MB/s eta 0:00:04 2024-05-15T23:35:41.1343848Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/779.2 MB 204.7 MB/s eta 0:00:04 2024-05-15T23:35:41.1344914Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/779.2 MB 233.4 MB/s eta 0:00:04 2024-05-15T23:35:41.1345983Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.7/779.2 MB 204.4 MB/s eta 0:00:04 2024-05-15T23:35:41.1347067Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.8/779.2 MB 195.2 MB/s eta 0:00:04 2024-05-15T23:35:41.1348224Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.8/779.2 MB 198.7 MB/s eta 0:00:04 2024-05-15T23:35:41.1349423Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.6/779.2 MB 217.1 MB/s eta 0:00:04 2024-05-15T23:35:41.1350502Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.8/779.2 MB 196.9 MB/s eta 0:00:04 2024-05-15T23:35:41.1351573Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.7/779.2 MB 190.2 MB/s eta 0:00:04 2024-05-15T23:35:41.1352638Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.0/779.2 MB 200.1 MB/s eta 0:00:04 2024-05-15T23:35:41.1353717Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.1/779.2 MB 179.4 MB/s eta 0:00:04 2024-05-15T23:35:41.1354779Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.7/779.2 MB 191.1 MB/s eta 0:00:04 2024-05-15T23:35:41.1355959Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.4/779.2 MB 228.0 MB/s eta 0:00:03 2024-05-15T23:35:41.1357024Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.0/779.2 MB 225.3 MB/s eta 0:00:03 2024-05-15T23:35:41.1358103Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 122.7/779.2 MB 225.3 MB/s eta 0:00:03 2024-05-15T23:35:42.4845540Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.0/779.2 MB 226.7 MB/s eta 0:00:03 2024-05-15T23:35:42.4848094Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.3/779.2 MB 233.6 MB/s eta 0:00:03 2024-05-15T23:35:42.4849366Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.3/779.2 MB 216.0 MB/s eta 0:00:03 2024-05-15T23:35:42.4850519Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.2/779.2 MB 234.0 MB/s eta 0:00:03 2024-05-15T23:35:42.4851622Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/779.2 MB 249.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4852714Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.9/779.2 MB 222.2 MB/s eta 0:00:03 2024-05-15T23:35:42.4853803Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.5/779.2 MB 244.7 MB/s eta 0:00:03 2024-05-15T23:35:42.4854892Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.6/779.2 MB 217.9 MB/s eta 0:00:03 2024-05-15T23:35:42.4855975Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.7/779.2 MB 222.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4857263Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.7/779.2 MB 222.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4858365Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.7/779.2 MB 222.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4859507Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.7/779.2 MB 222.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4860590Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 187.7/779.2 MB 222.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4861890Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.1/779.2 MB 47.3 MB/s eta 0:00:13 2024-05-15T23:35:42.4862975Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 200.1/779.2 MB 196.9 MB/s eta 0:00:03 2024-05-15T23:35:42.4864216Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.6/779.2 MB 223.2 MB/s eta 0:00:03 2024-05-15T23:35:42.4865294Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.6/779.2 MB 248.6 MB/s eta 0:00:03 2024-05-15T23:35:42.4866376Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.5/779.2 MB 209.8 MB/s eta 0:00:03 2024-05-15T23:35:42.4867537Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 229.3/779.2 MB 204.4 MB/s eta 0:00:03 2024-05-15T23:35:42.4868624Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 235.1/779.2 MB 170.4 MB/s eta 0:00:04 2024-05-15T23:35:42.4869701Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 243.3/779.2 MB 212.7 MB/s eta 0:00:03 2024-05-15T23:35:42.4870800Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 251.1/779.2 MB 233.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4871966Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 258.3/779.2 MB 212.8 MB/s eta 0:00:03 2024-05-15T23:35:42.4873054Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 265.3/779.2 MB 218.7 MB/s eta 0:00:03 2024-05-15T23:35:42.4874126Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.6/779.2 MB 231.8 MB/s eta 0:00:03 2024-05-15T23:35:42.4875201Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 278.9/779.2 MB 198.6 MB/s eta 0:00:03 2024-05-15T23:35:42.4876279Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 286.5/779.2 MB 211.4 MB/s eta 0:00:03 2024-05-15T23:35:42.4877370Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 294.1/779.2 MB 214.2 MB/s eta 0:00:03 2024-05-15T23:35:42.4878466Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 298.8/779.2 MB 168.1 MB/s eta 0:00:03 2024-05-15T23:35:42.4879549Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 306.5/779.2 MB 202.3 MB/s eta 0:00:03 2024-05-15T23:35:42.4880630Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.6/779.2 MB 210.3 MB/s eta 0:00:03 2024-05-15T23:35:42.4881698Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 321.9/779.2 MB 235.3 MB/s eta 0:00:02 2024-05-15T23:35:42.4882773Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 328.7/779.2 MB 206.3 MB/s eta 0:00:03 2024-05-15T23:35:42.4883929Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 335.5/779.2 MB 192.9 MB/s eta 0:00:03 2024-05-15T23:35:42.4885023Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 343.2/779.2 MB 215.5 MB/s eta 0:00:03 2024-05-15T23:35:42.4886094Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 348.1/779.2 MB 176.5 MB/s eta 0:00:03 2024-05-15T23:35:42.4887174Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 353.4/779.2 MB 152.2 MB/s eta 0:00:03 2024-05-15T23:35:42.4888249Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 360.2/779.2 MB 195.8 MB/s eta 0:00:03 2024-05-15T23:35:42.4889381Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 362.8/779.2 MB 196.9 MB/s eta 0:00:03 2024-05-15T23:35:43.8397527Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 364.0/779.2 MB 101.0 MB/s eta 0:00:05 2024-05-15T23:35:43.8399300Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 370.4/779.2 MB 99.6 MB/s eta 0:00:05 2024-05-15T23:35:43.8400791Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 377.7/779.2 MB 189.6 MB/s eta 0:00:03 2024-05-15T23:35:43.8401891Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 382.7/779.2 MB 204.1 MB/s eta 0:00:02 2024-05-15T23:35:43.8402964Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 387.3/779.2 MB 140.3 MB/s eta 0:00:03 2024-05-15T23:35:43.8404027Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 394.3/779.2 MB 214.6 MB/s eta 0:00:02 2024-05-15T23:35:43.8405127Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 401.9/779.2 MB 216.5 MB/s eta 0:00:02 2024-05-15T23:35:43.8406209Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 408.9/779.2 MB 215.2 MB/s eta 0:00:02 2024-05-15T23:35:43.8407269Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 411.3/779.2 MB 139.6 MB/s eta 0:00:03 2024-05-15T23:35:43.8408325Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 419.0/779.2 MB 146.0 MB/s eta 0:00:03 2024-05-15T23:35:43.8409385Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 425.7/779.2 MB 222.7 MB/s eta 0:00:02 2024-05-15T23:35:43.8410442Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 431.0/779.2 MB 167.2 MB/s eta 0:00:03 2024-05-15T23:35:43.8411502Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 438.3/779.2 MB 201.8 MB/s eta 0:00:02 2024-05-15T23:35:43.8412697Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 444.6/779.2 MB 202.5 MB/s eta 0:00:02 2024-05-15T23:35:43.8413751Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 451.5/779.2 MB 187.4 MB/s eta 0:00:02 2024-05-15T23:35:43.8414802Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 459.1/779.2 MB 208.0 MB/s eta 0:00:02 2024-05-15T23:35:43.8415857Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 465.6/779.2 MB 209.8 MB/s eta 0:00:02 2024-05-15T23:35:43.8416915Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 471.9/779.2 MB 179.4 MB/s eta 0:00:02 2024-05-15T23:35:43.8417972Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 478.9/779.2 MB 199.6 MB/s eta 0:00:02 2024-05-15T23:35:43.8419118Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 486.5/779.2 MB 230.6 MB/s eta 0:00:02 2024-05-15T23:35:43.8420181Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 490.9/779.2 MB 171.8 MB/s eta 0:00:02 2024-05-15T23:35:43.8421432Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 498.0/779.2 MB 195.6 MB/s eta 0:00:02 2024-05-15T23:35:43.8422494Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 505.4/779.2 MB 219.5 MB/s eta 0:00:02 2024-05-15T23:35:43.8423555Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 510.8/779.2 MB 181.7 MB/s eta 0:00:02 2024-05-15T23:35:43.8424620Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 519.1/779.2 MB 210.1 MB/s eta 0:00:02 2024-05-15T23:35:43.8425796Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 526.3/779.2 MB 213.6 MB/s eta 0:00:02 2024-05-15T23:35:43.8426911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 534.0/779.2 MB 223.2 MB/s eta 0:00:02 2024-05-15T23:35:43.8427962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 538.3/779.2 MB 168.7 MB/s eta 0:00:02 2024-05-15T23:35:43.8429015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 544.3/779.2 MB 150.5 MB/s eta 0:00:02 2024-05-15T23:35:43.8430068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 552.6/779.2 MB 237.8 MB/s eta 0:00:01 2024-05-15T23:35:43.8431119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 559.9/779.2 MB 222.7 MB/s eta 0:00:01 2024-05-15T23:35:43.8432202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 566.2/779.2 MB 206.2 MB/s eta 0:00:02 2024-05-15T23:35:43.8433257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 572.8/779.2 MB 193.6 MB/s eta 0:00:02 2024-05-15T23:35:43.8434309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 578.8/779.2 MB 192.9 MB/s eta 0:00:02 2024-05-15T23:35:43.8435362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 585.6/779.2 MB 181.7 MB/s eta 0:00:02 2024-05-15T23:35:43.8436406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 592.6/779.2 MB 208.2 MB/s eta 0:00:01 2024-05-15T23:35:43.8437464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 600.8/779.2 MB 234.9 MB/s eta 0:00:01 2024-05-15T23:35:43.8438643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 607.1/779.2 MB 200.3 MB/s eta 0:00:01 2024-05-15T23:35:43.8439704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 613.4/779.2 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:35:45.4594566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 620.7/779.2 MB 215.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4596097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 627.5/779.2 MB 197.6 MB/s eta 0:00:01 2024-05-15T23:35:45.4597182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 635.4/779.2 MB 248.5 MB/s eta 0:00:01 2024-05-15T23:35:45.4598320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 640.7/779.2 MB 187.0 MB/s eta 0:00:01 2024-05-15T23:35:45.4599581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 648.8/779.2 MB 193.5 MB/s eta 0:00:01 2024-05-15T23:35:45.4600673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 657.1/779.2 MB 228.1 MB/s eta 0:00:01 2024-05-15T23:35:45.4601764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 664.8/779.2 MB 227.6 MB/s eta 0:00:01 2024-05-15T23:35:45.4602839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 672.1/779.2 MB 218.7 MB/s eta 0:00:01 2024-05-15T23:35:45.4603910Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 677.9/779.2 MB 176.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4604985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 684.7/779.2 MB 204.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4606077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 691.2/779.2 MB 183.3 MB/s eta 0:00:01 2024-05-15T23:35:45.4607266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 698.5/779.2 MB 207.1 MB/s eta 0:00:01 2024-05-15T23:35:45.4608339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 706.8/779.2 MB 227.2 MB/s eta 0:00:01 2024-05-15T23:35:45.4609409Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 713.0/779.2 MB 243.6 MB/s eta 0:00:01 2024-05-15T23:35:45.4610489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 719.3/779.2 MB 169.5 MB/s eta 0:00:01 2024-05-15T23:35:45.4611564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 727.7/779.2 MB 240.3 MB/s eta 0:00:01 2024-05-15T23:35:45.4612652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 735.2/779.2 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4613746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 743.4/779.2 MB 240.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4614820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 749.8/779.2 MB 211.6 MB/s eta 0:00:01 2024-05-15T23:35:45.4615890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 757.2/779.2 MB 215.6 MB/s eta 0:00:01 2024-05-15T23:35:45.4616927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 766.5/779.2 MB 266.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4617949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 774.5/779.2 MB 228.0 MB/s eta 0:00:01 2024-05-15T23:35:45.4619047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4620062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4621252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4622274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4623282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4624282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4625282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4626441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4627454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4628450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4629468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4630493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4631506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4632519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4633540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4634539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4635537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:45.4636526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8760197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8761659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8762970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8763993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8764996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8766003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8767021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8768037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8769058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8770162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8771164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8772166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8773162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8774182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8775197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8776300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8777304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8778313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8779319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8780316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8781538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8782572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8783594Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8784654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8785650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8786649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8787644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8788631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8789739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8790857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8791975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8793079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8794202Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8795317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8796427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8797439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8798449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8799451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8800441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8801438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:46.8802460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2917897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2919327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2920688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2921818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2922814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2923813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2924842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2925821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2926881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2927877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2928864Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2929842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2930950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2931950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2932945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2933923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2934915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2935898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2936869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2937930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2938932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2939919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2941079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2942074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2943071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2944128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2945126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2946114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2947152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2948137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2949115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2950109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2951217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2952198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2953169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2954158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2955142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2956116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2957153Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2958215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:48.2959206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7071140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7072447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7073485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7074811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7075827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7076812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7077811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7078796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7079766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7080743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7081778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7082774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7083759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7084742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7085716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7086710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7087706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7088777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7089759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7090735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7091722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7092696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7093675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7094748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7095732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7096700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7097684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7098665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7099643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7100632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7101879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7102943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7103923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7104889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7105869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7106845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7107863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7108844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7109827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7110805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:49.7111773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2793682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2795438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2796572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2797579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2798568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2799576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2800572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2801564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2802685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2803686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2804671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2805651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2806624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2807615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2808612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2809598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2810588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2811577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2812562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 230.8 MB/s eta 0:00:01 2024-05-15T23:35:52.2813520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 779.2/779.2 MB 1.8 MB/s eta 0:00:00 2024-05-15T23:35:52.2814443Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:52.2815360Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-05-15T23:35:52.2816185Z Collecting transformers>=4.1 (from lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:52.2816954Z Downloading transformers-4.40.2-py3-none-any.whl (9.0 MB) 2024-05-15T23:35:52.2817768Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.0 MB ? eta -:--:-- 2024-05-15T23:35:52.2818747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8.0/9.0 MB 241.4 MB/s eta 0:00:01 2024-05-15T23:35:52.2819764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.0/9.0 MB 239.6 MB/s eta 0:00:01 2024-05-15T23:35:52.2820715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.0/9.0 MB 130.1 MB/s eta 0:00:00 2024-05-15T23:35:52.2822199Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r requirements.txt (line 20)) (0.19.0) 2024-05-15T23:35:52.2823867Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from torchao->-r requirements.txt (line 4)) (23.0) 2024-05-15T23:35:52.2825416Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (3.13.1) 2024-05-15T23:35:52.2826640Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:35:52.2827392Z Downloading fsspec-2024.5.0-py3-none-any.whl (316 kB) 2024-05-15T23:35:52.2828186Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/316.1 kB ? eta -:--:-- 2024-05-15T23:35:52.2829116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.1/316.1 kB 62.8 MB/s eta 0:00:00 2024-05-15T23:35:52.2830401Z [?25hRequirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (6.0.1) 2024-05-15T23:35:52.2832026Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (2.29.0) 2024-05-15T23:35:52.2833615Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 7)) (4.65.0) 2024-05-15T23:35:52.2834904Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 7)) 2024-05-15T23:35:52.2835759Z Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) 2024-05-15T23:35:52.2836533Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 13)) 2024-05-15T23:35:52.2837483Z Downloading regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB) 2024-05-15T23:35:52.2838486Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/785.0 kB ? eta -:--:-- 2024-05-15T23:35:52.2839514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.0/785.0 kB 99.9 MB/s eta 0:00:00 2024-05-15T23:35:52.2840385Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 16)) 2024-05-15T23:35:52.2841520Z Downloading tornado-6.4-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-05-15T23:35:52.2842663Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-05-15T23:35:52.2843596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 87.7 MB/s eta 0:00:00 2024-05-15T23:35:52.2844485Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:35:52.2845798Z 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-05-15T23:35:52.2847072Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-05-15T23:35:54.3513862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 114.3 MB/s eta 0:00:00 2024-05-15T23:35:54.3515758Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 21)) (1.26.16) 2024-05-15T23:35:54.3517384Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 21)) 2024-05-15T23:35:54.3518604Z 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-05-15T23:35:54.3519670Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-05-15T23:35:54.3520622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 237.6 MB/s eta 0:00:01 2024-05-15T23:35:54.3521603Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 124.3 MB/s eta 0:00:00 2024-05-15T23:35:54.3522466Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:35:54.3523183Z Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-05-15T23:35:54.3523964Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.3 kB ? eta -:--:-- 2024-05-15T23:35:54.3524887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 58.4 MB/s eta 0:00:00 2024-05-15T23:35:54.3526129Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 30)) (3.1.3) 2024-05-15T23:35:54.3527295Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:35:54.3528038Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-05-15T23:35:54.3529299Z Requirement already satisfied: click>=8.1.3 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 30)) (8.1.7) 2024-05-15T23:35:54.3530410Z Collecting blinker>=1.6.2 (from flask->-r requirements.txt (line 30)) 2024-05-15T23:35:54.3531100Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-05-15T23:35:54.3532300Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) (5.9.0) 2024-05-15T23:35:54.3533668Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:54.3535036Z Downloading https://download.pytorch.org/whl/nightly/safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-05-15T23:35:54.3536275Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-05-15T23:35:54.3537199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 107.7 MB/s eta 0:00:00 2024-05-15T23:35:54.3538189Z [?25hCollecting pyarrow>=12.0.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:54.3539263Z Downloading pyarrow-16.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.9 MB) 2024-05-15T23:35:54.3540321Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.9 MB ? eta -:--:-- 2024-05-15T23:35:54.3541484Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.0/40.9 MB 209.2 MB/s eta 0:00:01 2024-05-15T23:35:54.3542570Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/40.9 MB 210.2 MB/s eta 0:00:01 2024-05-15T23:35:54.3543663Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 18.6/40.9 MB 163.1 MB/s eta 0:00:01 2024-05-15T23:35:54.3544768Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 25.2/40.9 MB 192.5 MB/s eta 0:00:01 2024-05-15T23:35:54.3545970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 32.6/40.9 MB 201.8 MB/s eta 0:00:01 2024-05-15T23:35:54.3547039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 38.8/40.9 MB 192.8 MB/s eta 0:00:01 2024-05-15T23:35:54.3548072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 186.3 MB/s eta 0:00:01 2024-05-15T23:35:54.3549066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 186.3 MB/s eta 0:00:01 2024-05-15T23:35:54.3550047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 186.3 MB/s eta 0:00:01 2024-05-15T23:35:54.3551013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 186.3 MB/s eta 0:00:01 2024-05-15T23:35:54.3552089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 MB 49.0 MB/s eta 0:00:00 2024-05-15T23:35:54.3553076Z [?25hCollecting pyarrow-hotfix (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:54.3554177Z Downloading https://download.pytorch.org/whl/nightly/pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) 2024-05-15T23:35:54.3555261Z Collecting dill<0.3.9,>=0.3.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:54.3556289Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-05-15T23:35:54.3557268Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-05-15T23:35:54.3558191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 33.2 MB/s eta 0:00:00 2024-05-15T23:35:54.3559146Z [?25hCollecting pandas (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:54.3560434Z 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-05-15T23:35:54.3561655Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-05-15T23:35:54.3562639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 9.9/13.0 MB 295.8 MB/s eta 0:00:01 2024-05-15T23:35:54.3563677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 301.9 MB/s eta 0:00:01 2024-05-15T23:35:54.3564690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 111.1 MB/s eta 0:00:00 2024-05-15T23:35:54.3565610Z [?25hCollecting xxhash (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:54.3566893Z Downloading https://download.pytorch.org/whl/nightly/xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-05-15T23:35:54.3568163Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-05-15T23:35:54.3569088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 43.2 MB/s eta 0:00:00 2024-05-15T23:35:54.3570052Z [?25hCollecting multiprocess (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.1969234Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-05-15T23:35:56.1970784Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-05-15T23:35:56.1971928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 38.5 MB/s eta 0:00:00 2024-05-15T23:35:56.1973251Z [?25hCollecting fsspec[http]<=2024.3.1,>=2023.1.0 (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.1974188Z Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-05-15T23:35:56.1974984Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.0 kB ? eta -:--:-- 2024-05-15T23:35:56.1975915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 40.3 MB/s eta 0:00:00 2024-05-15T23:35:56.1976871Z [?25hCollecting aiohttp (from datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.1978180Z Downloading https://download.pytorch.org/whl/nightly/aiohttp-3.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-05-15T23:35:56.1979515Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-05-15T23:35:56.1980622Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 79.1 MB/s eta 0:00:00 2024-05-15T23:35:56.1982290Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 30)) (2.1.3) 2024-05-15T23:35:56.1984397Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (2.0.4) 2024-05-15T23:35:56.1986413Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (3.4) 2024-05-15T23:35:56.1988413Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 7)) (2024.2.2) 2024-05-15T23:35:56.1989959Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.1990834Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-05-15T23:35:56.1991626Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-05-15T23:35:56.1992686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 33.6 MB/s eta 0:00:00 2024-05-15T23:35:56.1993650Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.1994434Z Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB) 2024-05-15T23:35:56.1995196Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-05-15T23:35:56.1996114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 99.6 MB/s eta 0:00:00 2024-05-15T23:35:56.1997505Z [?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->-r requirements.txt (line 20)) (1.16.0) 2024-05-15T23:35:56.1998999Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.1999823Z Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-05-15T23:35:56.2000696Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2001516Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-05-15T23:35:56.2002310Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2003382Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-05-15T23:35:56.2004484Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2005544Z Downloading scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 2024-05-15T23:35:56.2006542Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/38.6 MB ? eta -:--:-- 2024-05-15T23:35:56.2007555Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/38.6 MB 211.8 MB/s eta 0:00:01 2024-05-15T23:35:56.2008649Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 15.7/38.6 MB 241.6 MB/s eta 0:00:01 2024-05-15T23:35:56.2009722Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 24.2/38.6 MB 244.0 MB/s eta 0:00:01 2024-05-15T23:35:56.2010793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 32.5/38.6 MB 241.3 MB/s eta 0:00:01 2024-05-15T23:35:56.2011825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 236.9 MB/s eta 0:00:01 2024-05-15T23:35:56.2012826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 236.9 MB/s eta 0:00:01 2024-05-15T23:35:56.2013826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 236.9 MB/s eta 0:00:01 2024-05-15T23:35:56.2014886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 236.9 MB/s eta 0:00:01 2024-05-15T23:35:56.2015966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 52.8 MB/s eta 0:00:00 2024-05-15T23:35:56.2017085Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2018003Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-05-15T23:35:56.2018927Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-05-15T23:35:56.2019856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 48.7 MB/s eta 0:00:00 2024-05-15T23:35:56.2021032Z [?25hCollecting threadpoolctl>=2.0.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2022054Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-05-15T23:35:56.2022850Z Collecting sympy (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2023874Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.12-py3-none-any.whl (5.7 MB) 2024-05-15T23:35:56.2024860Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.7 MB ? eta -:--:-- 2024-05-15T23:35:56.2025811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 5.7/5.7 MB 234.2 MB/s eta 0:00:01 2024-05-15T23:35:56.2026771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 119.6 MB/s eta 0:00:00 2024-05-15T23:35:56.2027677Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:56.2028453Z Downloading networkx-3.3-py3-none-any.whl (1.7 MB) 2024-05-15T23:35:56.2029334Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:35:56.2030375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 119.9 MB/s eta 0:00:00 2024-05-15T23:35:57.4584914Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:57.4586960Z 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-05-15T23:35:57.4588778Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-05-15T23:35:57.4600718Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/23.7 MB 254.6 MB/s eta 0:00:01 2024-05-15T23:35:57.4602030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 17.3/23.7 MB 256.3 MB/s eta 0:00:01 2024-05-15T23:35:57.4603366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 285.4 MB/s eta 0:00:01 2024-05-15T23:35:57.4604445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 285.4 MB/s eta 0:00:01 2024-05-15T23:35:57.4605457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 285.4 MB/s eta 0:00:01 2024-05-15T23:35:57.4606475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 83.5 MB/s eta 0:00:00 2024-05-15T23:35:57.4607572Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:57.4608994Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-05-15T23:35:57.4610421Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-05-15T23:35:57.4611373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 81.9 MB/s eta 0:00:00 2024-05-15T23:35:57.4612453Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:57.4613844Z 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-05-15T23:35:57.4615088Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-05-15T23:35:57.4616107Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 8.7/14.1 MB 260.5 MB/s eta 0:00:01 2024-05-15T23:35:57.4617162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 284.4 MB/s eta 0:00:01 2024-05-15T23:35:57.4618174Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 125.0 MB/s eta 0:00:00 2024-05-15T23:35:57.4619379Z [?25hCollecting nvidia-cudnn-cu12==8.9.2.26 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:35:57.4620757Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) 2024-05-15T23:35:57.4622257Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/731.7 MB ? eta -:--:-- 2024-05-15T23:35:57.4623193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/731.7 MB 259.3 MB/s eta 0:00:03 2024-05-15T23:35:57.4624282Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.7/731.7 MB 213.8 MB/s eta 0:00:04 2024-05-15T23:35:57.4625387Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.0/731.7 MB 188.7 MB/s eta 0:00:04 2024-05-15T23:35:57.4626611Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.0/731.7 MB 135.7 MB/s eta 0:00:06 2024-05-15T23:35:57.4627741Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.3/731.7 MB 157.6 MB/s eta 0:00:05 2024-05-15T23:35:57.4628817Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.0/731.7 MB 351.6 MB/s eta 0:00:02 2024-05-15T23:35:57.4629952Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/731.7 MB 351.1 MB/s eta 0:00:02 2024-05-15T23:35:57.4631090Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.4/731.7 MB 349.2 MB/s eta 0:00:02 2024-05-15T23:35:57.4632225Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.1/731.7 MB 349.0 MB/s eta 0:00:02 2024-05-15T23:35:57.4633440Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.8/731.7 MB 282.9 MB/s eta 0:00:03 2024-05-15T23:35:57.4634532Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 97.3/731.7 MB 223.5 MB/s eta 0:00:03 2024-05-15T23:35:57.4635651Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.8/731.7 MB 264.0 MB/s eta 0:00:03 2024-05-15T23:35:57.4636744Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.2/731.7 MB 274.5 MB/s eta 0:00:03 2024-05-15T23:35:57.4637869Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 125.2/731.7 MB 245.6 MB/s eta 0:00:03 2024-05-15T23:35:57.4638955Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.5/731.7 MB 270.4 MB/s eta 0:00:03 2024-05-15T23:35:57.4640112Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.5/731.7 MB 287.9 MB/s eta 0:00:03 2024-05-15T23:35:57.4641242Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.3/731.7 MB 281.1 MB/s eta 0:00:03 2024-05-15T23:35:57.4642384Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.6/731.7 MB 270.2 MB/s eta 0:00:03 2024-05-15T23:35:57.4643476Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 173.4/731.7 MB 282.0 MB/s eta 0:00:02 2024-05-15T23:35:57.4644582Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.4/731.7 MB 289.4 MB/s eta 0:00:02 2024-05-15T23:35:57.4645688Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 193.5/731.7 MB 290.7 MB/s eta 0:00:02 2024-05-15T23:35:58.8127792Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 203.7/731.7 MB 291.4 MB/s eta 0:00:02 2024-05-15T23:35:58.8129572Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.6/731.7 MB 287.6 MB/s eta 0:00:02 2024-05-15T23:35:58.8130938Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 223.8/731.7 MB 293.9 MB/s eta 0:00:02 2024-05-15T23:35:58.8132102Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 234.0/731.7 MB 293.9 MB/s eta 0:00:02 2024-05-15T23:35:58.8133189Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 244.3/731.7 MB 305.8 MB/s eta 0:00:02 2024-05-15T23:35:58.8134307Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 254.4/731.7 MB 295.0 MB/s eta 0:00:02 2024-05-15T23:35:58.8135592Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 264.8/731.7 MB 308.4 MB/s eta 0:00:02 2024-05-15T23:35:58.8136731Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 275.0/731.7 MB 307.0 MB/s eta 0:00:02 2024-05-15T23:35:58.8137849Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 285.3/731.7 MB 305.9 MB/s eta 0:00:02 2024-05-15T23:35:58.8139081Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 295.5/731.7 MB 294.0 MB/s eta 0:00:02 2024-05-15T23:35:58.8140161Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 305.8/731.7 MB 307.9 MB/s eta 0:00:02 2024-05-15T23:35:58.8141481Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 316.0/731.7 MB 293.8 MB/s eta 0:00:02 2024-05-15T23:35:58.8142687Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 326.2/731.7 MB 306.7 MB/s eta 0:00:02 2024-05-15T23:35:58.8143896Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 336.5/731.7 MB 306.7 MB/s eta 0:00:02 2024-05-15T23:35:58.8145076Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 346.8/731.7 MB 308.8 MB/s eta 0:00:02 2024-05-15T23:35:58.8146148Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 357.1/731.7 MB 306.9 MB/s eta 0:00:02 2024-05-15T23:35:58.8147243Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 367.3/731.7 MB 307.6 MB/s eta 0:00:02 2024-05-15T23:35:58.8148321Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 377.7/731.7 MB 307.9 MB/s eta 0:00:02 2024-05-15T23:35:58.8149453Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 388.0/731.7 MB 308.4 MB/s eta 0:00:02 2024-05-15T23:35:58.8150580Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 398.3/731.7 MB 308.7 MB/s eta 0:00:02 2024-05-15T23:35:58.8151641Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 408.6/731.7 MB 310.0 MB/s eta 0:00:02 2024-05-15T23:35:58.8152785Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 418.9/731.7 MB 298.2 MB/s eta 0:00:02 2024-05-15T23:35:58.8153846Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 429.1/731.7 MB 306.6 MB/s eta 0:00:01 2024-05-15T23:35:58.8154948Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 439.4/731.7 MB 305.9 MB/s eta 0:00:01 2024-05-15T23:35:58.8156127Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 449.9/731.7 MB 315.3 MB/s eta 0:00:01 2024-05-15T23:35:58.8157204Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 457.5/731.7 MB 238.2 MB/s eta 0:00:02 2024-05-15T23:35:58.8158309Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 461.2/731.7 MB 163.6 MB/s eta 0:00:02 2024-05-15T23:35:58.8159368Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 469.1/731.7 MB 173.3 MB/s eta 0:00:02 2024-05-15T23:35:58.8160464Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 478.1/731.7 MB 257.5 MB/s eta 0:00:01 2024-05-15T23:35:58.8161518Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 487.4/731.7 MB 269.8 MB/s eta 0:00:01 2024-05-15T23:35:58.8162615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 496.9/731.7 MB 277.5 MB/s eta 0:00:01 2024-05-15T23:35:58.8163821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 508.4/731.7 MB 344.7 MB/s eta 0:00:01 2024-05-15T23:35:58.8164913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 517.4/731.7 MB 268.3 MB/s eta 0:00:01 2024-05-15T23:35:58.8165977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 527.3/731.7 MB 282.8 MB/s eta 0:00:01 2024-05-15T23:35:58.8167032Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 536.5/731.7 MB 272.2 MB/s eta 0:00:01 2024-05-15T23:35:58.8168160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 546.9/731.7 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:35:58.8169209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 558.5/731.7 MB 346.3 MB/s eta 0:00:01 2024-05-15T23:35:58.8170341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 569.9/731.7 MB 344.1 MB/s eta 0:00:01 2024-05-15T23:35:58.8171431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 581.4/731.7 MB 343.6 MB/s eta 0:00:01 2024-05-15T23:36:00.4410251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 592.9/731.7 MB 343.9 MB/s eta 0:00:01 2024-05-15T23:36:00.4411783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 604.3/731.7 MB 342.9 MB/s eta 0:00:01 2024-05-15T23:36:00.4413239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 615.8/731.7 MB 342.3 MB/s eta 0:00:01 2024-05-15T23:36:00.4414446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 627.2/731.7 MB 340.4 MB/s eta 0:00:01 2024-05-15T23:36:00.4415745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 638.7/731.7 MB 344.6 MB/s eta 0:00:01 2024-05-15T23:36:00.4416818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 650.1/731.7 MB 342.8 MB/s eta 0:00:01 2024-05-15T23:36:00.4417894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 661.7/731.7 MB 347.7 MB/s eta 0:00:01 2024-05-15T23:36:00.4419041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 673.5/731.7 MB 354.5 MB/s eta 0:00:01 2024-05-15T23:36:00.4420103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 685.0/731.7 MB 344.2 MB/s eta 0:00:01 2024-05-15T23:36:00.4421329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 697.1/731.7 MB 359.7 MB/s eta 0:00:01 2024-05-15T23:36:00.4422515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 709.0/731.7 MB 357.6 MB/s eta 0:00:01 2024-05-15T23:36:00.4423547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 721.0/731.7 MB 357.9 MB/s eta 0:00:01 2024-05-15T23:36:00.4424604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4425601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4426589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4427566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4428641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4429655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4430644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4431633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4432636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4433642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4434635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4435652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4436648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4437632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4438613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4439584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4440575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4441578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4442626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4443604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4444595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4445581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4446552Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4447528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4448646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4449634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4450611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:00.4451599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8563209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8564591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8565637Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8566790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8567792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8568763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8569761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8570752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8571740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8572741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8573731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8574715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8575685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8576661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8577649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8578842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8579824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8581051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8582049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8583039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8584030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8585053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8586139Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8587138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8588120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8589108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8590098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8591084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8592096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8593091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8594083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8595067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8596059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8597052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8598148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8599142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8600132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8601132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8602128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8603116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:01.8604111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2739415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2741021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2742230Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2743236Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2744253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2745257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2746384Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2747391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2748397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2749396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2750382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2751376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2752381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2753410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2754400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2755393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2756391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2757386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2758373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2759448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2760456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2761449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2762430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2763428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2764419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2765607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2766609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2767606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2768605Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2769588Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2770577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2771576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2772642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2773631Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2774618Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2775611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2776600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2777580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2778856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2780290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:03.2781560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6917783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6918883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6919922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6920940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6922243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6923239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6924231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6925223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6926213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6927203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6928271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6929356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6930340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6931318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6932302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6933282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6934258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6935299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6936303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6937304Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6938390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6939380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6940370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6941692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6942693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6943683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6944671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6945695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6946686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6947699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6948783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6949782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6950769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6951760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6952756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6953739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6954849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6955851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6956854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6957844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:04.6958837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5344811Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5346291Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5347729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5348768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5349763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5350747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5351722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 363.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5352671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.7/731.7 MB 1.8 MB/s eta 0:00:00 2024-05-15T23:36:06.5353734Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:06.5355287Z 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-05-15T23:36:06.5356483Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-05-15T23:36:06.5357407Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/410.6 MB 125.5 MB/s eta 0:00:04 2024-05-15T23:36:06.5358431Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.4/410.6 MB 165.6 MB/s eta 0:00:03 2024-05-15T23:36:06.5359509Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 20.3/410.6 MB 254.8 MB/s eta 0:00:02 2024-05-15T23:36:06.5360683Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.2/410.6 MB 287.4 MB/s eta 0:00:02 2024-05-15T23:36:06.5361773Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.4/410.6 MB 292.5 MB/s eta 0:00:02 2024-05-15T23:36:06.5362852Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 50.6/410.6 MB 292.1 MB/s eta 0:00:02 2024-05-15T23:36:06.5363925Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.6/410.6 MB 290.1 MB/s eta 0:00:02 2024-05-15T23:36:06.5364990Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 70.7/410.6 MB 291.6 MB/s eta 0:00:02 2024-05-15T23:36:06.5366085Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 80.7/410.6 MB 288.0 MB/s eta 0:00:02 2024-05-15T23:36:06.5367168Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.8/410.6 MB 289.4 MB/s eta 0:00:02 2024-05-15T23:36:06.5368383Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100.8/410.6 MB 290.5 MB/s eta 0:00:02 2024-05-15T23:36:06.5369453Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 110.7/410.6 MB 285.8 MB/s eta 0:00:02 2024-05-15T23:36:06.5370522Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.7/410.6 MB 287.7 MB/s eta 0:00:02 2024-05-15T23:36:06.5371594Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 130.6/410.6 MB 287.9 MB/s eta 0:00:01 2024-05-15T23:36:06.5372664Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 140.0/410.6 MB 271.8 MB/s eta 0:00:01 2024-05-15T23:36:06.5373722Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 149.8/410.6 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:06.5374827Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 159.7/410.6 MB 285.1 MB/s eta 0:00:01 2024-05-15T23:36:06.5375895Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 169.4/410.6 MB 280.6 MB/s eta 0:00:01 2024-05-15T23:36:06.5376962Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 178.8/410.6 MB 269.4 MB/s eta 0:00:01 2024-05-15T23:36:06.5378021Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 186.8/410.6 MB 239.3 MB/s eta 0:00:01 2024-05-15T23:36:06.5379164Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 195.9/410.6 MB 219.7 MB/s eta 0:00:01 2024-05-15T23:36:06.5380227Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 205.4/410.6 MB 275.0 MB/s eta 0:00:01 2024-05-15T23:36:06.5381561Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 213.2/410.6 MB 225.9 MB/s eta 0:00:01 2024-05-15T23:36:06.5382629Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 221.8/410.6 MB 211.7 MB/s eta 0:00:01 2024-05-15T23:36:06.5383700Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 231.1/410.6 MB 269.6 MB/s eta 0:00:01 2024-05-15T23:36:06.5384767Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 240.1/410.6 MB 261.6 MB/s eta 0:00:01 2024-05-15T23:36:06.5385842Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 249.2/410.6 MB 259.9 MB/s eta 0:00:01 2024-05-15T23:36:06.5386907Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 259.2/410.6 MB 288.9 MB/s eta 0:00:01 2024-05-15T23:36:06.5388120Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 269.2/410.6 MB 287.7 MB/s eta 0:00:01 2024-05-15T23:36:08.0422372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 278.8/410.6 MB 279.8 MB/s eta 0:00:01 2024-05-15T23:36:08.0423896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 288.8/410.6 MB 288.9 MB/s eta 0:00:01 2024-05-15T23:36:08.0425001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 298.9/410.6 MB 290.1 MB/s eta 0:00:01 2024-05-15T23:36:08.0426095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 308.9/410.6 MB 287.8 MB/s eta 0:00:01 2024-05-15T23:36:08.0427237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 318.9/410.6 MB 287.8 MB/s eta 0:00:01 2024-05-15T23:36:08.0428385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 328.9/410.6 MB 289.6 MB/s eta 0:00:01 2024-05-15T23:36:08.0429485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 338.5/410.6 MB 279.2 MB/s eta 0:00:01 2024-05-15T23:36:08.0430563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 343.0/410.6 MB 192.6 MB/s eta 0:00:01 2024-05-15T23:36:08.0431643Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 343.2/410.6 MB 117.9 MB/s eta 0:00:01 2024-05-15T23:36:08.0432727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 343.4/410.6 MB 84.2 MB/s eta 0:00:01 2024-05-15T23:36:08.0433806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 343.7/410.6 MB 66.1 MB/s eta 0:00:02 2024-05-15T23:36:08.0435113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 343.9/410.6 MB 54.1 MB/s eta 0:00:02 2024-05-15T23:36:08.0436197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 344.1/410.6 MB 45.9 MB/s eta 0:00:02 2024-05-15T23:36:08.0437272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 352.7/410.6 MB 44.7 MB/s eta 0:00:02 2024-05-15T23:36:08.0438342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 361.6/410.6 MB 260.4 MB/s eta 0:00:01 2024-05-15T23:36:08.0439425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 371.1/410.6 MB 272.3 MB/s eta 0:00:01 2024-05-15T23:36:08.0440502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.2/410.6 MB 293.7 MB/s eta 0:00:01 2024-05-15T23:36:08.0441600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 391.5/410.6 MB 306.7 MB/s eta 0:00:01 2024-05-15T23:36:08.0442768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 401.8/410.6 MB 307.7 MB/s eta 0:00:01 2024-05-15T23:36:08.0443792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0444802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0445807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0446797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0447874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0448902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0449905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0450894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0451898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0452904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0453899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0454923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0455931Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0456981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0457980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0459053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0460057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0461210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0462292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0463296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:08.0464306Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4570302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4571567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4572674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4574158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4575247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4576307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4577447Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4578616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4579689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4580779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4582289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4583396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4584523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4585584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4586636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4587719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4588876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4589939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4590981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4592067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4593143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4594212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4595448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4596561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4597621Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4598669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4599767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4600853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4601923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4603118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4604224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4605282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4606337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4607431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4608513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4609592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4610671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4611713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4612711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4613708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:09.4614754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1420158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1423376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1425556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1427369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1428360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1429338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1430322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1431584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1432599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 314.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1433568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.9 MB/s eta 0:00:00 2024-05-15T23:36:11.1434623Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:11.1435974Z 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-05-15T23:36:11.1437176Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-05-15T23:36:11.1438238Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.1/121.6 MB 273.6 MB/s eta 0:00:01 2024-05-15T23:36:11.1439485Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.4/121.6 MB 228.1 MB/s eta 0:00:01 2024-05-15T23:36:11.1440583Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.3/121.6 MB 329.1 MB/s eta 0:00:01 2024-05-15T23:36:11.1441670Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 38.5/121.6 MB 335.2 MB/s eta 0:00:01 2024-05-15T23:36:11.1442752Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 50.0/121.6 MB 345.8 MB/s eta 0:00:01 2024-05-15T23:36:11.1443832Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 61.6/121.6 MB 347.4 MB/s eta 0:00:01 2024-05-15T23:36:11.1444918Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 73.3/121.6 MB 349.1 MB/s eta 0:00:01 2024-05-15T23:36:11.1446034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 84.9/121.6 MB 348.0 MB/s eta 0:00:01 2024-05-15T23:36:11.1447105Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 96.6/121.6 MB 351.9 MB/s eta 0:00:01 2024-05-15T23:36:11.1448232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 108.4/121.6 MB 353.4 MB/s eta 0:00:01 2024-05-15T23:36:11.1449285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 120.3/121.6 MB 356.9 MB/s eta 0:00:01 2024-05-15T23:36:11.1450293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1451311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1452408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1453417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1454406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1455406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1456412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1457408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1458550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1459546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1460529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1461645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1462619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1463606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1464586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1465672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:11.1466645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5733794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5735237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5736332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5737351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 341.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5738438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 13.1 MB/s eta 0:00:00 2024-05-15T23:36:12.5739540Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:12.5741127Z 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-05-15T23:36:12.5742354Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-05-15T23:36:12.5743368Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/56.5 MB 243.6 MB/s eta 0:00:01 2024-05-15T23:36:12.5744457Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.4/56.5 MB 267.2 MB/s eta 0:00:01 2024-05-15T23:36:12.5745547Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 26.8/56.5 MB 271.7 MB/s eta 0:00:01 2024-05-15T23:36:12.5746843Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 35.7/56.5 MB 257.2 MB/s eta 0:00:01 2024-05-15T23:36:12.5747921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 44.5/56.5 MB 254.8 MB/s eta 0:00:01 2024-05-15T23:36:12.5748988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 53.1/56.5 MB 250.1 MB/s eta 0:00:01 2024-05-15T23:36:12.5750023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5751020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5752004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5752997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5754071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5755068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5756034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 41.5 MB/s eta 0:00:00 2024-05-15T23:36:12.5757099Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:12.5758483Z 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-05-15T23:36:12.5759705Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-05-15T23:36:12.5760715Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/124.2 MB 69.1 MB/s eta 0:00:02 2024-05-15T23:36:12.5761760Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/124.2 MB 67.3 MB/s eta 0:00:02 2024-05-15T23:36:12.5762845Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.0/124.2 MB 78.4 MB/s eta 0:00:02 2024-05-15T23:36:12.5763927Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.7/124.2 MB 75.8 MB/s eta 0:00:02 2024-05-15T23:36:12.5765016Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.2/124.2 MB 80.6 MB/s eta 0:00:02 2024-05-15T23:36:12.5766087Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.9/124.2 MB 84.8 MB/s eta 0:00:02 2024-05-15T23:36:12.5767278Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.9/124.2 MB 254.1 MB/s eta 0:00:01 2024-05-15T23:36:12.5768364Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.6/124.2 MB 254.0 MB/s eta 0:00:01 2024-05-15T23:36:12.5769443Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 43.7/124.2 MB 255.9 MB/s eta 0:00:01 2024-05-15T23:36:12.5770518Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 52.7/124.2 MB 261.1 MB/s eta 0:00:01 2024-05-15T23:36:12.5771592Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 62.4/124.2 MB 277.7 MB/s eta 0:00:01 2024-05-15T23:36:12.5772663Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 72.8/124.2 MB 309.4 MB/s eta 0:00:01 2024-05-15T23:36:12.5773815Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 83.0/124.2 MB 294.3 MB/s eta 0:00:01 2024-05-15T23:36:12.5774884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 93.3/124.2 MB 307.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5775952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 103.1/124.2 MB 282.5 MB/s eta 0:00:01 2024-05-15T23:36:12.5777023Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 113.3/124.2 MB 292.3 MB/s eta 0:00:01 2024-05-15T23:36:12.5778356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.1/124.2 MB 325.0 MB/s eta 0:00:01 2024-05-15T23:36:14.0540377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0542049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0543099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0544106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0545103Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0546093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0547088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0548077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0549151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0550130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0551130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0552117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 313.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0553080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 22.2 MB/s eta 0:00:00 2024-05-15T23:36:14.0554150Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:14.0555533Z 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-05-15T23:36:14.0556863Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-05-15T23:36:14.0557867Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.2/196.0 MB 276.6 MB/s eta 0:00:01 2024-05-15T23:36:14.0558952Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/196.0 MB 262.9 MB/s eta 0:00:01 2024-05-15T23:36:14.0560035Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.7/196.0 MB 269.9 MB/s eta 0:00:01 2024-05-15T23:36:14.0561113Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.9/196.0 MB 292.8 MB/s eta 0:00:01 2024-05-15T23:36:14.0562186Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.1/196.0 MB 294.4 MB/s eta 0:00:01 2024-05-15T23:36:14.0563374Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.3/196.0 MB 292.9 MB/s eta 0:00:01 2024-05-15T23:36:14.0564446Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 68.5/196.0 MB 307.2 MB/s eta 0:00:01 2024-05-15T23:36:14.0565523Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 78.8/196.0 MB 308.0 MB/s eta 0:00:01 2024-05-15T23:36:14.0566590Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 89.1/196.0 MB 306.9 MB/s eta 0:00:01 2024-05-15T23:36:14.0567652Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 99.3/196.0 MB 294.1 MB/s eta 0:00:01 2024-05-15T23:36:14.0568715Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 109.5/196.0 MB 293.5 MB/s eta 0:00:01 2024-05-15T23:36:14.0569822Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 119.8/196.0 MB 306.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0570882Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 130.1/196.0 MB 308.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0571946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 140.5/196.0 MB 311.1 MB/s eta 0:00:01 2024-05-15T23:36:14.0573002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 150.8/196.0 MB 307.1 MB/s eta 0:00:01 2024-05-15T23:36:14.0574063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 161.0/196.0 MB 294.0 MB/s eta 0:00:01 2024-05-15T23:36:14.0575115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 171.4/196.0 MB 309.3 MB/s eta 0:00:01 2024-05-15T23:36:14.0576260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 181.7/196.0 MB 308.4 MB/s eta 0:00:01 2024-05-15T23:36:14.0577298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 191.9/196.0 MB 306.6 MB/s eta 0:00:01 2024-05-15T23:36:14.0578387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0579374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0580371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0581512Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0582611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:14.0583626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5597182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5598303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5599316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5600312Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5601354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5602554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5603550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5604528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5605531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5606525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5607513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5608524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5609525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 309.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5610501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 13.9 MB/s eta 0:00:00 2024-05-15T23:36:15.5611525Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:15.5613012Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-05-15T23:36:15.5614304Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-05-15T23:36:15.5615314Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/176.2 MB 259.9 MB/s eta 0:00:01 2024-05-15T23:36:15.5616555Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.5/176.2 MB 256.6 MB/s eta 0:00:01 2024-05-15T23:36:15.5617656Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.2/176.2 MB 253.8 MB/s eta 0:00:01 2024-05-15T23:36:15.5618855Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 35.7/176.2 MB 272.8 MB/s eta 0:00:01 2024-05-15T23:36:15.5619954Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.5/176.2 MB 281.9 MB/s eta 0:00:01 2024-05-15T23:36:15.5621321Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.6/176.2 MB 292.2 MB/s eta 0:00:01 2024-05-15T23:36:15.5622415Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 65.8/176.2 MB 293.0 MB/s eta 0:00:01 2024-05-15T23:36:15.5623610Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 75.9/176.2 MB 291.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5624720Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 86.1/176.2 MB 292.8 MB/s eta 0:00:01 2024-05-15T23:36:15.5625806Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 95.6/176.2 MB 276.5 MB/s eta 0:00:01 2024-05-15T23:36:15.5626901Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 105.4/176.2 MB 281.4 MB/s eta 0:00:01 2024-05-15T23:36:15.5627997Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 115.5/176.2 MB 291.4 MB/s eta 0:00:01 2024-05-15T23:36:15.5629138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 125.6/176.2 MB 291.4 MB/s eta 0:00:01 2024-05-15T23:36:15.5630262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 135.8/176.2 MB 293.7 MB/s eta 0:00:01 2024-05-15T23:36:15.5631351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 145.9/176.2 MB 291.4 MB/s eta 0:00:01 2024-05-15T23:36:15.5632440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 155.5/176.2 MB 278.5 MB/s eta 0:00:01 2024-05-15T23:36:15.5633534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 165.3/176.2 MB 281.5 MB/s eta 0:00:01 2024-05-15T23:36:15.5634582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.1/176.2 MB 324.3 MB/s eta 0:00:01 2024-05-15T23:36:15.5635607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:15.5636741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:15.5637760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:15.5638753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:15.5639767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:15.5640783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0569878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0571186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0572579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0573849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0575037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0576036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0577021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0577999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0579239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0580241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0581414Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0582576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0583671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0584667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0585667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 310.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0586657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 12.8 MB/s eta 0:00:00 2024-05-15T23:36:17.0587687Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:17.0589007Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-05-15T23:36:17.0590184Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-05-15T23:36:17.0591090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 3.6 MB/s eta 0:00:00 2024-05-15T23:36:17.0592024Z [?25hCollecting triton==2.3.0 (from torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:17.0593063Z Downloading triton-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168.1 MB) 2024-05-15T23:36:17.0594163Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/168.1 MB ? eta -:--:-- 2024-05-15T23:36:17.0595168Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.4/168.1 MB 254.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0596514Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.4/168.1 MB 205.1 MB/s eta 0:00:01 2024-05-15T23:36:17.0597612Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.1/168.1 MB 227.9 MB/s eta 0:00:01 2024-05-15T23:36:17.0598683Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.5/168.1 MB 199.6 MB/s eta 0:00:01 2024-05-15T23:36:17.0599800Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.6/168.1 MB 220.9 MB/s eta 0:00:01 2024-05-15T23:36:17.0600999Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/168.1 MB 242.5 MB/s eta 0:00:01 2024-05-15T23:36:17.0602073Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 48.2/168.1 MB 155.5 MB/s eta 0:00:01 2024-05-15T23:36:17.0603144Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/168.1 MB 186.2 MB/s eta 0:00:01 2024-05-15T23:36:17.0604198Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 57.7/168.1 MB 145.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0605261Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 64.7/168.1 MB 184.9 MB/s eta 0:00:01 2024-05-15T23:36:17.0606332Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 72.3/168.1 MB 218.2 MB/s eta 0:00:01 2024-05-15T23:36:17.0607434Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 79.7/168.1 MB 223.8 MB/s eta 0:00:01 2024-05-15T23:36:17.0608490Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 87.0/168.1 MB 209.5 MB/s eta 0:00:01 2024-05-15T23:36:17.0609546Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 94.8/168.1 MB 222.5 MB/s eta 0:00:01 2024-05-15T23:36:17.0610805Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 103.8/168.1 MB 262.3 MB/s eta 0:00:01 2024-05-15T23:36:17.0611942Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 110.8/168.1 MB 211.6 MB/s eta 0:00:01 2024-05-15T23:36:17.0612985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 116.4/168.1 MB 186.1 MB/s eta 0:00:01 2024-05-15T23:36:17.0614067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 123.8/168.1 MB 208.6 MB/s eta 0:00:01 2024-05-15T23:36:17.0615211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 133.0/168.1 MB 265.0 MB/s eta 0:00:01 2024-05-15T23:36:18.4754347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 140.5/168.1 MB 231.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4755647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 149.2/168.1 MB 245.7 MB/s eta 0:00:01 2024-05-15T23:36:18.4756725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 152.2/168.1 MB 165.2 MB/s eta 0:00:01 2024-05-15T23:36:18.4757836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 158.0/168.1 MB 137.2 MB/s eta 0:00:01 2024-05-15T23:36:18.4759190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 165.7/168.1 MB 210.0 MB/s eta 0:00:01 2024-05-15T23:36:18.4760269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4761268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4762259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4763237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4764221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4765222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4766347Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4767333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4768318Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4769310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4770294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4771270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4772274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4773285Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4774287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4775271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4776263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4777250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4778301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4779406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4780398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4781586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4782564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4783532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4784508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4785601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4786576Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4787556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4788543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4789527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4790501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4791557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4792557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4793536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:18.4794520Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0903673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0905349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0906998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0908684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0910364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0911896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0913436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0915013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0916599Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 200.1 MB/s eta 0:00:01 2024-05-15T23:36:22.0918198Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.1/168.1 MB 6.4 MB/s eta 0:00:00 2024-05-15T23:36:22.0920463Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0922478Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2024-05-15T23:36:22.0923975Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/21.1 MB ? eta -:--:-- 2024-05-15T23:36:22.0925527Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/21.1 MB 314.5 MB/s eta 0:00:01 2024-05-15T23:36:22.0926878Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/21.1 MB 115.0 MB/s eta 0:00:01 2024-05-15T23:36:22.0927960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 15.7/21.1 MB 203.8 MB/s eta 0:00:01 2024-05-15T23:36:22.0929191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 208.4 MB/s eta 0:00:01 2024-05-15T23:36:22.0930196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 208.4 MB/s eta 0:00:01 2024-05-15T23:36:22.0931189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 208.4 MB/s eta 0:00:01 2024-05-15T23:36:22.0932176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 208.4 MB/s eta 0:00:01 2024-05-15T23:36:22.0933172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 208.4 MB/s eta 0:00:01 2024-05-15T23:36:22.0934281Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 208.4 MB/s eta 0:00:01 2024-05-15T23:36:22.0935280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 39.7 MB/s eta 0:00:00 2024-05-15T23:36:22.0936338Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0937472Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-05-15T23:36:22.0938502Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-05-15T23:36:22.0939560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:36:22.0940799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 3.6/3.6 MB 294.6 MB/s eta 0:00:01 2024-05-15T23:36:22.0942529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 51.7 MB/s eta 0:00:00 2024-05-15T23:36:22.0944588Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4->-r requirements.txt (line 20)) (23.1.0) 2024-05-15T23:36:22.0947579Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (67.8.0) 2024-05-15T23:36:22.0949741Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0951017Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-05-15T23:36:22.0952313Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0953568Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-05-15T23:36:22.0954886Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0956141Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-05-15T23:36:22.0957536Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0958760Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-05-15T23:36:22.0959979Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0961193Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-05-15T23:36:22.0962451Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0963683Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-05-15T23:36:22.0964966Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0966627Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-05-15T23:36:22.0968299Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0970676Z 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-05-15T23:36:22.0972838Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-05-15T23:36:22.0974182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 9.6 MB/s eta 0:00:00 2024-05-15T23:36:22.0975743Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:36:22.0977847Z 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-05-15T23:36:22.0979833Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-05-15T23:36:22.0981479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 3.9 MB/s eta 0:00:00 2024-05-15T23:37:29.8816781Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:29.8818277Z 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-05-15T23:37:29.8819936Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-05-15T23:37:29.8821406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 11.1 MB/s eta 0:00:00 2024-05-15T23:37:29.8823449Z [?25hRequirement 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->-r requirements.txt (line 20)) (4.0.0) 2024-05-15T23:37:29.8825925Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/lib/python3.11/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (2.8.2) 2024-05-15T23:37:29.8828488Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/lib/python3.11/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r requirements.txt (line 20)) (2023.3.post1) 2024-05-15T23:37:29.8830592Z Collecting tzdata>=2022.7 (from pandas->datasets>=2.0.0->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:29.8831918Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-05-15T23:37:29.8832976Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-05-15T23:37:29.8833923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 11.0 MB/s eta 0:00:00 2024-05-15T23:37:29.8834906Z [?25hCollecting mpmath>=0.19 (from sympy->torch>=1.8->lm-eval==0.4->-r requirements.txt (line 20)) 2024-05-15T23:37:29.8835921Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-05-15T23:37:29.8836725Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-05-15T23:37:29.8837663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 79.9 MB/s eta 0:00:00 2024-05-15T23:37:29.8838537Z [?25hBuilding wheels for collected packages: lm-eval, rouge-score, sqlitedict 2024-05-15T23:37:29.8839476Z Building wheel for lm-eval (pyproject.toml) ... [?25l- \ | / - \ | done 2024-05-15T23:37:29.8840866Z [?25h Created wheel for lm-eval: filename=lm_eval-0.4.0-py3-none-any.whl size=994997 sha256=f0ba23ffd5d66b3047d3e8bacd575396f9dbf479b97f5a1fc20699d3dae4c13d 2024-05-15T23:37:29.8842300Z Stored in directory: /root/.cache/pip/wheels/c0/0c/4a/43c6bc9f3ad182a3fcd95a3a1607f6138f98905e1c5e3dcaaf 2024-05-15T23:37:29.8843268Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-05-15T23:37:29.8844567Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=7ea80078f22ebb3158482e99aa021ffb033cd09b4418d9252378c92e6827de93 2024-05-15T23:37:29.8846088Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-05-15T23:37:29.8847058Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-05-15T23:37:29.8848332Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=c41647c44fcd5d67d16ddd57995dab5d1974b53f6424dd89ba58ad64f2642e9f 2024-05-15T23:37:29.8849750Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-05-15T23:37:29.8850650Z Successfully built lm-eval rouge-score sqlitedict 2024-05-15T23:37:29.8856210Z Installing collected packages: zstd, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, tzdata, typing-extensions, triton, tornado, threadpoolctl, tcolorpy, tabulate, sympy, safetensors, regex, pycryptodomex, pybind11, pyarrow-hotfix, portalocker, 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, multidict, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, blinker, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, huggingface_hub, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, nvidia-cusolver-cu12, aiohttp, transformers, torch, DataProperty, torchao, tabledata, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-05-15T23:37:29.8861451Z Attempting uninstall: cmake 2024-05-15T23:37:29.8861976Z Found existing installation: cmake 3.18.2 2024-05-15T23:37:29.8862481Z Uninstalling cmake-3.18.2: 2024-05-15T23:37:29.8863061Z Successfully uninstalled cmake-3.18.2 2024-05-15T23:37:29.8871563Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.3 absl-py-2.1.0 accelerate-0.30.1 aiohttp-3.9.5 aiosignal-1.3.1 blinker-1.8.2 blobfile-2.1.1 cmake-3.29.3 colorama-0.4.6 datasets-2.19.1 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.3.1 gguf-0.6.0 huggingface_hub-0.23.0 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.0 lxml-4.9.4 mbstrdecoder-1.1.3 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 networkx-3.3 ninja-1.11.1.1 nltk-3.8.1 numexpr-2.10.0 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-8.9.2.26 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.4.127 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.10.0 portalocker-2.8.2 pyarrow-16.1.0 pyarrow-hotfix-0.6 pybind11-2.12.0 pycryptodomex-3.20.0 pytablewriter-1.2.0 regex-2024.5.15 rouge-score-0.1.2 sacrebleu-2.4.2 safetensors-0.4.3 scikit-learn-1.4.2 scipy-1.13.0 sentencepiece-0.2.0 snakeviz-2.2.0 sqlitedict-2.1.0 sympy-1.12 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 torch-2.3.0 torchao-0.1 tornado-6.4 tqdm-multiprocess-0.0.11 transformers-4.40.2 triton-2.3.0 typepy-1.3.2 typing-extensions-4.11.0 tzdata-2024.1 xxhash-3.4.1 yarl-1.9.4 zstd-1.5.5.1 2024-05-15T23:37:29.8880652Z 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-05-15T23:37:29.8882138Z Found existing installation: triton 2.3.0 2024-05-15T23:37:29.8882645Z Uninstalling triton-2.3.0: 2024-05-15T23:37:29.8883087Z Successfully uninstalled triton-2.3.0 2024-05-15T23:37:29.8884729Z 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-05-15T23:37:29.8886480Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-05-15T23:37:29.8887218Z Collecting torch==2.4.0.dev20240507 2024-05-15T23:37:29.8888238Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.4.0.dev20240507%2Bcu121-cp311-cp311-linux_x86_64.whl (796.1 MB) 2024-05-15T23:37:29.8889461Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/796.1 MB ? eta -:--:-- 2024-05-15T23:37:29.8890413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.4/796.1 MB 282.4 MB/s eta 0:00:03 2024-05-15T23:37:29.8891429Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.4/796.1 MB 286.0 MB/s eta 0:00:03 2024-05-15T23:37:29.8892525Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.5/796.1 MB 288.4 MB/s eta 0:00:03 2024-05-15T23:37:29.8893643Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.3/796.1 MB 281.2 MB/s eta 0:00:03 2024-05-15T23:37:29.8894739Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/796.1 MB 284.7 MB/s eta 0:00:03 2024-05-15T23:37:31.2357103Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 59.1/796.1 MB 285.8 MB/s eta 0:00:03 2024-05-15T23:37:31.2358658Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 69.1/796.1 MB 286.9 MB/s eta 0:00:03 2024-05-15T23:37:31.2360096Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/796.1 MB 286.5 MB/s eta 0:00:03 2024-05-15T23:37:31.2361714Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 88.9/796.1 MB 284.0 MB/s eta 0:00:03 2024-05-15T23:37:31.2363001Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.9/796.1 MB 289.1 MB/s eta 0:00:03 2024-05-15T23:37:31.2364098Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.6/796.1 MB 222.8 MB/s eta 0:00:04 2024-05-15T23:37:31.2365231Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.9/796.1 MB 157.2 MB/s eta 0:00:05 2024-05-15T23:37:31.2366309Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.9/796.1 MB 153.2 MB/s eta 0:00:05 2024-05-15T23:37:31.2367430Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.6/796.1 MB 205.1 MB/s eta 0:00:04 2024-05-15T23:37:31.2368561Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 134.1/796.1 MB 275.6 MB/s eta 0:00:03 2024-05-15T23:37:31.2369807Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 141.9/796.1 MB 239.6 MB/s eta 0:00:03 2024-05-15T23:37:31.2370940Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 147.0/796.1 MB 172.9 MB/s eta 0:00:04 2024-05-15T23:37:31.2372002Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.4/796.1 MB 214.6 MB/s eta 0:00:03 2024-05-15T23:37:31.2373113Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.1/796.1 MB 174.7 MB/s eta 0:00:04 2024-05-15T23:37:31.2374186Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.4/796.1 MB 173.5 MB/s eta 0:00:04 2024-05-15T23:37:31.2375270Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.6/796.1 MB 134.7 MB/s eta 0:00:05 2024-05-15T23:37:31.2376357Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.4/796.1 MB 99.8 MB/s eta 0:00:07 2024-05-15T23:37:31.2377434Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.1/796.1 MB 105.9 MB/s eta 0:00:06 2024-05-15T23:37:31.2378569Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 185.0/796.1 MB 246.5 MB/s eta 0:00:03 2024-05-15T23:37:31.2379670Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.6/796.1 MB 207.2 MB/s eta 0:00:03 2024-05-15T23:37:31.2380741Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.2/796.1 MB 167.4 MB/s eta 0:00:04 2024-05-15T23:37:31.2382190Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.7/796.1 MB 224.4 MB/s eta 0:00:03 2024-05-15T23:37:31.2383389Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 215.3/796.1 MB 277.9 MB/s eta 0:00:03 2024-05-15T23:37:31.2384466Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 225.3/796.1 MB 286.4 MB/s eta 0:00:02 2024-05-15T23:37:31.2385574Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.2/796.1 MB 287.3 MB/s eta 0:00:02 2024-05-15T23:37:31.2386633Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 245.3/796.1 MB 290.3 MB/s eta 0:00:02 2024-05-15T23:37:31.2387701Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 255.3/796.1 MB 289.0 MB/s eta 0:00:02 2024-05-15T23:37:31.2388867Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 264.5/796.1 MB 268.1 MB/s eta 0:00:02 2024-05-15T23:37:31.2390084Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 273.5/796.1 MB 260.7 MB/s eta 0:00:03 2024-05-15T23:37:31.2391199Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 282.9/796.1 MB 266.2 MB/s eta 0:00:02 2024-05-15T23:37:31.2392269Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 290.9/796.1 MB 236.7 MB/s eta 0:00:03 2024-05-15T23:37:31.2393338Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 299.5/796.1 MB 254.1 MB/s eta 0:00:02 2024-05-15T23:37:31.2394497Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 308.2/796.1 MB 251.1 MB/s eta 0:00:02 2024-05-15T23:37:31.2395575Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 317.6/796.1 MB 272.2 MB/s eta 0:00:02 2024-05-15T23:37:31.2396724Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 327.7/796.1 MB 290.2 MB/s eta 0:00:02 2024-05-15T23:37:31.2397790Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 338.0/796.1 MB 308.8 MB/s eta 0:00:02 2024-05-15T23:37:31.2398897Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 346.6/796.1 MB 250.8 MB/s eta 0:00:02 2024-05-15T23:37:31.2400026Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 355.4/796.1 MB 254.4 MB/s eta 0:00:02 2024-05-15T23:37:31.2401099Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 364.7/796.1 MB 267.8 MB/s eta 0:00:02 2024-05-15T23:37:32.5910608Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 374.7/796.1 MB 287.6 MB/s eta 0:00:02 2024-05-15T23:37:32.5912509Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 384.8/796.1 MB 288.1 MB/s eta 0:00:02 2024-05-15T23:37:32.5913682Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 394.7/796.1 MB 287.4 MB/s eta 0:00:02 2024-05-15T23:37:32.5914809Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 404.8/796.1 MB 290.0 MB/s eta 0:00:02 2024-05-15T23:37:32.5915870Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 414.8/796.1 MB 287.6 MB/s eta 0:00:02 2024-05-15T23:37:32.5917040Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 424.5/796.1 MB 281.8 MB/s eta 0:00:02 2024-05-15T23:37:32.5918105Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 434.3/796.1 MB 278.6 MB/s eta 0:00:02 2024-05-15T23:37:32.5919403Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 444.3/796.1 MB 287.7 MB/s eta 0:00:02 2024-05-15T23:37:32.5920525Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 454.3/796.1 MB 288.0 MB/s eta 0:00:02 2024-05-15T23:37:32.5921636Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 463.2/796.1 MB 261.7 MB/s eta 0:00:02 2024-05-15T23:37:32.5922740Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 472.5/796.1 MB 268.1 MB/s eta 0:00:02 2024-05-15T23:37:32.5923851Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 482.7/796.1 MB 292.0 MB/s eta 0:00:02 2024-05-15T23:37:32.5924948Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 492.4/796.1 MB 282.6 MB/s eta 0:00:02 2024-05-15T23:37:32.5926108Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 502.2/796.1 MB 284.2 MB/s eta 0:00:02 2024-05-15T23:37:32.5927158Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 512.2/796.1 MB 286.7 MB/s eta 0:00:01 2024-05-15T23:37:32.5928213Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 522.1/796.1 MB 286.3 MB/s eta 0:00:01 2024-05-15T23:37:32.5929369Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 532.1/796.1 MB 287.3 MB/s eta 0:00:01 2024-05-15T23:37:32.5930442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 542.0/796.1 MB 286.7 MB/s eta 0:00:01 2024-05-15T23:37:32.5931496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 551.9/796.1 MB 285.6 MB/s eta 0:00:01 2024-05-15T23:37:32.5932619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 561.9/796.1 MB 286.7 MB/s eta 0:00:01 2024-05-15T23:37:32.5933692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 571.7/796.1 MB 283.5 MB/s eta 0:00:01 2024-05-15T23:37:32.5934856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 581.6/796.1 MB 284.2 MB/s eta 0:00:01 2024-05-15T23:37:32.5935906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 591.5/796.1 MB 287.4 MB/s eta 0:00:01 2024-05-15T23:37:32.5936963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 601.5/796.1 MB 287.9 MB/s eta 0:00:01 2024-05-15T23:37:32.5938019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 611.6/796.1 MB 289.5 MB/s eta 0:00:01 2024-05-15T23:37:32.5939093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 620.8/796.1 MB 270.0 MB/s eta 0:00:01 2024-05-15T23:37:32.5940223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 630.1/796.1 MB 269.6 MB/s eta 0:00:01 2024-05-15T23:37:32.5941558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 639.4/796.1 MB 268.9 MB/s eta 0:00:01 2024-05-15T23:37:32.5942672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 648.8/796.1 MB 269.1 MB/s eta 0:00:01 2024-05-15T23:37:32.5943728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 658.8/796.1 MB 288.2 MB/s eta 0:00:01 2024-05-15T23:37:32.5944770Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 668.6/796.1 MB 283.0 MB/s eta 0:00:01 2024-05-15T23:37:32.5945940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 678.6/796.1 MB 286.3 MB/s eta 0:00:01 2024-05-15T23:37:32.5947088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 688.5/796.1 MB 287.8 MB/s eta 0:00:01 2024-05-15T23:37:32.5948144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 698.5/796.1 MB 286.3 MB/s eta 0:00:01 2024-05-15T23:37:32.5949189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 708.4/796.1 MB 285.5 MB/s eta 0:00:01 2024-05-15T23:37:32.5950514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 718.4/796.1 MB 288.2 MB/s eta 0:00:01 2024-05-15T23:37:32.5951569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 728.3/796.1 MB 285.6 MB/s eta 0:00:01 2024-05-15T23:37:32.5952700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 738.4/796.1 MB 291.0 MB/s eta 0:00:01 2024-05-15T23:37:32.5953857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 747.5/796.1 MB 264.3 MB/s eta 0:00:01 2024-05-15T23:37:34.2479313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 757.3/796.1 MB 282.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2480999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 765.0/796.1 MB 237.3 MB/s eta 0:00:01 2024-05-15T23:37:34.2482185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 771.3/796.1 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:37:34.2483229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 777.0/796.1 MB 192.7 MB/s eta 0:00:01 2024-05-15T23:37:34.2484269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 779.8/796.1 MB 136.1 MB/s eta 0:00:01 2024-05-15T23:37:34.2485292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 781.6/796.1 MB 101.3 MB/s eta 0:00:01 2024-05-15T23:37:34.2486288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 783.9/796.1 MB 85.1 MB/s eta 0:00:01 2024-05-15T23:37:34.2487275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 791.7/796.1 MB 145.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2488262Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2489260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2490247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2491580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2492705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2493822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2494932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2496036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2497155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2498289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2499513Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2500521Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2501830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2502827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2503808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2504795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2505820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2506804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2507779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2508759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2509746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2510732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2511808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2512813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2513797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2514780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2515753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2516741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2517728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2518814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2519795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2520779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:34.2521766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6630074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6631763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6633332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6634358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6635376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6636380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6637377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6638365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6639381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6640421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6641423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6642502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6643528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6644535Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6645537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6646544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6647657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6648664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6649660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6650649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6651686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6652757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6653765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6654761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6655763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6656756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6657733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6658716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6659816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6661011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6662059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6663052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6664040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6665025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6666020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6667024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6668011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6668997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6669975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6670964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:35.6671951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0781550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0783127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0784246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0785239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0786299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0787560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0788661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0789929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0790954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0792008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0793004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0793984Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0794980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0796006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0796996Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0797979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0798971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0799961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0800939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0802038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0803057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0804058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0805042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0806029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0807024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0808018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0809074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0810073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0811061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0812043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0813019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0814006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0815082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0816104Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0817097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0818095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0819090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0820083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0821242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0822343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:37.0823329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4942957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4944370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4945668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4946677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4947848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4948867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4949867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4950854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4951858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4952858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4953953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4954955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4955945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4956934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4957922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4958894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4959880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4960966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4961953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4962928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4963932Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4964925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4965913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4966908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4967916Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4968903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4969877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4970857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4971847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4972837Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4973905Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4974887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4975872Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4976855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4977829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4978816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4979820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4981095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4982188Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4983205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:38.4984190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9111213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9112687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9113731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9114746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9115745Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9116758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9117762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9118758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9119779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9120792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9121796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9122794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9123779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9124781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9125794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9126903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9127908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9128913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9129919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9130914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9131927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9133049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9134055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9135046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9136055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9137065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9138066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9139076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9140144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9141336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9142386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9143374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9144376Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9145375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9146396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9147395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9148392Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9149395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9150388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9151382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:39.9152481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5875616Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5877082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5878113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5879150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5880152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5881160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5882446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 796.1/796.1 MB 252.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5883426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 796.1/796.1 MB 1.4 MB/s eta 0:00:00 2024-05-15T23:37:41.5884660Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.13.1) 2024-05-15T23:37:41.5886209Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (4.11.0) 2024-05-15T23:37:41.5887707Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (1.12) 2024-05-15T23:37:41.5889030Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.3) 2024-05-15T23:37:41.5890462Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.1.3) 2024-05-15T23:37:41.5891821Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2024.3.1) 2024-05-15T23:37:41.5893396Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:37:41.5895132Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:37:41.5896826Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:37:41.5898435Z Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (8.9.2.26) 2024-05-15T23:37:41.5900209Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.3.1) 2024-05-15T23:37:41.5902147Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (11.0.2.54) 2024-05-15T23:37:41.5903767Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (10.3.2.106) 2024-05-15T23:37:41.5905481Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (11.4.5.107) 2024-05-15T23:37:41.5907161Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.0.106) 2024-05-15T23:37:41.5908765Z Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2.20.5) 2024-05-15T23:37:41.5910377Z Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:37:41.5911614Z Collecting pytorch-triton==3.0.0+45fff310c8 (from torch==2.4.0.dev20240507) 2024-05-15T23:37:41.5912833Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2B45fff310c8-cp311-cp311-linux_x86_64.whl (241.9 MB) 2024-05-15T23:37:41.5914033Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.9 MB ? eta -:--:-- 2024-05-15T23:37:41.5915081Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.9/241.9 MB 298.2 MB/s eta 0:00:01 2024-05-15T23:37:41.5916222Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.2/241.9 MB 266.9 MB/s eta 0:00:01 2024-05-15T23:37:41.5917328Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.4/241.9 MB 266.2 MB/s eta 0:00:01 2024-05-15T23:37:41.5918650Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.9/241.9 MB 274.1 MB/s eta 0:00:01 2024-05-15T23:37:41.5919764Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.2/241.9 MB 268.7 MB/s eta 0:00:01 2024-05-15T23:37:41.5920938Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/241.9 MB 269.7 MB/s eta 0:00:01 2024-05-15T23:37:41.5922046Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/241.9 MB 284.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5923167Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 76.0/241.9 MB 277.2 MB/s eta 0:00:01 2024-05-15T23:37:41.5924245Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 87.3/241.9 MB 336.5 MB/s eta 0:00:01 2024-05-15T23:37:41.5925535Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 98.7/241.9 MB 343.6 MB/s eta 0:00:01 2024-05-15T23:37:41.5926622Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 109.5/241.9 MB 322.4 MB/s eta 0:00:01 2024-05-15T23:37:41.5927762Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 120.3/241.9 MB 324.6 MB/s eta 0:00:01 2024-05-15T23:37:41.5928872Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 130.9/241.9 MB 317.5 MB/s eta 0:00:01 2024-05-15T23:37:41.5929981Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 142.1/241.9 MB 332.3 MB/s eta 0:00:01 2024-05-15T23:37:41.5931086Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 153.2/241.9 MB 332.6 MB/s eta 0:00:01 2024-05-15T23:37:41.5932215Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 164.2/241.9 MB 328.2 MB/s eta 0:00:01 2024-05-15T23:37:41.5933373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 175.6/241.9 MB 342.7 MB/s eta 0:00:01 2024-05-15T23:37:41.5934455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 186.9/241.9 MB 338.6 MB/s eta 0:00:01 2024-05-15T23:37:43.0517695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 197.8/241.9 MB 328.6 MB/s eta 0:00:01 2024-05-15T23:37:43.0519161Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 208.8/241.9 MB 328.4 MB/s eta 0:00:01 2024-05-15T23:37:43.0520293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 219.8/241.9 MB 331.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0521601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 230.9/241.9 MB 332.3 MB/s eta 0:00:01 2024-05-15T23:37:43.0522886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0523915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0524923Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0525925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0526914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0528040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0529054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0530055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0531038Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0532044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0533040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0534031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0535098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0536109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0537112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0538110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0539117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0540121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0541341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0542408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0543400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0544395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0545391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0546371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0547364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0548468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0549458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0550439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0551437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0552435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0553431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0554433Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0555505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0556501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0557483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:37:43.0558481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1861479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1862695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1863907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1865348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1866438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1867777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1869146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1870204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1871612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1872624Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1873626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1874629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1875628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1876619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1877635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1878750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1879766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1880810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1881810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1882831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1883842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1884958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1885979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1886986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1887988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1888979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1889981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1891004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1892018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 241.8/241.9 MB 337.0 MB/s eta 0:00:01 2024-05-15T23:38:04.1892989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.9/241.9 MB 4.4 MB/s eta 0:00:00 2024-05-15T23:38:04.1894477Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.4.0.dev20240507) (12.4.127) 2024-05-15T23:38:04.1896203Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.4.0.dev20240507) (2.1.3) 2024-05-15T23:38:04.1897689Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.11/site-packages (from sympy->torch==2.4.0.dev20240507) (1.3.0) 2024-05-15T23:38:04.1898724Z Installing collected packages: pytorch-triton, torch 2024-05-15T23:38:04.1899247Z Attempting uninstall: torch 2024-05-15T23:38:04.1899688Z Found existing installation: torch 2.3.0 2024-05-15T23:38:04.1900265Z Uninstalling torch-2.3.0: 2024-05-15T23:38:04.1900732Z Successfully uninstalled torch-2.3.0 2024-05-15T23:38:04.1901924Z Successfully installed pytorch-triton-3.0.0+45fff310c8 torch-2.4.0.dev20240507+cu121 2024-05-15T23:38:04.1903814Z 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-05-15T23:38:04.1905572Z + echo ::endgroup:: 2024-05-15T23:38:04.1906206Z ##[endgroup] 2024-05-15T23:38:04.1906674Z + echo '::group::# ensure everything installed correctly' 2024-05-15T23:38:04.1907455Z ##[group]# ensure everything installed correctly 2024-05-15T23:38:04.1907963Z + python3 torchchat.py --help 2024-05-15T23:38:04.1908497Z usage: torchchat [-h] 2024-05-15T23:38:04.1909036Z {chat,browser,download,generate,eval,export,list,remove,where} 2024-05-15T23:38:04.1909646Z ... 2024-05-15T23:38:04.1909848Z 2024-05-15T23:38:04.1909990Z positional arguments: 2024-05-15T23:38:04.1910557Z {chat,browser,download,generate,eval,export,list,remove,where} 2024-05-15T23:38:04.1911198Z The specific command to run 2024-05-15T23:38:04.1911713Z chat Chat interactively with a model 2024-05-15T23:38:04.1912265Z browser Chat interactively in a browser 2024-05-15T23:38:04.1912869Z download Download a model from Hugging Face or others 2024-05-15T23:38:04.1913536Z generate Generate responses from a model given a prompt 2024-05-15T23:38:04.1914148Z eval Evaluate a model given a prompt 2024-05-15T23:38:04.1914748Z export Export a model for AOT Inductor or ExecuTorch 2024-05-15T23:38:04.1915317Z list List supported models 2024-05-15T23:38:04.1915839Z remove Remove downloaded model artifacts 2024-05-15T23:38:04.1916480Z where Return directory containing downloaded model artifacts 2024-05-15T23:38:04.1916920Z 2024-05-15T23:38:04.1917041Z options: 2024-05-15T23:38:04.1917447Z -h, --help show this help message and exit 2024-05-15T23:38:04.1917977Z + python3 torchchat.py download stories15M 2024-05-15T23:39:12.5691138Z Downloading https://huggingface.co/karpathy/tinyllamas/resolve/main/stories15M.pt... 2024-05-15T23:39:12.5692257Z Downloading https://github.com/karpathy/llama2.c/raw/master/tokenizer.model... 2024-05-15T23:39:12.5692994Z + python3 torchchat.py list 2024-05-15T23:39:12.5693346Z 2024-05-15T23:39:12.5693658Z Model Aliases Downloaded 2024-05-15T23:39:12.5694717Z ------------------------------------ ----------------------------------------- ----------- 2024-05-15T23:39:12.5695774Z meta-llama/llama-2-7b-hf llama2-base, llama2-7b 2024-05-15T23:39:12.5697169Z meta-llama/llama-2-7b-chat-hf llama2, llama2-chat, llama2-7b-chat 2024-05-15T23:39:12.5698185Z meta-llama/llama-2-13b-chat-hf llama2-13b-chat 2024-05-15T23:39:12.5699135Z meta-llama/llama-2-70b-chat-hf llama2-70b-chat 2024-05-15T23:39:12.5700045Z meta-llama/meta-llama-3-8b llama3-base 2024-05-15T23:39:12.5701344Z meta-llama/meta-llama-3-8b-instruct llama3, llama3-chat, llama3-instruct 2024-05-15T23:39:12.5702372Z meta-llama/codellama-7b-python-hf codellama, codellama-7b 2024-05-15T23:39:12.5703343Z meta-llama/codellama-34b-python-hf codellama-34b 2024-05-15T23:39:12.5704532Z mistralai/mistral-7b-v0.1 mistral-7b-v01-base 2024-05-15T23:39:12.5705513Z mistralai/mistral-7b-instruct-v0.1 mistral-7b-v01-instruct 2024-05-15T23:39:12.5706540Z mistralai/mistral-7b-instruct-v0.2 mistral, mistral-7b, mistral-7b-instruct 2024-05-15T23:39:12.5707530Z openlm-research/open_llama_7b open-llama, open-llama-7b 2024-05-15T23:39:12.5708547Z stories15m Yes 2024-05-15T23:39:12.5709407Z stories42m 2024-05-15T23:39:12.5710234Z stories110m 2024-05-15T23:39:12.5710652Z 2024-05-15T23:39:12.5710838Z + python3 torchchat.py where stories15M 2024-05-15T23:39:12.5711454Z /root/.torchchat/model-cache/stories15M 2024-05-15T23:39:12.5711897Z + echo ::endgroup:: 2024-05-15T23:39:12.5713031Z ##[endgroup] 2024-05-15T23:39:12.5713635Z + echo '::group::## Running via PyTorch ' 2024-05-15T23:39:12.5714385Z ##[group]## Running via PyTorch 2024-05-15T23:39:12.5714816Z + false 2024-05-15T23:39:12.5715473Z + python3 torchchat.py generate stories15M --prompt 'write me a story about a boy and his bear' 2024-05-15T23:39:12.5716293Z Using device=cpu AMD EPYC 7R32 2024-05-15T23:39:12.5716696Z Loading model... 2024-05-15T23:39:12.5717082Z Time to load model: 0.03 seconds 2024-05-15T23:39:12.5718632Z write me a story about a boy and his bear. The boy thought the bear was a nice thing for writing. But the bear didn't like the book. The bear said the boy had to write more and he would have to do it all the time. 2024-05-15T23:39:12.5720656Z The boy felt sad. He wanted his bear to have good ideas too. He tried to write more, but it didn't work. So, he decided to keep writing. 2024-05-15T23:39:12.5722898Z The boy kept writing and writing until he got tired. He felt so ashamed. He looked at the bear's sadness and said, "I'm sorry I didn't listen to you. I wanted you to have good ideas, but now I can't. I don't want to write anymore." 2024-05-15T23:39:12.5725010Z The bear didn't say anything back, but the boy knew he hated it. He hugged the bear and said, "I'm sorry I couldn't help you." 2024-05-15T23:39:12.5726006Z The boy was gone. The bear was still sad 2024-05-15T23:39:12.5726570Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:39:12.5727201Z --------------------------------------------------- 2024-05-15T23:39:12.5727747Z Time for inference 1: 3.21 sec total, 62.26 tokens/sec 2024-05-15T23:39:12.5728317Z Bandwidth achieved: 3.04 GB/s 2024-05-15T23:39:12.5729065Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:39:12.5729666Z 2024-05-15T23:39:12.5729833Z ======================================== 2024-05-15T23:39:12.5730133Z 2024-05-15T23:39:12.5730269Z Average tokens/sec: 62.26 2024-05-15T23:39:12.5730721Z Memory used: 0.00 GB 2024-05-15T23:39:12.5731039Z + false 2024-05-15T23:39:12.5731381Z + echo ::endgroup:: 2024-05-15T23:39:12.5731956Z ##[endgroup] 2024-05-15T23:39:12.5732321Z + echo '::group::## Desktop' 2024-05-15T23:39:12.5733036Z ##[group]## Desktop 2024-05-15T23:39:12.5733365Z + echo ::endgroup:: 2024-05-15T23:39:12.5733965Z ##[endgroup] 2024-05-15T23:39:12.5734321Z + echo '::group::# Compile' 2024-05-15T23:39:12.5734880Z ##[group]# Compile 2024-05-15T23:39:12.5735519Z + python3 torchchat.py export stories15M --output-dso-path exportedModels/stories15M.so 2024-05-15T23:39:12.5736184Z Using device=cpu 2024-05-15T23:39:12.5736483Z Loading model... 2024-05-15T23:39:12.5736797Z Time to load model: 0.11 seconds 2024-05-15T23:39:12.5737444Z Exporting model using AOT Inductor to /pytorch/torchchat/exportedModels/stories15M.so 2024-05-15T23:39:12.5738450Z The generated DSO model can be found at: /pytorch/torchchat/exportedModels/stories15M.so 2024-05-15T23:39:12.5739129Z + echo ::endgroup:: 2024-05-15T23:39:12.5739671Z ##[endgroup] 2024-05-15T23:39:12.5740156Z + echo '::group::# Execute the exported model using Python' 2024-05-15T23:39:12.5741201Z ##[group]# Execute the exported model using Python 2024-05-15T23:39:12.5742172Z + python3 torchchat.py generate stories15M --dso-path exportedModels/stories15M.so --prompt 'Hello my name is' 2024-05-15T23:39:12.5743187Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:39:12.5744055Z Warning: checkpoint path ignored because an exported DSO or PTE path specified 2024-05-15T23:39:12.5744767Z Using device=cpu AMD EPYC 7R32 2024-05-15T23:39:12.5745161Z Loading model... 2024-05-15T23:39:12.5745481Z Time to load model: 0.09 seconds 2024-05-15T23:39:12.5746805Z Hello my name is Jack. He loves to play with his friends. One day, his friends were feeling very excited. They were playing a game of hide and seek. Jack was so excited that he started to shake his hands and back and forth. 2024-05-15T23:39:12.5748715Z Suddenly, he heard a loud noise. It was an alarm! Everyone was scared and ran away. But Jack was brave. He wanted to find out what the alarm was all for. 2024-05-15T23:39:12.5750740Z He ran and ran until he found a little girl who was playing in the park. Her name was Sarah and she was laughing. She smiled at him and said, "You found my alarm! Now, it's time to go home." 2024-05-15T23:39:12.5752851Z Jack was so relieved and he gave Sarah a big hug. He ran home and when he got there, he shone his hands in the night sky and the alarm made everything bright again. Once upon a time, there was a little girl named Lily 2024-05-15T23:39:12.5754243Z [Max Sequence Length Reached. Ending Conversation.] 2024-05-15T23:39:12.5754804Z --------------------------------------------------- 2024-05-15T23:39:12.5755327Z Time for inference 1: 16.25 sec total, 12.31 tokens/sec 2024-05-15T23:39:12.5755833Z Bandwidth achieved: 0.60 GB/s 2024-05-15T23:39:12.5756507Z *** This first iteration will include cold start effects for dynamic import, hardware caches. *** 2024-05-15T23:39:12.5757086Z 2024-05-15T23:39:12.5757214Z ======================================== 2024-05-15T23:39:12.5757501Z 2024-05-15T23:39:12.5757631Z Average tokens/sec: 12.31 2024-05-15T23:39:12.5757985Z Memory used: 0.00 GB 2024-05-15T23:39:12.5758398Z + scripts/build_native.sh aoti 2024-05-15T23:39:12.5758805Z + '[' 1 -eq 0 ']' 2024-05-15T23:39:12.5759099Z + (( 1 )) 2024-05-15T23:39:12.5759369Z + case "$1" in 2024-05-15T23:39:12.5759733Z + echo 'Building aoti native runner...' 2024-05-15T23:39:12.5760168Z Building aoti native runner... 2024-05-15T23:39:12.5760521Z + TARGET=aoti 2024-05-15T23:39:12.5760802Z + shift 2024-05-15T23:39:12.5761057Z + (( 0 )) 2024-05-15T23:39:12.5761344Z + '[' -z '' ']' 2024-05-15T23:39:12.5761662Z +++ dirname scripts/build_native.sh 2024-05-15T23:39:12.5762049Z ++ cd scripts 2024-05-15T23:39:12.5762335Z ++ pwd -P 2024-05-15T23:39:12.5762699Z + SCRIPT_PATH=/pytorch/torchchat/scripts 2024-05-15T23:39:12.5763171Z ++ dirname /pytorch/torchchat/scripts 2024-05-15T23:39:12.5763599Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-05-15T23:39:12.5764011Z + '[' -z '' ']' 2024-05-15T23:39:12.5764338Z + ET_BUILD_DIR=et-build 2024-05-15T23:39:12.5764843Z + source /pytorch/torchchat/scripts/install_utils.sh 2024-05-15T23:39:12.5765360Z ++ set -ex pipefail 2024-05-15T23:39:12.5767129Z ++ 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-05-15T23:39:12.5768768Z + pushd /pytorch/torchchat 2024-05-15T23:39:12.5769149Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:39:12.5769612Z + git submodule update --init 2024-05-15T23:39:12.5770674Z Submodule 'tokenizer/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'tokenizer/third-party/abseil-cpp' 2024-05-15T23:39:12.5772181Z Submodule 'tokenizer/third-party/re2' (https://github.com/google/re2.git) registered for path 'tokenizer/third-party/re2' 2024-05-15T23:39:12.5773755Z Submodule 'tokenizer/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'tokenizer/third-party/sentencepiece' 2024-05-15T23:39:12.5774997Z Cloning into '/pytorch/torchchat/tokenizer/third-party/abseil-cpp'... 2024-05-15T23:39:12.5775759Z Cloning into '/pytorch/torchchat/tokenizer/third-party/re2'... 2024-05-15T23:39:12.5776532Z Cloning into '/pytorch/torchchat/tokenizer/third-party/sentencepiece'... 2024-05-15T23:39:12.5777550Z Submodule path 'tokenizer/third-party/abseil-cpp': checked out '854193071498f330b71083d7e06a7cd18e02a4cc' 2024-05-15T23:39:12.5778686Z Submodule path 'tokenizer/third-party/re2': checked out 'ac82d4f628a2045d89964ae11c48403d3b091af1' 2024-05-15T23:39:12.5779845Z Submodule path 'tokenizer/third-party/sentencepiece': checked out '7dcb541451b1862d73f473b3804ccf8f2a9e10f6' 2024-05-15T23:39:12.5780685Z + git submodule sync 2024-05-15T23:39:12.5781454Z Synchronizing submodule url for 'tokenizer/third-party/abseil-cpp' 2024-05-15T23:39:12.5782182Z Synchronizing submodule url for 'tokenizer/third-party/re2' 2024-05-15T23:39:12.5782951Z Synchronizing submodule url for 'tokenizer/third-party/sentencepiece' 2024-05-15T23:39:12.5783528Z + [[ aoti == \e\t ]] 2024-05-15T23:39:12.5783833Z + popd 2024-05-15T23:39:12.5784102Z /pytorch/torchchat 2024-05-15T23:39:12.5784663Z ++ python -c 'import torch;print(torch.utils.cmake_prefix_path)' 2024-05-15T23:39:12.5785717Z + cmake -S . -B ./cmake-out -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages/torch/share/cmake -G Ninja 2024-05-15T23:39:12.5786617Z -- The C compiler identification is GNU 9.3.1 2024-05-15T23:39:12.5787177Z -- The CXX compiler identification is GNU 9.3.1 2024-05-15T23:39:12.5787688Z -- Detecting C compiler ABI info 2024-05-15T23:39:12.5788131Z -- Detecting C compiler ABI info - done 2024-05-15T23:39:12.5788820Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-05-15T23:39:12.5789490Z -- Detecting C compile features 2024-05-15T23:39:12.5789927Z -- Detecting C compile features - done 2024-05-15T23:39:12.5790402Z -- Detecting CXX compiler ABI info 2024-05-15T23:39:12.5790876Z -- Detecting CXX compiler ABI info - done 2024-05-15T23:39:12.5791583Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-05-15T23:39:12.5792263Z -- Detecting CXX compile features 2024-05-15T23:39:20.9125706Z -- Detecting CXX compile features - done 2024-05-15T23:39:20.9126563Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 2024-05-15T23:39:20.9127414Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX17 - Success 2024-05-15T23:39:20.9128276Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 2024-05-15T23:39:20.9129163Z -- Performing Test ABSL_INTERNAL_AT_LEAST_CXX20 - Failed 2024-05-15T23:39:20.9130001Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-05-15T23:39:20.9130801Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-05-15T23:39:20.9131644Z -- Looking for pthread_create in pthreads 2024-05-15T23:39:20.9132431Z -- Looking for pthread_create in pthreads - not found 2024-05-15T23:39:20.9133637Z -- Looking for pthread_create in pthread 2024-05-15T23:39:20.9134408Z -- Looking for pthread_create in pthread - found 2024-05-15T23:39:20.9135110Z -- Found Threads: TRUE 2024-05-15T23:39:20.9136066Z CMake Warning at tokenizer/third-party/abseil-cpp/CMakeLists.txt:193 (message): 2024-05-15T23:39:20.9138288Z The default and system-level install directories are unsupported except in LTS releases of Abseil. Please set CMAKE_INSTALL_PREFIX to install Abseil in your source or build tree directly. 2024-05-15T23:39:20.9139830Z 2024-05-15T23:39:20.9140029Z  2024-05-15T23:39:20.9140493Z -- Check if compiler accepts -pthread 2024-05-15T23:39:20.9141737Z -- Check if compiler accepts -pthread - yes 2024-05-15T23:39:20.9143046Z CMake Deprecation Warning at tokenizer/third-party/sentencepiece/CMakeLists.txt:15 (cmake_minimum_required): 2024-05-15T23:39:20.9144485Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:39:20.9145338Z CMake. 2024-05-15T23:39:20.9145581Z 2024-05-15T23:39:20.9146049Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:39:20.9147151Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:39:20.9147853Z 2024-05-15T23:39:20.9148057Z  2024-05-15T23:39:20.9148482Z -- VERSION: 0.2.1 2024-05-15T23:39:20.9149096Z -- Not Found TCMalloc: TCMALLOC_LIB-NOTFOUND 2024-05-15T23:39:20.9149864Z -- Using ET BUILD DIR: --[et-build]-- 2024-05-15T23:39:20.9150591Z -- TORCHCHAT_ROOT="/pytorch/torchchat" 2024-05-15T23:39:20.9151462Z -- Looking for excutorch in /pytorch/torchchat/et-build/install 2024-05-15T23:39:20.9152479Z -- Could NOT find executorch (missing: executorch_DIR) 2024-05-15T23:39:20.9153368Z CMake Warning at runner/et.cmake:123 (MESSAGE): 2024-05-15T23:39:20.9154118Z ExecuTorch package not found 2024-05-15T23:39:20.9155130Z Call Stack (most recent call first): 2024-05-15T23:39:20.9192337Z CMakeLists.txt:15 (include) 2024-05-15T23:39:20.9192784Z 2024-05-15T23:39:20.9193113Z  2024-05-15T23:39:20.9193802Z CMake Warning (dev) at runner/aoti.cmake:9 (find_package): 2024-05-15T23:39:20.9194894Z Policy CMP0146 is not set: The FindCUDA module is removed. Run "cmake 2024-05-15T23:39:20.9196195Z --help-policy CMP0146" for policy details. Use the cmake_policy command to 2024-05-15T23:39:20.9197165Z set the policy and suppress this warning. 2024-05-15T23:39:20.9197661Z 2024-05-15T23:39:20.9197872Z Call Stack (most recent call first): 2024-05-15T23:39:20.9198498Z CMakeLists.txt:21 (include) 2024-05-15T23:39:20.9199439Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-05-15T23:39:20.9200318Z  2024-05-15T23:39:20.9200968Z -- Found CUDA: /usr/local/cuda-12.1 (found version "12.1") 2024-05-15T23:39:20.9201976Z -- Found CUDA: /usr/local/cuda-12.1 (found version "12.1") 2024-05-15T23:39:20.9202994Z -- The CUDA compiler identification is NVIDIA 12.1.105 2024-05-15T23:39:20.9203837Z -- Detecting CUDA compiler ABI info 2024-05-15T23:39:20.9204578Z -- Detecting CUDA compiler ABI info - done 2024-05-15T23:39:20.9205672Z -- Check for working CUDA compiler: /usr/local/cuda-12.1/bin/nvcc - skipped 2024-05-15T23:39:20.9206660Z -- Detecting CUDA compile features 2024-05-15T23:39:20.9207375Z -- Detecting CUDA compile features - done 2024-05-15T23:39:20.9208437Z -- Found CUDAToolkit: /usr/local/cuda-12.1/include (found version "12.1.105") 2024-05-15T23:39:20.9209442Z -- Caffe2: CUDA detected: 12.1 2024-05-15T23:39:20.9210194Z -- Caffe2: CUDA nvcc is: /usr/local/cuda-12.1/bin/nvcc 2024-05-15T23:39:20.9211129Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda-12.1 2024-05-15T23:39:20.9211955Z -- Caffe2: Header version is: 12.1 2024-05-15T23:39:20.9212821Z -- /usr/local/cuda-12.1/lib64/libnvrtc.so shorthash is b51b459d 2024-05-15T23:39:20.9213875Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2024-05-15T23:39:20.9214988Z -- USE_CUSPARSELT is set to 0. Compiling without cuSPARSELt support 2024-05-15T23:39:20.9216496Z -- Autodetected CUDA architecture(s): 8.6 2024-05-15T23:39:20.9217537Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2024-05-15T23:39:20.9219162Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:39:20.9220643Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:39:20.9221995Z Call Stack (most recent call first): 2024-05-15T23:39:20.9223444Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:39:20.9224741Z runner/aoti.cmake:11 (find_package) 2024-05-15T23:39:20.9225312Z CMakeLists.txt:21 (include) 2024-05-15T23:39:20.9225683Z 2024-05-15T23:39:20.9225890Z  2024-05-15T23:39:20.9227037Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so (Required is at least version "2.4.0") 2024-05-15T23:39:20.9228364Z -- Configuring done (8.0s) 2024-05-15T23:39:20.9228953Z -- Generating done (0.1s) 2024-05-15T23:39:20.9229795Z -- Build files have been written to: /pytorch/torchchat/cmake-out 2024-05-15T23:39:20.9230739Z + cmake --build ./cmake-out --target aoti_run 2024-05-15T23:39:20.9231639Z 2024-05-15T23:39:20.9232220Z [0/222] Building CXX object CMakeFiles/aoti_run.dir/runner/run.cpp.o 2024-05-15T23:39:20.9233597Z [0/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/sentencepiece.cpp.o 2024-05-15T23:39:20.9235044Z [0/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/tiktoken.cpp.o 2024-05-15T23:39:20.9236735Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2024-05-15T23:39:20.9238961Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2024-05-15T23:39:20.9241755Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2024-05-15T23:39:20.9246247Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2024-05-15T23:39:20.9248492Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2024-05-15T23:39:20.9250321Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2024-05-15T23:39:20.9252284Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2024-05-15T23:39:20.9254164Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2024-05-15T23:39:20.9256249Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2024-05-15T23:39:20.9258639Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2024-05-15T23:39:20.9261828Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2024-05-15T23:39:20.9264606Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2024-05-15T23:39:20.9267278Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2024-05-15T23:39:20.9269525Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2024-05-15T23:39:20.9271727Z [0/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2024-05-15T23:39:20.9273999Z [1/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/unscaledcycleclock.cc.o 2024-05-15T23:39:20.9276809Z [1/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2024-05-15T23:39:20.9279189Z [2/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/spinlock_wait.dir/internal/spinlock_wait.cc.o 2024-05-15T23:39:20.9281243Z [2/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_spinlock_wait.a 2024-05-15T23:39:20.9283196Z [3/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/cycleclock.cc.o 2024-05-15T23:39:20.9285161Z [3/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2024-05-15T23:39:20.9287081Z [4/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_spinlock_wait.a 2024-05-15T23:39:20.9289197Z [4/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2024-05-15T23:39:20.9291538Z [5/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cpu_detect.dir/internal/cpu_detect.cc.o 2024-05-15T23:39:20.9293917Z [5/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2024-05-15T23:39:20.9296280Z [6/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/log_severity.dir/log_severity.cc.o 2024-05-15T23:39:20.9298243Z [6/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_log_severity.a 2024-05-15T23:39:20.9300065Z [7/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_log_severity.a 2024-05-15T23:39:20.9302758Z [7/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2024-05-15T23:39:20.9305632Z [8/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/raw_logging_internal.dir/internal/raw_logging.cc.o 2024-05-15T23:39:20.9307800Z [8/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_raw_logging_internal.a 2024-05-15T23:39:20.9309772Z [9/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_raw_logging_internal.a 2024-05-15T23:39:20.9311944Z [9/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2024-05-15T23:39:20.9314316Z [10/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/throw_delegate.dir/internal/throw_delegate.cc.o 2024-05-15T23:39:22.0106053Z [10/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_throw_delegate.a 2024-05-15T23:39:22.0107837Z [11/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_throw_delegate.a 2024-05-15T23:39:22.0109759Z [11/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2024-05-15T23:39:22.0111738Z [12/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/thread_identity.cc.o 2024-05-15T23:39:22.0113718Z [12/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2024-05-15T23:39:22.0115604Z [13/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/spinlock.cc.o 2024-05-15T23:39:22.0117701Z [13/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2024-05-15T23:39:22.0119784Z [14/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/base.dir/internal/sysinfo.cc.o 2024-05-15T23:39:22.0121464Z [14/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_base.a 2024-05-15T23:39:22.0123568Z [15/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc_x86_arm_combined.cc.o 2024-05-15T23:39:22.0125774Z [15/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2024-05-15T23:39:22.0128584Z [16/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler_force_weak_definition.cc.o 2024-05-15T23:39:22.0131064Z [16/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2024-05-15T23:39:22.0133020Z [17/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_base.a 2024-05-15T23:39:22.0134671Z [17/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cpu_detect.a 2024-05-15T23:39:22.0136670Z [18/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_internal.dir/internal/crc.cc.o 2024-05-15T23:39:22.0138723Z [18/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2024-05-15T23:39:22.0141507Z [19/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/stacktrace.dir/stacktrace.cc.o 2024-05-15T23:39:22.0143645Z [19/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2024-05-15T23:39:22.0145575Z [20/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cpu_detect.a 2024-05-15T23:39:22.0147143Z [20/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_internal.a 2024-05-15T23:39:22.0148970Z [21/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/base/CMakeFiles/malloc_internal.dir/internal/low_level_alloc.cc.o 2024-05-15T23:39:22.0151256Z [21/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_malloc_internal.a 2024-05-15T23:39:22.0153130Z [22/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_internal.a 2024-05-15T23:39:22.0155128Z [22/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2024-05-15T23:39:22.0157150Z [23/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/base/libabsl_malloc_internal.a 2024-05-15T23:39:22.0159260Z [23/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2024-05-15T23:39:22.0161617Z [24/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/hashtablez_sampler.dir/internal/hashtablez_sampler.cc.o 2024-05-15T23:39:22.0164263Z [24/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2024-05-15T23:39:22.0167103Z [25/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag_internal.dir/internal/commandlineflag.cc.o 2024-05-15T23:39:22.0169609Z [25/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag_internal.a 2024-05-15T23:39:22.0172133Z [26/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/address_is_readable.cc.o 2024-05-15T23:39:22.0174727Z [26/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2024-05-15T23:39:22.0177068Z [27/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag_internal.a 2024-05-15T23:39:22.0179668Z [27/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2024-05-15T23:39:22.0182948Z [28/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/crc32c.cc.o 2024-05-15T23:39:22.0185092Z [28/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2024-05-15T23:39:22.0186978Z [29/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/sentencepiece.cpp.o 2024-05-15T23:39:22.0188928Z [29/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2024-05-15T23:39:22.0191401Z [30/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/elf_mem_image.cc.o 2024-05-15T23:39:22.0193716Z [30/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2024-05-15T23:39:22.0196030Z [31/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/demangle_internal.dir/internal/demangle.cc.o 2024-05-15T23:39:22.0198312Z [31/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_demangle_internal.a 2024-05-15T23:39:22.0200369Z [32/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_demangle_internal.a 2024-05-15T23:39:22.0202425Z [32/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2024-05-15T23:39:22.0204743Z [33/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_x86_arm_combined.cc.o 2024-05-15T23:39:22.0207198Z [33/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2024-05-15T23:39:22.0209603Z [34/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_memcpy_fallback.cc.o 2024-05-15T23:39:22.0212081Z [34/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2024-05-15T23:39:22.0214344Z [35/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/container/CMakeFiles/raw_hash_set.dir/internal/raw_hash_set.cc.o 2024-05-15T23:39:22.0216925Z [35/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2024-05-15T23:39:22.0219534Z [36/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/debugging_internal.dir/internal/vdso_support.cc.o 2024-05-15T23:39:22.0222435Z [36/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_debugging_internal.a 2024-05-15T23:39:22.0224560Z [37/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/debugging/CMakeFiles/symbolize.dir/symbolize.cc.o 2024-05-15T23:39:22.0226780Z [37/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2024-05-15T23:39:22.0228890Z [38/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_debugging_internal.a 2024-05-15T23:39:22.0230876Z [38/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_stacktrace.a 2024-05-15T23:39:22.0232825Z [39/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_stacktrace.a 2024-05-15T23:39:22.0234785Z [39/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2024-05-15T23:39:22.0236927Z [40/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc32c.dir/internal/crc_non_temporal_memcpy.cc.o 2024-05-15T23:39:22.0239209Z [40/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2024-05-15T23:39:22.0241301Z [41/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/crc/CMakeFiles/crc_cord_state.dir/internal/crc_cord_state.cc.o 2024-05-15T23:39:22.0243835Z [41/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2024-05-15T23:39:22.0246040Z [42/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_config.dir/usage_config.cc.o 2024-05-15T23:39:22.0248386Z [42/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2024-05-15T23:39:22.0250839Z [43/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_program_name.dir/internal/program_name.cc.o 2024-05-15T23:39:23.2297439Z [43/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2024-05-15T23:39:23.2300120Z [44/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_private_handle_accessor.dir/internal/private_handle_accessor.cc.o 2024-05-15T23:39:23.2303361Z [44/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2024-05-15T23:39:23.2305910Z [45/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_commandlineflag.dir/commandlineflag.cc.o 2024-05-15T23:39:23.2308228Z [45/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2024-05-15T23:39:23.2310335Z [46/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/city.dir/internal/city.cc.o 2024-05-15T23:39:23.2312167Z [46/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_city.a 2024-05-15T23:39:23.2314376Z [47/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/profiling/CMakeFiles/exponential_biased.dir/internal/exponential_biased.cc.o 2024-05-15T23:39:23.2316747Z [47/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/profiling/libabsl_exponential_biased.a 2024-05-15T23:39:23.2319162Z [48/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/numeric/CMakeFiles/int128.dir/int128.cc.o 2024-05-15T23:39:23.2321003Z [48/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/numeric/libabsl_int128.a 2024-05-15T23:39:23.2322739Z [49/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_city.a 2024-05-15T23:39:23.2324665Z [49/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2024-05-15T23:39:23.2326682Z [50/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/profiling/libabsl_exponential_biased.a 2024-05-15T23:39:23.2328412Z [50/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2024-05-15T23:39:23.2329975Z [51/222] Building CXX object tokenizer/CMakeFiles/tokenizer.dir/tiktoken.cpp.o 2024-05-15T23:39:23.2331641Z [51/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2024-05-15T23:39:23.2333571Z [52/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/numeric/libabsl_int128.a 2024-05-15T23:39:23.2335447Z [52/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2024-05-15T23:39:23.2337685Z [53/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/low_level_hash.dir/internal/low_level_hash.cc.o 2024-05-15T23:39:23.2339820Z [53/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_low_level_hash.a 2024-05-15T23:39:23.2342219Z [54/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_low_level_hash.a 2024-05-15T23:39:23.2344127Z [54/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2024-05-15T23:39:23.2346241Z [55/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/hash/CMakeFiles/hash.dir/internal/hash.cc.o 2024-05-15T23:39:23.2348624Z [55/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2024-05-15T23:39:23.2350768Z [56/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/string_view.dir/string_view.cc.o 2024-05-15T23:39:23.2352771Z [56/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_string_view.a 2024-05-15T23:39:23.2354890Z [57/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_marshalling.dir/marshalling.cc.o 2024-05-15T23:39:23.2357110Z [57/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2024-05-15T23:39:23.2359146Z [58/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_string_view.a 2024-05-15T23:39:23.2361424Z [58/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2024-05-15T23:39:23.2363532Z [59/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/ascii.cc.o 2024-05-15T23:39:23.2365545Z [59/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2024-05-15T23:39:23.2367853Z [60/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_internal.dir/internal/flag.cc.o 2024-05-15T23:39:23.2370096Z [60/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2024-05-15T23:39:23.2372418Z [61/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/utf8.cc.o 2024-05-15T23:39:23.2374817Z [61/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2024-05-15T23:39:23.2377711Z [62/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/damerau_levenshtein_distance.cc.o 2024-05-15T23:39:23.2380261Z [62/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2024-05-15T23:39:23.2383284Z [63/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_parse.cc.o 2024-05-15T23:39:23.2385771Z [63/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2024-05-15T23:39:23.2388191Z [64/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/memutil.cc.o 2024-05-15T23:39:23.2390656Z [64/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2024-05-15T23:39:23.2393208Z [65/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/charconv_bigint.cc.o 2024-05-15T23:39:23.2395670Z [65/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2024-05-15T23:39:23.2398102Z [66/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/internal/stringify_sink.cc.o 2024-05-15T23:39:23.2400451Z [66/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2024-05-15T23:39:23.2402994Z [67/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/ostringstream.cc.o 2024-05-15T23:39:23.2405462Z [67/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2024-05-15T23:39:23.2407715Z [68/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/charconv.cc.o 2024-05-15T23:39:23.2410396Z [68/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2024-05-15T23:39:23.2412537Z [69/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/match.cc.o 2024-05-15T23:39:23.2414739Z [69/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2024-05-15T23:39:23.2417145Z [70/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/escaping.cc.o 2024-05-15T23:39:23.2419483Z [70/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2024-05-15T23:39:23.2422445Z [71/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_cat.cc.o 2024-05-15T23:39:23.2424443Z [71/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2024-05-15T23:39:23.2426688Z [72/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_replace.cc.o 2024-05-15T23:39:23.2428895Z [72/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2024-05-15T23:39:23.2431121Z [73/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/numbers.cc.o 2024-05-15T23:39:23.2433417Z [73/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2024-05-15T23:39:23.2435920Z [74/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings_internal.dir/internal/escaping.cc.o 2024-05-15T23:39:23.2438505Z [74/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings_internal.a 2024-05-15T23:39:23.2440485Z [75/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings_internal.a 2024-05-15T23:39:23.2442593Z [75/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2024-05-15T23:39:23.2444732Z [76/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/str_split.cc.o 2024-05-15T23:39:24.4658962Z [76/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2024-05-15T23:39:24.4661351Z [77/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/strings.dir/substitute.cc.o 2024-05-15T23:39:24.4663161Z [77/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings.a 2024-05-15T23:39:24.4665311Z [78/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/extension.cc.o 2024-05-15T23:39:24.4667256Z [78/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2024-05-15T23:39:24.4669358Z [79/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/output.cc.o 2024-05-15T23:39:24.4671628Z [79/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2024-05-15T23:39:24.4673556Z [80/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_strings.a 2024-05-15T23:39:24.4675253Z [80/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_symbolize.a 2024-05-15T23:39:24.4676834Z [81/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/debugging/libabsl_symbolize.a 2024-05-15T23:39:24.4678633Z [81/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2024-05-15T23:39:24.4681238Z [82/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_reader.cc.o 2024-05-15T23:39:24.4683888Z [82/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2024-05-15T23:39:24.4686600Z [83/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree_navigator.cc.o 2024-05-15T23:39:24.4689420Z [83/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2024-05-15T23:39:24.4692114Z [84/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/bind.cc.o 2024-05-15T23:39:24.4694596Z [84/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2024-05-15T23:39:24.4697072Z [85/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/arg.cc.o 2024-05-15T23:39:24.4699632Z [85/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2024-05-15T23:39:24.4702672Z [86/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_functions.dir/internal/cordz_functions.cc.o 2024-05-15T23:39:24.4704905Z [86/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_functions.a 2024-05-15T23:39:24.4707083Z [87/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_internal.cc.o 2024-05-15T23:39:24.4710060Z [87/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2024-05-15T23:39:24.4712589Z [88/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/float_conversion.cc.o 2024-05-15T23:39:24.4715272Z [88/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2024-05-15T23:39:24.4717509Z [89/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_functions.a 2024-05-15T23:39:24.4719687Z [89/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2024-05-15T23:39:24.4722018Z [90/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/flags/CMakeFiles/flags_reflection.dir/reflection.cc.o 2024-05-15T23:39:24.4724364Z [90/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2024-05-15T23:39:24.4726860Z [91/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_btree.cc.o 2024-05-15T23:39:24.4729298Z [91/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2024-05-15T23:39:24.4731726Z [92/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_consume.cc.o 2024-05-15T23:39:24.4734306Z [92/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2024-05-15T23:39:24.4736733Z [93/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord_internal.dir/internal/cord_rep_crc.cc.o 2024-05-15T23:39:24.4739137Z [93/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2024-05-15T23:39:24.4742327Z [94/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_buffer.cc.o 2024-05-15T23:39:24.4744684Z [94/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2024-05-15T23:39:24.4747311Z [95/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/win32_waiter.cc.o 2024-05-15T23:39:24.4749799Z [95/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2024-05-15T23:39:24.4752204Z [96/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_handle.dir/internal/cordz_handle.cc.o 2024-05-15T23:39:24.4754499Z [96/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2024-05-15T23:39:24.4757043Z [97/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/str_format_internal.dir/internal/str_format/parser.cc.o 2024-05-15T23:39:24.4759318Z [97/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_str_format_internal.a 2024-05-15T23:39:24.4761683Z [98/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/graphcycles_internal.dir/internal/graphcycles.cc.o 2024-05-15T23:39:24.4764089Z [98/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_graphcycles_internal.a 2024-05-15T23:39:24.4766178Z [99/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_str_format_internal.a 2024-05-15T23:39:24.4768015Z [99/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc32c.a 2024-05-15T23:39:24.4770388Z [100/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_graphcycles_internal.a 2024-05-15T23:39:24.4772515Z [100/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2024-05-15T23:39:24.4774388Z [101/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc32c.a 2024-05-15T23:39:24.4776170Z [101/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cord_state.a 2024-05-15T23:39:24.4778478Z [102/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/kernel_timeout_internal.dir/internal/kernel_timeout.cc.o 2024-05-15T23:39:24.4780795Z [102/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2024-05-15T23:39:24.4783001Z [103/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/crc/libabsl_crc_cord_state.a 2024-05-15T23:39:24.4784945Z [103/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord_internal.a 2024-05-15T23:39:24.4787067Z [104/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cordz_info.dir/internal/cordz_info.cc.o 2024-05-15T23:39:24.4789109Z [104/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2024-05-15T23:39:24.4791074Z [105/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord_internal.a 2024-05-15T23:39:24.4792957Z [105/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2024-05-15T23:39:24.4795005Z [106/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord_analysis.cc.o 2024-05-15T23:39:24.4796989Z [106/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2024-05-15T23:39:24.4799174Z [107/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/blocking_counter.cc.o 2024-05-15T23:39:24.4802190Z [107/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2024-05-15T23:39:24.4804623Z [108/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/barrier.cc.o 2024-05-15T23:39:25.5523582Z [108/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2024-05-15T23:39:25.5526289Z [109/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/per_thread_sem.cc.o 2024-05-15T23:39:25.5529007Z [109/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2024-05-15T23:39:25.5531537Z [110/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/futex_waiter.cc.o 2024-05-15T23:39:25.5533953Z [110/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2024-05-15T23:39:25.5536218Z [111/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/pthread_waiter.cc.o 2024-05-15T23:39:25.5538735Z [111/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2024-05-15T23:39:25.5541746Z [112/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/create_thread_identity.cc.o 2024-05-15T23:39:25.5544345Z [112/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2024-05-15T23:39:25.5546936Z [113/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/waiter_base.cc.o 2024-05-15T23:39:25.5549905Z [113/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2024-05-15T23:39:25.5552518Z [114/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/stdcpp_waiter.cc.o 2024-05-15T23:39:25.5555123Z [114/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2024-05-15T23:39:25.5557578Z [115/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/internal/sem_waiter.cc.o 2024-05-15T23:39:25.5560045Z [115/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2024-05-15T23:39:25.5562558Z [116/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/notification.cc.o 2024-05-15T23:39:25.5565158Z [116/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2024-05-15T23:39:25.5567654Z [117/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/civil_time.dir/internal/cctz/src/civil_time_detail.cc.o 2024-05-15T23:39:25.5569829Z [117/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_civil_time.a 2024-05-15T23:39:25.5571675Z [118/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_civil_time.a 2024-05-15T23:39:25.5573796Z [118/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2024-05-15T23:39:25.5575960Z [119/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/clock.cc.o 2024-05-15T23:39:25.5578074Z [119/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2024-05-15T23:39:25.5581616Z [120/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_fixed.cc.o 2024-05-15T23:39:25.5583769Z [120/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2024-05-15T23:39:25.5585620Z [121/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/format.cc.o 2024-05-15T23:39:25.5587293Z [121/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2024-05-15T23:39:25.5589317Z [122/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/synchronization/CMakeFiles/synchronization.dir/mutex.cc.o 2024-05-15T23:39:25.5591358Z [122/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2024-05-15T23:39:25.5593510Z [123/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_posix.cc.o 2024-05-15T23:39:25.5595557Z [123/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2024-05-15T23:39:25.5597595Z [124/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_format.cc.o 2024-05-15T23:39:25.5599676Z [124/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2024-05-15T23:39:25.5601500Z [125/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/civil_time.cc.o 2024-05-15T23:39:25.5603351Z [125/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2024-05-15T23:39:25.5605488Z [126/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_optional_access.dir/bad_optional_access.cc.o 2024-05-15T23:39:25.5608144Z [126/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_optional_access.a 2024-05-15T23:39:25.5610419Z [127/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_if.cc.o 2024-05-15T23:39:25.5612424Z [127/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2024-05-15T23:39:25.5614190Z [128/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/strings/CMakeFiles/cord.dir/cord.cc.o 2024-05-15T23:39:25.5616013Z [128/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2024-05-15T23:39:25.5618127Z [129/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_libc.cc.o 2024-05-15T23:39:25.5620176Z [129/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2024-05-15T23:39:25.5622525Z [130/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/time.cc.o 2024-05-15T23:39:25.5624335Z [130/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2024-05-15T23:39:25.5626369Z [131/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/zone_info_source.cc.o 2024-05-15T23:39:25.5628410Z [131/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2024-05-15T23:39:25.5630317Z [132/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_optional_access.a 2024-05-15T23:39:25.5632365Z [132/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_marshalling.a 2024-05-15T23:39:25.5634614Z [133/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/types/CMakeFiles/bad_variant_access.dir/bad_variant_access.cc.o 2024-05-15T23:39:25.5636886Z [133/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag.a 2024-05-15T23:39:25.5638823Z [134/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/perl_groups.cc.o 2024-05-15T23:39:25.5641176Z [134/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_variant_access.a 2024-05-15T23:39:25.5643240Z [135/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/types/libabsl_bad_variant_access.a 2024-05-15T23:39:25.5645077Z [135/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_hash.a 2024-05-15T23:39:25.5646796Z [136/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/hash/libabsl_hash.a 2024-05-15T23:39:25.5648412Z [136/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2024-05-15T23:39:25.5650208Z [137/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_marshalling.a 2024-05-15T23:39:25.5652022Z [137/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2024-05-15T23:39:25.5653875Z [138/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_commandlineflag.a 2024-05-15T23:39:25.5655983Z [138/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_private_handle_accessor.a 2024-05-15T23:39:25.5658461Z [139/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_lookup.cc.o 2024-05-15T23:39:25.5660544Z [139/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2024-05-15T23:39:25.5662971Z [140/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time.dir/duration.cc.o 2024-05-15T23:39:25.5664778Z [140/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2024-05-15T23:39:25.5666758Z [141/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_private_handle_accessor.a 2024-05-15T23:39:25.5669008Z [141/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2024-05-15T23:39:25.5670526Z [142/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitmap256.cc.o 2024-05-15T23:39:25.5672161Z [142/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2024-05-15T23:39:27.3280764Z [143/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_impl.cc.o 2024-05-15T23:39:27.3282929Z [143/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2024-05-15T23:39:27.3284662Z [144/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/mimics_pcre.cc.o 2024-05-15T23:39:27.3286502Z [144/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2024-05-15T23:39:27.3288338Z [145/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/bitstate.cc.o 2024-05-15T23:39:27.3290123Z [145/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2024-05-15T23:39:27.3291920Z [146/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_casefold.cc.o 2024-05-15T23:39:27.3293665Z [146/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2024-05-15T23:39:27.3295776Z [147/222] Building CXX object tokenizer/third-party/abseil-cpp/absl/time/CMakeFiles/time_zone.dir/internal/cctz/src/time_zone_info.cc.o 2024-05-15T23:39:27.3297982Z [147/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time_zone.a 2024-05-15T23:39:27.3299670Z [148/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/rune.cc.o 2024-05-15T23:39:27.3301703Z [148/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2024-05-15T23:39:27.3303500Z [149/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/unicode_groups.cc.o 2024-05-15T23:39:27.3306250Z [149/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o 2024-05-15T23:39:27.3308598Z [150/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time_zone.a 2024-05-15T23:39:27.3310359Z [150/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time.a 2024-05-15T23:39:27.3312062Z [151/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/time/libabsl_time.a 2024-05-15T23:39:27.3314103Z [151/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_kernel_timeout_internal.a 2024-05-15T23:39:27.3316377Z [152/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_kernel_timeout_internal.a 2024-05-15T23:39:27.3318623Z [152/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_synchronization.a 2024-05-15T23:39:27.3320544Z [153/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/util/strutil.cc.o 2024-05-15T23:39:27.3322891Z [153/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o 2024-05-15T23:39:27.3325415Z [154/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/synchronization/libabsl_synchronization.a 2024-05-15T23:39:27.3327603Z [154/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_hashtablez_sampler.a 2024-05-15T23:39:27.3329747Z [155/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_hashtablez_sampler.a 2024-05-15T23:39:27.3331799Z [155/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_raw_hash_set.a 2024-05-15T23:39:27.3334062Z [156/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/parse.cc.o 2024-05-15T23:39:27.3335907Z [156/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_program_name.a 2024-05-15T23:39:27.3337866Z [157/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/container/libabsl_raw_hash_set.a 2024-05-15T23:39:27.3339794Z [157/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_handle.a 2024-05-15T23:39:27.3341967Z [158/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/simplify.cc.o 2024-05-15T23:39:27.3344254Z [158/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o 2024-05-15T23:39:27.3346658Z [159/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_program_name.a 2024-05-15T23:39:27.3348624Z [159/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_config.a 2024-05-15T23:39:27.3350411Z [160/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter.cc.o 2024-05-15T23:39:27.3352722Z [160/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o 2024-05-15T23:39:27.3355098Z [161/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_handle.a 2024-05-15T23:39:27.3356999Z [161/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_info.a 2024-05-15T23:39:27.3358907Z [162/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_config.a 2024-05-15T23:39:27.3360799Z [162/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_internal.a 2024-05-15T23:39:27.3362583Z [163/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/onepass.cc.o 2024-05-15T23:39:27.3365264Z [163/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o 2024-05-15T23:39:27.3367623Z [164/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cordz_info.a 2024-05-15T23:39:27.3369435Z [164/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord.a 2024-05-15T23:39:27.3371286Z [165/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_internal.a 2024-05-15T23:39:27.3373673Z [165/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o 2024-05-15T23:39:27.3375774Z [166/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/nfa.cc.o 2024-05-15T23:39:27.3378037Z [166/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o 2024-05-15T23:39:27.3380339Z [167/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/strings/libabsl_cord.a 2024-05-15T23:39:27.3382575Z [167/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_reflection.a 2024-05-15T23:39:27.3384300Z [168/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/set.cc.o 2024-05-15T23:39:27.3386551Z [168/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2024-05-15T23:39:27.3389031Z [169/222] Linking CXX static library tokenizer/third-party/abseil-cpp/absl/flags/libabsl_flags_reflection.a 2024-05-15T23:39:27.3391575Z [169/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o 2024-05-15T23:39:27.3394393Z [170/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/tostring.cc.o 2024-05-15T23:39:27.3396827Z [170/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o 2024-05-15T23:39:27.3399269Z [171/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/filtered_re2.cc.o 2024-05-15T23:39:27.3401576Z [171/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o 2024-05-15T23:39:27.3403775Z [172/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prog.cc.o 2024-05-15T23:39:27.3406078Z [172/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o 2024-05-15T23:39:27.3408325Z [173/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/re2.cc.o 2024-05-15T23:39:27.3410455Z [173/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o 2024-05-15T23:39:27.3413343Z [174/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/io_win32.cc.o 2024-05-15T23:39:27.3416261Z [174/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o 2024-05-15T23:39:27.3419067Z [175/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arena.cc.o 2024-05-15T23:39:27.3422190Z [175/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o 2024-05-15T23:39:27.3424546Z [176/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/bytestream.cc.o 2024-05-15T23:39:27.3427500Z [176/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o 2024-05-15T23:39:27.3429644Z [177/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/compile.cc.o 2024-05-15T23:39:30.9464984Z [177/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o 2024-05-15T23:39:30.9467809Z [178/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/arenastring.cc.o 2024-05-15T23:39:30.9470681Z [178/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o 2024-05-15T23:39:30.9473558Z [179/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/common.cc.o 2024-05-15T23:39:30.9476443Z [179/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o 2024-05-15T23:39:30.9479398Z [180/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_enum_util.cc.o 2024-05-15T23:39:30.9482279Z [180/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o 2024-05-15T23:39:30.9484594Z [181/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/prefilter_tree.cc.o 2024-05-15T23:39:30.9486862Z [181/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o 2024-05-15T23:39:30.9490110Z [182/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/implicit_weak_message.cc.o 2024-05-15T23:39:30.9492940Z [182/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o 2024-05-15T23:39:30.9495087Z [183/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/dfa.cc.o 2024-05-15T23:39:30.9497445Z [183/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o 2024-05-15T23:39:30.9500412Z [184/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/coded_stream.cc.o 2024-05-15T23:39:30.9503967Z [184/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o 2024-05-15T23:39:30.9506928Z [185/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/int128.cc.o 2024-05-15T23:39:30.9509764Z [185/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2024-05-15T23:39:30.9511961Z [186/222] Building CXX object tokenizer/third-party/re2/CMakeFiles/re2.dir/re2/regexp.cc.o 2024-05-15T23:39:30.9513449Z [186/222] Linking CXX static library tokenizer/third-party/re2/libre2.a 2024-05-15T23:39:30.9514730Z [187/222] Linking CXX static library tokenizer/third-party/re2/libre2.a 2024-05-15T23:39:30.9516866Z [187/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2024-05-15T23:39:30.9519707Z [188/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/statusor.cc.o 2024-05-15T23:39:30.9522742Z [188/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2024-05-15T23:39:30.9525416Z [189/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/status.cc.o 2024-05-15T23:39:30.9528014Z [189/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2024-05-15T23:39:30.9530801Z [190/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringpiece.cc.o 2024-05-15T23:39:30.9533340Z [190/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2024-05-15T23:39:30.9535936Z [191/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/stringprintf.cc.o 2024-05-15T23:39:30.9538450Z [191/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2024-05-15T23:39:30.9541335Z [192/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/structurally_valid.cc.o 2024-05-15T23:39:30.9543858Z [192/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2024-05-15T23:39:30.9546389Z [193/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream.cc.o 2024-05-15T23:39:30.9548818Z [193/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2024-05-15T23:39:30.9551268Z [194/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/time.cc.o 2024-05-15T23:39:30.9554074Z [194/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2024-05-15T23:39:30.9556670Z [195/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl.cc.o 2024-05-15T23:39:30.9559312Z [195/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2024-05-15T23:39:30.9561873Z [196/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/message_lite.cc.o 2024-05-15T23:39:30.9564318Z [196/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2024-05-15T23:39:30.9566982Z [197/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/zero_copy_stream_impl_lite.cc.o 2024-05-15T23:39:30.9569604Z [197/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2024-05-15T23:39:30.9572232Z [198/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/parse_context.cc.o 2024-05-15T23:39:30.9574731Z [198/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2024-05-15T23:39:30.9576934Z [199/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/error.cc.o 2024-05-15T23:39:30.9579201Z [199/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2024-05-15T23:39:30.9582064Z [200/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/wire_format_lite.cc.o 2024-05-15T23:39:30.9584951Z [200/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2024-05-15T23:39:30.9587575Z [201/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_util.cc.o 2024-05-15T23:39:30.9590425Z [201/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o 2024-05-15T23:39:30.9593048Z [202/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/strutil.cc.o 2024-05-15T23:39:30.9595578Z [203/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece.pb.cc.o 2024-05-15T23:39:30.9597972Z [204/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/filesystem.cc.o 2024-05-15T23:39:30.9600267Z [205/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/char_model.cc.o 2024-05-15T23:39:30.9602540Z [206/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_factory.cc.o 2024-05-15T23:39:30.9605283Z [207/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/generated_message_table_driven_lite.cc.o 2024-05-15T23:39:30.9607960Z [208/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/bpe_model.cc.o 2024-05-15T23:39:30.9610319Z [209/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/util.cc.o 2024-05-15T23:39:30.9612611Z [210/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/word_model.cc.o 2024-05-15T23:39:30.9615689Z [211/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/repeated_field.cc.o 2024-05-15T23:39:44.9320585Z [212/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/protobuf-lite/extension_set.cc.o 2024-05-15T23:39:44.9322809Z [213/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/model_interface.cc.o 2024-05-15T23:39:44.9324629Z [214/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/normalizer.cc.o 2024-05-15T23:39:44.9326640Z [215/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/__/third_party/absl/flags/flag.cc.o 2024-05-15T23:39:44.9328537Z [216/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/builtin_pb/sentencepiece_model.pb.cc.o 2024-05-15T23:39:44.9330148Z [217/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/unigram_model.cc.o 2024-05-15T23:39:44.9331671Z [218/222] Building CXX object tokenizer/third-party/sentencepiece/src/CMakeFiles/sentencepiece-static.dir/sentencepiece_processor.cc.o 2024-05-15T23:39:44.9332987Z [218/222] Linking CXX static library tokenizer/third-party/sentencepiece/src/libsentencepiece.a 2024-05-15T23:39:44.9334124Z [219/222] Linking CXX static library tokenizer/third-party/sentencepiece/src/libsentencepiece.a 2024-05-15T23:39:44.9335189Z [219/222] Linking CXX static library tokenizer/libtokenizer.a 2024-05-15T23:39:44.9336053Z [220/222] Linking CXX static library tokenizer/libtokenizer.a 2024-05-15T23:39:44.9336835Z [221/222] Building CXX object CMakeFiles/aoti_run.dir/runner/run.cpp.o 2024-05-15T23:39:44.9337501Z [221/222] Linking CXX executable aoti_run 2024-05-15T23:39:44.9338022Z [222/222] Linking CXX executable aoti_run 2024-05-15T23:39:44.9339344Z + printf 'Build finished. Please run: \n./cmake-out/aoti_run model. -z tokenizer.model -l -i \n' 2024-05-15T23:39:44.9340247Z Build finished. Please run: 2024-05-15T23:39:44.9341230Z ./cmake-out/aoti_run model. -z tokenizer.model -l -i 2024-05-15T23:39:44.9341996Z + false 2024-05-15T23:39:44.9342285Z + echo ::endgroup:: 2024-05-15T23:39:44.9342898Z ##[endgroup] 2024-05-15T23:39:44.9343304Z + echo '::group::## Mobile Execution' 2024-05-15T23:39:44.9343958Z ##[group]## Mobile Execution 2024-05-15T23:39:44.9344417Z + export TORCHCHAT_ROOT=/pytorch/torchchat 2024-05-15T23:39:44.9344865Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-05-15T23:39:44.9345266Z + ./scripts/install_et.sh 2024-05-15T23:39:44.9345627Z ++ dirname ./scripts/install_et.sh 2024-05-15T23:39:44.9346033Z + source ./scripts/install_utils.sh 2024-05-15T23:39:44.9346462Z ++ set -ex pipefail 2024-05-15T23:39:44.9348164Z ++ 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-05-15T23:39:44.9349774Z + '[' '' == '' ']' 2024-05-15T23:39:44.9350110Z + ET_BUILD_DIR=et-build 2024-05-15T23:39:44.9350454Z + ENABLE_ET_PYBIND=pipefail 2024-05-15T23:39:44.9350810Z + pushd /pytorch/torchchat 2024-05-15T23:39:44.9351185Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:39:44.9351596Z + find_cmake_prefix_path 2024-05-15T23:39:44.9352227Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-05-15T23:39:44.9352968Z + path=/opt/conda/lib/python3.11/site-packages 2024-05-15T23:39:44.9353583Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-05-15T23:39:44.9354243Z + install_pip_dependencies 2024-05-15T23:39:44.9354671Z + echo 'Intalling common pip packages' 2024-05-15T23:39:44.9355111Z Intalling common pip packages 2024-05-15T23:39:44.9355580Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-05-15T23:39:44.9356352Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-05-15T23:39:44.9357371Z Requirement already satisfied: cmake>=3.19 in /opt/conda/lib/python3.11/site-packages (3.29.3) 2024-05-15T23:39:44.9358377Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (1.11.1.1) 2024-05-15T23:39:44.9359551Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-05-15T23:39:44.9361444Z 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-05-15T23:39:44.9362838Z + pushd /pytorch/torchchat 2024-05-15T23:39:44.9363321Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:39:44.9363885Z + pip3 install -r ./requirements.txt 2024-05-15T23:39:44.9364839Z Requirement already satisfied: torchao in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 4)) (0.1) 2024-05-15T23:39:44.9366282Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 7)) (0.23.0) 2024-05-15T23:39:44.9367889Z Requirement already satisfied: gguf in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 10)) (0.6.0) 2024-05-15T23:39:44.9369308Z Requirement already satisfied: tiktoken in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 13)) (0.7.0) 2024-05-15T23:39:44.9370719Z Requirement already satisfied: snakeviz in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 16)) (2.2.0) 2024-05-15T23:39:44.9372154Z Requirement already satisfied: sentencepiece in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 17)) (0.2.0) 2024-05-15T23:39:44.9373773Z Requirement already satisfied: numpy in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 18)) (1.26.4) 2024-05-15T23:39:44.9375222Z Requirement already satisfied: lm-eval==0.4 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 20)) (0.4.0) 2024-05-15T23:39:44.9376664Z Requirement already satisfied: blobfile in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 21)) (2.1.1) 2024-05-15T23:39:44.9378065Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 24)) (0.38.4) 2024-05-15T23:39:44.9379492Z Requirement already satisfied: cmake>=3.24 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 25)) (3.29.3) 2024-05-15T23:39:44.9381144Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 26)) (1.11.1.1) 2024-05-15T23:39:44.9382635Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 27)) (1.5.5.1) 2024-05-15T23:39:44.9384032Z Requirement already satisfied: flask in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 30)) (3.0.3) 2024-05-15T23:39:44.9385584Z Requirement already satisfied: accelerate>=0.21.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (0.30.1) 2024-05-15T23:39:44.9387212Z Requirement already satisfied: evaluate in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (0.4.2) 2024-05-15T23:39:44.9388822Z Requirement already satisfied: datasets>=2.0.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (2.19.1) 2024-05-15T23:39:44.9390424Z Requirement already satisfied: jsonlines in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (4.0.0) 2024-05-15T23:39:44.9392107Z Requirement already satisfied: numexpr in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (2.10.0) 2024-05-15T23:39:44.9393711Z Requirement already satisfied: peft>=0.2.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (0.10.0) 2024-05-15T23:39:44.9395338Z Requirement already satisfied: pybind11>=2.6.2 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (2.12.0) 2024-05-15T23:39:44.9396969Z Requirement already satisfied: pytablewriter in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (1.2.0) 2024-05-15T23:39:44.9398630Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (0.1.2) 2024-05-15T23:39:44.9400291Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (2.4.2) 2024-05-15T23:39:44.9401965Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (1.4.2) 2024-05-15T23:39:44.9403602Z Requirement already satisfied: sqlitedict in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (2.1.0) 2024-05-15T23:39:44.9405290Z Requirement already satisfied: torch>=1.8 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (2.4.0.dev20240507+cu121) 2024-05-15T23:39:44.9407000Z Requirement already satisfied: tqdm-multiprocess in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (0.0.11) 2024-05-15T23:39:44.9408678Z Requirement already satisfied: transformers>=4.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (4.40.2) 2024-05-15T23:39:44.9410302Z Requirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4->-r ./requirements.txt (line 20)) (0.19.0) 2024-05-15T23:39:44.9411926Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from torchao->-r ./requirements.txt (line 4)) (23.0) 2024-05-15T23:39:44.9413501Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 7)) (3.13.1) 2024-05-15T23:39:44.9415178Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 7)) (2024.3.1) 2024-05-15T23:39:46.4875631Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 7)) (6.0.1) 2024-05-15T23:39:46.4877870Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 7)) (2.29.0) 2024-05-15T23:39:46.4879674Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 7)) (4.65.0) 2024-05-15T23:39:46.4881421Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 7)) (4.11.0) 2024-05-15T23:39:46.4883163Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/lib/python3.11/site-packages (from tiktoken->-r ./requirements.txt (line 13)) (2024.5.15) 2024-05-15T23:39:46.4884778Z Requirement already satisfied: tornado>=2.0 in /opt/conda/lib/python3.11/site-packages (from snakeviz->-r ./requirements.txt (line 16)) (6.4) 2024-05-15T23:39:46.4886390Z Requirement already satisfied: pycryptodomex~=3.8 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 21)) (3.20.0) 2024-05-15T23:39:46.4888040Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 21)) (1.26.16) 2024-05-15T23:39:46.4889907Z Requirement already satisfied: lxml~=4.9 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 21)) (4.9.4) 2024-05-15T23:39:46.4891467Z Requirement already satisfied: Werkzeug>=3.0.0 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 30)) (3.0.3) 2024-05-15T23:39:46.4893017Z Requirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 30)) (3.1.3) 2024-05-15T23:39:46.4894587Z Requirement already satisfied: itsdangerous>=2.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 30)) (2.2.0) 2024-05-15T23:39:46.4896153Z Requirement already satisfied: click>=8.1.3 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 30)) (8.1.7) 2024-05-15T23:39:46.4897703Z Requirement already satisfied: blinker>=1.6.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 30)) (1.8.2) 2024-05-15T23:39:46.4899378Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (5.9.0) 2024-05-15T23:39:46.4901406Z Requirement already satisfied: safetensors>=0.3.1 in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.4.3) 2024-05-15T23:39:46.4903280Z Requirement already satisfied: pyarrow>=12.0.0 in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (16.1.0) 2024-05-15T23:39:46.4905103Z Requirement already satisfied: pyarrow-hotfix in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.6) 2024-05-15T23:39:46.4906941Z Requirement already satisfied: dill<0.3.9,>=0.3.0 in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.3.8) 2024-05-15T23:39:46.4908850Z Requirement already satisfied: pandas in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (2.2.2) 2024-05-15T23:39:46.4910617Z Requirement already satisfied: xxhash in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.4.1) 2024-05-15T23:39:46.4912444Z Requirement already satisfied: multiprocess in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.70.16) 2024-05-15T23:39:46.4914275Z Requirement already satisfied: aiohttp in /opt/conda/lib/python3.11/site-packages (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.9.5) 2024-05-15T23:39:46.4916048Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r ./requirements.txt (line 30)) (2.1.3) 2024-05-15T23:39:46.4917901Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 7)) (2.0.4) 2024-05-15T23:39:46.4919732Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 7)) (3.4) 2024-05-15T23:39:46.4921557Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 7)) (2024.2.2) 2024-05-15T23:39:46.4923410Z Requirement already satisfied: absl-py in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) (2.1.0) 2024-05-15T23:39:46.4925273Z Requirement already satisfied: nltk in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.8.1) 2024-05-15T23:39:46.4927109Z 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->-r ./requirements.txt (line 20)) (1.16.0) 2024-05-15T23:39:46.4929053Z Requirement already satisfied: portalocker in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (2.8.2) 2024-05-15T23:39:46.4930906Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.9.0) 2024-05-15T23:39:46.4932738Z Requirement already satisfied: colorama in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.4.6) 2024-05-15T23:39:46.4934610Z 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->-r ./requirements.txt (line 20)) (1.13.0) 2024-05-15T23:39:46.4936523Z 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->-r ./requirements.txt (line 20)) (1.4.2) 2024-05-15T23:39:46.4938484Z Requirement already satisfied: threadpoolctl>=2.0.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.5.0) 2024-05-15T23:39:46.4940309Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.12) 2024-05-15T23:39:46.4942274Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.3) 2024-05-15T23:39:46.4944158Z 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->-r ./requirements.txt (line 20)) (12.1.105) 2024-05-15T23:39:46.4946217Z 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->-r ./requirements.txt (line 20)) (12.1.105) 2024-05-15T23:39:46.4948351Z 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->-r ./requirements.txt (line 20)) (12.1.105) 2024-05-15T23:39:46.4950368Z Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) (8.9.2.26) 2024-05-15T23:39:46.4952341Z 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->-r ./requirements.txt (line 20)) (12.1.3.1) 2024-05-15T23:39:46.4954323Z 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->-r ./requirements.txt (line 20)) (11.0.2.54) 2024-05-15T23:39:46.4956332Z 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->-r ./requirements.txt (line 20)) (10.3.2.106) 2024-05-15T23:39:46.4958384Z 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->-r ./requirements.txt (line 20)) (11.4.5.107) 2024-05-15T23:39:46.4960440Z 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->-r ./requirements.txt (line 20)) (12.1.0.106) 2024-05-15T23:39:46.4962422Z Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) (2.20.5) 2024-05-15T23:39:46.4964426Z 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->-r ./requirements.txt (line 20)) (12.1.105) 2024-05-15T23:39:46.4966461Z Requirement already satisfied: pytorch-triton==3.0.0+45fff310c8 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.0.0+45fff310c8) 2024-05-15T23:39:58.4872865Z 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->-r ./requirements.txt (line 20)) (12.4.127) 2024-05-15T23:39:58.4875314Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers>=4.1->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.19.1) 2024-05-15T23:39:58.4877123Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4->-r ./requirements.txt (line 20)) (23.1.0) 2024-05-15T23:39:58.4878922Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (67.8.0) 2024-05-15T23:39:58.4880760Z Requirement already satisfied: DataProperty<2,>=1.0.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.0.1) 2024-05-15T23:39:58.4882625Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.1.3) 2024-05-15T23:39:58.4884469Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (3.2.0) 2024-05-15T23:39:58.4886286Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.3.3) 2024-05-15T23:39:58.4888080Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (0.1.6) 2024-05-15T23:39:58.4889916Z Requirement already satisfied: typepy[datetime]<2,>=1.3.2 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.3.2) 2024-05-15T23:39:58.4892069Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.3.1) 2024-05-15T23:39:58.4893959Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.4.1) 2024-05-15T23:39:58.4895869Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (6.0.5) 2024-05-15T23:39:58.4897749Z Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.9.4) 2024-05-15T23:39:58.4899689Z 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->-r ./requirements.txt (line 20)) (4.0.0) 2024-05-15T23:39:58.4902037Z Requirement already satisfied: python-dateutil<3.0.0,>=2.8.0 in /opt/conda/lib/python3.11/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (2.8.2) 2024-05-15T23:39:58.4904160Z Requirement already satisfied: pytz>=2018.9 in /opt/conda/lib/python3.11/site-packages (from typepy[datetime]<2,>=1.3.2->pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) (2023.3.post1) 2024-05-15T23:39:58.4906128Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) (2024.1) 2024-05-15T23:39:58.4907966Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.11/site-packages (from sympy->torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) (1.3.0) 2024-05-15T23:39:58.4910294Z 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-05-15T23:39:58.4911649Z + popd 2024-05-15T23:39:58.4911961Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:39:58.4912368Z + clone_executorch 2024-05-15T23:39:58.4912844Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-05-15T23:39:58.4913545Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-05-15T23:39:58.4914074Z + rm -rf /pytorch/torchchat/et-build 2024-05-15T23:39:58.4914545Z + mkdir -p /pytorch/torchchat/et-build/src 2024-05-15T23:39:58.4915026Z + pushd /pytorch/torchchat/et-build/src 2024-05-15T23:39:58.4915654Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:39:58.4916307Z + git clone https://github.com/pytorch/executorch.git 2024-05-15T23:39:58.4916822Z Cloning into 'executorch'... 2024-05-15T23:39:58.4917280Z remote: Enumerating objects: 84774, done. 2024-05-15T23:39:58.4917811Z remote: Counting objects: 0% (1/116) 2024-05-15T23:39:58.4918309Z remote: Counting objects: 1% (2/116) 2024-05-15T23:39:58.4918790Z remote: Counting objects: 2% (3/116) 2024-05-15T23:39:58.4919263Z remote: Counting objects: 3% (4/116) 2024-05-15T23:39:58.4919730Z remote: Counting objects: 4% (5/116) 2024-05-15T23:39:58.4920207Z remote: Counting objects: 5% (6/116) 2024-05-15T23:39:58.4920678Z remote: Counting objects: 6% (7/116) 2024-05-15T23:39:58.4921143Z remote: Counting objects: 7% (9/116) 2024-05-15T23:39:58.4921618Z remote: Counting objects: 8% (10/116) 2024-05-15T23:39:58.4922101Z remote: Counting objects: 9% (11/116) 2024-05-15T23:39:58.4922585Z remote: Counting objects: 10% (12/116) 2024-05-15T23:39:58.4923067Z remote: Counting objects: 11% (13/116) 2024-05-15T23:39:58.4923551Z remote: Counting objects: 12% (14/116) 2024-05-15T23:39:58.4924031Z remote: Counting objects: 13% (16/116) 2024-05-15T23:39:58.4924522Z remote: Counting objects: 14% (17/116) 2024-05-15T23:39:58.4925010Z remote: Counting objects: 15% (18/116) 2024-05-15T23:39:58.4925585Z remote: Counting objects: 16% (19/116) 2024-05-15T23:39:58.4926082Z remote: Counting objects: 17% (20/116) 2024-05-15T23:39:58.4926578Z remote: Counting objects: 18% (21/116) 2024-05-15T23:39:58.4927067Z remote: Counting objects: 19% (23/116) 2024-05-15T23:39:58.4927561Z remote: Counting objects: 20% (24/116) 2024-05-15T23:39:58.4928052Z remote: Counting objects: 21% (25/116) 2024-05-15T23:39:58.4928536Z remote: Counting objects: 22% (26/116) 2024-05-15T23:39:58.4929026Z remote: Counting objects: 23% (27/116) 2024-05-15T23:39:58.4929519Z remote: Counting objects: 24% (28/116) 2024-05-15T23:39:58.4930004Z remote: Counting objects: 25% (29/116) 2024-05-15T23:39:58.4930493Z remote: Counting objects: 26% (31/116) 2024-05-15T23:39:58.4930982Z remote: Counting objects: 27% (32/116) 2024-05-15T23:39:58.4931476Z remote: Counting objects: 28% (33/116) 2024-05-15T23:39:58.4931969Z remote: Counting objects: 29% (34/116) 2024-05-15T23:39:58.4932465Z remote: Counting objects: 30% (35/116) 2024-05-15T23:39:58.4932948Z remote: Counting objects: 31% (36/116) 2024-05-15T23:39:58.4933441Z remote: Counting objects: 32% (38/116) 2024-05-15T23:39:58.4933930Z remote: Counting objects: 33% (39/116) 2024-05-15T23:39:58.4934414Z remote: Counting objects: 34% (40/116) 2024-05-15T23:39:58.4934906Z remote: Counting objects: 35% (41/116) 2024-05-15T23:39:58.4935394Z remote: Counting objects: 36% (42/116) 2024-05-15T23:39:58.4935877Z remote: Counting objects: 37% (43/116) 2024-05-15T23:39:58.4936369Z remote: Counting objects: 38% (45/116) 2024-05-15T23:39:58.4936858Z remote: Counting objects: 39% (46/116) 2024-05-15T23:39:58.4937348Z remote: Counting objects: 40% (47/116) 2024-05-15T23:39:58.4937859Z remote: Counting objects: 41% (48/116) 2024-05-15T23:39:58.4938434Z remote: Counting objects: 42% (49/116) 2024-05-15T23:39:58.4938919Z remote: Counting objects: 43% (50/116) 2024-05-15T23:39:58.4939403Z remote: Counting objects: 44% (52/116) 2024-05-15T23:39:58.4939886Z remote: Counting objects: 45% (53/116) 2024-05-15T23:39:58.4940369Z remote: Counting objects: 46% (54/116) 2024-05-15T23:39:58.4940984Z remote: Counting objects: 47% (55/116) 2024-05-15T23:39:58.4941482Z remote: Counting objects: 48% (56/116) 2024-05-15T23:39:58.4941973Z remote: Counting objects: 49% (57/116) 2024-05-15T23:39:58.4942459Z remote: Counting objects: 50% (58/116) 2024-05-15T23:39:58.4942946Z remote: Counting objects: 51% (60/116) 2024-05-15T23:39:58.4943488Z remote: Counting objects: 52% (61/116) 2024-05-15T23:39:58.4944016Z remote: Counting objects: 53% (62/116) 2024-05-15T23:39:58.4944545Z remote: Counting objects: 54% (63/116) 2024-05-15T23:39:58.4945070Z remote: Counting objects: 55% (64/116) 2024-05-15T23:39:58.4953435Z remote: Counting objects: 56% (65/116) 2024-05-15T23:39:58.4953947Z remote: Counting objects: 57% (67/116) 2024-05-15T23:39:58.4954453Z remote: Counting objects: 58% (68/116) 2024-05-15T23:39:58.4954960Z remote: Counting objects: 59% (69/116) 2024-05-15T23:39:58.4955458Z remote: Counting objects: 60% (70/116) 2024-05-15T23:39:58.4955947Z remote: Counting objects: 61% (71/116) 2024-05-15T23:39:58.4956439Z remote: Counting objects: 62% (72/116) 2024-05-15T23:39:58.4956936Z remote: Counting objects: 63% (74/116) 2024-05-15T23:39:58.4957426Z remote: Counting objects: 64% (75/116) 2024-05-15T23:39:58.4957977Z remote: Counting objects: 65% (76/116) 2024-05-15T23:39:58.4958473Z remote: Counting objects: 66% (77/116) 2024-05-15T23:39:58.4959006Z remote: Counting objects: 67% (78/116) 2024-05-15T23:39:58.4959495Z remote: Counting objects: 68% (79/116) 2024-05-15T23:39:58.4960035Z remote: Counting objects: 69% (81/116) 2024-05-15T23:39:58.4960528Z remote: Counting objects: 70% (82/116) 2024-05-15T23:39:58.4961062Z remote: Counting objects: 71% (83/116) 2024-05-15T23:39:58.4961596Z remote: Counting objects: 72% (84/116) 2024-05-15T23:39:58.4962198Z remote: Counting objects: 73% (85/116) 2024-05-15T23:39:58.4962695Z remote: Counting objects: 74% (86/116) 2024-05-15T23:39:58.4963187Z remote: Counting objects: 75% (87/116) 2024-05-15T23:39:58.4963671Z remote: Counting objects: 76% (89/116) 2024-05-15T23:39:58.4964216Z remote: Counting objects: 77% (90/116) 2024-05-15T23:39:58.4964710Z remote: Counting objects: 78% (91/116) 2024-05-15T23:39:58.4965195Z remote: Counting objects: 79% (92/116) 2024-05-15T23:39:58.4965690Z remote: Counting objects: 80% (93/116) 2024-05-15T23:39:58.4966234Z remote: Counting objects: 81% (94/116) 2024-05-15T23:39:58.4966722Z remote: Counting objects: 82% (96/116) 2024-05-15T23:39:58.4967212Z remote: Counting objects: 83% (97/116) 2024-05-15T23:39:58.4967707Z remote: Counting objects: 84% (98/116) 2024-05-15T23:39:58.4968200Z remote: Counting objects: 85% (99/116) 2024-05-15T23:39:58.4968700Z remote: Counting objects: 86% (100/116) 2024-05-15T23:39:58.4969268Z remote: Counting objects: 87% (101/116) 2024-05-15T23:39:58.4969776Z remote: Counting objects: 88% (103/116) 2024-05-15T23:39:58.4970339Z remote: Counting objects: 89% (104/116) 2024-05-15T23:39:58.4970850Z remote: Counting objects: 90% (105/116) 2024-05-15T23:39:58.4971399Z remote: Counting objects: 91% (106/116) 2024-05-15T23:39:58.4971951Z remote: Counting objects: 92% (107/116) 2024-05-15T23:39:58.4972460Z remote: Counting objects: 93% (108/116) 2024-05-15T23:39:58.4972958Z remote: Counting objects: 94% (110/116) 2024-05-15T23:39:59.4799007Z remote: Counting objects: 95% (111/116) 2024-05-15T23:39:59.4799710Z remote: Counting objects: 96% (112/116) 2024-05-15T23:39:59.4800425Z remote: Counting objects: 97% (113/116) 2024-05-15T23:39:59.4800949Z remote: Counting objects: 98% (114/116) 2024-05-15T23:39:59.4801792Z remote: Counting objects: 99% (115/116) 2024-05-15T23:39:59.4802369Z remote: Counting objects: 100% (116/116) 2024-05-15T23:39:59.4803110Z remote: Counting objects: 100% (116/116), done. 2024-05-15T23:39:59.4803734Z remote: Compressing objects: 1% (1/78) 2024-05-15T23:39:59.4804249Z remote: Compressing objects: 2% (2/78) 2024-05-15T23:39:59.4804757Z remote: Compressing objects: 3% (3/78) 2024-05-15T23:39:59.4805374Z remote: Compressing objects: 5% (4/78) 2024-05-15T23:39:59.4805984Z remote: Compressing objects: 6% (5/78) 2024-05-15T23:39:59.4806494Z remote: Compressing objects: 7% (6/78) 2024-05-15T23:39:59.4807119Z remote: Compressing objects: 8% (7/78) 2024-05-15T23:39:59.4807811Z remote: Compressing objects: 10% (8/78) 2024-05-15T23:39:59.4808470Z remote: Compressing objects: 11% (9/78) 2024-05-15T23:39:59.4809136Z remote: Compressing objects: 12% (10/78) 2024-05-15T23:39:59.4809833Z remote: Compressing objects: 14% (11/78) 2024-05-15T23:39:59.4810542Z remote: Compressing objects: 15% (12/78) 2024-05-15T23:39:59.4811236Z remote: Compressing objects: 16% (13/78) 2024-05-15T23:39:59.4811934Z remote: Compressing objects: 17% (14/78) 2024-05-15T23:39:59.4812646Z remote: Compressing objects: 19% (15/78) 2024-05-15T23:39:59.4813326Z remote: Compressing objects: 20% (16/78) 2024-05-15T23:39:59.4814014Z remote: Compressing objects: 21% (17/78) 2024-05-15T23:39:59.4814702Z remote: Compressing objects: 23% (18/78) 2024-05-15T23:39:59.4815360Z remote: Compressing objects: 24% (19/78) 2024-05-15T23:39:59.4815989Z remote: Compressing objects: 25% (20/78) 2024-05-15T23:39:59.4816645Z remote: Compressing objects: 26% (21/78) 2024-05-15T23:39:59.4817206Z remote: Compressing objects: 28% (22/78) 2024-05-15T23:39:59.4817715Z remote: Compressing objects: 29% (23/78) 2024-05-15T23:39:59.4818227Z remote: Compressing objects: 30% (24/78) 2024-05-15T23:39:59.4818740Z remote: Compressing objects: 32% (25/78) 2024-05-15T23:39:59.4819248Z remote: Compressing objects: 33% (26/78) 2024-05-15T23:39:59.4819760Z remote: Compressing objects: 34% (27/78) 2024-05-15T23:39:59.4820399Z remote: Compressing objects: 35% (28/78) 2024-05-15T23:39:59.4821246Z remote: Compressing objects: 37% (29/78) 2024-05-15T23:39:59.4821769Z remote: Compressing objects: 38% (30/78) 2024-05-15T23:39:59.4822271Z remote: Compressing objects: 39% (31/78) 2024-05-15T23:39:59.4822784Z remote: Compressing objects: 41% (32/78) 2024-05-15T23:39:59.4823291Z remote: Compressing objects: 42% (33/78) 2024-05-15T23:39:59.4823790Z remote: Compressing objects: 43% (34/78) 2024-05-15T23:39:59.4824297Z remote: Compressing objects: 44% (35/78) 2024-05-15T23:39:59.4824800Z remote: Compressing objects: 46% (36/78) 2024-05-15T23:39:59.4825298Z remote: Compressing objects: 47% (37/78) 2024-05-15T23:39:59.4825804Z remote: Compressing objects: 48% (38/78) 2024-05-15T23:39:59.4826317Z remote: Compressing objects: 50% (39/78) 2024-05-15T23:39:59.4826822Z remote: Compressing objects: 51% (40/78) 2024-05-15T23:39:59.4827321Z remote: Compressing objects: 52% (41/78) 2024-05-15T23:39:59.4827834Z remote: Compressing objects: 53% (42/78) 2024-05-15T23:39:59.4828390Z remote: Compressing objects: 55% (43/78) 2024-05-15T23:39:59.4828887Z remote: Compressing objects: 56% (44/78) 2024-05-15T23:39:59.4829394Z remote: Compressing objects: 57% (45/78) 2024-05-15T23:39:59.4829897Z remote: Compressing objects: 58% (46/78) 2024-05-15T23:39:59.4830434Z remote: Compressing objects: 60% (47/78) 2024-05-15T23:39:59.4830933Z remote: Compressing objects: 61% (48/78) 2024-05-15T23:39:59.4831434Z remote: Compressing objects: 62% (49/78) 2024-05-15T23:39:59.4831940Z remote: Compressing objects: 64% (50/78) 2024-05-15T23:39:59.4832438Z remote: Compressing objects: 65% (51/78) 2024-05-15T23:39:59.4832942Z remote: Compressing objects: 66% (52/78) 2024-05-15T23:39:59.4833561Z remote: Compressing objects: 67% (53/78) 2024-05-15T23:39:59.4834059Z remote: Compressing objects: 69% (54/78) 2024-05-15T23:39:59.4834570Z remote: Compressing objects: 70% (55/78) 2024-05-15T23:39:59.4835074Z remote: Compressing objects: 71% (56/78) 2024-05-15T23:39:59.4835571Z remote: Compressing objects: 73% (57/78) 2024-05-15T23:39:59.4836076Z remote: Compressing objects: 74% (58/78) 2024-05-15T23:39:59.4836583Z remote: Compressing objects: 75% (59/78) 2024-05-15T23:39:59.4837081Z remote: Compressing objects: 76% (60/78) 2024-05-15T23:39:59.4837585Z remote: Compressing objects: 78% (61/78) 2024-05-15T23:39:59.4838095Z remote: Compressing objects: 79% (62/78) 2024-05-15T23:39:59.4838640Z remote: Compressing objects: 80% (63/78) 2024-05-15T23:39:59.4839144Z remote: Compressing objects: 82% (64/78) 2024-05-15T23:39:59.4839649Z remote: Compressing objects: 83% (65/78) 2024-05-15T23:39:59.4840146Z remote: Compressing objects: 84% (66/78) 2024-05-15T23:39:59.4840658Z remote: Compressing objects: 85% (67/78) 2024-05-15T23:39:59.4841168Z remote: Compressing objects: 87% (68/78) 2024-05-15T23:39:59.4841669Z remote: Compressing objects: 88% (69/78) 2024-05-15T23:39:59.4842172Z remote: Compressing objects: 89% (70/78) 2024-05-15T23:39:59.4842679Z remote: Compressing objects: 91% (71/78) 2024-05-15T23:39:59.4843180Z remote: Compressing objects: 92% (72/78) 2024-05-15T23:39:59.4843686Z remote: Compressing objects: 93% (73/78) 2024-05-15T23:39:59.4844190Z remote: Compressing objects: 94% (74/78) 2024-05-15T23:39:59.4844689Z remote: Compressing objects: 96% (75/78) 2024-05-15T23:39:59.4845195Z remote: Compressing objects: 97% (76/78) 2024-05-15T23:39:59.4845699Z remote: Compressing objects: 98% (77/78) 2024-05-15T23:39:59.4846197Z remote: Compressing objects: 100% (78/78) 2024-05-15T23:39:59.4846733Z remote: Compressing objects: 100% (78/78), done. 2024-05-15T23:39:59.4847216Z Receiving objects: 0% (1/84774) 2024-05-15T23:39:59.4847609Z Receiving objects: 1% (848/84774) 2024-05-15T23:39:59.4848013Z Receiving objects: 2% (1696/84774) 2024-05-15T23:39:59.4848548Z Receiving objects: 3% (2544/84774) 2024-05-15T23:39:59.4848955Z Receiving objects: 4% (3391/84774) 2024-05-15T23:39:59.4849356Z Receiving objects: 5% (4239/84774) 2024-05-15T23:39:59.4849756Z Receiving objects: 6% (5087/84774) 2024-05-15T23:39:59.4850148Z Receiving objects: 7% (5935/84774) 2024-05-15T23:39:59.4850547Z Receiving objects: 8% (6782/84774) 2024-05-15T23:39:59.4850945Z Receiving objects: 9% (7630/84774) 2024-05-15T23:39:59.4851335Z Receiving objects: 10% (8478/84774) 2024-05-15T23:39:59.4851732Z Receiving objects: 11% (9326/84774) 2024-05-15T23:39:59.4852132Z Receiving objects: 12% (10173/84774) 2024-05-15T23:39:59.4852534Z Receiving objects: 13% (11021/84774) 2024-05-15T23:39:59.4852947Z Receiving objects: 14% (11869/84774) 2024-05-15T23:39:59.4853354Z Receiving objects: 15% (12717/84774) 2024-05-15T23:39:59.4853756Z Receiving objects: 16% (13564/84774) 2024-05-15T23:39:59.4854260Z Receiving objects: 17% (14412/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4854877Z Receiving objects: 18% (15260/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4855484Z Receiving objects: 19% (16108/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4856081Z Receiving objects: 20% (16955/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4856684Z Receiving objects: 21% (17803/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4857289Z Receiving objects: 22% (18651/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4857880Z Receiving objects: 23% (19499/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4858533Z Receiving objects: 24% (20346/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4859130Z Receiving objects: 25% (21194/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4859723Z Receiving objects: 26% (22042/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4860322Z Receiving objects: 27% (22889/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4861235Z Receiving objects: 28% (23737/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4861839Z Receiving objects: 29% (24585/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4862435Z Receiving objects: 30% (25433/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4863031Z Receiving objects: 31% (26280/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4863622Z Receiving objects: 32% (27128/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4864219Z Receiving objects: 33% (27976/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4864816Z Receiving objects: 34% (28824/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4865411Z Receiving objects: 35% (29671/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4866000Z Receiving objects: 36% (30519/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4866594Z Receiving objects: 37% (31367/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4867197Z Receiving objects: 38% (32215/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4867798Z Receiving objects: 39% (33062/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4868393Z Receiving objects: 40% (33910/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4868996Z Receiving objects: 41% (34758/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4869591Z Receiving objects: 42% (35606/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4870192Z Receiving objects: 43% (36453/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4870792Z Receiving objects: 44% (37301/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4871407Z Receiving objects: 45% (38149/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4872087Z Receiving objects: 46% (38997/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4872807Z Receiving objects: 47% (39844/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4873398Z Receiving objects: 48% (40692/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4873985Z Receiving objects: 49% (41540/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4874579Z Receiving objects: 50% (42387/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4875168Z Receiving objects: 51% (43235/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4875862Z Receiving objects: 52% (44083/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4876454Z Receiving objects: 53% (44931/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4877041Z Receiving objects: 54% (45778/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4877619Z Receiving objects: 55% (46626/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4878209Z Receiving objects: 56% (47474/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4878798Z Receiving objects: 57% (48322/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4879380Z Receiving objects: 58% (49169/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4879970Z Receiving objects: 59% (50017/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4880555Z Receiving objects: 60% (50865/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4881140Z Receiving objects: 61% (51713/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4881727Z Receiving objects: 62% (52560/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4882325Z Receiving objects: 63% (53408/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4882905Z Receiving objects: 64% (54256/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4883494Z Receiving objects: 65% (55104/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4884078Z Receiving objects: 66% (55951/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4884663Z Receiving objects: 67% (56799/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4885242Z Receiving objects: 68% (57647/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4885831Z Receiving objects: 69% (58495/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4886422Z Receiving objects: 70% (59342/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4887002Z Receiving objects: 71% (60190/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4887673Z Receiving objects: 72% (61038/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4888255Z Receiving objects: 73% (61886/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4888844Z Receiving objects: 74% (62733/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:39:59.4889433Z Receiving objects: 75% (63581/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:40:01.3835651Z Receiving objects: 76% (64429/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:40:01.3836508Z Receiving objects: 77% (65276/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:40:01.3837228Z Receiving objects: 78% (66124/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:40:01.3838064Z Receiving objects: 78% (66441/84774), 24.39 MiB | 48.76 MiB/s 2024-05-15T23:40:01.3838903Z Receiving objects: 79% (66972/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3839726Z Receiving objects: 80% (67820/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3840526Z Receiving objects: 81% (68667/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3841333Z Receiving objects: 82% (69515/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3842112Z Receiving objects: 83% (70363/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3842905Z Receiving objects: 84% (71211/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3843698Z Receiving objects: 85% (72058/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3844403Z Receiving objects: 86% (72906/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3844990Z Receiving objects: 87% (73754/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3845585Z Receiving objects: 88% (74602/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3846244Z Receiving objects: 89% (75449/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3846957Z Receiving objects: 90% (76297/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3847565Z Receiving objects: 91% (77145/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3848164Z Receiving objects: 92% (77993/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3848767Z Receiving objects: 93% (78840/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3849554Z Receiving objects: 94% (79688/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3850508Z Receiving objects: 95% (80536/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3851115Z Receiving objects: 96% (81384/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3851701Z Receiving objects: 97% (82231/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3852335Z Receiving objects: 98% (83079/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3852976Z Receiving objects: 99% (83927/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3853831Z remote: Total 84774 (delta 67), reused 71 (delta 38), pack-reused 84658 2024-05-15T23:40:01.3854527Z Receiving objects: 100% (84774/84774), 47.38 MiB | 47.37 MiB/s 2024-05-15T23:40:01.3855204Z Receiving objects: 100% (84774/84774), 57.90 MiB | 46.95 MiB/s, done. 2024-05-15T23:40:01.3855821Z Resolving deltas: 0% (0/65366) 2024-05-15T23:40:01.3856220Z Resolving deltas: 1% (654/65366) 2024-05-15T23:40:01.3856631Z Resolving deltas: 2% (1308/65366) 2024-05-15T23:40:01.3857035Z Resolving deltas: 3% (1961/65366) 2024-05-15T23:40:01.3857443Z Resolving deltas: 4% (2615/65366) 2024-05-15T23:40:01.3857904Z Resolving deltas: 5% (3269/65366) 2024-05-15T23:40:01.3858344Z Resolving deltas: 6% (3922/65366) 2024-05-15T23:40:01.3858787Z Resolving deltas: 7% (4576/65366) 2024-05-15T23:40:01.3859178Z Resolving deltas: 8% (5233/65366) 2024-05-15T23:40:01.3859573Z Resolving deltas: 9% (5885/65366) 2024-05-15T23:40:01.3859965Z Resolving deltas: 10% (6537/65366) 2024-05-15T23:40:01.3860354Z Resolving deltas: 11% (7191/65366) 2024-05-15T23:40:01.3860743Z Resolving deltas: 12% (7844/65366) 2024-05-15T23:40:01.3861772Z Resolving deltas: 13% (8498/65366) 2024-05-15T23:40:01.3862203Z Resolving deltas: 14% (9152/65366) 2024-05-15T23:40:01.3862633Z Resolving deltas: 15% (9805/65366) 2024-05-15T23:40:01.3863026Z Resolving deltas: 16% (10459/65366) 2024-05-15T23:40:01.3863429Z Resolving deltas: 17% (11113/65366) 2024-05-15T23:40:01.3863971Z Resolving deltas: 18% (11766/65366) 2024-05-15T23:40:01.3864381Z Resolving deltas: 19% (12421/65366) 2024-05-15T23:40:01.3864783Z Resolving deltas: 20% (13074/65366) 2024-05-15T23:40:01.3865236Z Resolving deltas: 21% (13727/65366) 2024-05-15T23:40:01.3865662Z Resolving deltas: 22% (14381/65366) 2024-05-15T23:40:01.3866047Z Resolving deltas: 23% (15036/65366) 2024-05-15T23:40:01.3866443Z Resolving deltas: 24% (15689/65366) 2024-05-15T23:40:01.3866833Z Resolving deltas: 25% (16342/65366) 2024-05-15T23:40:01.3867214Z Resolving deltas: 26% (16996/65366) 2024-05-15T23:40:01.3867607Z Resolving deltas: 27% (17649/65366) 2024-05-15T23:40:01.3867997Z Resolving deltas: 28% (18309/65366) 2024-05-15T23:40:01.3868432Z Resolving deltas: 29% (18957/65366) 2024-05-15T23:40:01.3868872Z Resolving deltas: 30% (19610/65366) 2024-05-15T23:40:01.3869273Z Resolving deltas: 31% (20264/65366) 2024-05-15T23:40:01.3869669Z Resolving deltas: 32% (20918/65366) 2024-05-15T23:40:01.3870076Z Resolving deltas: 33% (21571/65366) 2024-05-15T23:40:01.3870489Z Resolving deltas: 34% (22225/65366) 2024-05-15T23:40:01.3870879Z Resolving deltas: 35% (22879/65366) 2024-05-15T23:40:01.3871282Z Resolving deltas: 36% (23533/65366) 2024-05-15T23:40:01.3871735Z Resolving deltas: 37% (24186/65366) 2024-05-15T23:40:01.3872169Z Resolving deltas: 38% (24840/65366) 2024-05-15T23:40:01.3872576Z Resolving deltas: 39% (25493/65366) 2024-05-15T23:40:01.3872981Z Resolving deltas: 40% (26147/65366) 2024-05-15T23:40:01.3873378Z Resolving deltas: 41% (26801/65366) 2024-05-15T23:40:01.3873786Z Resolving deltas: 42% (27454/65366) 2024-05-15T23:40:01.3874190Z Resolving deltas: 43% (28108/65366) 2024-05-15T23:40:01.3874588Z Resolving deltas: 44% (28762/65366) 2024-05-15T23:40:01.3874989Z Resolving deltas: 45% (29415/65366) 2024-05-15T23:40:01.3875389Z Resolving deltas: 46% (30069/65366) 2024-05-15T23:40:01.3875784Z Resolving deltas: 47% (30723/65366) 2024-05-15T23:40:01.3876187Z Resolving deltas: 48% (31376/65366) 2024-05-15T23:40:01.3876594Z Resolving deltas: 49% (32030/65366) 2024-05-15T23:40:01.3876989Z Resolving deltas: 50% (32683/65366) 2024-05-15T23:40:01.3877510Z Resolving deltas: 51% (33337/65366) 2024-05-15T23:40:01.3877919Z Resolving deltas: 52% (33991/65366) 2024-05-15T23:40:01.3878317Z Resolving deltas: 53% (34644/65366) 2024-05-15T23:40:01.3878748Z Resolving deltas: 54% (35298/65366) 2024-05-15T23:40:01.3879183Z Resolving deltas: 55% (35953/65366) 2024-05-15T23:40:01.3879581Z Resolving deltas: 56% (36605/65366) 2024-05-15T23:40:01.3879986Z Resolving deltas: 57% (37259/65366) 2024-05-15T23:40:01.3880391Z Resolving deltas: 58% (37913/65366) 2024-05-15T23:40:01.3880788Z Resolving deltas: 59% (38566/65366) 2024-05-15T23:40:01.3881190Z Resolving deltas: 60% (39220/65366) 2024-05-15T23:40:01.3881594Z Resolving deltas: 61% (39874/65366) 2024-05-15T23:40:01.3881993Z Resolving deltas: 62% (40527/65366) 2024-05-15T23:40:01.3882396Z Resolving deltas: 63% (41181/65366) 2024-05-15T23:40:01.3882804Z Resolving deltas: 64% (41835/65366) 2024-05-15T23:40:01.3883206Z Resolving deltas: 65% (42490/65366) 2024-05-15T23:40:01.3883607Z Resolving deltas: 66% (43143/65366) 2024-05-15T23:40:01.3884018Z Resolving deltas: 67% (43796/65366) 2024-05-15T23:40:01.3884418Z Resolving deltas: 68% (44450/65366) 2024-05-15T23:40:01.3884823Z Resolving deltas: 69% (45103/65366) 2024-05-15T23:40:01.3885226Z Resolving deltas: 70% (45757/65366) 2024-05-15T23:40:01.3885625Z Resolving deltas: 71% (46410/65366) 2024-05-15T23:40:01.3886034Z Resolving deltas: 72% (47064/65366) 2024-05-15T23:40:01.3886438Z Resolving deltas: 73% (47718/65366) 2024-05-15T23:40:01.3886838Z Resolving deltas: 74% (48371/65366) 2024-05-15T23:40:01.3887243Z Resolving deltas: 75% (49029/65366) 2024-05-15T23:40:01.3887648Z Resolving deltas: 76% (49679/65366) 2024-05-15T23:40:01.3888044Z Resolving deltas: 77% (50332/65366) 2024-05-15T23:40:01.3888446Z Resolving deltas: 78% (50986/65366) 2024-05-15T23:40:01.3888851Z Resolving deltas: 79% (51640/65366) 2024-05-15T23:40:01.3889313Z Resolving deltas: 80% (52293/65366) 2024-05-15T23:40:01.3889719Z Resolving deltas: 81% (52947/65366) 2024-05-15T23:40:01.3890198Z Resolving deltas: 82% (53601/65366) 2024-05-15T23:40:01.3890627Z Resolving deltas: 83% (54254/65366) 2024-05-15T23:40:01.3891038Z Resolving deltas: 84% (54908/65366) 2024-05-15T23:40:01.3891445Z Resolving deltas: 85% (55562/65366) 2024-05-15T23:40:01.3891843Z Resolving deltas: 86% (56215/65366) 2024-05-15T23:40:01.3892247Z Resolving deltas: 87% (56870/65366) 2024-05-15T23:40:01.3892649Z Resolving deltas: 88% (57523/65366) 2024-05-15T23:40:01.3893046Z Resolving deltas: 89% (58176/65366) 2024-05-15T23:40:01.3893451Z Resolving deltas: 89% (58574/65366) 2024-05-15T23:40:01.3893855Z Resolving deltas: 90% (58830/65366) 2024-05-15T23:40:01.3894254Z Resolving deltas: 91% (59484/65366) 2024-05-15T23:40:01.3894657Z Resolving deltas: 92% (60137/65366) 2024-05-15T23:40:01.3895059Z Resolving deltas: 93% (60791/65366) 2024-05-15T23:40:01.3895463Z Resolving deltas: 94% (61445/65366) 2024-05-15T23:40:01.3895866Z Resolving deltas: 95% (62098/65366) 2024-05-15T23:40:01.3896268Z Resolving deltas: 96% (62752/65366) 2024-05-15T23:40:01.3896668Z Resolving deltas: 97% (63406/65366) 2024-05-15T23:40:01.3897071Z Resolving deltas: 98% (64059/65366) 2024-05-15T23:40:01.3897473Z Resolving deltas: 99% (64713/65366) 2024-05-15T23:40:01.3897871Z Resolving deltas: 100% (65366/65366) 2024-05-15T23:40:01.3898297Z Resolving deltas: 100% (65366/65366), done. 2024-05-15T23:40:01.3898727Z + cd executorch 2024-05-15T23:40:01.3899132Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-05-15T23:40:01.3899670Z + git checkout fff20a738c5bb5c1cb259468b0a8aa6c6be8cd38 2024-05-15T23:40:01.3900369Z Note: switching to 'fff20a738c5bb5c1cb259468b0a8aa6c6be8cd38'. 2024-05-15T23:40:01.3901019Z 2024-05-15T23:40:01.3901416Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:40:01.3902215Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:40:01.3902984Z state without impacting any branches by switching back to a branch. 2024-05-15T23:40:01.3903429Z 2024-05-15T23:40:01.3903857Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:40:01.3904643Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:40:01.3905069Z 2024-05-15T23:40:01.3905245Z git switch -c 2024-05-15T23:40:01.3905515Z 2024-05-15T23:40:01.3905654Z Or undo this operation with: 2024-05-15T23:40:01.3905899Z 2024-05-15T23:40:01.3906012Z git switch - 2024-05-15T23:40:01.3906194Z 2024-05-15T23:40:01.3906528Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:40:01.3907023Z 2024-05-15T23:40:01.3907227Z HEAD is now at fff20a738 Update pytorch pin (#3562) 2024-05-15T23:40:01.3907801Z + echo 'Install executorch: submodule update' 2024-05-15T23:40:01.3908259Z Install executorch: submodule update 2024-05-15T23:40:01.3908675Z + git submodule sync 2024-05-15T23:40:01.3909045Z + git submodule update --init 2024-05-15T23:40:01.3910405Z 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-05-15T23:40:01.3912436Z Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib' 2024-05-15T23:40:01.3914340Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2024-05-15T23:40:01.3916451Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-05-15T23:40:01.3918299Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-05-15T23:40:01.3919921Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-05-15T23:40:01.3921546Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-05-15T23:40:01.3923223Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-05-15T23:40:01.3924904Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-05-15T23:40:01.3926655Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-05-15T23:40:01.3928508Z Submodule 'examples/models/llama2/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'examples/models/llama2/third-party/abseil-cpp' 2024-05-15T23:40:34.4027435Z Submodule 'examples/models/llama2/third-party/re2' (https://github.com/google/re2.git) registered for path 'examples/models/llama2/third-party/re2' 2024-05-15T23:40:34.4029032Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-05-15T23:40:34.4030534Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-05-15T23:40:34.4032087Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-05-15T23:40:34.4033576Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-05-15T23:40:34.4034900Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-05-15T23:40:34.4036446Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-05-15T23:40:34.4037777Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-05-15T23:40:34.4039113Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-05-15T23:40:34.4040643Z Submodule 'third-party/lm-evaluation-harness' (https://github.com/EleutherAI/lm-evaluation-harness) registered for path 'third-party/lm-evaluation-harness' 2024-05-15T23:40:34.4042186Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-05-15T23:40:34.4043526Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-05-15T23:40:34.4044797Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-05-15T23:40:34.4046001Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-05-15T23:40:34.4047407Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-05-15T23:40:34.4048801Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-05-15T23:40:34.4049980Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-05-15T23:40:34.4051081Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-05-15T23:40:34.4052151Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-05-15T23:40:34.4053247Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-05-15T23:40:34.4054513Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-05-15T23:40:34.4055640Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-05-15T23:40:34.4056841Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/models/llama2/third-party/abseil-cpp'... 2024-05-15T23:40:34.4058008Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/models/llama2/third-party/re2'... 2024-05-15T23:40:34.4059060Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-05-15T23:40:34.4060030Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-05-15T23:40:34.4061302Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-05-15T23:40:34.4062317Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-05-15T23:40:34.4063226Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-05-15T23:40:34.4064106Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-05-15T23:40:34.4065014Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-05-15T23:40:34.4065927Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-05-15T23:40:34.4066914Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/lm-evaluation-harness'... 2024-05-15T23:40:34.4067891Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-05-15T23:40:34.4068791Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-05-15T23:40:34.4069980Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-05-15T23:40:34.4071295Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-05-15T23:40:34.4072572Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-05-15T23:40:34.4073990Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-05-15T23:40:34.4075249Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-05-15T23:40:34.4076594Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-05-15T23:40:34.4077940Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-05-15T23:40:34.4079140Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '70bbd07c1de310a1f89379c746b8f24a506c3283' 2024-05-15T23:40:34.4080368Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-05-15T23:40:34.4081620Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-05-15T23:40:34.4083236Z Submodule path 'examples/models/llama2/third-party/abseil-cpp': checked out '854193071498f330b71083d7e06a7cd18e02a4cc' 2024-05-15T23:40:34.4084509Z Submodule path 'examples/models/llama2/third-party/re2': checked out 'ac82d4f628a2045d89964ae11c48403d3b091af1' 2024-05-15T23:40:34.4085671Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-05-15T23:40:34.4086769Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-05-15T23:40:34.4087934Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-05-15T23:40:34.4089071Z Submodule path 'third-party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2024-05-15T23:40:34.4090100Z Submodule path 'third-party/flatcc': checked out 'eb5228f76d395bffe31a33398ff73e60dfba5914' 2024-05-15T23:40:34.4091302Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-05-15T23:40:34.4092542Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-05-15T23:40:34.4093585Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-05-15T23:40:34.4094695Z Submodule path 'third-party/lm-evaluation-harness': checked out '49695e8d94c3ab011b7ae8814d809de30b1b1182' 2024-05-15T23:40:34.4095784Z Submodule path 'third-party/prelude': checked out '923237d9e55a8f5a0ad0eeb1154388e8f159f62f' 2024-05-15T23:40:34.4096818Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-05-15T23:40:34.4097492Z + popd 2024-05-15T23:40:34.4097800Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:40:34.4098228Z + install_executorch_libs pipefail 2024-05-15T23:40:34.4100652Z + 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-05-15T23:40:34.4105033Z + 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-05-15T23:40:34.4107227Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-05-15T23:40:34.4107737Z + CMAKE_BUILD_ARGS='--target install' 2024-05-15T23:40:34.4108176Z + install_executorch_python_libs pipefail 2024-05-15T23:40:34.4108681Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-05-15T23:40:34.4109281Z + pushd /pytorch/torchchat/et-build/src 2024-05-15T23:40:34.4109923Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:40:34.4110486Z + cd executorch 2024-05-15T23:40:34.4110896Z + echo 'Building and installing python libraries' 2024-05-15T23:40:34.4111388Z Building and installing python libraries 2024-05-15T23:40:34.4111849Z + '[' pipefail = false ']' 2024-05-15T23:40:34.4112239Z + echo 'Installing pybind' 2024-05-15T23:40:34.4112582Z Installing pybind 2024-05-15T23:40:34.4113001Z + bash ./install_requirements.sh --pybind xnnpack 2024-05-15T23:40:34.4113742Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-05-15T23:40:34.4114935Z Requirement already satisfied: torch==2.4.0.dev20240507 in /opt/conda/lib/python3.11/site-packages (2.4.0.dev20240507+cu121) 2024-05-15T23:40:34.4115791Z Collecting torchvision==0.19.0.dev20240507 2024-05-15T23:40:34.4116845Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.19.0.dev20240507%2Bcpu-cp311-cp311-linux_x86_64.whl (1.7 MB) 2024-05-15T23:40:34.4118094Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:40:36.8272586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 133.4 MB/s eta 0:00:00 2024-05-15T23:40:36.8273977Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.29.3) 2024-05-15T23:40:36.8275387Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-05-15T23:40:36.8276785Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-05-15T23:40:36.8277737Z Collecting tomli 2024-05-15T23:40:36.8278293Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-05-15T23:40:36.8279385Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-05-15T23:40:36.8280384Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-05-15T23:40:36.8281054Z Collecting timm==0.6.13 2024-05-15T23:40:36.8281518Z Downloading timm-0.6.13-py3-none-any.whl (549 kB) 2024-05-15T23:40:36.8282321Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/549.1 kB ? eta -:--:-- 2024-05-15T23:40:36.8283264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 549.1/549.1 kB 19.2 MB/s eta 0:00:00 2024-05-15T23:40:36.8283985Z [?25hCollecting torchaudio==2.2.0.dev20240507 2024-05-15T23:40:36.8285060Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.2.0.dev20240507%2Bcpu-cp311-cp311-linux_x86_64.whl (1.7 MB) 2024-05-15T23:40:36.8286265Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:40:36.8287201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 103.8 MB/s eta 0:00:00 2024-05-15T23:40:36.8287876Z [?25hCollecting torchsr==1.0.4 2024-05-15T23:40:36.8288388Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-05-15T23:40:36.8288890Z Collecting transformers==4.38.2 2024-05-15T23:40:36.8289447Z Downloading transformers-4.38.2-py3-none-any.whl (8.5 MB) 2024-05-15T23:40:36.8290254Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.5 MB ? eta -:--:-- 2024-05-15T23:40:36.8291253Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.0/8.5 MB 90.5 MB/s eta 0:00:01 2024-05-15T23:40:36.8292293Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.5/8.5 MB 129.4 MB/s eta 0:00:01 2024-05-15T23:40:36.8293250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 86.8 MB/s eta 0:00:00 2024-05-15T23:40:36.8294533Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.13.1) 2024-05-15T23:40:36.8296008Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (4.11.0) 2024-05-15T23:40:36.8297428Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (1.12) 2024-05-15T23:40:36.8298750Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.3) 2024-05-15T23:40:36.8300075Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.1.3) 2024-05-15T23:40:36.8301755Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2024.3.1) 2024-05-15T23:40:36.8303293Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:40:36.8304953Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:40:36.8306612Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:40:36.8308224Z Requirement already satisfied: nvidia-cudnn-cu12==8.9.2.26 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (8.9.2.26) 2024-05-15T23:40:36.8309810Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.3.1) 2024-05-15T23:40:36.8311401Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (11.0.2.54) 2024-05-15T23:40:36.8313109Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (10.3.2.106) 2024-05-15T23:40:36.8314760Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (11.4.5.107) 2024-05-15T23:40:36.8316408Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.0.106) 2024-05-15T23:40:36.8317972Z Requirement already satisfied: nvidia-nccl-cu12==2.20.5 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2.20.5) 2024-05-15T23:40:36.8319519Z Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (12.1.105) 2024-05-15T23:40:36.8321161Z Requirement already satisfied: pytorch-triton==3.0.0+45fff310c8 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.0.0+45fff310c8) 2024-05-15T23:40:36.8322712Z Requirement already satisfied: numpy in /opt/conda/lib/python3.11/site-packages (from torchvision==0.19.0.dev20240507) (1.26.4) 2024-05-15T23:40:36.8323731Z Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.19.0.dev20240507) 2024-05-15T23:40:36.8324667Z Downloading pillow-10.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB) 2024-05-15T23:40:36.8325673Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.4 MB ? eta -:--:-- 2024-05-15T23:40:36.8326593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 139.3 MB/s eta 0:00:00 2024-05-15T23:40:36.8327725Z [?25hRequirement already satisfied: huggingface-hub in /opt/conda/lib/python3.11/site-packages (from timm==0.6.13) (0.23.0) 2024-05-15T23:40:36.8329101Z Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (23.0) 2024-05-15T23:40:36.8330522Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (2024.5.15) 2024-05-15T23:40:36.8332039Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (2.29.0) 2024-05-15T23:40:36.8332981Z Collecting tokenizers<0.19,>=0.14 (from transformers==4.38.2) 2024-05-15T23:40:36.8333900Z Downloading tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-05-15T23:40:36.8334926Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-05-15T23:40:36.8335845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 132.6 MB/s eta 0:00:00 2024-05-15T23:40:36.8337036Z [?25hRequirement already satisfied: safetensors>=0.4.1 in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (0.4.3) 2024-05-15T23:40:36.8338492Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (4.65.0) 2024-05-15T23:40:36.8340148Z Requirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.4.0.dev20240507) (12.4.127) 2024-05-15T23:40:36.8341989Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.4.0.dev20240507) (2.1.3) 2024-05-15T23:40:36.8343514Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.38.2) (2.0.4) 2024-05-15T23:40:36.8344998Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.38.2) (3.4) 2024-05-15T23:40:36.8346482Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.38.2) (1.26.16) 2024-05-15T23:40:36.8348021Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.38.2) (2024.2.2) 2024-05-15T23:40:36.8349508Z Requirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.11/site-packages (from sympy->torch==2.4.0.dev20240507) (1.3.0) 2024-05-15T23:40:46.7361965Z Installing collected packages: tomli, pillow, tokenizers, transformers, torchvision, torchaudio, torchsr, timm 2024-05-15T23:40:46.7363131Z Attempting uninstall: tokenizers 2024-05-15T23:40:46.7363798Z Found existing installation: tokenizers 0.19.1 2024-05-15T23:40:46.7364455Z Uninstalling tokenizers-0.19.1: 2024-05-15T23:40:46.7364974Z Successfully uninstalled tokenizers-0.19.1 2024-05-15T23:40:46.7365451Z Attempting uninstall: transformers 2024-05-15T23:40:46.7365940Z Found existing installation: transformers 4.40.2 2024-05-15T23:40:46.7366486Z Uninstalling transformers-4.40.2: 2024-05-15T23:40:46.7367003Z Successfully uninstalled transformers-4.40.2 2024-05-15T23:40:46.7368876Z Successfully installed pillow-10.3.0 timm-0.6.13 tokenizers-0.15.2 tomli-2.0.1 torchaudio-2.2.0.dev20240507+cpu torchsr-1.0.4 torchvision-0.19.0.dev20240507+cpu transformers-4.38.2 2024-05-15T23:40:46.7371754Z 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-05-15T23:40:46.7373443Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-05-15T23:40:46.7374346Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-05-15T23:40:46.7375063Z Looking in indexes: https://pypi.org/simple, 2024-05-15T23:40:46.7375661Z Processing /pytorch/torchchat/et-build/src/executorch 2024-05-15T23:40:46.7376239Z Running command Preparing metadata (pyproject.toml) 2024-05-15T23:40:46.7377546Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-05-15T23:40:46.7378828Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-05-15T23:40:46.7379394Z running dist_info 2024-05-15T23:40:46.7379918Z creating /tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info 2024-05-15T23:40:46.7380720Z writing /tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/PKG-INFO 2024-05-15T23:40:46.7382998Z writing dependency_links to /tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/dependency_links.txt 2024-05-15T23:40:46.7384127Z writing entry points to /tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/entry_points.txt 2024-05-15T23:40:46.7385183Z writing requirements to /tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/requires.txt 2024-05-15T23:40:46.7386244Z writing top-level names to /tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/top_level.txt 2024-05-15T23:40:46.7387455Z writing manifest file '/tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/SOURCES.txt' 2024-05-15T23:40:46.7388481Z reading manifest file '/tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/SOURCES.txt' 2024-05-15T23:40:46.7389206Z adding license file 'LICENSE' 2024-05-15T23:40:46.7389909Z writing manifest file '/tmp/pip-modern-metadata-zc9lxpkf/executorch.egg-info/SOURCES.txt' 2024-05-15T23:40:46.7390892Z creating '/tmp/pip-modern-metadata-zc9lxpkf/executorch-0.3.0a0+fff20a7.dist-info' 2024-05-15T23:40:46.7391704Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-05-15T23:40:46.7392661Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7393592Z Collecting expecttest (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7394252Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-05-15T23:40:46.7395216Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7396160Z Collecting flatbuffers (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7396859Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-05-15T23:40:46.7397854Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7398787Z Collecting hypothesis (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7399446Z Downloading hypothesis-6.102.4-py3-none-any.whl (462 kB) 2024-05-15T23:40:46.7400301Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/462.5 kB ? eta -:--:-- 2024-05-15T23:40:46.7401243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 462.5/462.5 kB 30.0 MB/s eta 0:00:00 2024-05-15T23:40:46.7402446Z [?25hRequirement already satisfied: numpy>=1.25.2 in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (1.26.4) 2024-05-15T23:40:46.7403866Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (23.0) 2024-05-15T23:40:46.7405338Z Requirement already satisfied: pandas in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (2.2.2) 2024-05-15T23:40:46.7406660Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7407633Z Collecting parameterized (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7408355Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-05-15T23:40:46.7409327Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7410215Z Collecting pytest (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7410826Z Downloading pytest-8.2.0-py3-none-any.whl (339 kB) 2024-05-15T23:40:46.7411605Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/339.2 kB ? eta -:--:-- 2024-05-15T23:40:46.7412561Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.2/339.2 kB 67.6 MB/s eta 0:00:00 2024-05-15T23:40:46.7413677Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7414656Z Collecting pytest-xdist (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7415321Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-05-15T23:40:46.7416112Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-05-15T23:40:46.7417036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 16.1 MB/s eta 0:00:00 2024-05-15T23:40:46.7418191Z [?25hRequirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (6.0.1) 2024-05-15T23:40:46.7419682Z Requirement already satisfied: ruamel.yaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (0.17.21) 2024-05-15T23:40:46.7421499Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (1.12) 2024-05-15T23:40:46.7422860Z Requirement already satisfied: tabulate in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (0.9.0) 2024-05-15T23:40:46.7424379Z Requirement already satisfied: attrs>=22.2.0 in /opt/conda/lib/python3.11/site-packages (from hypothesis->executorch==0.3.0a0+fff20a7) (23.1.0) 2024-05-15T23:40:46.7425799Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7426928Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7427794Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-05-15T23:40:46.7429014Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.3.0a0+fff20a7) (2.8.2) 2024-05-15T23:40:46.7430580Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.3.0a0+fff20a7) (2023.3.post1) 2024-05-15T23:40:46.7432109Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.3.0a0+fff20a7) (2024.1) 2024-05-15T23:40:46.7433460Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7434430Z Collecting iniconfig (from pytest->executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7435105Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-05-15T23:40:46.7436036Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7437017Z Collecting pluggy<2.0,>=1.5 (from pytest->executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7437704Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-05-15T23:40:46.7438730Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:40:46.7439734Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.3.0a0+fff20a7) 2024-05-15T23:40:46.7440441Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-05-15T23:40:46.7441212Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-05-15T23:40:46.7442133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 14.3 MB/s eta 0:00:00 2024-05-15T23:40:46.7443355Z [?25hRequirement already satisfied: mpmath>=0.19 in /opt/conda/lib/python3.11/site-packages (from sympy->executorch==0.3.0a0+fff20a7) (1.3.0) 2024-05-15T23:40:46.7445016Z Requirement already satisfied: six>=1.5 in /opt/conda/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.3.0a0+fff20a7) (1.16.0) 2024-05-15T23:40:58.7821342Z Building wheels for collected packages: executorch 2024-05-15T23:40:58.7822462Z Running command Building wheel for executorch (pyproject.toml) 2024-05-15T23:40:58.7824421Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-05-15T23:40:58.7825722Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-05-15T23:40:58.7826293Z running bdist_wheel 2024-05-15T23:40:58.7826619Z running build 2024-05-15T23:40:58.7826999Z command options for 'CustomBuild': 2024-05-15T23:40:58.7827446Z build_base = pip-out 2024-05-15T23:40:58.7827840Z build_purelib = pip-out/lib 2024-05-15T23:40:58.7828371Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-05-15T23:40:58.7828985Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-05-15T23:40:58.7829801Z build_scripts = pip-out/scripts-3.11 2024-05-15T23:40:58.7830364Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-05-15T23:40:58.7830886Z plat_name = linux-x86_64 2024-05-15T23:40:58.7831262Z compiler = None 2024-05-15T23:40:58.7831585Z parallel = 15 2024-05-15T23:40:58.7831945Z debug = None 2024-05-15T23:40:58.7832236Z force = None 2024-05-15T23:40:58.7832566Z executable = /opt/conda/bin/python 2024-05-15T23:40:58.7833165Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-05-15T23:40:58.7834033Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-05-15T23:40:58.7835128Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-05-15T23:40:58.7836380Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-05-15T23:40:58.7837269Z temporarily unsetting HOME while running as root 2024-05-15T23:40:58.7842835Z 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_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-05-15T23:40:58.7847850Z -- The C compiler identification is GNU 9.3.1 2024-05-15T23:40:58.7848418Z -- The CXX compiler identification is GNU 9.3.1 2024-05-15T23:40:58.7849038Z -- Detecting C compiler ABI info 2024-05-15T23:40:58.7849514Z -- Detecting C compiler ABI info - done 2024-05-15T23:40:58.7850207Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-05-15T23:40:58.7850858Z -- Detecting C compile features 2024-05-15T23:40:58.7851325Z -- Detecting C compile features - done 2024-05-15T23:40:58.7851805Z -- Detecting CXX compiler ABI info 2024-05-15T23:40:58.7852282Z -- Detecting CXX compiler ABI info - done 2024-05-15T23:40:58.7853007Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-05-15T23:40:58.7853691Z -- Detecting CXX compile features 2024-05-15T23:40:58.7854162Z -- Detecting CXX compile features - done 2024-05-15T23:40:58.7854686Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-05-15T23:40:58.7855268Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-05-15T23:40:58.7855808Z -- Check if compiler accepts -pthread 2024-05-15T23:40:58.7856320Z -- Check if compiler accepts -pthread - yes 2024-05-15T23:40:58.7856802Z -- Found Threads: TRUE 2024-05-15T23:40:58.7857961Z -- 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-05-15T23:40:58.7859112Z -- Configuring done (0.0s) 2024-05-15T23:40:58.7859510Z -- Generating done (0.0s) 2024-05-15T23:40:58.7860525Z -- 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-05-15T23:40:58.7861868Z [ 11%] Creating directories for 'fxdiv' 2024-05-15T23:40:58.7862440Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-05-15T23:40:58.7862979Z Cloning into 'FXdiv-source'... 2024-05-15T23:40:58.7863394Z Already on 'master' 2024-05-15T23:40:58.7863937Z Your branch is up to date with 'origin/master'. 2024-05-15T23:40:58.7864476Z [ 33%] Performing update step for 'fxdiv' 2024-05-15T23:40:58.7864958Z [ 44%] No patch step for 'fxdiv' 2024-05-15T23:40:58.7865404Z [ 55%] No configure step for 'fxdiv' 2024-05-15T23:40:58.7865857Z [ 66%] No build step for 'fxdiv' 2024-05-15T23:40:58.7866283Z [ 77%] No install step for 'fxdiv' 2024-05-15T23:40:58.7866728Z [ 88%] No test step for 'fxdiv' 2024-05-15T23:40:58.7867139Z [100%] Completed 'fxdiv' 2024-05-15T23:40:58.7867479Z [100%] Built target fxdiv 2024-05-15T23:40:58.7867906Z -- Looking for pthread_create in pthreads 2024-05-15T23:40:58.7868461Z -- Looking for pthread_create in pthreads - not found 2024-05-15T23:40:58.7868998Z -- Looking for pthread_create in pthread 2024-05-15T23:40:58.7869534Z -- Looking for pthread_create in pthread - found 2024-05-15T23:40:58.7870107Z -- Using python executable '/opt/conda/bin/python' 2024-05-15T23:40:58.7871538Z -- Resolved buck2 as /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-071372cfde6e9936c62eb92823742392af4a945570df5c5b34d3eed1b03813c3. 2024-05-15T23:40:58.7872801Z -- Killing buck2 daemon 2024-05-15T23:40:58.7873225Z -- executorch: Generating source lists 2024-05-15T23:40:58.7874340Z -- 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-05-15T23:40:58.7875991Z -- executorch: Using sources file /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-05-15T23:40:58.7876999Z -- Proceeding with version: 23.5.26.0 2024-05-15T23:40:58.7877444Z -- Looking for strtof_l 2024-05-15T23:40:58.7877829Z -- Looking for strtof_l - found 2024-05-15T23:40:58.7878244Z -- Looking for strtoull_l 2024-05-15T23:40:58.7878653Z -- Looking for strtoull_l - found 2024-05-15T23:40:58.7879067Z -- Looking for realpath 2024-05-15T23:40:58.7879457Z -- Looking for realpath - found 2024-05-15T23:40:58.7879865Z -- CMAKE_CXX_FLAGS: 2024-05-15T23:40:58.7880222Z -- Generating operator lib: 2024-05-15T23:40:58.7880720Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:40:58.7881466Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-05-15T23:40:58.7882161Z -- ROOT_OPS: 2024-05-15T23:40:58.7882487Z -- INCLUDE_ALL_OPS: 2024-05-15T23:40:58.7884449Z 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-05-15T23:40:58.7886335Z -- Generating kernel bindings: 2024-05-15T23:40:58.7886751Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:40:58.7887483Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-05-15T23:40:58.7888192Z -- CUSTOM_OPS_YAML: 2024-05-15T23:40:58.7891065Z 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-05-15T23:40:58.7893768Z -- Generating operator lib: 2024-05-15T23:40:58.7894188Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:40:58.7894621Z -- KERNEL_LIBS: portable_kernels 2024-05-15T23:40:58.7895035Z -- DEPS: executorch 2024-05-15T23:40:58.7896314Z -- 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-05-15T23:40:58.7897753Z -- Found CUDA: /usr/local/cuda-12.1 (found version "12.1") 2024-05-15T23:40:58.7898439Z -- The CUDA compiler identification is NVIDIA 12.1.105 2024-05-15T23:40:58.7898969Z -- Detecting CUDA compiler ABI info 2024-05-15T23:40:58.7899456Z -- Detecting CUDA compiler ABI info - done 2024-05-15T23:40:58.7900130Z -- Check for working CUDA compiler: /usr/local/cuda-12.1/bin/nvcc - skipped 2024-05-15T23:40:58.7900756Z -- Detecting CUDA compile features 2024-05-15T23:40:58.7901466Z -- Detecting CUDA compile features - done 2024-05-15T23:40:58.7902162Z -- Found CUDAToolkit: /usr/local/cuda-12.1/include (found version "12.1.105") 2024-05-15T23:40:58.7902797Z -- Caffe2: CUDA detected: 12.1 2024-05-15T23:40:58.7903305Z -- Caffe2: CUDA nvcc is: /usr/local/cuda-12.1/bin/nvcc 2024-05-15T23:40:58.7903906Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda-12.1 2024-05-15T23:40:58.7904431Z -- Caffe2: Header version is: 12.1 2024-05-15T23:40:58.7905038Z -- /usr/local/cuda-12.1/lib64/libnvrtc.so shorthash is b51b459d 2024-05-15T23:40:58.7905722Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2024-05-15T23:40:58.7906403Z -- USE_CUSPARSELT is set to 0. Compiling without cuSPARSELt support 2024-05-15T23:40:58.7915890Z -- Autodetected CUDA architecture(s): 8.6 2024-05-15T23:40:58.7916545Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2024-05-15T23:40:58.7917612Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:40:58.7918574Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:40:58.7919083Z Call Stack (most recent call first): 2024-05-15T23:40:58.7920023Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:40:58.7921029Z examples/models/llama2/custom_ops/CMakeLists.txt:80 (find_package) 2024-05-15T23:40:58.7921481Z 2024-05-15T23:40:58.7921486Z 2024-05-15T23:40:58.7921883Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-05-15T23:40:58.7922525Z -- Generating operator lib: 2024-05-15T23:40:58.7923085Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:40:58.7923899Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-05-15T23:40:58.7924638Z -- ROOT_OPS: 2024-05-15T23:40:58.7924971Z -- INCLUDE_ALL_OPS: 2024-05-15T23:40:58.7927002Z 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-05-15T23:40:59.9128955Z -- Generating kernel bindings: 2024-05-15T23:40:59.9129664Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:40:59.9130735Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-05-15T23:40:59.9131547Z -- CUSTOM_OPS_YAML: 2024-05-15T23:40:59.9134593Z 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-05-15T23:40:59.9137524Z -- Generating operator lib: 2024-05-15T23:40:59.9137950Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:40:59.9138396Z -- KERNEL_LIBS: optimized_kernels 2024-05-15T23:40:59.9138833Z -- DEPS: executorch 2024-05-15T23:40:59.9139217Z -- Generating operator lib: 2024-05-15T23:40:59.9139627Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:40:59.9140613Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-05-15T23:40:59.9141679Z -- ROOT_OPS: 2024-05-15T23:40:59.9142032Z -- INCLUDE_ALL_OPS: 2024-05-15T23:40:59.9144054Z 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-05-15T23:40:59.9145995Z -- Generating kernel bindings: 2024-05-15T23:40:59.9146443Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:40:59.9146852Z -- FUNCTIONS_YAML: 2024-05-15T23:40:59.9147563Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-05-15T23:40:59.9153562Z 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-05-15T23:40:59.9159539Z -- Generating operator lib: 2024-05-15T23:40:59.9160027Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:40:59.9160518Z -- KERNEL_LIBS: quantized_kernels 2024-05-15T23:40:59.9161094Z -- DEPS: executorch 2024-05-15T23:40:59.9161580Z -- Merging kernel yaml files: 2024-05-15T23:40:59.9162751Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-05-15T23:40:59.9164054Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-05-15T23:40:59.9165364Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-05-15T23:40:59.9166241Z -- Generating operator lib: 2024-05-15T23:40:59.9166699Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:40:59.9167758Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-05-15T23:40:59.9168707Z -- ROOT_OPS: 2024-05-15T23:40:59.9169041Z -- INCLUDE_ALL_OPS: 2024-05-15T23:40:59.9171347Z 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-05-15T23:40:59.9173538Z -- Generating kernel bindings: 2024-05-15T23:40:59.9174009Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:40:59.9175071Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-05-15T23:40:59.9176020Z -- CUSTOM_OPS_YAML: 2024-05-15T23:40:59.9179154Z 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-05-15T23:40:59.9182477Z -- Generating operator lib: 2024-05-15T23:40:59.9182941Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:40:59.9183489Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-05-15T23:40:59.9183987Z -- DEPS: executorch 2024-05-15T23:40:59.9184720Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-05-15T23:40:59.9185581Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:40:59.9186142Z CMake. 2024-05-15T23:40:59.9186319Z 2024-05-15T23:40:59.9186629Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:40:59.9187404Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:40:59.9187863Z 2024-05-15T23:40:59.9187878Z 2024-05-15T23:40:59.9188080Z -- Looking for C++ include unistd.h 2024-05-15T23:40:59.9188606Z -- Looking for C++ include unistd.h - found 2024-05-15T23:40:59.9189098Z -- Looking for C++ include stdint.h 2024-05-15T23:40:59.9189581Z -- Looking for C++ include stdint.h - found 2024-05-15T23:40:59.9190076Z -- Looking for C++ include inttypes.h 2024-05-15T23:40:59.9190583Z -- Looking for C++ include inttypes.h - found 2024-05-15T23:40:59.9191090Z -- Looking for C++ include sys/types.h 2024-05-15T23:40:59.9191594Z -- Looking for C++ include sys/types.h - found 2024-05-15T23:40:59.9192100Z -- Looking for C++ include sys/stat.h 2024-05-15T23:40:59.9192602Z -- Looking for C++ include sys/stat.h - found 2024-05-15T23:40:59.9193093Z -- Looking for C++ include fnmatch.h 2024-05-15T23:40:59.9193589Z -- Looking for C++ include fnmatch.h - found 2024-05-15T23:40:59.9194084Z -- Looking for C++ include stddef.h 2024-05-15T23:40:59.9194569Z -- Looking for C++ include stddef.h - found 2024-05-15T23:40:59.9195051Z -- Check size of uint32_t 2024-05-15T23:40:59.9195463Z -- Check size of uint32_t - done 2024-05-15T23:40:59.9195875Z -- Looking for strtoll 2024-05-15T23:40:59.9196375Z -- Looking for strtoll - found 2024-05-15T23:40:59.9196843Z -- The ASM compiler identification is GNU 2024-05-15T23:40:59.9197422Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-05-15T23:40:59.9198688Z -- 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-05-15T23:40:59.9199792Z -- Configuring done (0.0s) 2024-05-15T23:40:59.9200183Z -- Generating done (0.0s) 2024-05-15T23:40:59.9201162Z -- 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-05-15T23:40:59.9202164Z [ 11%] Creating directories for 'fp16' 2024-05-15T23:40:59.9202813Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-05-15T23:40:59.9203416Z -- Downloading... 2024-05-15T23:40:59.9204599Z 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-05-15T23:40:59.9205757Z timeout='none' 2024-05-15T23:40:59.9206111Z inactivity timeout='none' 2024-05-15T23:40:59.9206934Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-05-15T23:40:59.9207728Z -- [download 1% complete] 2024-05-15T23:40:59.9208115Z -- [download 14% complete] 2024-05-15T23:40:59.9208509Z -- [download 30% complete] 2024-05-15T23:40:59.9208902Z -- [download 44% complete] 2024-05-15T23:40:59.9209283Z -- [download 54% complete] 2024-05-15T23:40:59.9209672Z -- [download 76% complete] 2024-05-15T23:40:59.9210061Z -- [download 89% complete] 2024-05-15T23:40:59.9210451Z -- [download 100% complete] 2024-05-15T23:40:59.9210842Z -- verifying file... 2024-05-15T23:40:59.9212179Z 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-05-15T23:40:59.9213326Z -- Downloading... done 2024-05-15T23:40:59.9213689Z -- extracting... 2024-05-15T23:40:59.9214851Z 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-05-15T23:40:59.9216423Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-05-15T23:40:59.9217249Z -- extracting... [tar xfz] 2024-05-15T23:40:59.9217648Z -- extracting... [analysis] 2024-05-15T23:40:59.9218047Z -- extracting... [rename] 2024-05-15T23:40:59.9218487Z -- extracting... [clean up] 2024-05-15T23:40:59.9218886Z -- extracting... done 2024-05-15T23:40:59.9219275Z [ 33%] No update step for 'fp16' 2024-05-15T23:40:59.9219732Z [ 44%] No patch step for 'fp16' 2024-05-15T23:40:59.9220178Z [ 55%] No configure step for 'fp16' 2024-05-15T23:40:59.9220627Z [ 66%] No build step for 'fp16' 2024-05-15T23:40:59.9221318Z [ 77%] No install step for 'fp16' 2024-05-15T23:40:59.9221764Z [ 88%] No test step for 'fp16' 2024-05-15T23:40:59.9222172Z [100%] Completed 'fp16' 2024-05-15T23:40:59.9222524Z [100%] Built target fp16 2024-05-15T23:40:59.9223473Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:40:59.9224560Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:40:59.9225124Z CMake. 2024-05-15T23:40:59.9225290Z 2024-05-15T23:40:59.9225600Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:40:59.9226364Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:40:59.9226823Z 2024-05-15T23:40:59.9226835Z 2024-05-15T23:40:59.9227848Z -- 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-05-15T23:41:08.1049887Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:41:08.1051213Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:41:08.1052100Z CMake. 2024-05-15T23:41:08.1052362Z 2024-05-15T23:41:08.1052838Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:41:08.1054070Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:41:08.1054780Z 2024-05-15T23:41:08.1054788Z 2024-05-15T23:41:08.1055154Z -- Configuring done (0.0s) 2024-05-15T23:41:08.1055757Z -- Generating done (0.0s) 2024-05-15T23:41:08.1057365Z -- 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-05-15T23:41:08.1059027Z [ 11%] Creating directories for 'psimd' 2024-05-15T23:41:08.1059897Z [ 22%] Performing download step (git clone) for 'psimd' 2024-05-15T23:41:08.1060772Z Cloning into 'psimd-source'... 2024-05-15T23:41:08.1061980Z Already on 'master' 2024-05-15T23:41:08.1062635Z Your branch is up to date with 'origin/master'. 2024-05-15T23:41:08.1063468Z [ 33%] Performing update step for 'psimd' 2024-05-15T23:41:08.1064210Z [ 44%] No patch step for 'psimd' 2024-05-15T23:41:08.1064898Z [ 55%] No configure step for 'psimd' 2024-05-15T23:41:08.1065591Z [ 66%] No build step for 'psimd' 2024-05-15T23:41:08.1066271Z [ 77%] No install step for 'psimd' 2024-05-15T23:41:08.1066952Z [ 88%] No test step for 'psimd' 2024-05-15T23:41:08.1067534Z [100%] Completed 'psimd' 2024-05-15T23:41:08.1068012Z [100%] Built target psimd 2024-05-15T23:41:08.1069506Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:41:08.1071619Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:41:08.1072497Z CMake. 2024-05-15T23:41:08.1072711Z 2024-05-15T23:41:08.1073121Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:41:08.1074277Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:41:08.1074948Z 2024-05-15T23:41:08.1074957Z 2024-05-15T23:41:08.1075242Z -- pybind11 v2.12.0 dev1 2024-05-15T23:41:08.1076368Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-05-15T23:41:08.1077833Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-05-15T23:41:08.1079195Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-05-15T23:41:08.1080403Z the cmake_policy command to set the policy and suppress this warning. 2024-05-15T23:41:08.1081117Z 2024-05-15T23:41:08.1081357Z Call Stack (most recent call first): 2024-05-15T23:41:08.1082361Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-05-15T23:41:08.1083602Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-05-15T23:41:08.1084653Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-05-15T23:41:08.1085749Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-05-15T23:41:08.1086463Z 2024-05-15T23:41:08.1087369Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-05-15T23:41:08.1088720Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-05-15T23:41:08.1089565Z -- Performing Test HAS_FLTO 2024-05-15T23:41:08.1090247Z -- Performing Test HAS_FLTO - Success 2024-05-15T23:41:08.1091465Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-05-15T23:41:08.1092783Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:41:08.1093696Z CMake. 2024-05-15T23:41:08.1093939Z 2024-05-15T23:41:08.1094417Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:41:08.1095994Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:41:08.1096734Z 2024-05-15T23:41:08.1096742Z 2024-05-15T23:41:08.1097422Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-05-15T23:41:08.1098919Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-05-15T23:41:08.1100141Z -- Setting GNU C compiler options with c11 and Posix 2024-05-15T23:41:08.1101503Z -- Disabling -pedantic for GCC >= 8.0 2024-05-15T23:41:08.1102641Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-05-15T23:41:08.1103690Z -- GCC_VERSION: 9 2024-05-15T23:41:08.1103996Z 2024-05-15T23:41:08.1105572Z -- 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-05-15T23:41:08.1107483Z -- Caffe2: CUDA detected: 12.1 2024-05-15T23:41:08.1108302Z -- Caffe2: CUDA nvcc is: /usr/local/cuda-12.1/bin/nvcc 2024-05-15T23:41:08.1109258Z -- Caffe2: CUDA toolkit directory: /usr/local/cuda-12.1 2024-05-15T23:41:08.1110118Z -- Caffe2: Header version is: 12.1 2024-05-15T23:41:08.1111053Z -- /usr/local/cuda-12.1/lib64/libnvrtc.so shorthash is b51b459d 2024-05-15T23:41:08.1112125Z -- USE_CUDNN is set to 0. Compiling without cuDNN support 2024-05-15T23:41:08.1113200Z -- USE_CUSPARSELT is set to 0. Compiling without cuSPARSELt support 2024-05-15T23:41:08.1114209Z -- Autodetected CUDA architecture(s): 8.6 2024-05-15T23:41:08.1115213Z -- Added CUDA NVCC flags for: -gencode;arch=compute_86,code=sm_86 2024-05-15T23:41:08.1116857Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:41:08.1118756Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:41:08.1119549Z Call Stack (most recent call first): 2024-05-15T23:41:08.1121061Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:41:08.1122430Z CMakeLists.txt:581 (find_package) 2024-05-15T23:41:08.1122878Z 2024-05-15T23:41:08.1122886Z 2024-05-15T23:41:08.1123079Z -- 2024-05-15T23:41:08.1123547Z -- ******** Summary ******** 2024-05-15T23:41:08.1124255Z -- CMAKE_BUILD_TYPE : Release 2024-05-15T23:41:08.1125031Z -- CMAKE_CXX_STANDARD : 17 2024-05-15T23:41:08.1125764Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-05-15T23:41:08.1126524Z -- CMAKE_TOOLCHAIN_FILE : 2024-05-15T23:41:08.1128654Z -- BUCK2 : /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-071372cfde6e9936c62eb92823742392af4a945570df5c5b34d3eed1b03813c3 2024-05-15T23:41:08.1130805Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-05-15T23:41:08.1131716Z -- FLATC_EXECUTABLE : flatc 2024-05-15T23:41:08.1132563Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-05-15T23:41:08.1133454Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-05-15T23:41:08.1134334Z -- EXECUTORCH_LOG_LEVEL : Info 2024-05-15T23:41:08.1135178Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-05-15T23:41:08.1136055Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-05-15T23:41:08.1136915Z -- EXECUTORCH_BUILD_COREML : OFF 2024-05-15T23:41:08.1137780Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-05-15T23:41:08.1138646Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-05-15T23:41:08.1139520Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-05-15T23:41:08.1140402Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-05-15T23:41:08.1141884Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-05-15T23:41:08.1142737Z -- EXECUTORCH_BUILD_FLATC : ON 2024-05-15T23:41:08.1143532Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-05-15T23:41:08.1144572Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-05-15T23:41:08.1145416Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-05-15T23:41:08.1146276Z -- EXECUTORCH_BUILD_MPS : OFF 2024-05-15T23:41:08.1147138Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-05-15T23:41:08.1147974Z -- EXECUTORCH_BUILD_QNN : OFF 2024-05-15T23:41:08.1148861Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-05-15T23:41:08.1149746Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-05-15T23:41:08.1150587Z -- EXECUTORCH_BUILD_SDK : OFF 2024-05-15T23:41:08.1151460Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-05-15T23:41:08.1152319Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-05-15T23:41:08.1153195Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-05-15T23:41:08.1154039Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-05-15T23:41:08.1154935Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-05-15T23:41:08.1155715Z -- Configuring done (16.1s) 2024-05-15T23:41:08.1156352Z -- Generating done (1.4s) 2024-05-15T23:41:08.1157831Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-05-15T23:41:08.1159203Z restored HOME 2024-05-15T23:41:08.1161141Z 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-05-15T23:41:08.1163540Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-05-15T23:41:08.1165160Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-05-15T23:41:08.1167147Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-05-15T23:41:08.1168849Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-05-15T23:41:08.1170553Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-05-15T23:41:08.1172244Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-05-15T23:41:08.1173910Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-05-15T23:41:08.1175589Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-05-15T23:41:08.1177274Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-05-15T23:41:08.1178926Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-05-15T23:41:08.1180598Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-05-15T23:41:08.1182865Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-05-15T23:41:08.1184524Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-05-15T23:41:08.1186205Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-05-15T23:41:08.1187937Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-05-15T23:41:08.1189684Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-05-15T23:41:08.1191387Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-05-15T23:41:08.1193051Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-05-15T23:41:08.1194812Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-05-15T23:41:08.1196584Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-05-15T23:41:18.0448354Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-05-15T23:41:18.0450285Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-05-15T23:41:18.0452024Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-05-15T23:41:18.0453664Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-05-15T23:41:18.0455309Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-05-15T23:41:18.0457087Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-05-15T23:41:18.0459002Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-05-15T23:41:18.0461649Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-05-15T23:41:18.0463428Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-05-15T23:41:18.0465258Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-05-15T23:41:18.0467164Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-05-15T23:41:18.0469094Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-05-15T23:41:18.0471044Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-05-15T23:41:18.0472985Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-05-15T23:41:18.0475361Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-05-15T23:41:18.0477319Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-05-15T23:41:18.0478555Z [100%] Linking CXX executable flatc 2024-05-15T23:41:18.0479167Z [100%] Built target flatc 2024-05-15T23:41:18.0480485Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-05-15T23:41:18.0482343Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-05-15T23:41:18.0483982Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-05-15T23:41:18.0485546Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-05-15T23:41:18.0487219Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-05-15T23:41:18.0488974Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-05-15T23:41:18.0490620Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-05-15T23:41:18.0492318Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/cmetrohash64.c.o 2024-05-15T23:41:18.0494191Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-05-15T23:41:18.0496080Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-05-15T23:41:18.0497867Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-05-15T23:41:18.0499783Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-05-15T23:41:18.0502653Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-05-15T23:41:18.0504971Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-05-15T23:41:18.0506291Z [ 0%] Built target microkernel-utils 2024-05-15T23:41:18.0507706Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-05-15T23:41:18.0509441Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-05-15T23:41:18.0511260Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-05-15T23:41:18.0512454Z [ 10%] Built target flatc 2024-05-15T23:41:18.0513017Z [ 10%] Generating common_schema headers 2024-05-15T23:41:18.0514321Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-05-15T23:41:18.0515554Z [ 10%] Built target common_schema 2024-05-15T23:41:18.0516875Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-05-15T23:41:18.0518682Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-05-15T23:41:18.0519827Z [ 20%] Generating xnnpack_schema headers 2024-05-15T23:41:18.0521176Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-05-15T23:41:18.0522378Z [ 20%] Built target xnnpack_schema 2024-05-15T23:41:18.0523694Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-05-15T23:41:18.0524970Z [ 20%] Generating bundled_program headers 2024-05-15T23:41:18.0526180Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-05-15T23:41:18.0527321Z [ 20%] Built target bundled_program_schema 2024-05-15T23:41:18.0528450Z [ 20%] Generating program_schema headers 2024-05-15T23:41:18.0529797Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-05-15T23:41:18.0530983Z [ 20%] Built target program_schema 2024-05-15T23:41:18.0532128Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-05-15T23:41:18.0533782Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-05-15T23:41:18.0535410Z [ 20%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-05-15T23:41:18.0537138Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-05-15T23:41:18.0538701Z [ 20%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-05-15T23:41:18.0540516Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-05-15T23:41:18.0543003Z [ 20%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-05-15T23:41:18.0544958Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-05-15T23:41:18.0546721Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-05-15T23:41:18.0548396Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-05-15T23:41:18.0550094Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-05-15T23:41:18.0551937Z [ 20%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-05-15T23:41:18.0553882Z [ 20%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-05-15T23:41:18.0555805Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-05-15T23:41:18.0558106Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-05-15T23:41:18.0560632Z [ 20%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-05-15T23:41:18.0562435Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-05-15T23:41:18.0564096Z [ 20%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-05-15T23:41:18.0565880Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-05-15T23:41:18.0567647Z [ 20%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-05-15T23:41:18.0569649Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-05-15T23:41:18.0571775Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-05-15T23:41:18.0573826Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-05-15T23:41:18.0575796Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-05-15T23:41:18.0577441Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:41:18.0579130Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-05-15T23:41:18.0581931Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-05-15T23:41:18.0583729Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-05-15T23:41:18.0585730Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:41:18.0587466Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-05-15T23:41:18.0589224Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-05-15T23:41:18.0591034Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-05-15T23:41:18.0592831Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-05-15T23:41:20.2677635Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-05-15T23:41:20.2679182Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-05-15T23:41:20.2680508Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:41:20.2681895Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:41:20.2683358Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:41:20.2684406Z [ 30%] Linking C static library libcpuinfo.a 2024-05-15T23:41:20.2684966Z [ 30%] Built target cpuinfo 2024-05-15T23:41:20.2685836Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-05-15T23:41:20.2687241Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-05-15T23:41:20.2688666Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-05-15T23:41:20.2690159Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-05-15T23:41:20.2691653Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-05-15T23:41:20.2693571Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-05-15T23:41:20.2694891Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-05-15T23:41:20.2696110Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-05-15T23:41:20.2697344Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-05-15T23:41:20.2698664Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-05-15T23:41:20.2699607Z [ 30%] Linking C static library libpthreadpool.a 2024-05-15T23:41:20.2700558Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-05-15T23:41:20.2702110Z [ 30%] Built target pthreadpool 2024-05-15T23:41:20.2703038Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/target/Posix.cpp.o 2024-05-15T23:41:20.2704357Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-05-15T23:41:20.2705721Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-05-15T23:41:20.2707185Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-05-15T23:41:20.2708652Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-05-15T23:41:20.2710107Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-05-15T23:41:20.2711586Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-05-15T23:41:20.2713120Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-05-15T23:41:20.2715004Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-05-15T23:41:20.2716573Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-05-15T23:41:20.2718113Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-05-15T23:41:20.2719630Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-05-15T23:41:20.2720586Z [ 30%] Built target allocator 2024-05-15T23:41:20.2721731Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-05-15T23:41:20.2723380Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-05-15T23:41:20.2725035Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-05-15T23:41:20.2726702Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-05-15T23:41:20.2728270Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-05-15T23:41:20.2729853Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-05-15T23:41:20.2731417Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-05-15T23:41:20.2733023Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-05-15T23:41:20.2734569Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-05-15T23:41:20.2735488Z [ 30%] Built target logging 2024-05-15T23:41:20.2736560Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-05-15T23:41:20.2738323Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-05-15T23:41:20.2740372Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-05-15T23:41:20.2742427Z [ 40%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-05-15T23:41:20.2743468Z [ 40%] Built target flatccrt 2024-05-15T23:41:20.2744505Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-05-15T23:41:20.2746126Z [ 40%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-05-15T23:41:20.2747758Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-05-15T23:41:20.2749308Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-05-15T23:41:20.2750866Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-05-15T23:41:20.2752470Z [ 50%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-05-15T23:41:20.2754189Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-05-15T23:41:20.2755946Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-05-15T23:41:20.2757553Z [ 50%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-05-15T23:41:20.2758683Z [ 50%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:41:20.2759403Z [ 50%] Built target executorch_no_prim_ops 2024-05-15T23:41:20.2760668Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-05-15T23:41:20.2762754Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-05-15T23:41:20.2764361Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-05-15T23:41:20.2765845Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-05-15T23:41:20.2766810Z [ 50%] Built target normalization 2024-05-15T23:41:20.2767336Z [ 50%] Built target indirection 2024-05-15T23:41:20.2768326Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-05-15T23:41:20.2769902Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-05-15T23:41:20.2771557Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-05-15T23:41:20.2772547Z [ 50%] Built target mutex 2024-05-15T23:41:20.2773026Z [ 50%] Built target memory 2024-05-15T23:41:20.2774110Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-05-15T23:41:20.2775517Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-05-15T23:41:20.2776472Z [ 50%] Built target operator-utils 2024-05-15T23:41:20.2777712Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-05-15T23:41:20.2778932Z [ 50%] Built target post-operation 2024-05-15T23:41:20.2780198Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-05-15T23:41:20.2782313Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-05-15T23:41:20.2783515Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-05-15T23:41:20.2784440Z [ 50%] Built target hardware-config 2024-05-15T23:41:20.2785343Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-05-15T23:41:20.2787181Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-05-15T23:41:20.2788197Z [ 50%] Built target flatcc 2024-05-15T23:41:20.2789135Z [ 50%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-05-15T23:41:20.2790033Z [ 50%] Built target cache 2024-05-15T23:41:20.2791193Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-05-15T23:41:20.2792843Z [ 50%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-05-15T23:41:20.2793811Z [ 50%] Built target flatcc_cli 2024-05-15T23:41:20.2794307Z [ 50%] Generating etdump headers 2024-05-15T23:41:20.2794831Z [ 50%] Built target etdump_schema 2024-05-15T23:41:20.2796068Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-05-15T23:41:20.2797178Z [ 50%] Built target jit 2024-05-15T23:41:20.2798345Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-05-15T23:41:26.2860161Z [ 50%] Built target operator-run 2024-05-15T23:41:26.2862002Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-05-15T23:41:26.2864391Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-05-15T23:41:26.2866581Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-05-15T23:41:26.2868004Z [ 60%] Built target microparams-init 2024-05-15T23:41:26.2869414Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-05-15T23:41:26.2872348Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-05-15T23:41:26.2873816Z [ 60%] Linking CXX static library libexecutorch.a 2024-05-15T23:41:26.2874562Z [ 60%] Built target executorch 2024-05-15T23:41:26.2875562Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:41:26.2877468Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-05-15T23:41:26.2879639Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-05-15T23:41:26.2881910Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-05-15T23:41:26.2883642Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-05-15T23:41:26.2885607Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-05-15T23:41:26.2887024Z [ 60%] Built target packing 2024-05-15T23:41:26.2888159Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-05-15T23:41:26.2889792Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-05-15T23:41:26.2891251Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-05-15T23:41:26.2893286Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-05-15T23:41:26.2895642Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-05-15T23:41:26.2897797Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-05-15T23:41:26.2900420Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-05-15T23:41:26.2903741Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-05-15T23:41:26.2905720Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-05-15T23:41:26.2908080Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-05-15T23:41:26.2910323Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-05-15T23:41:26.2912669Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-05-15T23:41:26.2915028Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-05-15T23:41:26.2917441Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-05-15T23:41:26.2919802Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-05-15T23:41:26.2922188Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-05-15T23:41:26.2924289Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-05-15T23:41:26.2926511Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-05-15T23:41:26.2928298Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:41:26.2930697Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-05-15T23:41:26.2933009Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-05-15T23:41:26.2934883Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-05-15T23:41:26.2936230Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-05-15T23:41:26.2937928Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-05-15T23:41:26.2939736Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:41:26.2942264Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-05-15T23:41:26.2944091Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-05-15T23:41:26.2945778Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-05-15T23:41:26.2947467Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-05-15T23:41:26.2949467Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-05-15T23:41:26.2951650Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-05-15T23:41:26.2954593Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-05-15T23:41:26.2957281Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-05-15T23:41:26.2959197Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-05-15T23:41:26.2961348Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-05-15T23:41:26.2963062Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-05-15T23:41:26.2966370Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-05-15T23:41:26.2968391Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-05-15T23:41:26.2969711Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-05-15T23:41:26.2970983Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-05-15T23:41:26.2972116Z [ 60%] Built target extension_data_loader 2024-05-15T23:41:26.2973058Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-05-15T23:41:26.2974995Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-05-15T23:41:26.2977066Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-05-15T23:41:26.2979195Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-05-15T23:41:26.2981881Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-05-15T23:41:26.2983695Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-05-15T23:41:26.2985978Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-05-15T23:41:26.2987661Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-05-15T23:41:26.2990063Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-05-15T23:41:26.2992042Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-05-15T23:41:26.2993364Z [ 60%] Built target microkernels-prod 2024-05-15T23:41:26.2994537Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-05-15T23:41:26.2997535Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-05-15T23:41:26.2999411Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-05-15T23:41:26.3001425Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-05-15T23:41:26.3003068Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-05-15T23:41:26.3004740Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-05-15T23:41:26.3007034Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-05-15T23:41:26.3009381Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-05-15T23:41:26.3011485Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-05-15T23:41:30.5739550Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-05-15T23:41:30.5743603Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-05-15T23:41:30.5744982Z [ 60%] Linking CXX static library libetdump.a 2024-05-15T23:41:30.5745721Z [ 60%] Built target etdump 2024-05-15T23:41:30.5747555Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-05-15T23:41:30.5749368Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-05-15T23:41:30.5750883Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-05-15T23:41:30.5752271Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-05-15T23:41:30.5753448Z [ 60%] Linking CXX static library libbundled_program.a 2024-05-15T23:41:30.5754188Z [ 60%] Built target bundled_program 2024-05-15T23:41:30.5755240Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-05-15T23:41:30.5756893Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-05-15T23:41:30.5758216Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-05-15T23:41:30.5759035Z [ 60%] Built target quantized_kernels 2024-05-15T23:41:30.5759913Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-05-15T23:41:30.5761168Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-05-15T23:41:30.5762283Z [ 60%] Generating code for kernel registration 2024-05-15T23:41:30.5762977Z [ 60%] Built target operators 2024-05-15T23:41:30.5764298Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-05-15T23:41:30.5766200Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-05-15T23:41:30.5767847Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-05-15T23:41:30.5769574Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-05-15T23:41:30.5771622Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-05-15T23:41:30.5773116Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-05-15T23:41:30.5774692Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-05-15T23:41:30.5776550Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-05-15T23:41:30.5778473Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-05-15T23:41:30.5780279Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-05-15T23:41:30.5782699Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-05-15T23:41:30.5784723Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-05-15T23:41:30.5786962Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-05-15T23:41:30.5789223Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-05-15T23:41:30.5791319Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-05-15T23:41:30.5793133Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-05-15T23:41:30.5794971Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-05-15T23:41:30.5796920Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-05-15T23:41:30.5799033Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-05-15T23:41:30.5801095Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-05-15T23:41:30.5803486Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-05-15T23:41:30.5805510Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-05-15T23:41:30.5807586Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-05-15T23:41:30.5809816Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-05-15T23:41:30.5812076Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:41:30.5814437Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-05-15T23:41:30.5816327Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-05-15T23:41:30.5818115Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-05-15T23:41:30.5819835Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-05-15T23:41:30.5822191Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-05-15T23:41:30.5823466Z [ 70%] Linking CXX static library libutil.a 2024-05-15T23:41:30.5824122Z [ 70%] Built target util 2024-05-15T23:41:30.5825432Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-05-15T23:41:30.5827418Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-05-15T23:41:30.5829406Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-05-15T23:41:30.5830931Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-05-15T23:41:30.5832932Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-05-15T23:41:30.5835127Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-05-15T23:41:30.5837002Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-05-15T23:41:30.5839086Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-05-15T23:41:30.5840611Z [ 70%] Linking CXX static library libquantized_ops_lib.a 2024-05-15T23:41:30.5841384Z [ 70%] Built target quantized_ops_lib 2024-05-15T23:41:30.5842888Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-05-15T23:41:30.5844474Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-05-15T23:41:30.5845981Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-05-15T23:41:30.5847866Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-05-15T23:41:30.5849962Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-05-15T23:41:30.5852071Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-05-15T23:41:30.5854113Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-05-15T23:41:30.5856119Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-05-15T23:41:30.5858377Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-05-15T23:41:30.5860091Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-05-15T23:41:30.5862302Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-05-15T23:41:30.5864243Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-05-15T23:41:30.5866192Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-05-15T23:41:30.5868027Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-05-15T23:41:30.5870270Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-05-15T23:41:30.5872276Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-05-15T23:41:30.5874145Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-05-15T23:41:30.5876125Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-05-15T23:41:30.5877835Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-05-15T23:41:30.5879810Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-05-15T23:41:30.5881615Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-05-15T23:41:30.5883499Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-05-15T23:41:35.9095447Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-05-15T23:41:35.9097505Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-05-15T23:41:35.9099690Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-05-15T23:41:35.9103091Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-05-15T23:41:35.9104683Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-05-15T23:41:35.9106482Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-05-15T23:41:35.9108223Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-05-15T23:41:35.9110126Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-05-15T23:41:35.9112094Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-05-15T23:41:35.9114010Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-05-15T23:41:35.9116003Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-05-15T23:41:35.9117857Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-05-15T23:41:35.9119665Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-05-15T23:41:35.9121534Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-05-15T23:41:35.9123368Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-05-15T23:41:35.9125417Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-05-15T23:41:35.9127055Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-05-15T23:41:35.9128169Z [ 70%] Built target subgraph 2024-05-15T23:41:35.9129506Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-05-15T23:41:35.9131471Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-05-15T23:41:35.9133542Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-05-15T23:41:35.9135602Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-05-15T23:41:35.9137628Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-05-15T23:41:35.9139663Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-05-15T23:41:35.9142270Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-05-15T23:41:35.9143976Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-05-15T23:41:35.9145818Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-05-15T23:41:35.9147858Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-05-15T23:41:35.9149884Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-05-15T23:41:35.9152220Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-05-15T23:41:35.9154251Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-05-15T23:41:35.9156317Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-05-15T23:41:35.9158333Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-05-15T23:41:35.9160331Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-05-15T23:41:35.9162051Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-05-15T23:41:35.9163915Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-05-15T23:41:35.9165911Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-05-15T23:41:35.9168036Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-05-15T23:41:35.9170153Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-05-15T23:41:35.9172095Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-05-15T23:41:35.9174018Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-05-15T23:41:35.9175661Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-05-15T23:41:35.9177493Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-05-15T23:41:35.9179610Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-05-15T23:41:35.9182170Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-05-15T23:41:35.9183636Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-05-15T23:41:35.9185299Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-05-15T23:41:35.9187271Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-05-15T23:41:35.9189284Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-05-15T23:41:35.9190961Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-05-15T23:41:35.9192757Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-05-15T23:41:35.9194767Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-05-15T23:41:35.9196758Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-05-15T23:41:35.9198475Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-05-15T23:41:35.9200185Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-05-15T23:41:35.9201869Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-05-15T23:41:35.9202988Z [ 80%] Linking CXX static library libXNNPACK.a 2024-05-15T23:41:35.9203656Z [ 80%] Built target XNNPACK 2024-05-15T23:41:35.9204730Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-05-15T23:41:35.9206694Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-05-15T23:41:35.9208269Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-05-15T23:41:35.9209798Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-05-15T23:41:35.9211382Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-05-15T23:41:35.9213050Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-05-15T23:41:35.9214679Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-05-15T23:41:35.9216367Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-05-15T23:41:35.9217993Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-05-15T23:41:35.9219562Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-05-15T23:41:35.9221719Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-05-15T23:41:35.9223270Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-05-15T23:41:35.9224798Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-05-15T23:41:35.9226371Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-05-15T23:41:35.9228006Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-05-15T23:41:35.9229587Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-05-15T23:41:35.9230749Z [ 80%] Linking CXX static library libxnnpack_backend.a 2024-05-15T23:41:35.9231515Z [ 80%] Built target xnnpack_backend 2024-05-15T23:41:35.9232916Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-05-15T23:42:03.3796162Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-05-15T23:42:03.3797630Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-05-15T23:42:03.3799127Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-05-15T23:42:03.3800617Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-05-15T23:42:03.3903206Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-05-15T23:42:03.3904877Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-05-15T23:42:03.3906477Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-05-15T23:42:03.3907958Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-05-15T23:42:03.3909456Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-05-15T23:42:03.3911051Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-05-15T23:42:03.3912675Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-05-15T23:42:03.3914337Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-05-15T23:42:03.3915935Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-05-15T23:42:03.3917516Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-05-15T23:42:03.3919490Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-05-15T23:42:03.3921145Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-05-15T23:42:03.3989800Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-05-15T23:42:03.3991468Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-05-15T23:42:03.3993140Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-05-15T23:42:03.3994772Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-05-15T23:42:03.3996435Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-05-15T23:42:03.3998018Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-05-15T23:42:03.3999528Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-05-15T23:42:03.4001176Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-05-15T23:42:03.4002684Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-05-15T23:42:03.4004224Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-05-15T23:42:03.4122110Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-05-15T23:42:03.4123594Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-05-15T23:42:03.4124675Z [ 80%] Linking CXX static library libeigen_blas.a 2024-05-15T23:42:03.4125329Z [ 80%] Built target eigen_blas 2024-05-15T23:42:03.4126279Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-05-15T23:42:03.4127708Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-05-15T23:42:03.4129658Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-05-15T23:42:03.4131057Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-05-15T23:42:03.4132525Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-05-15T23:42:03.4134098Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-05-15T23:42:03.4135678Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-05-15T23:42:03.4137121Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-05-15T23:42:03.4138447Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-05-15T23:42:03.4196770Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-05-15T23:42:03.4198411Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-05-15T23:42:03.4200081Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-05-15T23:42:03.4201807Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-05-15T23:42:03.4203274Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-05-15T23:42:03.4204751Z [ 90%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-05-15T23:42:03.4206156Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-05-15T23:42:03.4207280Z [ 90%] Linking CXX static library libcpublas.a 2024-05-15T23:42:03.4208406Z [ 90%] Built target cpublas 2024-05-15T23:42:03.4209449Z [ 90%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-05-15T23:42:03.4211364Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-05-15T23:42:03.4213962Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:420:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-05-15T23:42:03.4215817Z 420 | [scaling_factor](Vec x, Vec y) { 2024-05-15T23:42:03.4216479Z | ^ 2024-05-15T23:42:03.4217818Z [ 90%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-05-15T23:42:03.4219639Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-05-15T23:42:03.4221544Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-05-15T23:42:03.4222640Z [ 90%] Linking CXX static library libcustom_ops.a 2024-05-15T23:42:03.4223302Z [ 90%] Built target custom_ops 2024-05-15T23:42:03.4224422Z [ 90%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-05-15T23:42:03.4226125Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-05-15T23:42:03.4227757Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-05-15T23:42:03.4229420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-05-15T23:42:03.4231052Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-05-15T23:42:03.4232545Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-05-15T23:42:03.4234018Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-05-15T23:42:03.4236022Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-05-15T23:42:03.4237866Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-05-15T23:42:03.4239612Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-05-15T23:42:03.4241332Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-05-15T23:42:03.4242865Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-05-15T23:42:03.4244424Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-05-15T23:42:03.4245925Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-05-15T23:42:03.4247540Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-05-15T23:42:03.4249237Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-05-15T23:42:03.4250938Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-05-15T23:42:03.4252528Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-05-15T23:42:03.4254034Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-05-15T23:42:03.4255549Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-05-15T23:42:03.4257019Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-05-15T23:42:03.4258490Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-05-15T23:42:03.4260412Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-05-15T23:42:03.4262694Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-05-15T23:42:03.4264335Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-05-15T23:42:03.4265849Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-05-15T23:42:03.4267521Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-05-15T23:44:52.3432320Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-05-15T23:44:52.3433930Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-05-15T23:44:52.3440729Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-05-15T23:44:52.3442136Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-05-15T23:44:52.3443572Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-05-15T23:44:52.3444991Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-05-15T23:44:52.3446407Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-05-15T23:44:52.3447828Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-05-15T23:44:52.3449283Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-05-15T23:44:52.3450715Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-05-15T23:44:52.3531488Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-05-15T23:44:52.3540802Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-05-15T23:44:52.3542805Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-05-15T23:44:52.3544531Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-05-15T23:44:52.3546198Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-05-15T23:44:52.3547807Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-05-15T23:44:52.3549420Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-05-15T23:44:52.3550983Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-05-15T23:44:52.3552940Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-05-15T23:44:52.3554794Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-05-15T23:44:52.3556659Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-05-15T23:44:52.3558658Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-05-15T23:44:52.3560618Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-05-15T23:44:52.3562465Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-05-15T23:44:52.3564198Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-05-15T23:44:52.3565975Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-05-15T23:44:52.3568062Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-05-15T23:44:52.3569796Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-05-15T23:44:52.3571536Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-05-15T23:44:52.3573866Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-05-15T23:44:52.3575697Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-05-15T23:44:52.3577501Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-05-15T23:44:52.3579261Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-05-15T23:44:52.3581940Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-05-15T23:44:52.3583730Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-05-15T23:44:52.3585114Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-05-15T23:44:52.3585955Z [100%] Built target custom_ops_aot_lib 2024-05-15T23:44:52.3586749Z [100%] Linking CXX static library libportable_kernels.a 2024-05-15T23:44:52.3587551Z [100%] Built target portable_kernels 2024-05-15T23:44:52.3588384Z [100%] Generating selected_operators.yaml for portable_ops_lib 2024-05-15T23:44:52.3589290Z [100%] Generating code for kernel registration 2024-05-15T23:44:52.3590898Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:44:52.3592594Z [100%] Linking CXX static library libportable_ops_lib.a 2024-05-15T23:44:52.3593403Z [100%] Built target portable_ops_lib 2024-05-15T23:44:52.3594459Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-05-15T23:44:52.3596413Z [100%] Linking CXX shared module _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-05-15T23:44:52.3609360Z [100%] Built target portable_lib 2024-05-15T23:44:52.3610110Z [ 0%] Built target microkernel-utils 2024-05-15T23:44:52.3610758Z [ 0%] Built target pthreadpool 2024-05-15T23:44:52.3611326Z [ 16%] Built target cpuinfo 2024-05-15T23:44:52.3611904Z [ 16%] Built target allocator 2024-05-15T23:44:52.3612444Z [ 16%] Built target logging 2024-05-15T23:44:52.3613019Z [ 16%] Built target microparams-init 2024-05-15T23:44:52.3613457Z [ 16%] Built target normalization 2024-05-15T23:44:52.3613856Z [ 16%] Built target indirection 2024-05-15T23:44:52.3614248Z [ 16%] Built target packing 2024-05-15T23:44:52.3614620Z [ 33%] Built target eigen_blas 2024-05-15T23:44:52.3614996Z [ 50%] Built target flatc 2024-05-15T23:44:52.3707222Z [ 50%] Built target hardware-config 2024-05-15T23:44:52.3707835Z [ 50%] Built target post-operation 2024-05-15T23:44:52.3708316Z [ 50%] Built target operator-run 2024-05-15T23:44:52.3708791Z [ 50%] Built target operator-utils 2024-05-15T23:44:52.3709213Z [ 50%] Built target mutex 2024-05-15T23:44:52.3709586Z [ 50%] Built target memory 2024-05-15T23:44:52.3710012Z [ 66%] Built target microkernels-prod 2024-05-15T23:44:52.3710441Z [ 66%] Built target jit 2024-05-15T23:44:52.3710837Z [ 66%] Generating common_schema headers 2024-05-15T23:44:52.3711288Z [ 83%] Built target xnnpack_schema 2024-05-15T23:44:52.3711707Z [ 83%] Built target cache 2024-05-15T23:44:52.3712092Z [ 83%] Built target common_schema 2024-05-15T23:44:52.3712524Z [ 83%] Generating program_schema headers 2024-05-15T23:44:52.3712978Z [ 83%] Built target operators 2024-05-15T23:44:52.3713387Z [ 83%] Built target program_schema 2024-05-15T23:44:52.3713806Z [100%] Built target subgraph 2024-05-15T23:44:52.3714824Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:44:52.3715865Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:44:52.3716939Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:44:52.3718031Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:44:52.3719203Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:44:52.3720064Z [100%] Built target XNNPACK 2024-05-15T23:44:52.3720687Z [100%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:44:52.3721426Z [100%] Built target executorch_no_prim_ops 2024-05-15T23:44:52.3722018Z [100%] Built target cpublas 2024-05-15T23:44:52.3722563Z [100%] Built target xnnpack_backend 2024-05-15T23:44:52.3723179Z [100%] Built target custom_ops 2024-05-15T23:44:52.3723824Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-05-15T23:44:52.3724537Z [100%] Built target custom_ops_aot_lib 2024-05-15T23:44:52.3725239Z [ 0%] Built target microkernel-utils 2024-05-15T23:44:52.3726364Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-05-15T23:44:52.3727983Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-05-15T23:44:52.3729418Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-05-15T23:44:52.3730932Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-05-15T23:44:52.3732294Z [ 0%] Built target pthreadpool 2024-05-15T23:44:52.3733139Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-05-15T23:44:52.3734355Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-05-15T23:44:52.3735770Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-05-15T23:44:52.3737004Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-05-15T23:44:52.3738226Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-05-15T23:44:52.3739001Z [ 2%] Built target flatccrt 2024-05-15T23:44:52.3739376Z [ 2%] Built target cpuinfo 2024-05-15T23:44:52.3740224Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-05-15T23:44:52.3741412Z [ 2%] Built target flatcc 2024-05-15T23:44:52.3741784Z [ 3%] Built target eigen_blas 2024-05-15T23:44:52.3742299Z [ 3%] Built target logging 2024-05-15T23:44:52.3743447Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-05-15T23:44:52.3744522Z [ 3%] Built target allocator 2024-05-15T23:44:52.3745675Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-05-15T23:44:52.3747450Z [ 3%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-05-15T23:44:52.3748527Z [ 4%] Built target flatc 2024-05-15T23:44:52.3749016Z [ 4%] Built target indirection 2024-05-15T23:44:52.3750270Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-05-15T23:44:52.3752013Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-05-15T23:44:53.2789148Z [ 4%] Built target normalization 2024-05-15T23:44:53.2790478Z [ 4%] Built target microparams-init 2024-05-15T23:44:53.2791118Z [ 4%] Built target packing 2024-05-15T23:44:53.2792409Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-05-15T23:44:53.2793790Z [ 5%] Built target microkernels-prod 2024-05-15T23:44:53.2795293Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-05-15T23:44:53.2796604Z [ 5%] Built target memory 2024-05-15T23:44:53.2797152Z [ 5%] Built target mutex 2024-05-15T23:44:53.2797755Z [ 5%] Built target operator-utils 2024-05-15T23:44:53.2799237Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-05-15T23:44:53.2800689Z [ 5%] Built target operator-run 2024-05-15T23:44:53.2801921Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-05-15T23:44:53.2803200Z [ 6%] Built target xnnpack_schema 2024-05-15T23:44:53.2804696Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-05-15T23:44:53.2806003Z [ 6%] Built target flatcc_cli 2024-05-15T23:44:53.2806664Z [ 6%] Built target bundled_program_schema 2024-05-15T23:44:53.2808194Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-05-15T23:44:53.2809648Z [ 6%] Built target post-operation 2024-05-15T23:44:53.2810329Z [ 6%] Generating common_schema headers 2024-05-15T23:44:53.2810983Z [ 6%] Built target common_schema 2024-05-15T23:44:53.2811593Z [ 6%] Built target jit 2024-05-15T23:44:53.2812905Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-05-15T23:44:53.2814966Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-05-15T23:44:53.2817120Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-05-15T23:44:53.2818909Z [ 6%] Built target hardware-config 2024-05-15T23:44:53.2819581Z [ 6%] Built target cache 2024-05-15T23:44:53.2820159Z [ 6%] Built target etdump_schema 2024-05-15T23:44:53.2821396Z [ 6%] Generating program_schema headers 2024-05-15T23:44:53.2822097Z [ 6%] Built target operators 2024-05-15T23:44:53.2822707Z [ 6%] Built target program_schema 2024-05-15T23:44:53.2823364Z [ 7%] Built target subgraph 2024-05-15T23:44:53.2823951Z [ 7%] Built target XNNPACK 2024-05-15T23:44:53.2824994Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:44:53.2826679Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:44:53.2828313Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:44:53.2830024Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:44:53.2831901Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:44:53.2833290Z [ 7%] Linking C static library libcpuinfo_internals.a 2024-05-15T23:44:53.2834102Z [ 7%] Built target cpuinfo_internals 2024-05-15T23:44:53.2834946Z [ 7%] Built target convolution-test-helpers 2024-05-15T23:44:53.2836703Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-05-15T23:44:53.2839341Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-05-15T23:44:53.2841993Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-05-15T23:44:53.2844972Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-05-15T23:44:53.2847659Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-05-15T23:44:53.2850213Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-05-15T23:44:53.2852755Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-05-15T23:44:53.2855321Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-05-15T23:44:53.2859623Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-05-15T23:44:53.2862754Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-05-15T23:44:53.2865573Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-05-15T23:44:53.2868343Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-05-15T23:44:53.2871083Z [ 7%] 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-05-15T23:44:53.2873756Z [ 7%] 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-05-15T23:44:53.2876358Z [ 7%] 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-05-15T23:44:53.2879291Z [ 7%] 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-05-15T23:44:53.2882033Z [ 7%] 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-05-15T23:44:53.2884829Z [ 7%] 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-05-15T23:44:53.2887629Z [ 7%] 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-05-15T23:44:53.2890366Z [ 7%] 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-05-15T23:44:53.2893181Z [ 7%] 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-05-15T23:44:53.2896015Z [ 7%] 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-05-15T23:44:53.2898792Z [ 7%] 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-05-15T23:44:53.2901756Z [ 7%] 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-05-15T23:44:53.2903961Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-05-15T23:44:53.2906208Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-05-15T23:44:53.2908766Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-05-15T23:44:53.2911085Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-05-15T23:44:53.2913540Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-05-15T23:44:53.2915698Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-05-15T23:44:53.2917906Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-05-15T23:44:53.2920300Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-05-15T23:44:53.2922775Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-05-15T23:44:53.2925038Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-05-15T23:44:53.2927331Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-05-15T23:44:53.2929689Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-05-15T23:44:53.2931927Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-05-15T23:44:53.2934203Z [ 7%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-05-15T23:44:53.2936674Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-05-15T23:44:53.7408155Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-05-15T23:44:53.7412154Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-05-15T23:44:53.7415783Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:44:53.7418771Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-05-15T23:44:53.7422871Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-05-15T23:44:53.7426109Z [ 8%] 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-05-15T23:44:53.7429074Z [ 8%] 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-05-15T23:44:53.7432820Z [ 8%] 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-05-15T23:44:53.7435868Z [ 8%] 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-05-15T23:44:53.7438907Z [ 8%] 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-05-15T23:44:53.7442429Z [ 8%] 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-05-15T23:44:53.7445907Z [ 8%] 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-05-15T23:44:53.7449109Z [ 8%] 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-05-15T23:44:53.7452219Z [ 8%] 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-05-15T23:44:53.7455350Z [ 8%] 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-05-15T23:44:53.7458480Z [ 8%] 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-05-15T23:44:53.7461892Z [ 8%] 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-05-15T23:44:53.7465015Z [ 8%] 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-05-15T23:44:53.7468214Z [ 8%] 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-05-15T23:44:53.7471768Z [ 8%] 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-05-15T23:44:53.7474880Z [ 8%] 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-05-15T23:44:53.7478075Z [ 8%] 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-05-15T23:44:53.7481285Z [ 8%] 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-05-15T23:44:53.7484485Z [ 8%] 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-05-15T23:44:53.7487664Z [ 8%] 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-05-15T23:44:53.7490803Z [ 8%] 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-05-15T23:44:53.7493984Z [ 8%] 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-05-15T23:44:53.7497169Z [ 8%] 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-05-15T23:44:53.7500368Z [ 8%] 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-05-15T23:44:53.7503858Z [ 8%] 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-05-15T23:44:53.7506983Z [ 8%] 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-05-15T23:44:53.7510383Z [ 8%] 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-05-15T23:44:53.7513568Z [ 8%] 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-05-15T23:44:53.7516729Z [ 8%] 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-05-15T23:44:53.7519873Z [ 8%] 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-05-15T23:44:53.7523010Z [ 8%] 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-05-15T23:44:53.7526824Z [ 8%] 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-05-15T23:44:53.7531153Z [ 8%] 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-05-15T23:44:53.7535191Z [ 8%] 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-05-15T23:44:53.7538835Z [ 8%] 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-05-15T23:44:53.7543155Z [ 8%] 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-05-15T23:44:53.7547976Z [ 8%] 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-05-15T23:44:53.7552313Z [ 8%] 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-05-15T23:44:53.7556756Z [ 8%] 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-05-15T23:44:53.7561021Z [ 8%] 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-05-15T23:44:53.7565342Z [ 8%] 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-05-15T23:44:53.7569520Z [ 8%] 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-05-15T23:44:53.7573385Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-05-15T23:44:53.7576802Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-05-15T23:44:53.7579868Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-05-15T23:44:54.2047198Z [ 8%] 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-05-15T23:44:54.2049857Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-05-15T23:44:54.2052944Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-05-15T23:44:54.2055520Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-05-15T23:44:54.2058253Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-05-15T23:44:54.2061551Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-05-15T23:44:54.2064363Z [ 9%] 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-05-15T23:44:54.2067206Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-05-15T23:44:54.2069998Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-05-15T23:44:54.2072432Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-05-15T23:44:54.2075187Z [ 9%] 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-05-15T23:44:54.2077827Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-05-15T23:44:54.2080304Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-05-15T23:44:54.2082822Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-05-15T23:44:54.2085577Z [ 9%] 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-05-15T23:44:54.2088178Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-05-15T23:44:54.2090818Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-05-15T23:44:54.2093413Z [ 9%] 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-05-15T23:44:54.2096038Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-05-15T23:44:54.2098401Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-05-15T23:44:54.2100971Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-05-15T23:44:54.2103682Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-05-15T23:44:54.2106405Z [ 9%] 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-05-15T23:44:54.2109291Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-05-15T23:44:54.2112136Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-05-15T23:44:54.2115152Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-05-15T23:44:54.2118076Z [ 9%] 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-05-15T23:44:54.2120015Z [ 9%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:44:54.2122053Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-05-15T23:44:54.2124757Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-05-15T23:44:54.2127337Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-05-15T23:44:54.2129070Z [ 9%] Built target executorch_no_prim_ops 2024-05-15T23:44:54.2131064Z [ 9%] 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-05-15T23:44:54.2133861Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-05-15T23:44:54.2135573Z [ 9%] Built target executorch 2024-05-15T23:44:54.2137363Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-05-15T23:44:54.2139038Z [ 9%] Built target cpublas 2024-05-15T23:44:54.2139631Z [ 9%] Built target xnnpack_backend 2024-05-15T23:44:54.2141716Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-05-15T23:44:54.2143417Z [ 9%] Built target quantized_kernels 2024-05-15T23:44:54.2145490Z [ 9%] 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-05-15T23:44:54.2148199Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-05-15T23:44:54.2149766Z [ 9%] Built target extension_data_loader 2024-05-15T23:44:54.2151512Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-05-15T23:44:54.2153982Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-05-15T23:44:54.2156544Z [ 9%] 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-05-15T23:44:54.2158220Z [ 9%] Built target custom_ops 2024-05-15T23:44:54.2158815Z [ 9%] Built target etdump 2024-05-15T23:44:54.2160495Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-05-15T23:44:54.2162497Z [ 9%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-05-15T23:44:54.2163565Z [ 9%] Built target util 2024-05-15T23:44:54.2165171Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-05-15T23:44:54.2167787Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-05-15T23:44:54.2169304Z [ 9%] Built target bundled_program 2024-05-15T23:44:54.2171117Z [ 9%] 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-05-15T23:44:54.2174184Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-05-15T23:44:54.2176289Z [ 9%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-05-15T23:44:54.2178615Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-05-15T23:44:54.2181034Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:44:54.2182669Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-05-15T23:44:54.2184747Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-05-15T23:44:54.2186704Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-05-15T23:44:54.2189027Z [ 9%] 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-05-15T23:44:54.2191688Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-05-15T23:44:54.2194173Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-05-15T23:44:55.6299400Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-05-15T23:44:55.6302182Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-05-15T23:44:55.6303717Z [ 9%] Built target quantized_ops_lib 2024-05-15T23:44:55.6305561Z [ 9%] 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-05-15T23:44:55.6308060Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-05-15T23:44:55.6309196Z [ 12%] Built target portable_kernels 2024-05-15T23:44:55.6310978Z [ 12%] 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-05-15T23:44:55.6313710Z [ 12%] 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-05-15T23:44:55.6315750Z [ 12%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-05-15T23:44:55.6316984Z [ 12%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-05-15T23:44:55.6318205Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-05-15T23:44:55.6320477Z [ 13%] 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-05-15T23:44:55.6322651Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-05-15T23:44:55.6323874Z [ 13%] Built target portable_ops_lib 2024-05-15T23:44:55.6324972Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-05-15T23:44:55.6327167Z [ 13%] 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-05-15T23:44:55.6329163Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-05-15T23:44:55.6331378Z [ 13%] 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-05-15T23:44:55.6334410Z [ 13%] 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-05-15T23:44:55.6336106Z [ 13%] Linking CXX static library libgflags_nothreads.a 2024-05-15T23:44:55.6336920Z [ 13%] Built target gflags_nothreads_static 2024-05-15T23:44:55.6338384Z [ 13%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-05-15T23:44:55.6343822Z [ 13%] 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-05-15T23:44:55.6346513Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-05-15T23:44:55.6349192Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-05-15T23:44:55.6351924Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-05-15T23:44:55.6354536Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-05-15T23:44:55.6357025Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-05-15T23:44:55.6359481Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-05-15T23:44:55.6361976Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-05-15T23:44:55.6364128Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-05-15T23:44:55.6366983Z /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-05-15T23:44:55.6368879Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-05-15T23:44:55.6369629Z | ^ 2024-05-15T23:44:55.6371103Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-05-15T23:44:55.6372648Z [ 14%] Built target custom_ops_aot_lib 2024-05-15T23:44:55.6374016Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-05-15T23:44:55.6376153Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-05-15T23:44:55.6377989Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-05-15T23:44:55.6379720Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-05-15T23:44:55.6382725Z /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-05-15T23:44:55.6384496Z 32 | [](Vec x) { return x.neg(); }, 2024-05-15T23:44:55.6385142Z | ^ 2024-05-15T23:44:55.6386873Z /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-05-15T23:44:55.6388611Z 888 | __VA_ARGS__ \ 2024-05-15T23:44:55.6389305Z | ^~~~~~~~~~~ 2024-05-15T23:44:55.6410977Z /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-05-15T23:44:55.6413259Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:44:55.6414028Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:44:55.6416143Z /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-05-15T23:44:55.6418524Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-05-15T23:44:55.6419546Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:44:55.6421727Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-05-15T23:44:55.6423498Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-05-15T23:44:55.6424381Z | ^~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:44:55.6425906Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-05-15T23:44:55.6427806Z [ 14%] Linking CXX shared module _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-05-15T23:44:55.6429520Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:44:55.6431904Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-05-15T23:44:55.6433963Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-05-15T23:44:55.6436178Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-05-15T23:44:55.6438381Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-05-15T23:44:55.6439769Z [ 14%] Linking CXX static library libextension_module_static.a 2024-05-15T23:44:55.6441496Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-05-15T23:44:55.6443422Z [ 14%] Built target extension_module_static 2024-05-15T23:44:55.6444227Z [ 14%] Linking CXX shared library libextension_module.so 2024-05-15T23:44:55.6446048Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-05-15T23:44:55.6448411Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-05-15T23:44:55.6451114Z /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-05-15T23:44:55.6453087Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-05-15T23:44:55.6453838Z | ^ 2024-05-15T23:44:55.6455376Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-05-15T23:44:55.6457803Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-05-15T23:44:55.6459278Z [ 14%] Built target extension_module 2024-05-15T23:44:55.6462244Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-05-15T23:44:55.6464837Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-05-15T23:44:55.6467235Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-05-15T23:44:56.4316200Z [ 14%] 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-05-15T23:44:56.4320062Z [ 14%] 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-05-15T23:44:56.4323390Z [ 14%] 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-05-15T23:44:56.4326084Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-05-15T23:44:56.4329033Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-05-15T23:44:56.4331764Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-05-15T23:44:56.4335478Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-05-15T23:44:56.4338039Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-05-15T23:44:56.4340421Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-05-15T23:44:56.4343666Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-05-15T23:44:56.4346123Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-05-15T23:44:56.4348572Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-05-15T23:44:56.4350974Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-05-15T23:44:56.4353679Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-05-15T23:44:56.4356046Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-05-15T23:44:56.4358473Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-05-15T23:44:56.4360833Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-05-15T23:44:56.4363218Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-05-15T23:44:56.4365708Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:44:56.4368347Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-05-15T23:44:56.4370959Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-05-15T23:44:56.4373436Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-05-15T23:44:56.4375854Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-05-15T23:44:56.4378262Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-05-15T23:44:56.4381361Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-05-15T23:44:56.4383763Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-05-15T23:44:56.4386276Z [ 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-05-15T23:44:56.4388789Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-05-15T23:44:56.4391319Z [ 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-05-15T23:44:56.4393954Z [ 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-05-15T23:44:56.4396598Z [ 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-05-15T23:44:56.4399241Z [ 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-05-15T23:44:56.4401895Z [ 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-05-15T23:44:56.4404479Z [ 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-05-15T23:44:56.4407011Z [ 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-05-15T23:44:56.4409548Z [ 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-05-15T23:44:56.4412440Z [ 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-05-15T23:44:56.4415015Z [ 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-05-15T23:44:56.4417669Z [ 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-05-15T23:44:56.4420220Z [ 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-05-15T23:44:56.4423411Z [ 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-05-15T23:44:56.4426094Z [ 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-05-15T23:44:56.4428678Z [ 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-05-15T23:44:56.4431253Z [ 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-05-15T23:44:56.4433932Z [ 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-05-15T23:44:56.4436580Z [ 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-05-15T23:44:56.4439171Z [ 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-05-15T23:44:56.4442087Z [ 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-05-15T23:44:56.4444691Z [ 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-05-15T23:44:56.4447343Z [ 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-05-15T23:44:56.4449957Z [ 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-05-15T23:44:56.4452538Z [ 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-05-15T23:44:56.4454059Z [ 15%] Linking CXX executable xnn_executor_runner 2024-05-15T23:44:56.4455863Z [ 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-05-15T23:44:56.4458521Z [ 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-05-15T23:44:56.4461541Z [ 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-05-15T23:44:56.8747364Z [ 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-05-15T23:44:56.8750212Z [ 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-05-15T23:44:56.8752930Z [ 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-05-15T23:44:56.8756001Z [ 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-05-15T23:44:56.8758705Z [ 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-05-15T23:44:56.8761414Z [ 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-05-15T23:44:56.8764120Z [ 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-05-15T23:44:56.8766831Z [ 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-05-15T23:44:56.8769544Z [ 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-05-15T23:44:56.8772254Z [ 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-05-15T23:44:56.8774975Z [ 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-05-15T23:44:56.8777674Z [ 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-05-15T23:44:56.8780415Z [ 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-05-15T23:44:56.8783433Z [ 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-05-15T23:44:56.8786483Z [ 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-05-15T23:44:56.8789153Z [ 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-05-15T23:44:56.8791855Z [ 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-05-15T23:44:56.8794870Z [ 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-05-15T23:44:56.8797864Z [ 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-05-15T23:44:56.8800875Z [ 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-05-15T23:44:56.8804271Z [ 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-05-15T23:44:56.8807711Z [ 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-05-15T23:44:56.8811163Z [ 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-05-15T23:44:56.8814516Z [ 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-05-15T23:44:56.8817800Z [ 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-05-15T23:44:56.8821768Z [ 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-05-15T23:44:56.8825070Z [ 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-05-15T23:44:56.8828313Z [ 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-05-15T23:44:56.8831617Z [ 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-05-15T23:44:56.8834911Z [ 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-05-15T23:44:56.8837735Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-05-15T23:44:56.8840277Z [ 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-05-15T23:44:56.8842841Z [ 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-05-15T23:44:56.8845389Z [ 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-05-15T23:44:56.8847953Z [ 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-05-15T23:44:56.8850757Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-05-15T23:44:56.8853297Z [ 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-05-15T23:44:56.8855857Z [ 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-05-15T23:44:56.8858386Z [ 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-05-15T23:44:56.8861673Z [ 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-05-15T23:44:56.8864229Z [ 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-05-15T23:44:56.8866852Z [ 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-05-15T23:44:56.8869462Z [ 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-05-15T23:44:56.8872066Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-05-15T23:44:56.8874645Z [ 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-05-15T23:44:56.8877161Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-05-15T23:44:56.8879663Z [ 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-05-15T23:44:56.8882522Z [ 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-05-15T23:44:56.8885051Z [ 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-05-15T23:44:56.8887540Z [ 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-05-15T23:44:56.8890173Z [ 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-05-15T23:44:56.8892848Z [ 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-05-15T23:44:56.8895545Z [ 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-05-15T23:44:57.3509520Z [ 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-05-15T23:44:57.3512247Z [ 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-05-15T23:44:57.3515069Z [ 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-05-15T23:44:57.3517749Z [ 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-05-15T23:44:57.3520473Z [ 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-05-15T23:44:57.3522993Z [ 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-05-15T23:44:57.3525933Z [ 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-05-15T23:44:57.3528584Z [ 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-05-15T23:44:57.3531173Z [ 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-05-15T23:44:57.3532742Z [ 16%] Built target xnn_executor_runner 2024-05-15T23:44:57.3534452Z [ 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-05-15T23:44:57.3537019Z [ 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-05-15T23:44:57.3539608Z [ 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-05-15T23:44:57.3542651Z [ 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-05-15T23:44:57.3545188Z [ 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-05-15T23:44:57.3547728Z [ 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-05-15T23:44:57.3550221Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-05-15T23:44:57.3552700Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-05-15T23:44:57.3555142Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-05-15T23:44:57.3557819Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-05-15T23:44:57.3560364Z [ 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-05-15T23:44:57.3562980Z [ 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-05-15T23:44:57.3565574Z [ 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-05-15T23:44:57.3568217Z [ 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-05-15T23:44:57.3570800Z [ 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-05-15T23:44:57.3573381Z [ 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-05-15T23:44:57.3575946Z [ 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-05-15T23:44:57.3578575Z [ 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-05-15T23:44:57.3582587Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-05-15T23:44:57.3585043Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-05-15T23:44:57.3587862Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-05-15T23:44:57.3590349Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-05-15T23:44:57.3592879Z [ 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-05-15T23:44:57.3595459Z [ 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-05-15T23:44:57.3598090Z [ 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-05-15T23:44:57.3600698Z [ 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-05-15T23:44:57.3603288Z [ 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-05-15T23:44:57.3605813Z [ 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-05-15T23:44:57.3608361Z [ 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-05-15T23:44:57.3610924Z [ 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-05-15T23:44:57.3613386Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-05-15T23:44:57.3615817Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-05-15T23:44:57.3618574Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-05-15T23:44:57.3621368Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-05-15T23:44:57.3623893Z [ 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-05-15T23:44:57.3626473Z [ 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-05-15T23:44:57.3629142Z [ 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-05-15T23:44:57.3631697Z [ 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-05-15T23:44:57.3634315Z [ 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-05-15T23:44:57.3636916Z [ 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-05-15T23:44:57.3639499Z [ 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-05-15T23:44:57.3642083Z [ 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-05-15T23:44:57.3644582Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-05-15T23:44:57.3647031Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-05-15T23:44:57.3649942Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-05-15T23:44:57.3652409Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-05-15T23:44:57.3654876Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-05-15T23:44:57.3657290Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-05-15T23:44:57.7753471Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-05-15T23:44:57.7755980Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-05-15T23:44:57.7758541Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-05-15T23:44:57.7761279Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-05-15T23:44:57.7763731Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-05-15T23:44:57.7766203Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-05-15T23:44:57.7768705Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-05-15T23:44:57.7771131Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-05-15T23:44:57.7774064Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-05-15T23:44:57.7776538Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-05-15T23:44:57.7779009Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-05-15T23:44:57.7782187Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-05-15T23:44:57.7784635Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-05-15T23:44:57.7787056Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-05-15T23:44:57.7789560Z [ 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-05-15T23:44:57.7792131Z [ 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-05-15T23:44:57.7794712Z [ 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-05-15T23:44:57.7797287Z [ 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-05-15T23:44:57.7799893Z [ 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-05-15T23:44:57.7802448Z [ 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-05-15T23:44:57.7805459Z [ 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-05-15T23:44:57.7808018Z [ 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-05-15T23:44:57.7810490Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-05-15T23:44:57.7812944Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-05-15T23:44:57.7815369Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-05-15T23:44:57.7817801Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-05-15T23:44:57.7820378Z [ 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-05-15T23:44:57.7823557Z [ 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-05-15T23:44:57.7826147Z [ 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-05-15T23:44:57.7828749Z [ 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-05-15T23:44:57.7831357Z [ 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-05-15T23:44:57.7833930Z [ 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-05-15T23:44:57.7836877Z [ 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-05-15T23:44:57.7839489Z [ 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-05-15T23:44:57.7841977Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-05-15T23:44:57.7844373Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-05-15T23:44:57.7846833Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-05-15T23:44:57.7864102Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-05-15T23:44:57.7866705Z [ 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-05-15T23:44:57.7869395Z [ 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-05-15T23:44:57.7872009Z [ 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-05-15T23:44:57.7874664Z [ 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-05-15T23:44:57.7877287Z [ 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-05-15T23:44:57.7879877Z [ 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-05-15T23:44:57.7882883Z [ 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-05-15T23:44:57.7885476Z [ 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-05-15T23:44:57.7888032Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-05-15T23:44:57.7890506Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-05-15T23:44:57.7892986Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-05-15T23:44:57.7895481Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-05-15T23:44:57.7898071Z [ 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-05-15T23:44:57.7901082Z [ 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-05-15T23:44:57.7903716Z [ 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-05-15T23:44:57.7906337Z [ 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-05-15T23:44:57.7908940Z [ 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-05-15T23:44:57.7911526Z [ 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-05-15T23:44:57.7914447Z [ 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-05-15T23:44:57.7917052Z [ 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-05-15T23:44:58.2355637Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-05-15T23:44:58.2358259Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-05-15T23:44:58.2360768Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-05-15T23:44:58.2363324Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-05-15T23:44:58.2365854Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-05-15T23:44:58.2368393Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-05-15T23:44:58.2370930Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-05-15T23:44:58.2373427Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-05-15T23:44:58.2375974Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-05-15T23:44:58.2378936Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-05-15T23:44:58.2382096Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-05-15T23:44:58.2384670Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-05-15T23:44:58.2387288Z [ 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-05-15T23:44:58.2389891Z [ 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-05-15T23:44:58.2392505Z [ 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-05-15T23:44:58.2395101Z [ 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-05-15T23:44:58.2397686Z [ 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-05-15T23:44:58.2400222Z [ 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-05-15T23:44:58.2402752Z [ 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-05-15T23:44:58.2405287Z [ 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-05-15T23:44:58.2407735Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-05-15T23:44:58.2410568Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-05-15T23:44:58.2413023Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-05-15T23:44:58.2415471Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-05-15T23:44:58.2417992Z [ 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-05-15T23:44:58.2420761Z [ 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-05-15T23:44:58.2423524Z [ 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-05-15T23:44:58.2426184Z [ 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-05-15T23:44:58.2428817Z [ 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-05-15T23:44:58.2431417Z [ 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-05-15T23:44:58.2434000Z [ 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-05-15T23:44:58.2436583Z [ 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-05-15T23:44:58.2439121Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-05-15T23:44:58.2441936Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-05-15T23:44:58.2444400Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-05-15T23:44:58.2446867Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-05-15T23:44:58.2449354Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-05-15T23:44:58.2451815Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-05-15T23:44:58.2454299Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-05-15T23:44:58.2456746Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-05-15T23:44:58.2459240Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-05-15T23:44:58.2461987Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-05-15T23:44:58.2464389Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-05-15T23:44:58.2466956Z [ 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-05-15T23:44:58.2469597Z [ 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-05-15T23:44:58.2472632Z [ 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-05-15T23:44:58.2475312Z [ 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-05-15T23:44:58.2477987Z [ 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-05-15T23:44:58.2480617Z [ 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-05-15T23:44:58.2483226Z [ 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-05-15T23:44:58.2485744Z [ 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-05-15T23:44:58.2488321Z [ 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-05-15T23:44:58.2490811Z [ 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-05-15T23:44:58.2493341Z [ 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-05-15T23:44:58.2495867Z [ 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-05-15T23:44:58.2498393Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-05-15T23:44:58.2501264Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-05-15T23:44:58.2504083Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-05-15T23:44:58.7067549Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-05-15T23:44:58.7070120Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-05-15T23:44:58.7072633Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-05-15T23:44:58.7075276Z [ 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-05-15T23:44:58.7078079Z [ 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-05-15T23:44:58.7080951Z [ 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-05-15T23:44:58.7083563Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-05-15T23:44:58.7085955Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-05-15T23:44:58.7088327Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-05-15T23:44:58.7090687Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-05-15T23:44:58.7093120Z [ 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-05-15T23:44:58.7095991Z [ 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-05-15T23:44:58.7098481Z [ 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-05-15T23:44:58.7101517Z [ 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-05-15T23:44:58.7103997Z [ 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-05-15T23:44:58.7106493Z [ 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-05-15T23:44:58.7108952Z [ 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-05-15T23:44:58.7111487Z [ 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-05-15T23:44:58.7113916Z [ 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-05-15T23:44:58.7116394Z [ 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-05-15T23:44:58.7118976Z [ 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-05-15T23:44:58.7121472Z [ 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-05-15T23:44:58.7124009Z [ 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-05-15T23:44:58.7126941Z [ 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-05-15T23:44:58.7129469Z [ 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-05-15T23:44:58.7132107Z [ 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-05-15T23:44:58.7134906Z [ 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-05-15T23:44:58.7137772Z [ 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-05-15T23:44:58.7141151Z [ 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-05-15T23:44:58.7144058Z [ 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-05-15T23:44:58.7146977Z [ 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-05-15T23:44:58.7149816Z [ 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-05-15T23:44:58.7152611Z [ 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-05-15T23:44:58.7155374Z [ 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-05-15T23:44:58.7158356Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-05-15T23:44:58.7160937Z [ 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-05-15T23:44:58.7163428Z [ 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-05-15T23:44:58.7166215Z [ 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-05-15T23:44:58.7169346Z [ 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-05-15T23:44:58.7172429Z [ 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-05-15T23:44:58.7175421Z [ 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-05-15T23:44:58.7178397Z [ 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-05-15T23:44:58.7181674Z [ 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-05-15T23:44:58.7184344Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-05-15T23:44:58.7186718Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-05-15T23:44:58.7189407Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-05-15T23:44:58.7191756Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-05-15T23:44:58.7194121Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-05-15T23:44:58.7196510Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-05-15T23:44:58.7198921Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-05-15T23:44:58.7201297Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-05-15T23:44:58.7203693Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-05-15T23:44:58.7206130Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-05-15T23:44:58.7208676Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-05-15T23:44:58.7211155Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-05-15T23:44:58.7213615Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-05-15T23:44:59.0267519Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-05-15T23:44:59.0270858Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-05-15T23:44:59.0273589Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-05-15T23:44:59.0276237Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-05-15T23:44:59.0278857Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-05-15T23:44:59.0281368Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-05-15T23:44:59.0283904Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-05-15T23:44:59.0286491Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-05-15T23:44:59.0289166Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-05-15T23:44:59.0291736Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-05-15T23:44:59.0294196Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-05-15T23:44:59.0296618Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-05-15T23:44:59.0298903Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-05-15T23:44:59.0302112Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-05-15T23:44:59.0304546Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-05-15T23:44:59.0306926Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-05-15T23:44:59.0309398Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-05-15T23:44:59.0311857Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-05-15T23:44:59.0314285Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-05-15T23:44:59.0316486Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-05-15T23:44:59.0318752Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-05-15T23:44:59.0321111Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-05-15T23:44:59.0323464Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-05-15T23:44:59.0325729Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-05-15T23:44:59.0328083Z [ 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-05-15T23:44:59.0330827Z [ 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-05-15T23:44:59.0333744Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-05-15T23:44:59.0336491Z [ 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-05-15T23:44:59.0339468Z [ 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-05-15T23:44:59.0342878Z [ 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-05-15T23:44:59.0345885Z [ 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-05-15T23:44:59.0348938Z [ 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-05-15T23:44:59.0351910Z [ 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-05-15T23:44:59.0354952Z [ 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-05-15T23:44:59.0357904Z [ 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-05-15T23:44:59.0361001Z [ 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-05-15T23:44:59.0364269Z [ 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-05-15T23:44:59.0367180Z [ 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-05-15T23:44:59.0369891Z [ 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-05-15T23:44:59.0372628Z [ 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-05-15T23:44:59.0375404Z [ 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-05-15T23:44:59.0378172Z [ 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-05-15T23:44:59.0381453Z [ 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-05-15T23:44:59.0384369Z [ 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-05-15T23:44:59.0387173Z [ 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-05-15T23:44:59.0389967Z [ 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-05-15T23:44:59.0392939Z [ 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-05-15T23:44:59.0395916Z [ 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-05-15T23:44:59.0399195Z [ 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-05-15T23:44:59.0401946Z [ 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-05-15T23:44:59.0404807Z [ 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-05-15T23:44:59.0407634Z [ 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-05-15T23:44:59.0410534Z [ 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-05-15T23:44:59.0413368Z [ 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-05-15T23:44:59.0416168Z [ 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-05-15T23:44:59.0419043Z [ 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-05-15T23:44:59.3591081Z [ 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-05-15T23:44:59.3594087Z [ 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-05-15T23:44:59.3597465Z [ 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-05-15T23:44:59.3600368Z [ 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-05-15T23:44:59.3603330Z [ 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-05-15T23:44:59.3606283Z [ 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-05-15T23:44:59.3609235Z [ 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-05-15T23:44:59.3612187Z [ 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-05-15T23:44:59.3615408Z [ 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-05-15T23:44:59.3618354Z [ 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-05-15T23:44:59.3621768Z [ 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-05-15T23:44:59.3624583Z [ 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-05-15T23:44:59.3628571Z [ 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-05-15T23:44:59.3631794Z [ 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-05-15T23:44:59.3634657Z [ 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-05-15T23:44:59.3637519Z [ 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-05-15T23:44:59.3640419Z [ 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-05-15T23:44:59.3643273Z [ 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-05-15T23:44:59.3646141Z [ 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-05-15T23:44:59.3649115Z [ 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-05-15T23:44:59.3652004Z [ 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-05-15T23:44:59.3654863Z [ 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-05-15T23:44:59.3657770Z [ 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-05-15T23:44:59.3661131Z [ 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-05-15T23:44:59.3664380Z [ 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-05-15T23:44:59.3667314Z [ 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-05-15T23:44:59.3670252Z [ 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-05-15T23:44:59.3673048Z [ 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-05-15T23:44:59.3675892Z [ 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-05-15T23:44:59.3678823Z [ 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-05-15T23:44:59.3681673Z [ 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-05-15T23:44:59.3684523Z [ 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-05-15T23:44:59.3687427Z [ 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-05-15T23:44:59.3690293Z [ 22%] 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-05-15T23:44:59.3693191Z [ 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-05-15T23:44:59.3696470Z [ 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-05-15T23:44:59.3699415Z [ 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-05-15T23:44:59.3702977Z [ 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-05-15T23:44:59.3705848Z [ 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-05-15T23:44:59.3708738Z [ 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-05-15T23:44:59.3711628Z [ 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-05-15T23:44:59.3714525Z [ 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-05-15T23:44:59.3717371Z [ 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-05-15T23:44:59.3720144Z [ 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-05-15T23:44:59.3722870Z [ 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-05-15T23:44:59.3725396Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-05-15T23:44:59.3728120Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-05-15T23:44:59.3730566Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-05-15T23:44:59.3733009Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-05-15T23:44:59.3735492Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-05-15T23:44:59.3738055Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-05-15T23:44:59.3740792Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-05-15T23:44:59.3743631Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-05-15T23:45:00.0545467Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-05-15T23:45:00.0547816Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-05-15T23:45:00.0550345Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-05-15T23:45:00.0552985Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-05-15T23:45:00.0555614Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-05-15T23:45:00.0558765Z [ 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-05-15T23:45:00.0561656Z [ 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-05-15T23:45:00.0564444Z [ 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-05-15T23:45:00.0567241Z [ 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-05-15T23:45:00.0570095Z [ 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-05-15T23:45:00.0572990Z [ 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-05-15T23:45:00.0575888Z [ 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-05-15T23:45:00.0578786Z [ 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-05-15T23:45:00.0582142Z [ 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-05-15T23:45:00.0585042Z [ 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-05-15T23:45:00.0587913Z [ 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-05-15T23:45:00.0591154Z [ 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-05-15T23:45:00.0594006Z [ 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-05-15T23:45:00.0596879Z [ 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-05-15T23:45:00.0599757Z [ 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-05-15T23:45:00.0602664Z [ 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-05-15T23:45:00.0605640Z [ 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-05-15T23:45:00.0608572Z [ 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-05-15T23:45:00.0611505Z [ 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-05-15T23:45:00.0614447Z [ 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-05-15T23:45:00.0617401Z [ 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-05-15T23:45:00.0620414Z [ 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-05-15T23:45:00.0624100Z [ 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-05-15T23:45:00.0627166Z [ 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-05-15T23:45:00.0630236Z [ 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-05-15T23:45:00.0633259Z [ 22%] 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-05-15T23:45:00.0636325Z [ 22%] 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-05-15T23:45:00.0639429Z [ 22%] 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-05-15T23:45:00.0642517Z [ 22%] 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-05-15T23:45:00.0645590Z [ 22%] 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-05-15T23:45:00.0648644Z [ 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-05-15T23:45:00.0651707Z [ 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-05-15T23:45:00.0655154Z [ 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-05-15T23:45:00.0658233Z [ 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-05-15T23:45:00.0661621Z [ 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-05-15T23:45:00.0664732Z [ 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-05-15T23:45:00.0667799Z [ 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-05-15T23:45:00.0670921Z [ 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-05-15T23:45:00.0673958Z [ 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-05-15T23:45:00.0677025Z [ 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-05-15T23:45:00.0680183Z [ 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-05-15T23:45:00.0683247Z [ 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-05-15T23:45:00.0686639Z [ 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-05-15T23:45:00.0689751Z [ 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-05-15T23:45:00.0692820Z [ 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-05-15T23:45:00.0695861Z [ 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-05-15T23:45:00.7739428Z [ 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-05-15T23:45:00.7742338Z [ 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-05-15T23:45:00.7744855Z [ 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-05-15T23:45:00.7747353Z [ 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-05-15T23:45:00.7749438Z [ 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-05-15T23:45:00.7751420Z [ 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-05-15T23:45:00.7753380Z [ 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-05-15T23:45:00.7755688Z [ 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-05-15T23:45:00.7757692Z [ 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-05-15T23:45:00.7759711Z [ 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-05-15T23:45:00.7761660Z [ 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-05-15T23:45:00.7763598Z [ 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-05-15T23:45:00.7765574Z [ 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-05-15T23:45:00.7767547Z [ 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-05-15T23:45:00.7769510Z [ 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-05-15T23:45:00.7771504Z [ 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-05-15T23:45:00.7774633Z [ 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-05-15T23:45:00.7777559Z [ 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-05-15T23:45:00.7780666Z [ 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-05-15T23:45:00.7783529Z [ 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-05-15T23:45:00.7786404Z [ 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-05-15T23:45:00.7789188Z [ 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-05-15T23:45:00.7791667Z [ 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-05-15T23:45:00.7794359Z [ 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-05-15T23:45:00.7796925Z [ 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-05-15T23:45:00.7799284Z [ 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-05-15T23:45:00.7801606Z [ 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-05-15T23:45:00.7804094Z [ 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-05-15T23:45:00.7806693Z [ 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-05-15T23:45:00.7809933Z [ 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-05-15T23:45:00.7812922Z [ 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-05-15T23:45:00.7815946Z [ 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-05-15T23:45:00.7819094Z [ 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-05-15T23:45:00.7822558Z [ 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-05-15T23:45:00.7825508Z [ 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-05-15T23:45:00.7828299Z [ 23%] 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-05-15T23:45:00.7831412Z [ 23%] 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-05-15T23:45:00.7834224Z [ 23%] 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-05-15T23:45:00.7837184Z [ 23%] 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-05-15T23:45:00.7840661Z [ 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-05-15T23:45:00.7843593Z [ 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-05-15T23:45:00.7846596Z [ 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-05-15T23:45:00.7849673Z [ 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-05-15T23:45:00.7852794Z [ 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-05-15T23:45:00.7856075Z [ 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-05-15T23:45:00.7859297Z [ 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-05-15T23:45:00.7862980Z [ 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-05-15T23:45:00.7866321Z [ 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-05-15T23:45:00.7869725Z [ 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-05-15T23:45:00.7873377Z [ 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-05-15T23:45:00.7876793Z [ 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-05-15T23:45:01.5709191Z [ 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-05-15T23:45:01.5713313Z [ 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-05-15T23:45:01.5717717Z [ 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-05-15T23:45:01.5721827Z [ 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-05-15T23:45:01.5725526Z [ 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-05-15T23:45:01.5729324Z [ 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-05-15T23:45:01.5733038Z [ 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-05-15T23:45:01.5736628Z [ 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-05-15T23:45:01.5741172Z [ 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-05-15T23:45:01.5744959Z [ 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-05-15T23:45:01.5748030Z [ 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-05-15T23:45:01.5751654Z [ 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-05-15T23:45:01.5755265Z [ 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-05-15T23:45:01.5759168Z [ 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-05-15T23:45:01.5762764Z [ 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-05-15T23:45:01.5766755Z [ 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-05-15T23:45:01.5770671Z [ 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-05-15T23:45:01.5774546Z [ 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-05-15T23:45:01.5778437Z [ 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-05-15T23:45:01.5782864Z [ 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-05-15T23:45:01.5786372Z [ 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-05-15T23:45:01.5790231Z [ 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-05-15T23:45:01.5793950Z [ 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-05-15T23:45:01.5797907Z [ 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-05-15T23:45:01.5801450Z [ 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-05-15T23:45:01.5805262Z [ 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-05-15T23:45:01.5808759Z [ 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-05-15T23:45:01.5812423Z [ 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-05-15T23:45:01.5816163Z [ 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-05-15T23:45:01.5820176Z [ 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-05-15T23:45:01.5823951Z [ 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-05-15T23:45:01.5827112Z [ 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-05-15T23:45:01.5830268Z [ 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-05-15T23:45:01.5833439Z [ 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-05-15T23:45:01.5836555Z [ 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-05-15T23:45:01.5839726Z [ 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-05-15T23:45:01.5842853Z [ 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-05-15T23:45:01.5846001Z [ 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-05-15T23:45:01.5849549Z [ 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-05-15T23:45:01.5852694Z [ 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-imagic.c.o 2024-05-15T23:45:01.5855881Z [ 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-lrintf.c.o 2024-05-15T23:45:01.5859025Z [ 24%] 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-05-15T23:45:01.5862991Z [ 24%] 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-05-15T23:45:01.5866160Z [ 24%] 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-05-15T23:45:01.5869343Z [ 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-05-15T23:45:01.5872404Z [ 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-05-15T23:45:01.5875435Z [ 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-05-15T23:45:02.1916576Z [ 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-05-15T23:45:02.1920162Z [ 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-05-15T23:45:02.1924000Z [ 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-05-15T23:45:02.1926176Z [ 25%] Built target portable_lib 2024-05-15T23:45:02.1928413Z [ 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-05-15T23:45:02.1931832Z [ 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-05-15T23:45:02.1935244Z [ 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-05-15T23:45:02.1938635Z [ 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-05-15T23:45:02.1942648Z [ 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-05-15T23:45:02.1946062Z [ 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-05-15T23:45:02.1949477Z [ 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-05-15T23:45:02.1952949Z [ 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-05-15T23:45:02.1956361Z [ 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-05-15T23:45:02.1960104Z [ 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-05-15T23:45:02.1963466Z [ 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-05-15T23:45:02.1968034Z [ 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-05-15T23:45:02.1971050Z [ 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-05-15T23:45:02.1974048Z [ 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-05-15T23:45:02.1977098Z [ 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-05-15T23:45:02.1980358Z [ 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-05-15T23:45:02.1983620Z [ 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-05-15T23:45:02.1986683Z [ 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-05-15T23:45:02.1989696Z [ 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-05-15T23:45:02.1992810Z [ 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-05-15T23:45:02.1996215Z [ 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-05-15T23:45:02.1999288Z [ 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-05-15T23:45:02.2002319Z [ 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-05-15T23:45:02.2005351Z [ 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-05-15T23:45:02.2008421Z [ 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-05-15T23:45:02.2011529Z [ 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-05-15T23:45:02.2014571Z [ 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-05-15T23:45:02.2017621Z [ 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-05-15T23:45:02.2021003Z [ 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-05-15T23:45:02.2024043Z [ 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-05-15T23:45:02.2027432Z [ 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-05-15T23:45:02.2030527Z [ 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-05-15T23:45:02.2033591Z [ 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-05-15T23:45:02.2036595Z [ 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-05-15T23:45:02.2039646Z [ 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-05-15T23:45:02.2042749Z [ 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-05-15T23:45:02.2045773Z [ 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-05-15T23:45:02.2048803Z [ 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-05-15T23:45:02.2051773Z [ 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-05-15T23:45:02.2054782Z [ 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-05-15T23:45:02.2058222Z [ 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-05-15T23:45:02.2061632Z [ 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-05-15T23:45:02.2064618Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-05-15T23:45:02.2067549Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-05-15T23:45:02.2070442Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-05-15T23:45:02.2073371Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-05-15T23:45:02.6680946Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-05-15T23:45:02.6683585Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-05-15T23:45:02.6686229Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-05-15T23:45:02.6688607Z [ 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-05-15T23:45:02.6690929Z [ 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-05-15T23:45:02.6693851Z [ 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-05-15T23:45:02.6696294Z [ 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-05-15T23:45:02.6698492Z [ 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-05-15T23:45:02.6701284Z [ 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-05-15T23:45:02.6703589Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-05-15T23:45:02.6705802Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-05-15T23:45:02.6708100Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-05-15T23:45:02.6710319Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-05-15T23:45:02.6712457Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-05-15T23:45:02.6714731Z [ 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-05-15T23:45:02.6717115Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-05-15T23:45:02.6719445Z [ 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-05-15T23:45:02.6722214Z [ 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-05-15T23:45:02.6724576Z [ 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-05-15T23:45:02.6727144Z [ 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-05-15T23:45:02.6729457Z [ 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-05-15T23:45:02.6731927Z [ 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-05-15T23:45:02.6734477Z [ 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-05-15T23:45:02.6737142Z [ 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-05-15T23:45:02.6739815Z [ 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-05-15T23:45:02.6742955Z [ 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-05-15T23:45:02.6745630Z [ 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-05-15T23:45:02.6748196Z [ 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-05-15T23:45:02.6750936Z [ 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-05-15T23:45:02.6753598Z [ 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-05-15T23:45:02.6756149Z [ 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-05-15T23:45:02.6759018Z [ 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-05-15T23:45:02.6761990Z [ 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-05-15T23:45:02.6764927Z [ 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-05-15T23:45:02.6767947Z [ 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-05-15T23:45:02.6771058Z [ 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-05-15T23:45:02.6774228Z [ 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-05-15T23:45:02.6777509Z [ 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-05-15T23:45:02.6781152Z [ 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-05-15T23:45:02.6784749Z [ 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-05-15T23:45:02.6788021Z [ 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-05-15T23:45:02.6791287Z [ 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-05-15T23:45:02.6794558Z [ 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-05-15T23:45:02.6797813Z [ 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-05-15T23:45:02.6801150Z [ 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-05-15T23:45:02.6804398Z [ 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-05-15T23:45:02.6807678Z [ 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-05-15T23:45:02.6811002Z [ 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-05-15T23:45:02.6814278Z [ 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-05-15T23:45:02.6817812Z [ 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-05-15T23:45:02.6821407Z [ 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-05-15T23:45:02.6824672Z [ 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-05-15T23:45:02.6827882Z [ 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-05-15T23:45:03.2958990Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:45:03.2961160Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:45:03.2963020Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-05-15T23:45:03.2964786Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-05-15T23:45:03.2967368Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:56:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-05-15T23:45:03.2969474Z 56 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-05-15T23:45:03.2970284Z | ^ 2024-05-15T23:45:03.2972005Z /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-05-15T23:45:03.2973743Z 888 | __VA_ARGS__ \ 2024-05-15T23:45:03.2974431Z | ^~~~~~~~~~~ 2024-05-15T23:45:03.2976217Z /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-05-15T23:45:03.2978415Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:45:03.2979223Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.2981567Z /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-05-15T23:45:03.2983445Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-05-15T23:45:03.2984250Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.2985872Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:49:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-05-15T23:45:03.2987570Z 49 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-05-15T23:45:03.2988409Z | ^~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.2990377Z [ 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-05-15T23:45:03.2993463Z [ 26%] 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-05-15T23:45:03.2996645Z [ 26%] 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-05-15T23:45:03.2999706Z [ 26%] 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-05-15T23:45:03.3002601Z [ 26%] 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-05-15T23:45:03.3005880Z [ 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-05-15T23:45:03.3008775Z [ 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-05-15T23:45:03.3011671Z [ 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-05-15T23:45:03.3014572Z [ 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-05-15T23:45:03.3017359Z [ 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-05-15T23:45:03.3020145Z [ 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-05-15T23:45:03.3023828Z [ 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-05-15T23:45:03.3026743Z [ 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-05-15T23:45:03.3029621Z [ 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-05-15T23:45:03.3032628Z [ 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-05-15T23:45:03.3035654Z [ 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-05-15T23:45:03.3038997Z [ 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-05-15T23:45:03.3042022Z [ 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-05-15T23:45:03.3045006Z [ 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-05-15T23:45:03.3047908Z [ 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-05-15T23:45:03.3050851Z [ 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-05-15T23:45:03.3053868Z [ 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-05-15T23:45:03.3057494Z [ 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-05-15T23:45:03.3060669Z [ 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-05-15T23:45:03.3063708Z [ 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-05-15T23:45:03.3066747Z [ 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-05-15T23:45:03.3069617Z [ 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-05-15T23:45:03.3072727Z [ 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-05-15T23:45:03.3075159Z [ 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-05-15T23:45:03.3077671Z [ 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-05-15T23:45:03.3080250Z [ 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-05-15T23:45:03.3083131Z [ 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-05-15T23:45:03.3086315Z [ 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-05-15T23:45:03.3089426Z [ 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-05-15T23:45:03.3092579Z [ 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-05-15T23:45:03.3095744Z [ 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-05-15T23:45:03.3098894Z [ 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-05-15T23:45:03.3102541Z [ 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-05-15T23:45:03.3105984Z [ 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-05-15T23:45:03.3109188Z [ 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-05-15T23:45:03.6931500Z [ 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-05-15T23:45:03.6934478Z [ 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-05-15T23:45:03.6937593Z [ 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-05-15T23:45:03.6940762Z [ 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-05-15T23:45:03.6944019Z [ 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-05-15T23:45:03.6947027Z [ 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-05-15T23:45:03.6950030Z [ 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-05-15T23:45:03.6953189Z [ 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-05-15T23:45:03.6956723Z [ 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-05-15T23:45:03.6959821Z [ 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-05-15T23:45:03.6962704Z [ 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-05-15T23:45:03.6965449Z [ 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-05-15T23:45:03.6968157Z [ 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-05-15T23:45:03.6970919Z [ 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-05-15T23:45:03.6973855Z [ 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-05-15T23:45:03.6976768Z [ 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-05-15T23:45:03.6979665Z [ 27%] 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-05-15T23:45:03.6982772Z [ 27%] 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-05-15T23:45:03.6985692Z [ 27%] 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-05-15T23:45:03.6988407Z [ 27%] 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-05-15T23:45:03.6991577Z [ 27%] 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-05-15T23:45:03.6994288Z [ 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-05-15T23:45:03.6997070Z [ 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-05-15T23:45:03.6999996Z [ 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-05-15T23:45:03.7002804Z [ 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-05-15T23:45:03.7005596Z [ 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-05-15T23:45:03.7008508Z [ 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-05-15T23:45:03.7011427Z [ 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-05-15T23:45:03.7014104Z [ 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-05-15T23:45:03.7016771Z [ 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-05-15T23:45:03.7019986Z [ 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-05-15T23:45:03.7023300Z [ 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-05-15T23:45:03.7026168Z [ 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-05-15T23:45:03.7028903Z [ 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-05-15T23:45:03.7031368Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:45:03.7033243Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:45:03.7034963Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-05-15T23:45:03.7036675Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-05-15T23:45:03.7039172Z /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-05-15T23:45:03.7041141Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-05-15T23:45:03.7041870Z | ^ 2024-05-15T23:45:03.7043677Z /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-05-15T23:45:03.7045472Z 888 | __VA_ARGS__ \ 2024-05-15T23:45:03.7046213Z | ^~~~~~~~~~~ 2024-05-15T23:45:03.7048093Z /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-05-15T23:45:03.7050435Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:45:03.7051287Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.7053217Z /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-05-15T23:45:03.7055367Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:45:03.7056358Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.7058486Z /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-05-15T23:45:03.7060797Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:45:03.7061936Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.7063750Z /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-05-15T23:45:03.7065373Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-05-15T23:45:03.7065998Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:03.7067901Z [ 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-05-15T23:45:03.7070927Z [ 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-05-15T23:45:03.7073869Z [ 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-05-15T23:45:03.7076764Z [ 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-05-15T23:45:03.7079897Z [ 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-05-15T23:45:04.1774897Z [ 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-05-15T23:45:04.1777425Z [ 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-05-15T23:45:04.1779853Z [ 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-05-15T23:45:04.1783233Z [ 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-05-15T23:45:04.1785709Z [ 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-05-15T23:45:04.1788138Z [ 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-05-15T23:45:04.1790596Z [ 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-05-15T23:45:04.1793078Z [ 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-05-15T23:45:04.1795525Z [ 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-05-15T23:45:04.1797938Z [ 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-05-15T23:45:04.1800684Z [ 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-05-15T23:45:04.1803481Z [ 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-05-15T23:45:04.1806021Z [ 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-05-15T23:45:04.1808512Z [ 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-05-15T23:45:04.1811101Z [ 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-05-15T23:45:04.1813854Z [ 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-05-15T23:45:04.1816826Z [ 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-05-15T23:45:04.1819744Z [ 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-05-15T23:45:04.1823135Z [ 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-05-15T23:45:04.1826105Z [ 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-05-15T23:45:04.1829059Z [ 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-05-15T23:45:04.1832301Z [ 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-05-15T23:45:04.1834903Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:45:04.1836984Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:45:04.1838765Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-05-15T23:45:04.1840589Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-05-15T23:45:04.1843123Z /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-05-15T23:45:04.1845001Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-05-15T23:45:04.1845698Z | ^ 2024-05-15T23:45:04.1847489Z /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-05-15T23:45:04.1849296Z 888 | __VA_ARGS__ \ 2024-05-15T23:45:04.1850071Z | ^~~~~~~~~~~ 2024-05-15T23:45:04.1851885Z /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-05-15T23:45:04.1853786Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:45:04.1854604Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.1856557Z /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-05-15T23:45:04.1858533Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:45:04.1859525Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.1862771Z /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-05-15T23:45:04.1864766Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:45:04.1865603Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.1867366Z /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-05-15T23:45:04.1869173Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-05-15T23:45:04.1870071Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.1871949Z [ 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-05-15T23:45:04.1874927Z [ 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-05-15T23:45:04.1877720Z [ 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-05-15T23:45:04.1880399Z [ 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-05-15T23:45:04.1883314Z [ 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-05-15T23:45:04.1886259Z [ 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-05-15T23:45:04.1889235Z [ 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-05-15T23:45:04.1891814Z [ 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-05-15T23:45:04.1894532Z [ 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-05-15T23:45:04.1897411Z [ 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-05-15T23:45:04.1900146Z [ 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-05-15T23:45:04.1903227Z [ 28%] 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-05-15T23:45:04.1905877Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-05-15T23:45:04.1908718Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-05-15T23:45:04.1911630Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-05-15T23:45:04.1914574Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-05-15T23:45:04.1917599Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-05-15T23:45:04.5302384Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-05-15T23:45:04.5304878Z [ 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-05-15T23:45:04.5307048Z [ 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-05-15T23:45:04.5309315Z [ 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-05-15T23:45:04.5324381Z [ 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-05-15T23:45:04.5326930Z [ 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-05-15T23:45:04.5329252Z [ 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-05-15T23:45:04.5331584Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-05-15T23:45:04.5333774Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-05-15T23:45:04.5335993Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-05-15T23:45:04.5338334Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-05-15T23:45:04.5340679Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-05-15T23:45:04.5343359Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-05-15T23:45:04.5345671Z [ 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-05-15T23:45:04.5348007Z [ 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-05-15T23:45:04.5350587Z [ 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-05-15T23:45:04.5352999Z [ 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-05-15T23:45:04.5355349Z [ 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-05-15T23:45:04.5357814Z [ 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-05-15T23:45:04.5360378Z [ 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-05-15T23:45:04.5362789Z [ 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-05-15T23:45:04.5365210Z [ 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-05-15T23:45:04.5367688Z [ 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-05-15T23:45:04.5370047Z [ 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-05-15T23:45:04.5372866Z [ 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-05-15T23:45:04.5375168Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-05-15T23:45:04.5377498Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-05-15T23:45:04.5379881Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-05-15T23:45:04.5382499Z [ 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-05-15T23:45:04.5384731Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-05-15T23:45:04.5387002Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-05-15T23:45:04.5389320Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-05-15T23:45:04.5391655Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-05-15T23:45:04.5393901Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-05-15T23:45:04.5396375Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-05-15T23:45:04.5398633Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-05-15T23:45:04.5401297Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-05-15T23:45:04.5403627Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-05-15T23:45:04.5406110Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-05-15T23:45:04.5408673Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-05-15T23:45:04.5411131Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-05-15T23:45:04.5413723Z [ 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-05-15T23:45:04.5416195Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-05-15T23:45:04.5418536Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-05-15T23:45:04.5421175Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-05-15T23:45:04.5423925Z [ 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-05-15T23:45:04.5426725Z [ 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-05-15T23:45:04.5429414Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-05-15T23:45:04.5432152Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-05-15T23:45:04.5434579Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-05-15T23:45:04.5436958Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-05-15T23:45:04.5439800Z [ 29%] 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-05-15T23:45:04.5442690Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-05-15T23:45:04.5444982Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-05-15T23:45:04.5447365Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-05-15T23:45:04.5449557Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-05-15T23:45:04.5451770Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-05-15T23:45:04.5454172Z [ 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-05-15T23:45:04.8262801Z [ 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-05-15T23:45:04.8265935Z [ 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-05-15T23:45:04.8268732Z [ 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-05-15T23:45:04.8271535Z [ 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-05-15T23:45:04.8274175Z [ 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-05-15T23:45:04.8276883Z [ 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-05-15T23:45:04.8279625Z [ 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-05-15T23:45:04.8282412Z [ 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-05-15T23:45:04.8285152Z [ 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-05-15T23:45:04.8287820Z [ 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-05-15T23:45:04.8290493Z [ 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-05-15T23:45:04.8293170Z [ 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-05-15T23:45:04.8295833Z [ 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-05-15T23:45:04.8298840Z [ 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-05-15T23:45:04.8302025Z [ 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-05-15T23:45:04.8304563Z [ 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-05-15T23:45:04.8307265Z [ 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-05-15T23:45:04.8309583Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-05-15T23:45:04.8311850Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-05-15T23:45:04.8314052Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-05-15T23:45:04.8316267Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-05-15T23:45:04.8318800Z [ 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-05-15T23:45:04.8321525Z [ 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-05-15T23:45:04.8324255Z [ 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-05-15T23:45:04.8326912Z [ 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-05-15T23:45:04.8330076Z [ 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-05-15T23:45:04.8332866Z [ 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-05-15T23:45:04.8335550Z [ 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-05-15T23:45:04.8338219Z [ 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-05-15T23:45:04.8341528Z [ 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-05-15T23:45:04.8344254Z [ 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-05-15T23:45:04.8346936Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-05-15T23:45:04.8349543Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-05-15T23:45:04.8352102Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-05-15T23:45:04.8354457Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:45:04.8356422Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:45:04.8358132Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-05-15T23:45:04.8360127Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-05-15T23:45:04.8362590Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:70:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-05-15T23:45:04.8364329Z 70 | [](Vec x, Vec y) { return x * y; }, 2024-05-15T23:45:04.8364974Z | ^ 2024-05-15T23:45:04.8366691Z /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-05-15T23:45:04.8368419Z 888 | __VA_ARGS__ \ 2024-05-15T23:45:04.8369095Z | ^~~~~~~~~~~ 2024-05-15T23:45:04.8370831Z /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-05-15T23:45:04.8372639Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:45:04.8373395Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.8375307Z /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-05-15T23:45:04.8377291Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:45:04.8378235Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.8380199Z /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-05-15T23:45:04.8382510Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:45:04.8383631Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.8385532Z /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-05-15T23:45:04.8387473Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-05-15T23:45:04.8388433Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.8389947Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:67:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-05-15T23:45:04.8391633Z 67 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-05-15T23:45:04.8392462Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:04.8394128Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-05-15T23:45:04.8396765Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-05-15T23:45:04.8399375Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-05-15T23:45:04.8401985Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-05-15T23:45:04.8404588Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-05-15T23:45:05.2027421Z [ 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-05-15T23:45:05.2030165Z [ 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-05-15T23:45:05.2032946Z [ 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-05-15T23:45:05.2036074Z [ 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-05-15T23:45:05.2038765Z [ 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-05-15T23:45:05.2041474Z [ 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-05-15T23:45:05.2044175Z [ 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-05-15T23:45:05.2046906Z [ 30%] 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-05-15T23:45:05.2049686Z [ 30%] 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-05-15T23:45:05.2052450Z [ 30%] 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-05-15T23:45:05.2055246Z [ 30%] 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-05-15T23:45:05.2058052Z [ 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-05-15T23:45:05.2061203Z [ 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-05-15T23:45:05.2063962Z [ 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-05-15T23:45:05.2067162Z [ 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-05-15T23:45:05.2069985Z [ 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-05-15T23:45:05.2072856Z [ 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-05-15T23:45:05.2075635Z [ 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-05-15T23:45:05.2078174Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-05-15T23:45:05.2080559Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-05-15T23:45:05.2082942Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-05-15T23:45:05.2085513Z [ 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-05-15T23:45:05.2088247Z [ 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-05-15T23:45:05.2090984Z [ 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-05-15T23:45:05.2093750Z [ 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-05-15T23:45:05.2096875Z [ 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-05-15T23:45:05.2099620Z [ 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-05-15T23:45:05.2102688Z [ 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-05-15T23:45:05.2105437Z [ 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-05-15T23:45:05.2108179Z [ 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-05-15T23:45:05.2110870Z [ 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-05-15T23:45:05.2113613Z [ 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-05-15T23:45:05.2116348Z [ 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-05-15T23:45:05.2119130Z [ 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-05-15T23:45:05.2121880Z [ 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-05-15T23:45:05.2124588Z [ 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-05-15T23:45:05.2127627Z [ 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-05-15T23:45:05.2130148Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-05-15T23:45:05.2132625Z [ 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-05-15T23:45:05.2135282Z [ 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-05-15T23:45:05.2137923Z [ 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-05-15T23:45:05.2142919Z [ 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-05-15T23:45:05.2145688Z [ 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-05-15T23:45:05.2148359Z [ 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-05-15T23:45:05.2151050Z [ 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-05-15T23:45:05.2153750Z [ 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-05-15T23:45:05.2156220Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-05-15T23:45:05.2158475Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-05-15T23:45:05.2161170Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-05-15T23:45:05.2163411Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-05-15T23:45:05.2165921Z [ 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-05-15T23:45:05.2168647Z [ 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-05-15T23:45:05.2171291Z [ 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-05-15T23:45:05.2173997Z [ 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-05-15T23:45:05.2176718Z [ 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-05-15T23:45:05.5252571Z [ 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-05-15T23:45:05.5255210Z [ 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-05-15T23:45:05.5257845Z [ 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-05-15T23:45:05.5260358Z [ 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-05-15T23:45:05.5263451Z [ 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-05-15T23:45:05.5265731Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-05-15T23:45:05.5267884Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-05-15T23:45:05.5269971Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-05-15T23:45:05.5272256Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-05-15T23:45:05.5274830Z [ 31%] 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-05-15T23:45:05.5277629Z [ 31%] 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-05-15T23:45:05.5280437Z [ 31%] 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-05-15T23:45:05.5283147Z [ 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-05-15T23:45:05.5285716Z [ 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-05-15T23:45:05.5288223Z [ 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-05-15T23:45:05.5290784Z [ 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-05-15T23:45:05.5293667Z [ 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-05-15T23:45:05.5296218Z [ 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-05-15T23:45:05.5298728Z [ 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-05-15T23:45:05.5301666Z [ 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-05-15T23:45:05.5304309Z [ 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-05-15T23:45:05.5306766Z [ 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-05-15T23:45:05.5309093Z [ 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-05-15T23:45:05.5311417Z [ 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-05-15T23:45:05.5313770Z [ 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-05-15T23:45:05.5316069Z [ 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-05-15T23:45:05.5318476Z [ 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-05-15T23:45:05.5321235Z [ 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-05-15T23:45:05.5323638Z [ 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-05-15T23:45:05.5326049Z [ 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-05-15T23:45:05.5328462Z [ 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-05-15T23:45:05.5330861Z [ 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-05-15T23:45:05.5333343Z [ 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-05-15T23:45:05.5335863Z [ 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-05-15T23:45:05.5338335Z [ 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-05-15T23:45:05.5341117Z [ 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-05-15T23:45:05.5343533Z [ 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-05-15T23:45:05.5345984Z [ 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-05-15T23:45:05.5348715Z [ 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-05-15T23:45:05.5350967Z [ 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-05-15T23:45:05.5353292Z [ 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-05-15T23:45:05.5355691Z [ 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-05-15T23:45:05.5358067Z [ 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-05-15T23:45:05.5360453Z [ 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-05-15T23:45:05.5362873Z [ 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-05-15T23:45:05.5365256Z [ 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-05-15T23:45:05.5367637Z [ 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-05-15T23:45:05.5370013Z [ 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-05-15T23:45:05.5372418Z [ 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-05-15T23:45:05.5375086Z [ 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-05-15T23:45:05.5377485Z [ 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-05-15T23:45:05.5379897Z [ 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-05-15T23:45:05.5383982Z [ 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-05-15T23:45:05.8929359Z [ 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-05-15T23:45:05.8932342Z [ 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-05-15T23:45:05.8935187Z [ 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-05-15T23:45:05.8937971Z [ 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-05-15T23:45:05.8941184Z [ 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-05-15T23:45:05.8944137Z [ 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-05-15T23:45:05.8947051Z [ 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-05-15T23:45:05.8950334Z [ 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-05-15T23:45:05.8953282Z [ 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-05-15T23:45:05.8956210Z [ 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-05-15T23:45:05.8959042Z [ 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-05-15T23:45:05.8961932Z [ 32%] 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-05-15T23:45:05.8964874Z [ 32%] 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-05-15T23:45:05.8967825Z [ 32%] 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-05-15T23:45:05.8970745Z [ 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-05-15T23:45:05.8973624Z [ 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-05-15T23:45:05.8976545Z [ 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-05-15T23:45:05.8979435Z [ 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-05-15T23:45:05.8983049Z [ 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-05-15T23:45:05.8985811Z [ 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-05-15T23:45:05.8988628Z [ 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-05-15T23:45:05.8991560Z [ 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-05-15T23:45:05.8994443Z [ 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-05-15T23:45:05.8997333Z [ 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-05-15T23:45:05.9000253Z [ 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-05-15T23:45:05.9003179Z [ 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-05-15T23:45:05.9006095Z [ 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-05-15T23:45:05.9009000Z [ 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-05-15T23:45:05.9011947Z [ 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-05-15T23:45:05.9015319Z [ 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-05-15T23:45:05.9018249Z [ 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-05-15T23:45:05.9021696Z [ 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-05-15T23:45:05.9024634Z [ 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-05-15T23:45:05.9027463Z [ 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-05-15T23:45:05.9030179Z [ 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-05-15T23:45:05.9032924Z [ 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-05-15T23:45:05.9035710Z [ 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-05-15T23:45:05.9038405Z [ 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-05-15T23:45:05.9041219Z [ 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-05-15T23:45:05.9044072Z [ 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-05-15T23:45:05.9047475Z [ 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-05-15T23:45:05.9050572Z [ 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-05-15T23:45:05.9053649Z [ 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-05-15T23:45:05.9056713Z [ 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-05-15T23:45:05.9059757Z [ 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-05-15T23:45:05.9063272Z [ 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-05-15T23:45:05.9066294Z [ 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-05-15T23:45:05.9069298Z [ 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-05-15T23:45:05.9072277Z [ 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-05-15T23:45:05.9075270Z [ 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-05-15T23:45:05.9078369Z [ 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-05-15T23:45:05.9081932Z [ 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-05-15T23:45:05.9085112Z [ 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-05-15T23:45:06.7894495Z [ 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-05-15T23:45:06.7898845Z [ 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-05-15T23:45:06.7902210Z [ 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-05-15T23:45:06.7905261Z [ 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-05-15T23:45:06.7908223Z [ 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-05-15T23:45:06.7911229Z [ 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-05-15T23:45:06.7914287Z [ 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-05-15T23:45:06.7919102Z [ 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-05-15T23:45:06.7922886Z [ 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-05-15T23:45:06.7926107Z [ 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-05-15T23:45:06.7929294Z [ 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-05-15T23:45:06.7932597Z [ 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-05-15T23:45:06.7935628Z [ 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-05-15T23:45:06.7938789Z [ 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-05-15T23:45:06.7942319Z [ 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.c.o 2024-05-15T23:45:06.7945419Z [ 33%] 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-05-15T23:45:06.7948538Z [ 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-05-15T23:45:06.7951672Z [ 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-05-15T23:45:06.7954804Z [ 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-05-15T23:45:06.7958224Z [ 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-05-15T23:45:06.7961421Z [ 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-05-15T23:45:06.7964472Z [ 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-05-15T23:45:06.7967524Z [ 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-05-15T23:45:06.7970441Z [ 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-05-15T23:45:06.7973464Z [ 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-05-15T23:45:06.7976349Z [ 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-05-15T23:45:06.7979411Z [ 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-05-15T23:45:06.7982915Z [ 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-05-15T23:45:06.7985666Z [ 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-05-15T23:45:06.7988733Z [ 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-05-15T23:45:06.7991398Z [ 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-05-15T23:45:06.7994029Z [ 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-05-15T23:45:06.7996700Z [ 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-05-15T23:45:06.7999434Z [ 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-05-15T23:45:06.8002089Z [ 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-05-15T23:45:06.8004694Z [ 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-05-15T23:45:06.8007563Z [ 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-05-15T23:45:06.8010392Z [ 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-05-15T23:45:06.8013284Z [ 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-05-15T23:45:06.8016290Z [ 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-05-15T23:45:06.8019292Z [ 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-05-15T23:45:06.8023256Z [ 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-05-15T23:45:06.8026006Z [ 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-05-15T23:45:06.8028813Z [ 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-05-15T23:45:06.8032110Z [ 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-05-15T23:45:06.8034829Z [ 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-05-15T23:45:06.8037676Z [ 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-05-15T23:45:06.8040716Z [ 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-05-15T23:45:06.8043732Z [ 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-05-15T23:45:06.8046695Z [ 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-05-15T23:45:06.8049488Z [ 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-05-15T23:45:07.6086762Z [ 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-05-15T23:45:07.6090614Z [ 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-05-15T23:45:07.6093945Z [ 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-05-15T23:45:07.6097151Z [ 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-05-15T23:45:07.6100256Z [ 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-05-15T23:45:07.6103753Z [ 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-05-15T23:45:07.6106879Z [ 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-05-15T23:45:07.6109993Z [ 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-05-15T23:45:07.6113116Z [ 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-05-15T23:45:07.6120042Z [ 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-05-15T23:45:07.6129497Z [ 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-05-15T23:45:07.6132223Z [ 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-05-15T23:45:07.6135358Z [ 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-05-15T23:45:07.6138067Z [ 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-05-15T23:45:07.6141233Z [ 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-05-15T23:45:07.6143930Z [ 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-05-15T23:45:07.6146174Z [ 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-05-15T23:45:07.6148528Z [ 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-05-15T23:45:07.6151273Z [ 34%] 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-05-15T23:45:07.6154025Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-05-15T23:45:07.6156628Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-05-15T23:45:07.6159265Z [ 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-05-15T23:45:07.6162005Z [ 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-05-15T23:45:07.6164652Z [ 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-05-15T23:45:07.6167703Z [ 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-05-15T23:45:07.6170387Z [ 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-05-15T23:45:07.6173115Z [ 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-05-15T23:45:07.6175724Z [ 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-05-15T23:45:07.6178353Z [ 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-05-15T23:45:07.6181757Z [ 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-05-15T23:45:07.6184446Z [ 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-05-15T23:45:07.6187127Z [ 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-05-15T23:45:07.6189951Z [ 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-05-15T23:45:07.6192709Z [ 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-05-15T23:45:07.6195487Z [ 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-05-15T23:45:07.6198324Z [ 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-05-15T23:45:07.6201492Z [ 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-05-15T23:45:07.6204262Z [ 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-05-15T23:45:07.6207085Z [ 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-05-15T23:45:07.6209865Z [ 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-05-15T23:45:07.6212327Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:45:07.6214392Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:45:07.6216205Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-05-15T23:45:07.6217973Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-05-15T23:45:07.6220750Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:53:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-05-15T23:45:07.6222881Z 53 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-05-15T23:45:07.6223737Z | ^ 2024-05-15T23:45:07.6225568Z /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-05-15T23:45:07.6227384Z 888 | __VA_ARGS__ \ 2024-05-15T23:45:07.6228427Z | ^~~~~~~~~~~ 2024-05-15T23:45:07.6230256Z /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-05-15T23:45:07.6232192Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:45:07.6232991Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:07.6234980Z /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-05-15T23:45:07.6237120Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:45:07.6238101Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:07.6240171Z /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-05-15T23:45:07.6242220Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:45:07.6243091Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:07.6245066Z /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-05-15T23:45:07.6247164Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-05-15T23:45:07.6248168Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:07.6249836Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:46:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-05-15T23:45:08.4177657Z 46 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-05-15T23:45:08.4179034Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:45:08.4181185Z [ 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-05-15T23:45:08.4184385Z [ 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-05-15T23:45:08.4187125Z [ 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-05-15T23:45:08.4189899Z [ 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-05-15T23:45:08.4192477Z [ 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-05-15T23:45:08.4195436Z [ 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-05-15T23:45:08.4198239Z [ 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-05-15T23:45:08.4201305Z [ 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-05-15T23:45:08.4204257Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-05-15T23:45:08.4207026Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-05-15T23:45:08.4209676Z [ 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-05-15T23:45:08.4212534Z [ 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-05-15T23:45:08.4215601Z [ 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-05-15T23:45:08.4221449Z [ 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-05-15T23:45:08.4223972Z [ 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-05-15T23:45:08.4226603Z [ 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-05-15T23:45:08.4229315Z [ 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-05-15T23:45:08.4231796Z [ 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-05-15T23:45:08.4234316Z [ 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-05-15T23:45:08.4237027Z [ 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-05-15T23:45:08.4239787Z [ 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-05-15T23:45:08.4242571Z [ 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-05-15T23:45:08.4245336Z [ 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-05-15T23:45:08.4247764Z [ 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-05-15T23:45:08.4250787Z [ 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-05-15T23:45:08.4253486Z [ 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-05-15T23:45:08.4256188Z [ 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-05-15T23:45:08.4258727Z [ 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-05-15T23:45:08.4261869Z [ 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-05-15T23:45:08.4264688Z [ 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-05-15T23:45:08.4267423Z [ 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-05-15T23:45:08.4270014Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-05-15T23:45:08.4272551Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-05-15T23:45:08.4274959Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-05-15T23:45:08.4277436Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-05-15T23:45:08.4280063Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-05-15T23:45:08.4282867Z [ 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-05-15T23:45:08.4285172Z [ 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-05-15T23:45:08.4287494Z [ 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-05-15T23:45:08.4289743Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-05-15T23:45:08.4292021Z [ 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-05-15T23:45:08.4294536Z [ 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-05-15T23:45:08.4297123Z [ 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-05-15T23:45:08.4299606Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-05-15T23:45:08.4302745Z [ 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-05-15T23:45:08.4305403Z [ 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-05-15T23:45:08.4308072Z [ 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-05-15T23:45:08.4310718Z [ 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-05-15T23:45:08.4313608Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-05-15T23:45:08.4316118Z [ 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-05-15T23:45:08.4318621Z [ 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-05-15T23:45:08.4321131Z [ 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-05-15T23:45:08.4323651Z [ 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-05-15T23:45:08.4326197Z [ 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-05-15T23:45:08.4328664Z [ 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-05-15T23:45:08.4331000Z [ 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-05-15T23:45:08.4333577Z [ 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-05-15T23:45:08.9522094Z [ 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-05-15T23:45:08.9524721Z [ 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-05-15T23:45:08.9527344Z [ 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-05-15T23:45:08.9530382Z [ 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-05-15T23:45:08.9533033Z [ 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-05-15T23:45:08.9535586Z [ 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-05-15T23:45:08.9538221Z [ 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-05-15T23:45:08.9541182Z [ 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-05-15T23:45:08.9543740Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-05-15T23:45:08.9546157Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-05-15T23:45:08.9548510Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-05-15T23:45:08.9550992Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-05-15T23:45:08.9553454Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-05-15T23:45:08.9555874Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-05-15T23:45:08.9558280Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-05-15T23:45:08.9561057Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-05-15T23:45:08.9563543Z [ 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-05-15T23:45:08.9566102Z [ 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-05-15T23:45:08.9568652Z [ 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-05-15T23:45:08.9571208Z [ 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-05-15T23:45:08.9573834Z [ 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-05-15T23:45:08.9576435Z [ 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-05-15T23:45:08.9579061Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-05-15T23:45:08.9581879Z [ 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-05-15T23:45:08.9584507Z [ 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-05-15T23:45:08.9587033Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-05-15T23:45:08.9589553Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-05-15T23:45:08.9592411Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-05-15T23:45:08.9594973Z [ 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-05-15T23:45:08.9597509Z [ 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-05-15T23:45:08.9600131Z [ 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-05-15T23:45:08.9602665Z [ 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-05-15T23:45:08.9605624Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-05-15T23:45:08.9608045Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-05-15T23:45:08.9610471Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-05-15T23:45:08.9612819Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-05-15T23:45:08.9615179Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-05-15T23:45:08.9617609Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-05-15T23:45:08.9619996Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-05-15T23:45:08.9622898Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-05-15T23:45:08.9625680Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-05-15T23:45:08.9628145Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-05-15T23:45:08.9630710Z [ 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-05-15T23:45:08.9633535Z [ 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-05-15T23:45:08.9636071Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-05-15T23:45:08.9638517Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-05-15T23:45:08.9640968Z [ 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-05-15T23:45:08.9643481Z [ 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-05-15T23:45:08.9646080Z [ 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-05-15T23:45:08.9648559Z [ 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-05-15T23:45:08.9651089Z [ 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-05-15T23:45:08.9653831Z [ 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-05-15T23:45:08.9656302Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-05-15T23:45:08.9658680Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-05-15T23:45:08.9661669Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-05-15T23:45:08.9664014Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-05-15T23:45:08.9666310Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-05-15T23:45:08.9668771Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-05-15T23:45:08.9671119Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-05-15T23:45:09.5833756Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-05-15T23:45:09.5836121Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-05-15T23:45:09.5838549Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-05-15T23:45:09.5840889Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-05-15T23:45:09.5843243Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-05-15T23:45:09.5845860Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-05-15T23:45:09.5848170Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-05-15T23:45:09.5850674Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-05-15T23:45:09.5853285Z [ 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-05-15T23:45:09.5856035Z [ 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-05-15T23:45:09.5858704Z [ 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-05-15T23:45:09.5862011Z [ 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-05-15T23:45:09.5864693Z [ 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-05-15T23:45:09.5867372Z [ 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-05-15T23:45:09.5870044Z [ 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-05-15T23:45:09.5872699Z [ 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-05-15T23:45:09.5875299Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-05-15T23:45:09.5878028Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-05-15T23:45:09.5880481Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-05-15T23:45:09.5882877Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-05-15T23:45:09.5885458Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-05-15T23:45:09.5888107Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-05-15T23:45:09.5890728Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-05-15T23:45:09.5893398Z [ 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-05-15T23:45:09.5895881Z [ 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-05-15T23:45:09.5898511Z [ 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-05-15T23:45:09.5901568Z [ 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-05-15T23:45:09.5904180Z [ 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-05-15T23:45:09.5906786Z [ 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-05-15T23:45:09.5909837Z [ 37%] 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-05-15T23:45:09.5912478Z [ 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-05-15T23:45:09.5915165Z [ 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-05-15T23:45:09.5917841Z [ 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-05-15T23:45:09.5920621Z [ 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-05-15T23:45:09.5923424Z [ 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-05-15T23:45:09.5926140Z [ 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-05-15T23:45:09.5928929Z [ 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-05-15T23:45:09.5931609Z [ 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-05-15T23:45:09.5934372Z [ 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-05-15T23:45:09.5937014Z [ 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-05-15T23:45:09.5940074Z [ 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-05-15T23:45:09.5943137Z [ 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-05-15T23:45:09.5945742Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-05-15T23:45:09.5948192Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-05-15T23:45:09.5950911Z [ 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-05-15T23:45:09.5953756Z [ 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-05-15T23:45:09.5956633Z [ 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-05-15T23:45:09.5959474Z [ 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-05-15T23:45:09.5962342Z [ 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-05-15T23:45:09.5965201Z [ 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-05-15T23:45:09.5968015Z [ 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-05-15T23:45:09.5970892Z [ 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-05-15T23:45:09.5974028Z [ 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-05-15T23:45:09.5976883Z [ 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-05-15T23:45:09.5979738Z [ 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-05-15T23:45:09.5982944Z [ 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-05-15T23:45:09.5985769Z [ 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-05-15T23:45:10.1659841Z [ 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-05-15T23:45:10.1663106Z [ 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-05-15T23:45:10.1665943Z [ 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-05-15T23:45:10.1668606Z [ 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-05-15T23:45:10.1671338Z [ 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-05-15T23:45:10.1674027Z [ 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-05-15T23:45:10.1677162Z [ 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-05-15T23:45:10.1680118Z [ 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-05-15T23:45:10.1682839Z [ 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-05-15T23:45:10.1685446Z [ 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-05-15T23:45:10.1687846Z [ 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-05-15T23:45:10.1690310Z [ 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-05-15T23:45:10.1692716Z [ 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-05-15T23:45:10.1695124Z [ 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-05-15T23:45:10.1697562Z [ 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-05-15T23:45:10.1699976Z [ 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-05-15T23:45:10.1703134Z [ 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-05-15T23:45:10.1706592Z [ 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-05-15T23:45:10.1709790Z [ 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-05-15T23:45:10.1712875Z [ 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-05-15T23:45:10.1716051Z [ 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-05-15T23:45:10.1718898Z [ 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-05-15T23:45:10.1722023Z [ 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-05-15T23:45:10.1725177Z [ 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-05-15T23:45:10.1728341Z [ 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-05-15T23:45:10.1731420Z [ 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-05-15T23:45:10.1734683Z [ 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-05-15T23:45:10.1738147Z [ 38%] 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-05-15T23:45:10.1741426Z [ 38%] 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-05-15T23:45:10.1744091Z [ 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-05-15T23:45:10.1746610Z [ 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-05-15T23:45:10.1749196Z [ 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-05-15T23:45:10.1751858Z [ 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-05-15T23:45:10.1754373Z [ 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-05-15T23:45:10.1756893Z [ 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-05-15T23:45:10.1759503Z [ 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-05-15T23:45:10.1761976Z [ 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-05-15T23:45:10.1764281Z [ 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-05-15T23:45:10.1766625Z [ 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-05-15T23:45:10.1769237Z [ 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-05-15T23:45:10.1771579Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-05-15T23:45:10.1773977Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-05-15T23:45:10.1776364Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-05-15T23:45:10.1778688Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-05-15T23:45:10.1781465Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-05-15T23:45:10.1783898Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-05-15T23:45:10.1786240Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-05-15T23:45:10.1788621Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-05-15T23:45:10.1790949Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-05-15T23:45:10.1793200Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-05-15T23:45:10.1795851Z [ 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-05-15T23:45:10.1799109Z [ 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-05-15T23:45:10.1802003Z [ 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-05-15T23:45:10.1804954Z [ 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-05-15T23:45:10.6224382Z [ 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-05-15T23:45:10.6227418Z [ 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-05-15T23:45:10.6230424Z [ 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-05-15T23:45:10.6233205Z [ 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-05-15T23:45:10.6236029Z [ 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-05-15T23:45:10.6238871Z [ 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-05-15T23:45:10.6241689Z [ 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-05-15T23:45:10.6244654Z [ 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-05-15T23:45:10.6248646Z [ 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-05-15T23:45:10.6251944Z [ 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-05-15T23:45:10.6255190Z [ 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-05-15T23:45:10.6258443Z [ 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-05-15T23:45:10.6261855Z [ 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-05-15T23:45:10.6264966Z [ 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-05-15T23:45:10.6268102Z [ 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-05-15T23:45:10.6271163Z [ 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-05-15T23:45:10.6274101Z [ 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-05-15T23:45:10.6276926Z [ 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-05-15T23:45:10.6280244Z [ 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-05-15T23:45:10.6283344Z [ 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-05-15T23:45:10.6286373Z [ 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-05-15T23:45:10.6289439Z [ 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-05-15T23:45:10.6292569Z [ 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-05-15T23:45:10.6295607Z [ 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-05-15T23:45:10.6298414Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-05-15T23:45:10.6301574Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-05-15T23:45:10.6304066Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-05-15T23:45:10.6306497Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-05-15T23:45:10.6308815Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-05-15T23:45:10.6311370Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-05-15T23:45:10.6314231Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-05-15T23:45:10.6316481Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-05-15T23:45:10.6318735Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-05-15T23:45:10.6320846Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-05-15T23:45:10.6322914Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-05-15T23:45:10.6325130Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-05-15T23:45:10.6327483Z [ 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-05-15T23:45:10.6329977Z [ 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-05-15T23:45:10.6332471Z [ 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-05-15T23:45:10.6334786Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-05-15T23:45:10.6337155Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-05-15T23:45:10.6339625Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-05-15T23:45:10.6343108Z [ 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-05-15T23:45:10.6345887Z [ 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-05-15T23:45:10.6348713Z [ 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-05-15T23:45:10.6351579Z [ 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-05-15T23:45:10.6354430Z [ 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-05-15T23:45:10.6357269Z [ 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-05-15T23:45:10.6360139Z [ 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-05-15T23:45:10.6363012Z [ 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-05-15T23:45:10.6365549Z [ 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-05-15T23:45:10.6368360Z [ 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-05-15T23:45:10.6371275Z [ 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-05-15T23:45:10.6374247Z [ 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-05-15T23:45:10.6377517Z [ 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-05-15T23:45:11.4666386Z [ 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-05-15T23:45:11.4669575Z [ 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-05-15T23:45:11.4672544Z [ 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-05-15T23:45:11.4675654Z [ 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-05-15T23:45:11.4678667Z [ 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-05-15T23:45:11.4681667Z [ 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-05-15T23:45:11.4684803Z [ 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-05-15T23:45:11.4687721Z [ 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-05-15T23:45:11.4690784Z [ 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-05-15T23:45:11.4694217Z [ 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-05-15T23:45:11.4697277Z [ 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-05-15T23:45:11.4700359Z [ 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-05-15T23:45:11.4717310Z [ 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-05-15T23:45:11.4720232Z [ 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-05-15T23:45:11.4723360Z [ 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-05-15T23:45:11.4726365Z [ 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-05-15T23:45:11.4729503Z [ 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-05-15T23:45:11.4732659Z [ 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-05-15T23:45:11.4735665Z [ 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-05-15T23:45:11.4738705Z [ 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-05-15T23:45:11.4742616Z [ 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-05-15T23:45:11.4745880Z [ 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-05-15T23:45:11.4749070Z [ 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-05-15T23:45:11.4752085Z [ 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-05-15T23:45:11.4755045Z [ 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-05-15T23:45:11.4758125Z [ 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-05-15T23:45:11.4761285Z [ 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-05-15T23:45:11.4764369Z [ 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-05-15T23:45:11.4767372Z [ 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-05-15T23:45:11.4770424Z [ 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-05-15T23:45:11.4773927Z [ 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-05-15T23:45:11.4777109Z [ 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-05-15T23:45:11.4780135Z [ 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-05-15T23:45:11.4783499Z [ 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-05-15T23:45:11.4786313Z [ 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-05-15T23:45:11.4789227Z [ 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-05-15T23:45:11.4792267Z [ 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-05-15T23:45:11.4795218Z [ 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-05-15T23:45:11.4798145Z [ 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-05-15T23:45:11.4801055Z [ 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-05-15T23:45:11.4804412Z [ 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-05-15T23:45:11.4807209Z [ 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-05-15T23:45:11.4809720Z [ 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-05-15T23:45:11.4812224Z [ 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-05-15T23:45:11.4814719Z [ 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-05-15T23:45:11.4817406Z [ 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-05-15T23:45:11.4820407Z [ 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-05-15T23:45:11.4823978Z [ 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-05-15T23:45:11.4826769Z [ 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-05-15T23:45:11.4829644Z [ 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-05-15T23:45:12.4249957Z [ 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-05-15T23:45:12.4254289Z [ 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-05-15T23:45:12.4257893Z [ 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-05-15T23:45:12.4262140Z [ 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-05-15T23:45:12.4265839Z [ 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-05-15T23:45:12.4269442Z [ 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-05-15T23:45:12.4273289Z [ 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-05-15T23:45:12.4276521Z [ 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-05-15T23:45:12.4280037Z [ 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-05-15T23:45:12.4283931Z [ 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-05-15T23:45:12.4287579Z [ 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-05-15T23:45:12.4291521Z [ 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-05-15T23:45:12.4295474Z [ 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-05-15T23:45:12.4299231Z [ 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-05-15T23:45:12.4303126Z [ 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-05-15T23:45:12.4306267Z [ 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-05-15T23:45:12.4309653Z [ 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-05-15T23:45:12.4312972Z [ 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-05-15T23:45:12.4316249Z [ 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-05-15T23:45:12.4319467Z [ 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-05-15T23:45:12.4322598Z [ 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-05-15T23:45:12.4326055Z [ 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-05-15T23:45:12.4329041Z [ 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-05-15T23:45:12.4332106Z [ 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-05-15T23:45:12.4335166Z [ 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-05-15T23:45:12.4338178Z [ 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-05-15T23:45:12.4341673Z [ 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-05-15T23:45:12.4344806Z [ 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-05-15T23:45:12.4347800Z [ 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-05-15T23:45:12.4350815Z [ 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-05-15T23:45:12.4353828Z [ 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-05-15T23:45:12.4356758Z [ 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-05-15T23:45:12.4359932Z [ 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-05-15T23:45:12.4362836Z [ 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-05-15T23:45:12.4365659Z [ 41%] 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-05-15T23:45:12.4368629Z [ 41%] 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-05-15T23:45:12.4371619Z [ 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-05-15T23:45:12.4374778Z [ 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-05-15T23:45:12.4378074Z [ 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-05-15T23:45:12.4381314Z [ 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-05-15T23:45:12.4384210Z [ 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-05-15T23:45:12.4387141Z [ 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-05-15T23:45:12.4390440Z [ 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-05-15T23:45:12.4393469Z [ 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-05-15T23:45:12.4396443Z [ 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-05-15T23:45:12.4399490Z [ 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-05-15T23:45:12.4402577Z [ 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-05-15T23:45:12.4405783Z [ 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-05-15T23:45:12.4408846Z [ 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-05-15T23:45:13.0756772Z [ 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-05-15T23:45:13.0759800Z [ 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-05-15T23:45:13.0762825Z [ 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-05-15T23:45:13.0765782Z [ 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-05-15T23:45:13.0769545Z [ 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-05-15T23:45:13.0772523Z [ 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-05-15T23:45:13.0775492Z [ 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-05-15T23:45:13.0778460Z [ 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-05-15T23:45:13.0781948Z [ 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-05-15T23:45:13.0784951Z [ 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-05-15T23:45:13.0787715Z [ 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-05-15T23:45:13.0790418Z [ 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-05-15T23:45:13.0793254Z [ 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-05-15T23:45:13.0796167Z [ 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-05-15T23:45:13.0799672Z [ 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-05-15T23:45:13.0802942Z [ 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-05-15T23:45:13.0806029Z [ 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-05-15T23:45:13.0808777Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-05-15T23:45:13.0811571Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-05-15T23:45:13.0814491Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-05-15T23:45:13.0817271Z [ 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-05-15T23:45:13.0820110Z [ 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-05-15T23:45:13.0823256Z [ 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-05-15T23:45:13.0826013Z [ 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-05-15T23:45:13.0828960Z [ 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-05-15T23:45:13.0831835Z [ 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-05-15T23:45:13.0835131Z [ 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-05-15T23:45:13.0838096Z [ 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-05-15T23:45:13.0840659Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-05-15T23:45:13.0843030Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-05-15T23:45:13.0845488Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-05-15T23:45:13.0848047Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-05-15T23:45:13.0850545Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-05-15T23:45:13.0853033Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-05-15T23:45:13.0855781Z [ 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-05-15T23:45:13.0858669Z [ 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-05-15T23:45:13.0862021Z [ 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-05-15T23:45:13.0865067Z [ 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-05-15T23:45:13.0867494Z [ 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-05-15T23:45:13.0869926Z [ 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-05-15T23:45:13.0872695Z [ 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-05-15T23:45:13.0875609Z [ 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-05-15T23:45:13.0878544Z [ 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-05-15T23:45:13.0881674Z [ 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-05-15T23:45:13.0885004Z [ 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-05-15T23:45:13.0888261Z [ 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-05-15T23:45:13.0891476Z [ 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-05-15T23:45:13.0894699Z [ 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-05-15T23:45:13.0898266Z [ 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-05-15T23:45:13.0901756Z [ 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-05-15T23:45:13.0904772Z [ 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-05-15T23:45:13.0907798Z [ 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-05-15T23:45:13.8025153Z [ 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-05-15T23:45:13.8028027Z [ 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-05-15T23:45:13.8030661Z [ 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-05-15T23:45:13.8033322Z [ 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-05-15T23:45:13.8035917Z [ 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-05-15T23:45:13.8038710Z [ 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-05-15T23:45:13.8041752Z [ 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-05-15T23:45:13.8045205Z [ 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-05-15T23:45:13.8048158Z [ 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-05-15T23:45:13.8051126Z [ 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-05-15T23:45:13.8054092Z [ 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-05-15T23:45:13.8057048Z [ 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-05-15T23:45:13.8059952Z [ 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-05-15T23:45:13.8063469Z [ 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-05-15T23:45:13.8066414Z [ 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-05-15T23:45:13.8069334Z [ 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-05-15T23:45:13.8072222Z [ 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-05-15T23:45:13.8075108Z [ 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-05-15T23:45:13.8078353Z [ 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-05-15T23:45:13.8081249Z [ 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-05-15T23:45:13.8084191Z [ 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-05-15T23:45:13.8087090Z [ 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-05-15T23:45:13.8089934Z [ 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-05-15T23:45:13.8092819Z [ 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-05-15T23:45:13.8095726Z [ 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-05-15T23:45:13.8098595Z [ 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-05-15T23:45:13.8102052Z [ 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-05-15T23:45:13.8105022Z [ 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-05-15T23:45:13.8107876Z [ 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-05-15T23:45:13.8111073Z [ 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-05-15T23:45:13.8114041Z [ 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-05-15T23:45:13.8116913Z [ 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-05-15T23:45:13.8119849Z [ 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-05-15T23:45:13.8122766Z [ 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-05-15T23:45:13.8125756Z [ 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-05-15T23:45:13.8128737Z [ 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-05-15T23:45:13.8131711Z [ 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-05-15T23:45:13.8134723Z [ 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-05-15T23:45:13.8137643Z [ 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-05-15T23:45:13.8140776Z [ 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-05-15T23:45:13.8144106Z [ 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-05-15T23:45:13.8147454Z [ 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-05-15T23:45:13.8150444Z [ 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-05-15T23:45:13.8153395Z [ 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-05-15T23:45:13.8156321Z [ 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-05-15T23:45:13.8159253Z [ 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-05-15T23:45:13.8162189Z [ 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-05-15T23:45:13.8165128Z [ 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-05-15T23:45:13.8168073Z [ 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-05-15T23:45:13.8170998Z [ 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-05-15T23:45:13.8173909Z [ 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-05-15T23:45:13.8177149Z [ 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-05-15T23:45:13.8180104Z [ 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-05-15T23:45:14.5016634Z [ 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-05-15T23:45:14.5019257Z [ 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-05-15T23:45:14.5022141Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-05-15T23:45:14.5024664Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-05-15T23:45:14.5027210Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-05-15T23:45:14.5029660Z [ 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-05-15T23:45:14.5032377Z [ 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-05-15T23:45:14.5034892Z [ 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-05-15T23:45:14.5037475Z [ 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-05-15T23:45:14.5039956Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-05-15T23:45:14.5042682Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-05-15T23:45:14.5045126Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-05-15T23:45:14.5047674Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-05-15T23:45:14.5050148Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-05-15T23:45:14.5052525Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-05-15T23:45:14.5054942Z [ 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-05-15T23:45:14.5057861Z [ 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-05-15T23:45:14.5060682Z [ 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-05-15T23:45:14.5063742Z [ 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-05-15T23:45:14.5066446Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-05-15T23:45:14.5068855Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-05-15T23:45:14.5071718Z [ 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-05-15T23:45:14.5074159Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-05-15T23:45:14.5076724Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-05-15T23:45:14.5079371Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-05-15T23:45:14.5082058Z [ 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-05-15T23:45:14.5084626Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-05-15T23:45:14.5087091Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-05-15T23:45:14.5089617Z [ 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-05-15T23:45:14.5092395Z [ 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-05-15T23:45:14.5095025Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-05-15T23:45:14.5097306Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-05-15T23:45:14.5099557Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-05-15T23:45:14.5102312Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-05-15T23:45:14.5105310Z [ 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-05-15T23:45:14.5108347Z [ 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-05-15T23:45:14.5111321Z [ 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-05-15T23:45:14.5114284Z [ 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-05-15T23:45:14.5117229Z [ 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-05-15T23:45:14.5120011Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-05-15T23:45:14.5122780Z [ 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-05-15T23:45:14.5125459Z [ 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-05-15T23:45:14.5128200Z [ 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-05-15T23:45:14.5130906Z [ 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-05-15T23:45:14.5133623Z [ 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-05-15T23:45:14.5136903Z [ 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-05-15T23:45:14.5139788Z [ 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-05-15T23:45:14.5143097Z [ 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-05-15T23:45:14.5145977Z [ 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-05-15T23:45:14.5148691Z [ 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-05-15T23:45:14.5151525Z [ 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-05-15T23:45:14.5154371Z [ 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-05-15T23:45:14.5157186Z [ 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-05-15T23:45:14.5160015Z [ 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-05-15T23:45:14.5162642Z [ 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-05-15T23:45:14.5165216Z [ 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-05-15T23:45:15.4993784Z [ 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-05-15T23:45:15.4996724Z [ 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-05-15T23:45:15.4999434Z [ 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-05-15T23:45:15.5002296Z [ 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-05-15T23:45:15.5005376Z [ 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-05-15T23:45:15.5008168Z [ 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-05-15T23:45:15.5010964Z [ 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-05-15T23:45:15.5013729Z [ 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-05-15T23:45:15.5016254Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-05-15T23:45:15.5018465Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-05-15T23:45:15.5020770Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-05-15T23:45:15.5023393Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-05-15T23:45:15.5025540Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-05-15T23:45:15.5027773Z [ 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-05-15T23:45:15.5030607Z [ 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-05-15T23:45:15.5033363Z [ 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-05-15T23:45:15.5036192Z [ 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-05-15T23:45:15.5039053Z [ 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-05-15T23:45:15.5041926Z [ 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-05-15T23:45:15.5044480Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-05-15T23:45:15.5046930Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-05-15T23:45:15.5049692Z [ 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-05-15T23:45:15.5052679Z [ 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-05-15T23:45:15.5055921Z [ 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-05-15T23:45:15.5059066Z [ 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-05-15T23:45:15.5062437Z [ 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-05-15T23:45:15.5065672Z [ 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-05-15T23:45:15.5068715Z [ 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-05-15T23:45:15.5071792Z [ 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-05-15T23:45:15.5074750Z [ 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-05-15T23:45:15.5077963Z [ 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-05-15T23:45:15.5080979Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-05-15T23:45:15.5083929Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-05-15T23:45:15.5086907Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-05-15T23:45:15.5089300Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-05-15T23:45:15.5091730Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-05-15T23:45:15.5094162Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-05-15T23:45:15.5096543Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-05-15T23:45:15.5098967Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-05-15T23:45:15.5101896Z [ 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-05-15T23:45:15.5104410Z [ 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-05-15T23:45:15.5106989Z [ 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-05-15T23:45:15.5109791Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-05-15T23:45:15.5112657Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-05-15T23:45:15.5115220Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-05-15T23:45:15.5117622Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-05-15T23:45:15.5120421Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-05-15T23:45:15.5122787Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-05-15T23:45:15.5125300Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-05-15T23:45:15.5127610Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-05-15T23:45:15.5130007Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-05-15T23:45:15.5132238Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-05-15T23:45:15.5134709Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-05-15T23:45:15.5137373Z [ 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-05-15T23:45:15.5139995Z [ 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-05-15T23:45:16.1826884Z [ 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-05-15T23:45:16.1829645Z [ 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-05-15T23:45:16.1832718Z [ 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-05-15T23:45:16.1835456Z [ 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-05-15T23:45:16.1838119Z [ 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-05-15T23:45:16.1840937Z [ 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-05-15T23:45:16.1843672Z [ 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-05-15T23:45:16.1846166Z [ 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-05-15T23:45:16.1848944Z [ 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-05-15T23:45:16.1851467Z [ 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-05-15T23:45:16.1853889Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-05-15T23:45:16.1856303Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-05-15T23:45:16.1859022Z [ 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-05-15T23:45:16.1862232Z [ 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-05-15T23:45:16.1865489Z [ 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-05-15T23:45:16.1868444Z [ 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-05-15T23:45:16.1871427Z [ 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-05-15T23:45:16.1874468Z [ 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-05-15T23:45:16.1877467Z [ 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-05-15T23:45:16.1880436Z [ 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-05-15T23:45:16.1883418Z [ 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-05-15T23:45:16.1886410Z [ 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-05-15T23:45:16.1889368Z [ 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-05-15T23:45:16.1892292Z [ 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-05-15T23:45:16.1895270Z [ 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-05-15T23:45:16.1898532Z [ 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-05-15T23:45:16.1901840Z [ 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-05-15T23:45:16.1904757Z [ 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-05-15T23:45:16.1907751Z [ 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-05-15T23:45:16.1910620Z [ 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-05-15T23:45:16.1913423Z [ 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-05-15T23:45:16.1916403Z [ 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-05-15T23:45:16.1919204Z [ 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-05-15T23:45:16.1921982Z [ 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-05-15T23:45:16.1924252Z [ 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-05-15T23:45:16.1926552Z [ 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-05-15T23:45:16.1928835Z [ 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-05-15T23:45:16.1931323Z [ 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-05-15T23:45:16.1933703Z [ 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-05-15T23:45:16.1936093Z [ 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-05-15T23:45:16.1938428Z [ 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-05-15T23:45:16.1941552Z [ 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-05-15T23:45:16.1944009Z [ 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-05-15T23:45:16.1946453Z [ 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-05-15T23:45:16.1948776Z [ 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-05-15T23:45:16.1951084Z [ 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-05-15T23:45:16.1953454Z [ 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-05-15T23:45:16.1955861Z [ 47%] 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-05-15T23:45:16.1958465Z [ 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-05-15T23:45:16.1960853Z [ 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-05-15T23:45:16.1963272Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-05-15T23:45:16.1965690Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-05-15T23:45:16.1968090Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-05-15T23:45:16.1970507Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-05-15T23:45:16.1972943Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-05-15T23:45:16.7208716Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-05-15T23:45:16.7211425Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-05-15T23:45:16.7213792Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-05-15T23:45:16.7216020Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-05-15T23:45:16.7218354Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-05-15T23:45:16.7220703Z [ 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-05-15T23:45:16.7223705Z [ 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-05-15T23:45:16.7226238Z [ 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-05-15T23:45:16.7228703Z [ 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-05-15T23:45:16.7230796Z [ 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-05-15T23:45:16.7232803Z [ 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-05-15T23:45:16.7235154Z [ 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-05-15T23:45:16.7237814Z [ 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-05-15T23:45:16.7240607Z [ 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-05-15T23:45:16.7243494Z [ 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-05-15T23:45:16.7246422Z [ 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-05-15T23:45:16.7251240Z [ 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-05-15T23:45:16.7255187Z [ 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-05-15T23:45:16.7257815Z [ 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-05-15T23:45:16.7259851Z [ 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-05-15T23:45:16.7263632Z [ 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-05-15T23:45:16.7265904Z [ 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-05-15T23:45:16.7267834Z [ 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-05-15T23:45:16.7269759Z [ 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-05-15T23:45:16.7271677Z [ 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-05-15T23:45:16.7273551Z [ 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-05-15T23:45:16.7275495Z [ 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-05-15T23:45:16.7277576Z [ 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-05-15T23:45:16.7279730Z [ 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-05-15T23:45:16.7282360Z [ 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-05-15T23:45:16.7285055Z [ 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-05-15T23:45:16.7287912Z [ 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-05-15T23:45:16.7290568Z [ 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-05-15T23:45:16.7293239Z [ 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-05-15T23:45:16.7296036Z [ 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-05-15T23:45:16.7298931Z [ 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-05-15T23:45:16.7302071Z [ 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-05-15T23:45:16.7305357Z [ 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-05-15T23:45:16.7308357Z [ 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-05-15T23:45:16.7311251Z [ 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-05-15T23:45:16.7314011Z [ 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-05-15T23:45:16.7316606Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-05-15T23:45:16.7318832Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-05-15T23:45:16.7320974Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-05-15T23:45:16.7323142Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-05-15T23:45:16.7325407Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-05-15T23:45:16.7327591Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-05-15T23:45:16.7329624Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-05-15T23:45:16.7332241Z [ 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-05-15T23:45:16.7336665Z [ 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-05-15T23:45:16.7339942Z [ 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-05-15T23:45:16.7343419Z [ 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-05-15T23:45:16.7346525Z [ 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-05-15T23:45:17.6982191Z [ 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-05-15T23:45:17.6985159Z [ 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-05-15T23:45:17.6988208Z [ 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-05-15T23:45:17.6991206Z [ 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-05-15T23:45:17.6994284Z [ 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-05-15T23:45:17.6997284Z [ 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-05-15T23:45:17.7000186Z [ 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-05-15T23:45:17.7003522Z [ 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-05-15T23:45:17.7006439Z [ 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-05-15T23:45:17.7009478Z [ 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-05-15T23:45:17.7012411Z [ 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-05-15T23:45:17.7015324Z [ 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-05-15T23:45:17.7018439Z [ 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-05-15T23:45:17.7021923Z [ 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-05-15T23:45:17.7024998Z [ 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-05-15T23:45:17.7028071Z [ 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-05-15T23:45:17.7031095Z [ 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-05-15T23:45:17.7034368Z [ 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-05-15T23:45:17.7037468Z [ 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-05-15T23:45:17.7040288Z [ 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-05-15T23:45:17.7043176Z [ 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-05-15T23:45:17.7046178Z [ 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-05-15T23:45:17.7049225Z [ 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-05-15T23:45:17.7052187Z [ 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-05-15T23:45:17.7054978Z [ 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-05-15T23:45:17.7058126Z [ 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-05-15T23:45:17.7061567Z [ 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-05-15T23:45:17.7065074Z [ 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-05-15T23:45:17.7068281Z [ 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-05-15T23:45:17.7071556Z [ 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-05-15T23:45:17.7074779Z [ 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-05-15T23:45:17.7077957Z [ 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-05-15T23:45:17.7081204Z [ 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-05-15T23:45:17.7084346Z [ 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-05-15T23:45:17.7087556Z [ 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-05-15T23:45:17.7090781Z [ 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-05-15T23:45:17.7094123Z [ 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-05-15T23:45:17.7097228Z [ 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-05-15T23:45:17.7101133Z [ 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-05-15T23:45:17.7104118Z [ 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-05-15T23:45:17.7107301Z [ 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-05-15T23:45:17.7110239Z [ 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-05-15T23:45:17.7113060Z [ 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-05-15T23:45:17.7115987Z [ 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-05-15T23:45:17.7118914Z [ 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-05-15T23:45:17.7121741Z [ 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-05-15T23:45:17.7124637Z [ 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-05-15T23:45:17.7127560Z [ 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-05-15T23:45:17.7130786Z [ 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-05-15T23:45:19.0304138Z [ 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-05-15T23:45:19.0306580Z [ 49%] 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-05-15T23:45:19.0308656Z [ 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-05-15T23:45:19.0310280Z [ 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-05-15T23:45:19.0312016Z [ 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-05-15T23:45:19.0313905Z [ 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-05-15T23:45:19.0315767Z [ 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-05-15T23:45:19.0317613Z [ 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-05-15T23:45:19.0319438Z [ 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-05-15T23:45:19.0321283Z [ 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-05-15T23:45:19.0323221Z [ 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-05-15T23:45:19.0325600Z [ 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-05-15T23:45:19.0327678Z [ 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-05-15T23:45:19.0329792Z [ 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-05-15T23:45:19.0331927Z [ 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-05-15T23:45:19.0334055Z [ 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-05-15T23:45:19.0336603Z [ 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-05-15T23:45:19.0339506Z [ 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-05-15T23:45:19.0344358Z [ 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-05-15T23:45:19.0347385Z [ 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-05-15T23:45:19.0350586Z [ 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-05-15T23:45:19.0354259Z [ 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-05-15T23:45:19.0357665Z [ 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-05-15T23:45:19.0360506Z [ 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-05-15T23:45:19.0364095Z [ 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-05-15T23:45:19.0367245Z [ 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-05-15T23:45:19.0370295Z [ 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-05-15T23:45:19.0372924Z [ 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-05-15T23:45:19.0375879Z [ 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-05-15T23:45:19.0378845Z [ 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-05-15T23:45:19.0382359Z [ 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-05-15T23:45:19.0385209Z [ 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-05-15T23:45:19.0388297Z [ 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-05-15T23:45:19.0391220Z [ 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-05-15T23:45:19.0394074Z [ 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-05-15T23:45:19.0397196Z [ 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-05-15T23:45:19.0400330Z [ 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-05-15T23:45:19.0403523Z [ 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-05-15T23:45:19.0406674Z [ 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-05-15T23:45:19.0409606Z [ 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-05-15T23:45:19.0412994Z [ 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-05-15T23:45:19.0416002Z [ 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-05-15T23:45:19.0418885Z [ 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-05-15T23:45:19.0422285Z [ 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-05-15T23:45:19.0425188Z [ 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-05-15T23:45:19.0428087Z [ 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-05-15T23:45:19.0431270Z [ 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-05-15T23:45:19.0434446Z [ 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-05-15T23:45:19.0437617Z [ 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-05-15T23:45:19.6597013Z [ 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-05-15T23:45:19.6599361Z [ 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-05-15T23:45:19.6601805Z [ 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-05-15T23:45:19.6603846Z [ 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-05-15T23:45:19.6605868Z [ 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-05-15T23:45:19.6607823Z [ 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-05-15T23:45:19.6609712Z [ 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-05-15T23:45:19.6611701Z [ 50%] 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-05-15T23:45:19.6613593Z [ 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-05-15T23:45:19.6615567Z [ 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-05-15T23:45:19.6617506Z [ 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-05-15T23:45:19.6619394Z [ 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-05-15T23:45:19.6621853Z [ 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-05-15T23:45:19.6623777Z [ 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-05-15T23:45:19.6625748Z [ 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-05-15T23:45:19.6627653Z [ 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-05-15T23:45:19.6629572Z [ 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-05-15T23:45:19.6631567Z [ 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-05-15T23:45:19.6633502Z [ 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-05-15T23:45:19.6635407Z [ 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-05-15T23:45:19.6637302Z [ 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-05-15T23:45:19.6639192Z [ 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-05-15T23:45:19.6641093Z [ 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-05-15T23:45:19.6643183Z [ 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-05-15T23:45:19.6645153Z [ 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-05-15T23:45:19.6647036Z [ 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-05-15T23:45:19.6648906Z [ 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-05-15T23:45:19.6650781Z [ 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-05-15T23:45:19.6652689Z [ 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-05-15T23:45:19.6654649Z [ 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-05-15T23:45:19.6657191Z [ 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-05-15T23:45:19.6659782Z [ 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-05-15T23:45:19.6662314Z [ 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-05-15T23:45:19.6664364Z [ 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-05-15T23:45:19.6666255Z [ 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-05-15T23:45:19.6668263Z [ 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-05-15T23:45:19.6670082Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-05-15T23:45:19.6671817Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-05-15T23:45:19.6673566Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-05-15T23:45:19.6675359Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-05-15T23:45:19.6677119Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-05-15T23:45:19.6678858Z [ 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-05-15T23:45:19.6680570Z [ 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-05-15T23:45:19.6682281Z [ 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-05-15T23:45:19.6684138Z [ 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-05-15T23:45:19.6685916Z [ 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-05-15T23:45:19.6687633Z [ 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-05-15T23:45:19.6689333Z [ 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-05-15T23:45:19.6691044Z [ 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-05-15T23:45:19.6692781Z [ 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-05-15T23:45:21.0444210Z [ 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-05-15T23:45:21.0446118Z [ 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-05-15T23:45:21.0447910Z [ 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-05-15T23:45:21.0449701Z [ 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-05-15T23:45:21.0451545Z [ 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-05-15T23:45:21.0453640Z [ 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-05-15T23:45:21.0455398Z [ 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-05-15T23:45:21.0456997Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-05-15T23:45:21.0458477Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-05-15T23:45:21.0459945Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-05-15T23:45:21.0461823Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-05-15T23:45:21.0463401Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-05-15T23:45:21.0464950Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-05-15T23:45:21.0466540Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-05-15T23:45:21.0468069Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-05-15T23:45:21.0469607Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-05-15T23:45:21.0471349Z [ 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-05-15T23:45:21.0473307Z [ 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-05-15T23:45:21.0475127Z [ 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-05-15T23:45:21.0476939Z [ 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-05-15T23:45:21.0478728Z [ 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-05-15T23:45:21.0480313Z [ 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-05-15T23:45:21.0481919Z [ 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-05-15T23:45:21.0483700Z [ 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-05-15T23:45:21.0485602Z [ 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-05-15T23:45:21.0487491Z [ 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-05-15T23:45:21.0489405Z [ 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-05-15T23:45:21.0491304Z [ 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-05-15T23:45:21.0493320Z [ 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-05-15T23:45:21.0495211Z [ 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-05-15T23:45:21.0497100Z [ 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-05-15T23:45:21.0499000Z [ 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-05-15T23:45:21.0501391Z [ 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-05-15T23:45:21.0503428Z [ 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-05-15T23:45:21.0505303Z [ 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-05-15T23:45:21.0507131Z [ 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-05-15T23:45:21.0508896Z [ 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-05-15T23:45:21.0510672Z [ 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-05-15T23:45:21.0512441Z [ 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-05-15T23:45:21.0514367Z [ 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-05-15T23:45:21.0516149Z [ 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-05-15T23:45:21.0517941Z [ 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-05-15T23:45:21.0519729Z [ 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-05-15T23:45:21.0521401Z [ 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-05-15T23:45:21.0522997Z [ 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-05-15T23:45:21.0524579Z [ 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-05-15T23:45:21.0526139Z [ 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-05-15T23:45:21.0527834Z [ 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-05-15T23:45:21.0529911Z [ 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-05-15T23:45:21.0531877Z [ 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-05-15T23:45:21.0533853Z [ 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-05-15T23:45:21.0535706Z [ 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-05-15T23:45:21.0537482Z [ 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-05-15T23:45:21.7430122Z [ 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-05-15T23:45:21.7432626Z [ 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-05-15T23:45:21.7435094Z [ 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-05-15T23:45:21.7437561Z [ 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-05-15T23:45:21.7440197Z [ 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-05-15T23:45:21.7442737Z [ 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-05-15T23:45:21.7445286Z [ 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-05-15T23:45:21.7448206Z [ 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-05-15T23:45:21.7451087Z [ 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-05-15T23:45:21.7453611Z [ 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-05-15T23:45:21.7456139Z [ 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-05-15T23:45:21.7458597Z [ 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-05-15T23:45:21.7460681Z [ 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-05-15T23:45:21.7463389Z [ 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-05-15T23:45:21.7466029Z [ 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-05-15T23:45:21.7468680Z [ 52%] 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-05-15T23:45:21.7471278Z [ 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-05-15T23:45:21.7474061Z [ 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-05-15T23:45:21.7476742Z [ 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-05-15T23:45:21.7479727Z [ 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-05-15T23:45:21.7482476Z [ 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-05-15T23:45:21.7485299Z [ 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-05-15T23:45:21.7488122Z [ 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-05-15T23:45:21.7491019Z [ 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-05-15T23:45:21.7493840Z [ 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-05-15T23:45:21.7496644Z [ 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-05-15T23:45:21.7499511Z [ 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-05-15T23:45:21.7502645Z [ 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-05-15T23:45:21.7505396Z [ 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-05-15T23:45:21.7508340Z [ 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-05-15T23:45:21.7511354Z [ 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-05-15T23:45:21.7514223Z [ 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-05-15T23:45:21.7517289Z [ 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-05-15T23:45:21.7520293Z [ 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-05-15T23:45:21.7523321Z [ 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-05-15T23:45:21.7526417Z [ 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-05-15T23:45:21.7529259Z [ 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-05-15T23:45:21.7532273Z [ 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-05-15T23:45:21.7535227Z [ 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-05-15T23:45:21.7538132Z [ 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-05-15T23:45:21.7541376Z [ 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-05-15T23:45:21.7544696Z [ 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-05-15T23:45:21.7547789Z [ 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-05-15T23:45:21.7550778Z [ 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-05-15T23:45:21.7553747Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-05-15T23:45:21.7556665Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-05-15T23:45:21.7559638Z [ 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-05-15T23:45:21.7562452Z [ 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-05-15T23:45:21.7565301Z [ 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-05-15T23:45:21.7568202Z [ 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-05-15T23:45:21.7571084Z [ 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-05-15T23:45:21.7574063Z [ 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-05-15T23:45:21.7577395Z [ 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-05-15T23:45:22.9431976Z [ 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-05-15T23:45:22.9434752Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-05-15T23:45:22.9437303Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-05-15T23:45:22.9439591Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-05-15T23:45:22.9442134Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-05-15T23:45:22.9444741Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-05-15T23:45:22.9447395Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-05-15T23:45:22.9450031Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-05-15T23:45:22.9452636Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-05-15T23:45:22.9468945Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-05-15T23:45:22.9471895Z [ 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-05-15T23:45:22.9475193Z [ 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-05-15T23:45:22.9478191Z [ 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-05-15T23:45:22.9481238Z [ 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-05-15T23:45:22.9484022Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-05-15T23:45:22.9486646Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-05-15T23:45:22.9489414Z [ 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-05-15T23:45:22.9492039Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-05-15T23:45:22.9494459Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-05-15T23:45:22.9496827Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-05-15T23:45:22.9499362Z [ 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-05-15T23:45:22.9502417Z [ 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-05-15T23:45:22.9505260Z [ 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-05-15T23:45:22.9507848Z [ 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-05-15T23:45:22.9510358Z [ 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-05-15T23:45:22.9512856Z [ 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-05-15T23:45:22.9515357Z [ 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-05-15T23:45:22.9517863Z [ 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-05-15T23:45:22.9520428Z [ 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-05-15T23:45:22.9523055Z [ 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-05-15T23:45:22.9525859Z [ 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-05-15T23:45:22.9528655Z [ 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-05-15T23:45:22.9531428Z [ 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-05-15T23:45:22.9534217Z [ 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-05-15T23:45:22.9537308Z [ 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-05-15T23:45:22.9540259Z [ 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-05-15T23:45:22.9543449Z [ 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-05-15T23:45:22.9546378Z [ 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-05-15T23:45:22.9549225Z [ 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-05-15T23:45:22.9551883Z [ 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-05-15T23:45:22.9554576Z [ 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-05-15T23:45:22.9557494Z [ 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-05-15T23:45:22.9560450Z [ 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-05-15T23:45:22.9563392Z [ 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-05-15T23:45:22.9566348Z [ 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-05-15T23:45:22.9569568Z [ 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-05-15T23:45:22.9572523Z [ 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-05-15T23:45:22.9575500Z [ 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-05-15T23:45:22.9578363Z [ 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-05-15T23:45:22.9582308Z [ 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-05-15T23:45:22.9585091Z [ 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-05-15T23:45:22.9587940Z [ 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-05-15T23:45:22.9590709Z [ 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-05-15T23:45:22.9593446Z [ 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-05-15T23:45:22.9596212Z [ 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-05-15T23:45:24.5265920Z [ 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-05-15T23:45:24.5269030Z [ 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-05-15T23:45:24.5271643Z [ 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-05-15T23:45:24.5274200Z [ 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-05-15T23:45:24.5276832Z [ 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-05-15T23:45:24.5279533Z [ 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-05-15T23:45:24.5282380Z [ 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-05-15T23:45:24.5285257Z [ 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-05-15T23:45:24.5288072Z [ 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-05-15T23:45:24.5290905Z [ 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-05-15T23:45:24.5293728Z [ 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-05-15T23:45:24.5296565Z [ 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-05-15T23:45:24.5299386Z [ 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-05-15T23:45:24.5303084Z [ 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-05-15T23:45:24.5305930Z [ 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-05-15T23:45:24.5308865Z [ 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-05-15T23:45:24.5311814Z [ 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-05-15T23:45:24.5314781Z [ 54%] 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-05-15T23:45:24.5317826Z [ 54%] 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-05-15T23:45:24.5320782Z [ 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-05-15T23:45:24.5323743Z [ 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-05-15T23:45:24.5326736Z [ 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-05-15T23:45:24.5329684Z [ 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-05-15T23:45:24.5332645Z [ 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-05-15T23:45:24.5335968Z [ 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-05-15T23:45:24.5338666Z [ 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-05-15T23:45:24.5341483Z [ 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-05-15T23:45:24.5344098Z [ 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-05-15T23:45:24.5346927Z [ 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-05-15T23:45:24.5349754Z [ 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-05-15T23:45:24.5352560Z [ 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-05-15T23:45:24.5355382Z [ 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-05-15T23:45:24.5358262Z [ 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-05-15T23:45:24.5361108Z [ 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-05-15T23:45:24.5363920Z [ 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-05-15T23:45:24.5367033Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-05-15T23:45:24.5369561Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-05-15T23:45:24.5372330Z [ 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-05-15T23:45:24.5375348Z [ 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-05-15T23:45:24.5378368Z [ 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-05-15T23:45:24.5381918Z [ 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-05-15T23:45:24.5384959Z [ 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-05-15T23:45:24.5388001Z [ 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-05-15T23:45:24.5391034Z [ 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-05-15T23:45:24.5394040Z [ 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-05-15T23:45:24.5397011Z [ 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-05-15T23:45:24.5400323Z [ 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-05-15T23:45:24.5403333Z [ 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-05-15T23:45:24.5406283Z [ 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-05-15T23:45:24.5409011Z [ 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-05-15T23:45:24.5411656Z [ 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-05-15T23:45:24.5414540Z [ 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-05-15T23:45:24.5417563Z [ 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-05-15T23:45:26.0131889Z [ 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-05-15T23:45:26.0134135Z [ 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-05-15T23:45:26.0136236Z [ 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-05-15T23:45:26.0138404Z [ 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-05-15T23:45:26.0141386Z [ 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-05-15T23:45:26.0143679Z [ 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-05-15T23:45:26.0145938Z [ 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-05-15T23:45:26.0148301Z [ 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-05-15T23:45:26.0150590Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-05-15T23:45:26.0152438Z [ 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-05-15T23:45:26.0154052Z [ 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-05-15T23:45:26.0155629Z [ 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-05-15T23:45:26.0157247Z [ 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-05-15T23:45:26.0158814Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-05-15T23:45:26.0160370Z [ 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-05-15T23:45:26.0161940Z [ 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-05-15T23:45:26.0163744Z [ 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-05-15T23:45:26.0165313Z [ 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-05-15T23:45:26.0166875Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-05-15T23:45:26.0168481Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-05-15T23:45:26.0170083Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-05-15T23:45:26.0171704Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-05-15T23:45:26.0173324Z [ 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-05-15T23:45:26.0174864Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-05-15T23:45:26.0176366Z [ 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-05-15T23:45:26.0177957Z [ 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-05-15T23:45:26.0179491Z [ 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-05-15T23:45:26.0181519Z [ 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-05-15T23:45:26.0183361Z [ 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-05-15T23:45:26.0184972Z [ 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-05-15T23:45:26.0186575Z [ 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-05-15T23:45:26.0188236Z [ 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-05-15T23:45:26.0189822Z [ 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-05-15T23:45:26.0191411Z [ 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-05-15T23:45:26.0193011Z [ 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-05-15T23:45:26.0194871Z [ 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-05-15T23:45:26.0196749Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-05-15T23:45:26.0198258Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-05-15T23:45:26.0199775Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-05-15T23:45:26.0201282Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-05-15T23:45:26.0202979Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-05-15T23:45:26.0204491Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-05-15T23:45:26.0205984Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-05-15T23:45:26.0207484Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-05-15T23:45:26.0209027Z [ 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-05-15T23:45:26.0210618Z [ 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-05-15T23:45:26.0212228Z [ 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-05-15T23:45:26.0214147Z [ 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-05-15T23:45:26.0216236Z [ 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-05-15T23:45:26.0218439Z [ 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-05-15T23:45:26.0220092Z [ 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-05-15T23:45:26.0222570Z [ 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-05-15T23:45:26.0224493Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-05-15T23:45:26.0226073Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-05-15T23:45:26.0227663Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-05-15T23:45:26.0229240Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-05-15T23:45:26.0230819Z [ 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-05-15T23:45:26.0232424Z [ 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-05-15T23:45:27.5308747Z [ 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-05-15T23:45:27.5314271Z [ 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-05-15T23:45:27.5316927Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-05-15T23:45:27.5319545Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-05-15T23:45:27.5322239Z [ 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-05-15T23:45:27.5325052Z [ 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-05-15T23:45:27.5328288Z [ 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-05-15T23:45:27.5330969Z [ 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-05-15T23:45:27.5333766Z [ 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-05-15T23:45:27.5336554Z [ 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-05-15T23:45:27.5339299Z [ 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-05-15T23:45:27.5342359Z [ 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-05-15T23:45:27.5345098Z [ 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-05-15T23:45:27.5347835Z [ 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-05-15T23:45:27.5350543Z [ 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-05-15T23:45:27.5353259Z [ 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-05-15T23:45:27.5355907Z [ 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-05-15T23:45:27.5358524Z [ 56%] 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-05-15T23:45:27.5361472Z [ 56%] 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-05-15T23:45:27.5364081Z [ 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-05-15T23:45:27.5366683Z [ 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-05-15T23:45:27.5369284Z [ 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-05-15T23:45:27.5371878Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-05-15T23:45:27.5374448Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-05-15T23:45:27.5377039Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-05-15T23:45:27.5379506Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-05-15T23:45:27.5382334Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-05-15T23:45:27.5384784Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-05-15T23:45:27.5387244Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-05-15T23:45:27.5389733Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-05-15T23:45:27.5392377Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-05-15T23:45:27.5394727Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-05-15T23:45:27.5397203Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-05-15T23:45:27.5399651Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-05-15T23:45:27.5402114Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-05-15T23:45:27.5404566Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-05-15T23:45:27.5407155Z [ 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-05-15T23:45:27.5409786Z [ 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-05-15T23:45:27.5412516Z [ 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-05-15T23:45:27.5415279Z [ 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-05-15T23:45:27.5418192Z [ 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-05-15T23:45:27.5421402Z [ 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-05-15T23:45:27.5424579Z [ 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-05-15T23:45:27.5427412Z [ 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-05-15T23:45:27.5430266Z [ 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-05-15T23:45:27.5433114Z [ 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-05-15T23:45:27.5435936Z [ 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-05-15T23:45:27.5438765Z [ 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-05-15T23:45:27.5441657Z [ 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-05-15T23:45:27.5444493Z [ 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-05-15T23:45:27.5447336Z [ 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-05-15T23:45:27.5450221Z [ 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-05-15T23:45:27.5453056Z [ 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-05-15T23:45:27.5456221Z [ 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-05-15T23:45:27.5459058Z [ 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-05-15T23:45:27.5462359Z [ 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-05-15T23:45:27.5465207Z [ 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-05-15T23:45:29.0634787Z [ 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-05-15T23:45:29.0637451Z [ 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-05-15T23:45:29.0639790Z [ 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-05-15T23:45:29.0642000Z [ 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-05-15T23:45:29.0644200Z [ 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-05-15T23:45:29.0646739Z [ 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-05-15T23:45:29.0649652Z [ 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-05-15T23:45:29.0652833Z [ 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-05-15T23:45:29.0656185Z [ 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-05-15T23:45:29.0658721Z [ 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-05-15T23:45:29.0661352Z [ 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-05-15T23:45:29.0663409Z [ 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-05-15T23:45:29.0665431Z [ 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-05-15T23:45:29.0667456Z [ 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-05-15T23:45:29.0669473Z [ 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-05-15T23:45:29.0671601Z [ 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-u8.c.o 2024-05-15T23:45:29.0673540Z [ 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-u16.c.o 2024-05-15T23:45:29.0675473Z [ 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-u24.c.o 2024-05-15T23:45:29.0677689Z [ 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-05-15T23:45:29.0679574Z [ 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-05-15T23:45:29.0681428Z [ 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-05-15T23:45:29.0683274Z [ 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-05-15T23:45:29.0685120Z [ 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-05-15T23:45:29.0686963Z [ 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-05-15T23:45:29.0688795Z [ 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-05-15T23:45:29.0690611Z [ 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-05-15T23:45:29.0692458Z [ 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-05-15T23:45:29.0694296Z [ 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-05-15T23:45:29.0696122Z [ 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-05-15T23:45:29.0698084Z [ 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-05-15T23:45:29.0699919Z [ 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-05-15T23:45:29.0702333Z [ 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-05-15T23:45:29.0704155Z [ 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-05-15T23:45:29.0705956Z [ 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-05-15T23:45:29.0707786Z [ 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-05-15T23:45:29.0709653Z [ 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-05-15T23:45:29.0711469Z [ 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-05-15T23:45:29.0713276Z [ 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-05-15T23:45:29.0715083Z [ 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-05-15T23:45:29.0717104Z [ 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-05-15T23:45:29.0718929Z [ 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-05-15T23:45:29.0720741Z [ 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-05-15T23:45:29.0722557Z [ 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-05-15T23:45:29.0724373Z [ 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-05-15T23:45:29.0726204Z [ 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-05-15T23:45:29.0728023Z [ 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-05-15T23:45:29.0729844Z [ 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-05-15T23:45:29.0731747Z [ 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-05-15T23:45:29.0734304Z [ 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-05-15T23:45:29.0736119Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-05-15T23:45:29.0737874Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-05-15T23:45:30.5247142Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-05-15T23:45:30.5249550Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-05-15T23:45:30.5251667Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-05-15T23:45:30.5253767Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-05-15T23:45:30.5255774Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-05-15T23:45:30.5257958Z [ 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-05-15T23:45:30.5260230Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-05-15T23:45:30.5262695Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-05-15T23:45:30.5264958Z [ 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-05-15T23:45:30.5267255Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-05-15T23:45:30.5269493Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-05-15T23:45:30.5272104Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-05-15T23:45:30.5274784Z [ 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-05-15T23:45:30.5277646Z [ 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-05-15T23:45:30.5280354Z [ 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-05-15T23:45:30.5282997Z [ 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-05-15T23:45:30.5285808Z [ 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-05-15T23:45:30.5288656Z [ 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-05-15T23:45:30.5291520Z [ 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-05-15T23:45:30.5294443Z [ 58%] 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-05-15T23:45:30.5297524Z [ 58%] 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-05-15T23:45:30.5300209Z [ 58%] 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-05-15T23:45:30.5303490Z [ 58%] 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-05-15T23:45:30.5306764Z [ 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-05-15T23:45:30.5309756Z [ 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-05-15T23:45:30.5312690Z [ 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-05-15T23:45:30.5315757Z [ 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-05-15T23:45:30.5318999Z [ 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-05-15T23:45:30.5322205Z [ 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-05-15T23:45:30.5325209Z [ 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-05-15T23:45:30.5328175Z [ 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-05-15T23:45:30.5331081Z [ 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-05-15T23:45:30.5334006Z [ 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-05-15T23:45:30.5337244Z [ 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-05-15T23:45:30.5340143Z [ 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-05-15T23:45:30.5343583Z [ 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-05-15T23:45:30.5346515Z [ 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-05-15T23:45:30.5349478Z [ 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-05-15T23:45:30.5352436Z [ 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-05-15T23:45:30.5355401Z [ 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-05-15T23:45:30.5358139Z [ 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-05-15T23:45:30.5361179Z [ 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-05-15T23:45:30.5364161Z [ 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-05-15T23:45:30.5367161Z [ 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-05-15T23:45:30.5370621Z [ 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-05-15T23:45:30.5373718Z [ 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-05-15T23:45:30.5376688Z [ 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-05-15T23:45:30.5379714Z [ 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-05-15T23:45:30.5383146Z [ 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-05-15T23:45:30.5386227Z [ 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-05-15T23:45:30.5389228Z [ 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-05-15T23:45:30.5392300Z [ 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-05-15T23:45:32.0393324Z [ 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-05-15T23:45:32.0396532Z [ 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-05-15T23:45:32.0399950Z [ 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-05-15T23:45:32.0402915Z [ 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-05-15T23:45:32.0405910Z [ 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-05-15T23:45:32.0408964Z [ 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-05-15T23:45:32.0411982Z [ 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-05-15T23:45:32.0415041Z [ 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-05-15T23:45:32.0417611Z [ 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-05-15T23:45:32.0420217Z [ 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-05-15T23:45:32.0423780Z [ 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-05-15T23:45:32.0426833Z [ 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-05-15T23:45:32.0429792Z [ 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-05-15T23:45:32.0432998Z [ 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-05-15T23:45:32.0435623Z [ 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-05-15T23:45:32.0438229Z [ 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-05-15T23:45:32.0440802Z [ 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-05-15T23:45:32.0443752Z [ 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-05-15T23:45:32.0447106Z [ 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-05-15T23:45:32.0450492Z [ 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-05-15T23:45:32.0453845Z [ 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-05-15T23:45:32.0457204Z [ 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-05-15T23:45:32.0460753Z [ 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-05-15T23:45:32.0464700Z [ 59%] 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-05-15T23:45:32.0468036Z [ 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-mul16-add16.c.o 2024-05-15T23:45:32.0471330Z [ 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-mul16.c.o 2024-05-15T23:45:32.0474524Z [ 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-05-15T23:45:32.0477786Z [ 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-05-15T23:45:32.0481090Z [ 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-05-15T23:45:32.0484269Z [ 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-05-15T23:45:32.0487050Z [ 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-05-15T23:45:32.0490099Z [ 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-05-15T23:45:32.0493231Z [ 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-05-15T23:45:32.0496475Z [ 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-05-15T23:45:32.0500114Z [ 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-05-15T23:45:32.0503649Z [ 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-05-15T23:45:32.0506793Z [ 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-05-15T23:45:32.0509904Z [ 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-05-15T23:45:32.0512988Z [ 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-05-15T23:45:32.0516157Z [ 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-05-15T23:45:32.0519255Z [ 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-05-15T23:45:32.0522342Z [ 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-05-15T23:45:32.0525397Z [ 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-05-15T23:45:32.0528455Z [ 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-05-15T23:45:32.0531981Z [ 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-05-15T23:45:32.0535113Z [ 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-05-15T23:45:32.0538201Z [ 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-05-15T23:45:32.0541688Z [ 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-05-15T23:45:32.0544778Z [ 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-05-15T23:45:32.0547894Z [ 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-05-15T23:45:33.0048040Z [ 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-05-15T23:45:33.0051219Z [ 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-05-15T23:45:33.0054251Z [ 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-05-15T23:45:33.0057359Z [ 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-05-15T23:45:33.0060684Z [ 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-05-15T23:45:33.0064634Z [ 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-05-15T23:45:33.0067772Z [ 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-05-15T23:45:33.0070917Z [ 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-05-15T23:45:33.0074060Z [ 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-05-15T23:45:33.0077196Z [ 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-05-15T23:45:33.0080404Z [ 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-05-15T23:45:33.0083569Z [ 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-05-15T23:45:33.0086708Z [ 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-05-15T23:45:33.0089853Z [ 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-05-15T23:45:33.0092932Z [ 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-05-15T23:45:33.0096425Z [ 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-05-15T23:45:33.0099502Z [ 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-05-15T23:45:33.0103099Z [ 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-05-15T23:45:33.0105856Z [ 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-05-15T23:45:33.0108811Z [ 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-05-15T23:45:33.0111968Z [ 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-05-15T23:45:33.0115152Z [ 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-05-15T23:45:33.0118344Z [ 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-05-15T23:45:33.0121522Z [ 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-05-15T23:45:33.0124680Z [ 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-05-15T23:45:33.0127822Z [ 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-05-15T23:45:33.0132089Z [ 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-05-15T23:45:33.0135281Z [ 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-05-15T23:45:33.0138476Z [ 60%] 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-05-15T23:45:33.0142131Z [ 60%] 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-05-15T23:45:33.0145168Z [ 60%] 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-05-15T23:45:33.0148059Z [ 60%] 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-05-15T23:45:33.0150995Z [ 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-05-15T23:45:33.0153819Z [ 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-05-15T23:45:33.0156629Z [ 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-05-15T23:45:33.0159486Z [ 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-05-15T23:45:33.0162333Z [ 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-05-15T23:45:33.0165646Z [ 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-05-15T23:45:33.0168516Z [ 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-05-15T23:45:33.0171395Z [ 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-05-15T23:45:33.0174298Z [ 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-05-15T23:45:33.0177202Z [ 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-05-15T23:45:33.0180094Z [ 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-05-15T23:45:33.0183699Z [ 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-05-15T23:45:33.0186610Z [ 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-05-15T23:45:33.0189489Z [ 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-05-15T23:45:33.0192169Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-05-15T23:45:33.0194241Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-05-15T23:45:33.0196406Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-05-15T23:45:33.0199108Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-05-15T23:45:33.0201674Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-05-15T23:45:33.0204207Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-05-15T23:45:34.3855731Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-05-15T23:45:34.3858313Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-05-15T23:45:34.3861255Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-05-15T23:45:34.3863845Z [ 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-05-15T23:45:34.3866680Z [ 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-05-15T23:45:34.3869582Z [ 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-05-15T23:45:34.3872509Z [ 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-05-15T23:45:34.3875195Z [ 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-05-15T23:45:34.3877933Z [ 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-05-15T23:45:34.3880489Z [ 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-05-15T23:45:34.3883324Z [ 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-05-15T23:45:34.3886368Z [ 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-05-15T23:45:34.3889432Z [ 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-05-15T23:45:34.3892322Z [ 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-05-15T23:45:34.3895220Z [ 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-05-15T23:45:34.3898095Z [ 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-05-15T23:45:34.3901445Z [ 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-05-15T23:45:34.3904212Z [ 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-05-15T23:45:34.3906995Z [ 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-05-15T23:45:34.3910092Z [ 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-05-15T23:45:34.3912880Z [ 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-05-15T23:45:34.3915654Z [ 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-05-15T23:45:34.3918531Z [ 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-05-15T23:45:34.3921468Z [ 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-05-15T23:45:34.3924241Z [ 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-05-15T23:45:34.3926774Z [ 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-05-15T23:45:34.3929236Z [ 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-05-15T23:45:34.3931691Z [ 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-05-15T23:45:34.3934404Z [ 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-05-15T23:45:34.3937283Z [ 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-05-15T23:45:34.3940619Z [ 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-05-15T23:45:34.3943577Z [ 61%] 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-05-15T23:45:34.3946328Z [ 61%] 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-05-15T23:45:34.3949011Z [ 61%] 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-05-15T23:45:34.3951768Z [ 61%] 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-05-15T23:45:34.3954601Z [ 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-05-15T23:45:34.3957471Z [ 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-05-15T23:45:34.3960343Z [ 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-05-15T23:45:34.3963233Z [ 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-05-15T23:45:34.3965981Z [ 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-05-15T23:45:34.3968631Z [ 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-05-15T23:45:34.3971540Z [ 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-05-15T23:45:34.3974606Z [ 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-05-15T23:45:34.3977499Z [ 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-05-15T23:45:34.3980297Z [ 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-05-15T23:45:34.3983317Z [ 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-05-15T23:45:34.3986087Z [ 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-05-15T23:45:34.3988982Z [ 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-05-15T23:45:34.3991897Z [ 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-05-15T23:45:34.3994928Z [ 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-05-15T23:45:34.3997967Z [ 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-05-15T23:45:34.4001064Z [ 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-05-15T23:45:34.4004074Z [ 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-05-15T23:45:34.4007497Z [ 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-05-15T23:45:35.4466577Z [ 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-05-15T23:45:35.4469390Z [ 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-05-15T23:45:35.4472321Z [ 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-05-15T23:45:35.4475231Z [ 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-05-15T23:45:35.4478188Z [ 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-05-15T23:45:35.4481077Z [ 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-05-15T23:45:35.4483896Z [ 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-05-15T23:45:35.4486698Z [ 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-05-15T23:45:35.4489530Z [ 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-05-15T23:45:35.4492318Z [ 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-05-15T23:45:35.4495517Z [ 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-05-15T23:45:35.4498438Z [ 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-05-15T23:45:35.4501648Z [ 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-05-15T23:45:35.4504455Z [ 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-05-15T23:45:35.4507266Z [ 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-05-15T23:45:35.4510211Z [ 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-05-15T23:45:35.4512957Z [ 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-05-15T23:45:35.4515757Z [ 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-05-15T23:45:35.4518713Z [ 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-05-15T23:45:35.4521395Z [ 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-05-15T23:45:35.4524283Z [ 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-05-15T23:45:35.4527440Z [ 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-05-15T23:45:35.4530094Z [ 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-05-15T23:45:35.4532996Z [ 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-05-15T23:45:35.4535993Z [ 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-05-15T23:45:35.4538884Z [ 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-05-15T23:45:35.4541962Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-05-15T23:45:35.4544431Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-05-15T23:45:35.4546754Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-05-15T23:45:35.4549144Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-05-15T23:45:35.4551576Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-05-15T23:45:35.4554047Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-05-15T23:45:35.4556470Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-05-15T23:45:35.4559343Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-05-15T23:45:35.4561982Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-05-15T23:45:35.4564840Z [ 62%] 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-05-15T23:45:35.4567924Z [ 62%] 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-05-15T23:45:35.4570979Z [ 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-05-15T23:45:35.4574126Z [ 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-05-15T23:45:35.4576845Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-05-15T23:45:35.4579082Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-05-15T23:45:35.4581841Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-05-15T23:45:35.4584056Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-05-15T23:45:35.4586617Z [ 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-05-15T23:45:35.4589791Z [ 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-05-15T23:45:35.4592565Z [ 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-05-15T23:45:35.4595233Z [ 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-05-15T23:45:35.4597920Z [ 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-05-15T23:45:35.4600455Z [ 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-05-15T23:45:35.4603060Z [ 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-05-15T23:45:35.4605753Z [ 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-05-15T23:45:35.4608605Z [ 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-05-15T23:45:35.4611501Z [ 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-05-15T23:45:35.4614517Z [ 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-05-15T23:45:35.4617449Z [ 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-05-15T23:45:36.9586914Z [ 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-05-15T23:45:36.9590174Z [ 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-05-15T23:45:36.9592990Z [ 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-05-15T23:45:36.9595795Z [ 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-05-15T23:45:36.9598485Z [ 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-05-15T23:45:36.9600982Z [ 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-05-15T23:45:36.9603481Z [ 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-05-15T23:45:36.9605996Z [ 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-05-15T23:45:36.9608527Z [ 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-05-15T23:45:36.9610912Z [ 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-05-15T23:45:36.9613154Z [ 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-05-15T23:45:36.9614919Z [ 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-05-15T23:45:36.9616870Z [ 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-05-15T23:45:36.9618612Z [ 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-05-15T23:45:36.9620344Z [ 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-05-15T23:45:36.9622588Z [ 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-05-15T23:45:36.9624285Z [ 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-05-15T23:45:36.9625992Z [ 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-05-15T23:45:36.9627729Z [ 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-05-15T23:45:36.9629438Z [ 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-05-15T23:45:36.9631198Z [ 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-05-15T23:45:36.9632885Z [ 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-05-15T23:45:36.9634590Z [ 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-05-15T23:45:36.9636473Z [ 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-05-15T23:45:36.9638170Z [ 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-05-15T23:45:36.9639754Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-05-15T23:45:36.9641325Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-05-15T23:45:36.9642828Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-05-15T23:45:36.9644362Z [ 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-05-15T23:45:36.9645977Z [ 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-05-15T23:45:36.9647585Z [ 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-05-15T23:45:36.9649206Z [ 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-05-15T23:45:36.9650805Z [ 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-05-15T23:45:36.9652398Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-05-15T23:45:36.9653984Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-05-15T23:45:36.9655728Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-05-15T23:45:36.9657272Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-05-15T23:45:36.9658758Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-05-15T23:45:36.9660255Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-05-15T23:45:36.9662159Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-05-15T23:45:36.9663850Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-05-15T23:45:36.9665401Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-05-15T23:45:36.9666891Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-05-15T23:45:36.9668398Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-05-15T23:45:36.9669944Z [ 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-05-15T23:45:36.9671578Z [ 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-05-15T23:45:36.9673179Z [ 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-05-15T23:45:36.9675068Z [ 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-05-15T23:45:36.9676702Z [ 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-05-15T23:45:36.9678294Z [ 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-05-15T23:45:36.9679914Z [ 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-05-15T23:45:36.9681591Z [ 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-05-15T23:45:36.9683179Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-05-15T23:45:36.9684738Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-05-15T23:45:36.9686291Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-05-15T23:45:36.9687855Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-05-15T23:45:38.4778500Z [ 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-05-15T23:45:38.4782037Z [ 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-05-15T23:45:38.4784719Z [ 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-05-15T23:45:38.4787838Z [ 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-05-15T23:45:38.4790429Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-05-15T23:45:38.4792992Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-05-15T23:45:38.4795517Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-05-15T23:45:38.4798081Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-05-15T23:45:38.4800542Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-05-15T23:45:38.4803144Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-05-15T23:45:38.4805611Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-05-15T23:45:38.4808060Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-05-15T23:45:38.4810534Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-05-15T23:45:38.4812974Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-05-15T23:45:38.4815430Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-05-15T23:45:38.4817845Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-05-15T23:45:38.4820549Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-05-15T23:45:38.4823087Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-05-15T23:45:38.4825617Z [ 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-05-15T23:45:38.4828196Z [ 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-05-15T23:45:38.4830778Z [ 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-05-15T23:45:38.4833348Z [ 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-05-15T23:45:38.4835884Z [ 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-05-15T23:45:38.4838298Z [ 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-05-15T23:45:38.4841035Z [ 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-05-15T23:45:38.4843929Z [ 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-05-15T23:45:38.4846988Z [ 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-05-15T23:45:38.4850556Z [ 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-05-15T23:45:38.4853707Z [ 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-05-15T23:45:38.4856809Z [ 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-05-15T23:45:38.4859761Z [ 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-05-15T23:45:38.4863060Z [ 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-05-15T23:45:38.4866122Z [ 64%] 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-05-15T23:45:38.4869154Z [ 64%] 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-05-15T23:45:38.4872049Z [ 64%] 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-05-15T23:45:38.4875095Z [ 64%] 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-05-15T23:45:38.4878226Z [ 64%] 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-05-15T23:45:38.4881346Z [ 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-05-15T23:45:38.4884791Z [ 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-05-15T23:45:38.4887843Z [ 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-05-15T23:45:38.4890921Z [ 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-05-15T23:45:38.4893863Z [ 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-05-15T23:45:38.4896944Z [ 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-05-15T23:45:38.4899972Z [ 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-05-15T23:45:38.4903296Z [ 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-05-15T23:45:38.4906283Z [ 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-05-15T23:45:38.4909232Z [ 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-05-15T23:45:38.4912214Z [ 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-05-15T23:45:38.4915525Z [ 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-05-15T23:45:38.4918381Z [ 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-05-15T23:45:38.4921323Z [ 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-05-15T23:45:38.4924223Z [ 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-05-15T23:45:38.4927164Z [ 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-05-15T23:45:38.4930006Z [ 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-05-15T23:45:38.4932671Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-05-15T23:45:40.0797548Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-05-15T23:45:40.0799917Z [ 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-05-15T23:45:40.0802221Z [ 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-05-15T23:45:40.0804370Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-05-15T23:45:40.0806383Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-05-15T23:45:40.0809031Z [ 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-05-15T23:45:40.0811824Z [ 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-05-15T23:45:40.0814371Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-05-15T23:45:40.0816779Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-05-15T23:45:40.0819332Z [ 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-05-15T23:45:40.0822605Z [ 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-05-15T23:45:40.0825507Z [ 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-05-15T23:45:40.0828284Z [ 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-05-15T23:45:40.0831029Z [ 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-05-15T23:45:40.0833796Z [ 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-05-15T23:45:40.0836562Z [ 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-05-15T23:45:40.0839773Z [ 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-05-15T23:45:40.0842542Z [ 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-05-15T23:45:40.0845266Z [ 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-05-15T23:45:40.0848004Z [ 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-05-15T23:45:40.0850753Z [ 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-05-15T23:45:40.0853611Z [ 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-05-15T23:45:40.0856378Z [ 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-05-15T23:45:40.0859150Z [ 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-05-15T23:45:40.0862513Z [ 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-05-15T23:45:40.0865305Z [ 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-05-15T23:45:40.0868117Z [ 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-05-15T23:45:40.0871278Z [ 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-05-15T23:45:40.0874112Z [ 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-05-15T23:45:40.0876900Z [ 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-05-15T23:45:40.0879662Z [ 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-05-15T23:45:40.0882481Z [ 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-05-15T23:45:40.0885308Z [ 65%] 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-05-15T23:45:40.0888062Z [ 65%] 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-05-15T23:45:40.0890836Z [ 65%] 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-05-15T23:45:40.0893634Z [ 65%] 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-05-15T23:45:40.0896399Z [ 65%] 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-05-15T23:45:40.0899634Z [ 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-05-15T23:45:40.0902994Z [ 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-05-15T23:45:40.0905715Z [ 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-05-15T23:45:40.0908377Z [ 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-05-15T23:45:40.0911049Z [ 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-05-15T23:45:40.0913802Z [ 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-05-15T23:45:40.0916511Z [ 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-05-15T23:45:40.0919198Z [ 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-05-15T23:45:40.0922034Z [ 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-05-15T23:45:40.0936812Z [ 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-05-15T23:45:40.0939766Z [ 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-05-15T23:45:40.0943848Z [ 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-05-15T23:45:40.0946845Z [ 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-05-15T23:45:40.0949801Z [ 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-05-15T23:45:41.8441272Z [ 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-05-15T23:45:41.8444212Z [ 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-05-15T23:45:41.8447217Z [ 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-05-15T23:45:41.8450256Z [ 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-05-15T23:45:41.8453082Z [ 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-05-15T23:45:41.8455853Z [ 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-05-15T23:45:41.8458721Z [ 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-05-15T23:45:41.8462585Z [ 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-05-15T23:45:41.8465500Z [ 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-05-15T23:45:41.8468511Z [ 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-05-15T23:45:41.8471344Z [ 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-05-15T23:45:41.8474169Z [ 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-05-15T23:45:41.8477100Z [ 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-05-15T23:45:41.8480086Z [ 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-05-15T23:45:41.8483132Z [ 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-05-15T23:45:41.8486210Z [ 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-05-15T23:45:41.8489163Z [ 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-05-15T23:45:41.8492424Z [ 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-05-15T23:45:41.8495255Z [ 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-05-15T23:45:41.8498212Z [ 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-05-15T23:45:41.8501734Z [ 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-05-15T23:45:41.8504711Z [ 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-05-15T23:45:41.8507584Z [ 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-05-15T23:45:41.8510599Z [ 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-05-15T23:45:41.8513659Z [ 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-05-15T23:45:41.8516827Z [ 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-05-15T23:45:41.8520042Z [ 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-05-15T23:45:41.8523259Z [ 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-05-15T23:45:41.8526754Z [ 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-05-15T23:45:41.8529563Z [ 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-05-15T23:45:41.8532658Z [ 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-05-15T23:45:41.8535701Z [ 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-05-15T23:45:41.8538750Z [ 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-05-15T23:45:41.8542373Z [ 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-05-15T23:45:41.8545560Z [ 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-05-15T23:45:41.8548758Z [ 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-05-15T23:45:41.8551910Z [ 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-05-15T23:45:41.8555020Z [ 66%] 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-05-15T23:45:41.8558537Z [ 66%] 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-05-15T23:45:41.8561625Z [ 66%] 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-05-15T23:45:41.8564472Z [ 66%] 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-05-15T23:45:41.8567594Z [ 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-ld64.c.o 2024-05-15T23:45:41.8570689Z [ 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-05-15T23:45:41.8573872Z [ 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-05-15T23:45:41.8577053Z [ 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-05-15T23:45:41.8580217Z [ 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-05-15T23:45:41.8583959Z [ 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-05-15T23:45:41.8587097Z [ 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-05-15T23:45:41.8590264Z [ 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-05-15T23:45:41.8593839Z [ 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-05-15T23:45:43.6150766Z [ 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-05-15T23:45:43.6153618Z [ 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-05-15T23:45:43.6156498Z [ 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-05-15T23:45:43.6159178Z [ 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-05-15T23:45:43.6161338Z [ 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-05-15T23:45:43.6163170Z [ 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-05-15T23:45:43.6164915Z [ 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-05-15T23:45:43.6166658Z [ 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-05-15T23:45:43.6168378Z [ 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-05-15T23:45:43.6170118Z [ 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-05-15T23:45:43.6172191Z [ 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-05-15T23:45:43.6173974Z [ 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-05-15T23:45:43.6175744Z [ 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-05-15T23:45:43.6177581Z [ 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-05-15T23:45:43.6179506Z [ 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-05-15T23:45:43.6181961Z [ 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-05-15T23:45:43.6183956Z [ 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-05-15T23:45:43.6185858Z [ 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-05-15T23:45:43.6187905Z [ 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-05-15T23:45:43.6189776Z [ 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-05-15T23:45:43.6191788Z [ 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-05-15T23:45:43.6193601Z [ 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-05-15T23:45:43.6195422Z [ 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-05-15T23:45:43.6197218Z [ 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-05-15T23:45:43.6199003Z [ 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-05-15T23:45:43.6200786Z [ 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-05-15T23:45:43.6202583Z [ 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-05-15T23:45:43.6204339Z [ 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-05-15T23:45:43.6206147Z [ 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-05-15T23:45:43.6208003Z [ 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-05-15T23:45:43.6209756Z [ 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-05-15T23:45:43.6211533Z [ 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-05-15T23:45:43.6213526Z [ 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-05-15T23:45:43.6215302Z [ 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-05-15T23:45:43.6217076Z [ 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-05-15T23:45:43.6218835Z [ 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-05-15T23:45:43.6220586Z [ 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-05-15T23:45:43.6222745Z [ 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-05-15T23:45:43.6224595Z [ 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-05-15T23:45:43.6226845Z [ 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-05-15T23:45:43.6228695Z [ 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-05-15T23:45:43.6230751Z [ 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-05-15T23:45:43.6233173Z [ 67%] 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-05-15T23:45:43.6235330Z [ 67%] 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-05-15T23:45:43.6237111Z [ 67%] 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-05-15T23:45:43.6238896Z [ 67%] 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-05-15T23:45:43.6240675Z [ 67%] 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-05-15T23:45:43.6242478Z [ 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-05-15T23:45:43.6244310Z [ 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-05-15T23:45:43.6246115Z [ 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-05-15T23:45:43.6247907Z [ 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-05-15T23:45:43.6249704Z [ 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-05-15T23:45:43.6251499Z [ 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-05-15T23:45:45.3458722Z [ 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-05-15T23:45:45.3462514Z [ 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-05-15T23:45:45.3465242Z [ 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-05-15T23:45:45.3467897Z [ 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-05-15T23:45:45.3470741Z [ 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-05-15T23:45:45.3473617Z [ 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-05-15T23:45:45.3476485Z [ 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-05-15T23:45:45.3479364Z [ 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-05-15T23:45:45.3482176Z [ 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-05-15T23:45:45.3485143Z [ 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-05-15T23:45:45.3487943Z [ 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-05-15T23:45:45.3490579Z [ 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-05-15T23:45:45.3493945Z [ 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-05-15T23:45:45.3496934Z [ 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-05-15T23:45:45.3499711Z [ 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-05-15T23:45:45.3503079Z [ 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-05-15T23:45:45.3505921Z [ 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-05-15T23:45:45.3508785Z [ 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-05-15T23:45:45.3511639Z [ 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-05-15T23:45:45.3514389Z [ 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-05-15T23:45:45.3517116Z [ 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-05-15T23:45:45.3519704Z [ 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-05-15T23:45:45.3522385Z [ 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-05-15T23:45:45.3525451Z [ 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-05-15T23:45:45.3528193Z [ 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-05-15T23:45:45.3530850Z [ 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-05-15T23:45:45.3533543Z [ 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-05-15T23:45:45.3536210Z [ 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-05-15T23:45:45.3538815Z [ 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-05-15T23:45:45.3541907Z [ 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-05-15T23:45:45.3544651Z [ 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-05-15T23:45:45.3547398Z [ 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-05-15T23:45:45.3550249Z [ 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-05-15T23:45:45.3553049Z [ 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-05-15T23:45:45.3556267Z [ 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-05-15T23:45:45.3559129Z [ 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-05-15T23:45:45.3561959Z [ 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-05-15T23:45:45.3564599Z [ 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-05-15T23:45:45.3567371Z [ 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-05-15T23:45:45.3570187Z [ 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-05-15T23:45:45.3573027Z [ 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-05-15T23:45:45.3575832Z [ 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-05-15T23:45:45.3578648Z [ 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-05-15T23:45:45.3581838Z [ 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-05-15T23:45:45.3584583Z [ 68%] 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-05-15T23:45:45.3587429Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-05-15T23:45:45.3590669Z [ 68%] 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-05-15T23:45:45.3593566Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-05-15T23:45:45.3596253Z [ 68%] 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-05-15T23:45:45.3598896Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-05-15T23:45:45.3601527Z [ 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-05-15T23:45:45.3604241Z [ 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-05-15T23:45:45.3606860Z [ 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-05-15T23:45:46.9943491Z [ 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-05-15T23:45:46.9946402Z [ 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-05-15T23:45:46.9949265Z [ 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-05-15T23:45:46.9952079Z [ 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-05-15T23:45:46.9955030Z [ 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-05-15T23:45:46.9957601Z [ 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-05-15T23:45:46.9960384Z [ 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-05-15T23:45:46.9963106Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-05-15T23:45:46.9965769Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-05-15T23:45:46.9968592Z [ 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-05-15T23:45:46.9971489Z [ 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-05-15T23:45:46.9974549Z [ 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-05-15T23:45:46.9977650Z [ 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-05-15T23:45:46.9980746Z [ 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-05-15T23:45:46.9984130Z [ 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-05-15T23:45:46.9987544Z [ 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-05-15T23:45:46.9990653Z [ 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-05-15T23:45:46.9993753Z [ 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-05-15T23:45:46.9996840Z [ 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-05-15T23:45:46.9999899Z [ 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-05-15T23:45:47.0002979Z [ 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-05-15T23:45:47.0006020Z [ 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-05-15T23:45:47.0009095Z [ 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-05-15T23:45:47.0012179Z [ 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-05-15T23:45:47.0015256Z [ 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-05-15T23:45:47.0018645Z [ 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-05-15T23:45:47.0022023Z [ 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-05-15T23:45:47.0025088Z [ 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-05-15T23:45:47.0028146Z [ 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-05-15T23:45:47.0031110Z [ 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-05-15T23:45:47.0034176Z [ 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-05-15T23:45:47.0037163Z [ 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-05-15T23:45:47.0040093Z [ 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-05-15T23:45:47.0043006Z [ 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-05-15T23:45:47.0045937Z [ 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-05-15T23:45:47.0048849Z [ 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-05-15T23:45:47.0051789Z [ 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-05-15T23:45:47.0055099Z [ 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-05-15T23:45:47.0058078Z [ 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-05-15T23:45:47.0061355Z [ 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-05-15T23:45:47.0064361Z [ 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-05-15T23:45:47.0067224Z [ 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-05-15T23:45:47.0069977Z [ 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-05-15T23:45:47.0072667Z [ 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-05-15T23:45:47.0075390Z [ 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-05-15T23:45:47.0077941Z [ 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-05-15T23:45:47.0080373Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-05-15T23:45:47.0083286Z [ 69%] 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-05-15T23:45:47.0086001Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-05-15T23:45:47.0088877Z [ 69%] 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-05-15T23:45:47.0091803Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-05-15T23:45:47.0094735Z [ 69%] 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-05-15T23:45:47.0097673Z [ 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-05-15T23:45:48.6682340Z [ 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-05-15T23:45:48.6685354Z [ 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-05-15T23:45:48.6688297Z [ 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-05-15T23:45:48.6691243Z [ 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-05-15T23:45:48.6694199Z [ 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-05-15T23:45:48.6697244Z [ 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-05-15T23:45:48.6700611Z [ 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-05-15T23:45:48.6704020Z [ 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-05-15T23:45:48.6706902Z [ 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-05-15T23:45:48.6709658Z [ 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-05-15T23:45:48.6712451Z [ 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-05-15T23:45:48.6715206Z [ 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-05-15T23:45:48.6717978Z [ 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-05-15T23:45:48.6720771Z [ 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-05-15T23:45:48.6723571Z [ 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-05-15T23:45:48.6726435Z [ 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-05-15T23:45:48.6729238Z [ 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-05-15T23:45:48.6732466Z [ 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-05-15T23:45:48.6735407Z [ 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-05-15T23:45:48.6738292Z [ 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-05-15T23:45:48.6741867Z [ 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-05-15T23:45:48.6744720Z [ 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-05-15T23:45:48.6747561Z [ 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-05-15T23:45:48.6750438Z [ 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-05-15T23:45:48.6753289Z [ 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-05-15T23:45:48.6756130Z [ 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-05-15T23:45:48.6758911Z [ 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-05-15T23:45:48.6761702Z [ 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-05-15T23:45:48.6764662Z [ 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-05-15T23:45:48.6767185Z [ 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-05-15T23:45:48.6769817Z [ 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-05-15T23:45:48.6772624Z [ 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-05-15T23:45:48.6775511Z [ 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-05-15T23:45:48.6778472Z [ 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-05-15T23:45:48.6781784Z [ 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-05-15T23:45:48.6784779Z [ 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-05-15T23:45:48.6787776Z [ 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-05-15T23:45:48.6790741Z [ 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-05-15T23:45:48.6793725Z [ 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-05-15T23:45:48.6797105Z [ 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-05-15T23:45:48.6800104Z [ 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-05-15T23:45:48.6803046Z [ 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-05-15T23:45:48.6806092Z [ 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-05-15T23:45:48.6809061Z [ 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-05-15T23:45:48.6812049Z [ 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-05-15T23:45:48.6815057Z [ 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-05-15T23:45:48.6818015Z [ 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-05-15T23:45:48.6821448Z [ 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-05-15T23:45:48.6824313Z [ 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-05-15T23:45:48.6827260Z [ 70%] 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-05-15T23:45:48.6830539Z [ 70%] 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-05-15T23:45:48.6833463Z [ 70%] 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-05-15T23:45:48.6836391Z [ 70%] 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-05-15T23:45:50.1144898Z [ 70%] 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-05-15T23:45:50.1147814Z [ 70%] 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-05-15T23:45:50.1150552Z [ 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-05-15T23:45:50.1153411Z [ 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-05-15T23:45:50.1156439Z [ 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-05-15T23:45:50.1159424Z [ 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-05-15T23:45:50.1162185Z [ 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-05-15T23:45:50.1164788Z [ 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-05-15T23:45:50.1167625Z [ 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-05-15T23:45:50.1169978Z [ 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-05-15T23:45:50.1172329Z [ 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-05-15T23:45:50.1174687Z [ 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-05-15T23:45:50.1176969Z [ 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-05-15T23:45:50.1179486Z [ 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-05-15T23:45:50.1182912Z [ 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-05-15T23:45:50.1185608Z [ 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-05-15T23:45:50.1188295Z [ 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-05-15T23:45:50.1190991Z [ 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-05-15T23:45:50.1193550Z [ 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-05-15T23:45:50.1196424Z [ 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-05-15T23:45:50.1199313Z [ 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-05-15T23:45:50.1202402Z [ 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-05-15T23:45:50.1205327Z [ 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-05-15T23:45:50.1208115Z [ 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-05-15T23:45:50.1211023Z [ 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-05-15T23:45:50.1213672Z [ 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-05-15T23:45:50.1216191Z [ 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-05-15T23:45:50.1218687Z [ 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-05-15T23:45:50.1221873Z [ 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-05-15T23:45:50.1224238Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-05-15T23:45:50.1227005Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-05-15T23:45:50.1229213Z [ 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-05-15T23:45:50.1231569Z [ 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-05-15T23:45:50.1234184Z [ 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-05-15T23:45:50.1236758Z [ 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-05-15T23:45:50.1239087Z [ 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-05-15T23:45:50.1241723Z [ 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-05-15T23:45:50.1244655Z [ 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-05-15T23:45:50.1247876Z [ 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-05-15T23:45:50.1251120Z [ 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-05-15T23:45:50.1254350Z [ 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-05-15T23:45:50.1258054Z [ 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-05-15T23:45:50.1261942Z [ 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-05-15T23:45:50.1266346Z [ 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-05-15T23:45:50.1269466Z [ 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-05-15T23:45:50.1272619Z [ 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-05-15T23:45:50.1275857Z [ 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-05-15T23:45:50.1279050Z [ 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-05-15T23:45:50.1282282Z [ 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-05-15T23:45:50.1285496Z [ 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-05-15T23:45:50.1288712Z [ 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-05-15T23:45:51.5166580Z [ 71%] 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-05-15T23:45:51.5170054Z [ 71%] 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-05-15T23:45:51.5173489Z [ 71%] 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-05-15T23:45:51.5176907Z [ 71%] 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-05-15T23:45:51.5180318Z [ 71%] 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-05-15T23:45:51.5184170Z [ 71%] 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-05-15T23:45:51.5187486Z [ 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-05-15T23:45:51.5190683Z [ 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-05-15T23:45:51.5193848Z [ 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-05-15T23:45:51.5196957Z [ 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-05-15T23:45:51.5200484Z [ 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-05-15T23:45:51.5203684Z [ 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-05-15T23:45:51.5206927Z [ 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-05-15T23:45:51.5210139Z [ 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-05-15T23:45:51.5212986Z [ 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-05-15T23:45:51.5215713Z [ 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-05-15T23:45:51.5218550Z [ 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-05-15T23:45:51.5222012Z [ 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-05-15T23:45:51.5224876Z [ 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-05-15T23:45:51.5227824Z [ 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-05-15T23:45:51.5230756Z [ 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-05-15T23:45:51.5234003Z [ 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-05-15T23:45:51.5236848Z [ 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-05-15T23:45:51.5239679Z [ 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-05-15T23:45:51.5242730Z [ 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-05-15T23:45:51.5245798Z [ 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-05-15T23:45:51.5248861Z [ 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-05-15T23:45:51.5251770Z [ 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-05-15T23:45:51.5254901Z [ 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-05-15T23:45:51.5258064Z [ 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-05-15T23:45:51.5261382Z [ 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-05-15T23:45:51.5264293Z [ 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-05-15T23:45:51.5267546Z [ 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-05-15T23:45:51.5270518Z [ 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-05-15T23:45:51.5273420Z [ 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-05-15T23:45:51.5276394Z [ 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-05-15T23:45:51.5279399Z [ 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-05-15T23:45:51.5282247Z [ 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-05-15T23:45:51.5285072Z [ 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-05-15T23:45:51.5288181Z [ 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-05-15T23:45:51.5291336Z [ 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-05-15T23:45:51.5294519Z [ 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-05-15T23:45:51.5298064Z [ 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-05-15T23:45:51.5301628Z [ 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-05-15T23:45:51.5304421Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-05-15T23:45:51.5306828Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-05-15T23:45:51.5309161Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-05-15T23:45:51.5311647Z [ 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-05-15T23:45:51.5314265Z [ 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-05-15T23:45:51.5316819Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-05-15T23:45:51.5319318Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-05-15T23:45:52.8759389Z [ 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-05-15T23:45:52.8762540Z [ 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-05-15T23:45:52.8765803Z [ 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-05-15T23:45:52.8768673Z [ 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-05-15T23:45:52.8771588Z [ 72%] 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-05-15T23:45:52.8774573Z [ 72%] 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-05-15T23:45:52.8777294Z [ 72%] 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-05-15T23:45:52.8780264Z [ 72%] 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-05-15T23:45:52.8783878Z [ 72%] 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-05-15T23:45:52.8786748Z [ 72%] 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-05-15T23:45:52.8789866Z [ 72%] 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-05-15T23:45:52.8792970Z [ 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-05-15T23:45:52.8796137Z [ 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-05-15T23:45:52.8799674Z [ 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-05-15T23:45:52.8802583Z [ 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-05-15T23:45:52.8805410Z [ 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-05-15T23:45:52.8808309Z [ 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-05-15T23:45:52.8811128Z [ 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-05-15T23:45:52.8813983Z [ 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-05-15T23:45:52.8817078Z [ 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-05-15T23:45:52.8820113Z [ 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-05-15T23:45:52.8823725Z [ 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-05-15T23:45:52.8826567Z [ 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-05-15T23:45:52.8829369Z [ 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-05-15T23:45:52.8832684Z [ 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-05-15T23:45:52.8835861Z [ 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-05-15T23:45:52.8838824Z [ 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-05-15T23:45:52.8841673Z [ 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-05-15T23:45:52.8844487Z [ 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-05-15T23:45:52.8847350Z [ 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-05-15T23:45:52.8850155Z [ 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-05-15T23:45:52.8852979Z [ 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-05-15T23:45:52.8855654Z [ 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-05-15T23:45:52.8858305Z [ 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-05-15T23:45:52.8861787Z [ 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-05-15T23:45:52.8864508Z [ 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-05-15T23:45:52.8867179Z [ 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-05-15T23:45:52.8870054Z [ 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-05-15T23:45:52.8872891Z [ 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-05-15T23:45:52.8875716Z [ 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-05-15T23:45:52.8878576Z [ 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-05-15T23:45:52.8881518Z [ 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-05-15T23:45:52.8884440Z [ 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-05-15T23:45:52.8887143Z [ 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-05-15T23:45:52.8889823Z [ 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-05-15T23:45:52.8892368Z [ 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-05-15T23:45:52.8895602Z [ 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-05-15T23:45:52.8898943Z [ 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-05-15T23:45:52.8902674Z [ 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-05-15T23:45:52.8905716Z [ 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-05-15T23:45:52.8909008Z [ 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-05-15T23:45:54.1576025Z [ 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-05-15T23:45:54.1579454Z [ 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-05-15T23:45:54.1583377Z [ 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-05-15T23:45:54.1586487Z [ 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-05-15T23:45:54.1589393Z [ 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-05-15T23:45:54.1592184Z [ 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-05-15T23:45:54.1594416Z [ 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-05-15T23:45:54.1596647Z [ 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-05-15T23:45:54.1598852Z [ 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-05-15T23:45:54.1601031Z [ 73%] 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-05-15T23:45:54.1603297Z [ 73%] 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-05-15T23:45:54.1605508Z [ 73%] 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-05-15T23:45:54.1607678Z [ 73%] 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-05-15T23:45:54.1609931Z [ 73%] 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-05-15T23:45:54.1612182Z [ 73%] 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-05-15T23:45:54.1614613Z [ 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-05-15T23:45:54.1616602Z [ 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-05-15T23:45:54.1618380Z [ 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-05-15T23:45:54.1620239Z [ 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-05-15T23:45:54.1622374Z [ 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-05-15T23:45:54.1624279Z [ 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-05-15T23:45:54.1626194Z [ 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-05-15T23:45:54.1628072Z [ 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-05-15T23:45:54.1629906Z [ 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-05-15T23:45:54.1631728Z [ 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-05-15T23:45:54.1633537Z [ 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-05-15T23:45:54.1635472Z [ 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-05-15T23:45:54.1637273Z [ 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-05-15T23:45:54.1639010Z [ 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-05-15T23:45:54.1640729Z [ 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-05-15T23:45:54.1642463Z [ 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-05-15T23:45:54.1644281Z [ 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-05-15T23:45:54.1646021Z [ 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-05-15T23:45:54.1647748Z [ 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-05-15T23:45:54.1649546Z [ 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-05-15T23:45:54.1651418Z [ 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-05-15T23:45:54.1653286Z [ 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-05-15T23:45:54.1655305Z [ 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-05-15T23:45:54.1657262Z [ 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-05-15T23:45:54.1659139Z [ 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-05-15T23:45:54.1662160Z [ 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-05-15T23:45:54.1664014Z [ 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-05-15T23:45:54.1665863Z [ 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-05-15T23:45:54.1667683Z [ 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-05-15T23:45:54.1669503Z [ 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-05-15T23:45:54.1671323Z [ 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-05-15T23:45:54.1673147Z [ 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-05-15T23:45:54.1675118Z [ 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-05-15T23:45:54.1676948Z [ 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-05-15T23:45:54.1678778Z [ 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-05-15T23:45:54.1680623Z [ 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-05-15T23:45:55.6098369Z [ 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-05-15T23:45:55.6102191Z [ 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-05-15T23:45:55.6105576Z [ 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-05-15T23:45:55.6108901Z [ 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-05-15T23:45:55.6112163Z [ 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-05-15T23:45:55.6115350Z [ 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-05-15T23:45:55.6118245Z [ 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-05-15T23:45:55.6121515Z [ 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-05-15T23:45:55.6124562Z [ 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-05-15T23:45:55.6127313Z [ 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-05-15T23:45:55.6130186Z [ 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-05-15T23:45:55.6133035Z [ 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-05-15T23:45:55.6136120Z [ 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-05-15T23:45:55.6139254Z [ 74%] 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-05-15T23:45:55.6142869Z [ 74%] 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-05-15T23:45:55.6145958Z [ 74%] 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-05-15T23:45:55.6148998Z [ 74%] 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-05-15T23:45:55.6151962Z [ 74%] 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-05-15T23:45:55.6155461Z [ 74%] 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-05-15T23:45:55.6158426Z [ 74%] 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-05-15T23:45:55.6161477Z [ 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-05-15T23:45:55.6164482Z [ 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-05-15T23:45:55.6167437Z [ 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-05-15T23:45:55.6170426Z [ 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-05-15T23:45:55.6173342Z [ 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-05-15T23:45:55.6176283Z [ 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-05-15T23:45:55.6179069Z [ 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-05-15T23:45:55.6182453Z [ 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-05-15T23:45:55.6185322Z [ 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-05-15T23:45:55.6188504Z [ 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-05-15T23:45:55.6191547Z [ 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-05-15T23:45:55.6194241Z [ 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-05-15T23:45:55.6196697Z [ 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-05-15T23:45:55.6199240Z [ 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-05-15T23:45:55.6201798Z [ 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-05-15T23:45:55.6204240Z [ 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-05-15T23:45:55.6206641Z [ 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-05-15T23:45:55.6209265Z [ 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-05-15T23:45:55.6211796Z [ 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-05-15T23:45:55.6214659Z [ 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-05-15T23:45:55.6218213Z [ 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-05-15T23:45:55.6221581Z [ 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-05-15T23:45:55.6224655Z [ 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-05-15T23:45:55.6227756Z [ 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-05-15T23:45:55.6230866Z [ 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-05-15T23:45:55.6234039Z [ 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-05-15T23:45:55.6236917Z [ 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-05-15T23:45:55.6239856Z [ 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-05-15T23:45:55.6242802Z [ 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-05-15T23:45:55.6245857Z [ 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-05-15T23:45:55.6249019Z [ 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-05-15T23:45:55.6252313Z [ 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-05-15T23:45:56.9942488Z [ 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-05-15T23:45:56.9945220Z [ 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-05-15T23:45:56.9947731Z [ 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-05-15T23:45:56.9950240Z [ 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-05-15T23:45:56.9952848Z [ 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-05-15T23:45:56.9955419Z [ 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-05-15T23:45:56.9957646Z [ 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-05-15T23:45:56.9959785Z [ 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-05-15T23:45:56.9961806Z [ 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-05-15T23:45:56.9963570Z [ 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-05-15T23:45:56.9965658Z [ 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-05-15T23:45:56.9967572Z [ 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-05-15T23:45:56.9969691Z [ 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-05-15T23:45:56.9971743Z [ 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-05-15T23:45:56.9973788Z [ 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-05-15T23:45:56.9975831Z [ 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-05-15T23:45:56.9977872Z [ 75%] 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-05-15T23:45:56.9979937Z [ 75%] 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-05-15T23:45:56.9982447Z [ 75%] 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-05-15T23:45:56.9984476Z [ 75%] 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-05-15T23:45:56.9986743Z [ 75%] 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-05-15T23:45:56.9988865Z [ 75%] 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-05-15T23:45:56.9990899Z [ 75%] 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-05-15T23:45:56.9992752Z [ 75%] 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-05-15T23:45:56.9994486Z [ 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-05-15T23:45:56.9996242Z [ 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-05-15T23:45:56.9997993Z [ 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-05-15T23:45:56.9999696Z [ 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-05-15T23:45:57.0001410Z [ 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-05-15T23:45:57.0003106Z [ 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-05-15T23:45:57.0004784Z [ 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-05-15T23:45:57.0006595Z [ 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-05-15T23:45:57.0008292Z [ 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-05-15T23:45:57.0009983Z [ 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-05-15T23:45:57.0011672Z [ 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-05-15T23:45:57.0013358Z [ 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-05-15T23:45:57.0015075Z [ 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-05-15T23:45:57.0016792Z [ 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-05-15T23:45:57.0018542Z [ 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-05-15T23:45:57.0020254Z [ 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-05-15T23:45:57.0022456Z [ 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-05-15T23:45:57.0024139Z [ 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-05-15T23:45:57.0025956Z [ 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-05-15T23:45:57.0027669Z [ 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-05-15T23:45:57.0029413Z [ 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-05-15T23:45:57.0031177Z [ 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-05-15T23:45:57.0032922Z [ 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-05-15T23:45:57.0034678Z [ 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-05-15T23:45:57.0036449Z [ 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-05-15T23:45:57.0038215Z [ 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-05-15T23:45:57.0039961Z [ 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-05-15T23:45:57.0041702Z [ 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-05-15T23:45:58.3840736Z [ 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-05-15T23:45:58.3843943Z [ 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-05-15T23:45:58.3846599Z [ 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-05-15T23:45:58.3849303Z [ 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-05-15T23:45:58.3851686Z [ 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-05-15T23:45:58.3854236Z [ 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-05-15T23:45:58.3856779Z [ 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-05-15T23:45:58.3859378Z [ 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-05-15T23:45:58.3862482Z [ 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-05-15T23:45:58.3865125Z [ 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-05-15T23:45:58.3867726Z [ 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-05-15T23:45:58.3870603Z [ 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-05-15T23:45:58.3873688Z [ 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-05-15T23:45:58.3878081Z [ 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-05-15T23:45:58.3881522Z [ 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-05-15T23:45:58.3884584Z [ 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-05-15T23:45:58.3887941Z [ 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-05-15T23:45:58.3890968Z [ 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-05-15T23:45:58.3894127Z [ 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-05-15T23:45:58.3897119Z [ 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-05-15T23:45:58.3900144Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-05-15T23:45:58.3903553Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-05-15T23:45:58.3906657Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-05-15T23:45:58.3909371Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-05-15T23:45:58.3912315Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-05-15T23:45:58.3915012Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-05-15T23:45:58.3917677Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-05-15T23:45:58.3920388Z [ 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-05-15T23:45:58.3922938Z [ 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-05-15T23:45:58.3925613Z [ 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-05-15T23:45:58.3928205Z [ 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-05-15T23:45:58.3930903Z [ 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-05-15T23:45:58.3933421Z [ 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-05-15T23:45:58.3936089Z [ 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-05-15T23:45:58.3938959Z [ 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-05-15T23:45:58.3942729Z [ 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-05-15T23:45:58.3945583Z [ 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-05-15T23:45:58.3948448Z [ 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-05-15T23:45:58.3951325Z [ 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-05-15T23:45:58.3954231Z [ 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-05-15T23:45:58.3957057Z [ 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-05-15T23:45:58.3959979Z [ 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-05-15T23:45:58.3962841Z [ 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-05-15T23:45:58.3965435Z [ 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-05-15T23:45:58.3968350Z [ 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-05-15T23:45:58.3971280Z [ 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-05-15T23:45:58.3974571Z [ 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-05-15T23:45:58.3977573Z [ 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-05-15T23:45:58.3980609Z [ 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-05-15T23:45:58.3984327Z [ 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-05-15T23:45:58.3987256Z [ 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-05-15T23:45:58.3990290Z [ 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-05-15T23:45:58.3993287Z [ 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-05-15T23:45:58.3996080Z [ 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-05-15T23:45:59.6502442Z [ 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-05-15T23:45:59.6505452Z [ 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-05-15T23:45:59.6508461Z [ 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-05-15T23:45:59.6511875Z [ 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-05-15T23:45:59.6514871Z [ 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-05-15T23:45:59.6517791Z [ 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-05-15T23:45:59.6520409Z [ 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-05-15T23:45:59.6523297Z [ 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-05-15T23:45:59.6526196Z [ 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-05-15T23:45:59.6529140Z [ 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-05-15T23:45:59.6532009Z [ 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-05-15T23:45:59.6535108Z [ 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-05-15T23:45:59.6538402Z [ 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-05-15T23:45:59.6542804Z [ 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-05-15T23:45:59.6546112Z [ 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-05-15T23:45:59.6549355Z [ 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-05-15T23:45:59.6552655Z [ 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-05-15T23:45:59.6555918Z [ 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-05-15T23:45:59.6559264Z [ 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-05-15T23:45:59.6562576Z [ 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-05-15T23:45:59.6565867Z [ 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-05-15T23:45:59.6569176Z [ 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-u8.c.o 2024-05-15T23:45:59.6572528Z [ 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-u16.c.o 2024-05-15T23:45:59.6575883Z [ 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-u24.c.o 2024-05-15T23:45:59.6579667Z [ 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-u32.c.o 2024-05-15T23:45:59.6583482Z [ 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-u40.c.o 2024-05-15T23:45:59.6586840Z [ 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-u48.c.o 2024-05-15T23:45:59.6590265Z [ 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-u56.c.o 2024-05-15T23:45:59.6594074Z [ 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-u64.c.o 2024-05-15T23:45:59.6597447Z [ 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-05-15T23:45:59.6600786Z [ 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-05-15T23:45:59.6604127Z [ 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-05-15T23:45:59.6607469Z [ 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-05-15T23:45:59.6610805Z [ 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-05-15T23:45:59.6614510Z [ 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-05-15T23:45:59.6617794Z [ 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-05-15T23:45:59.6621484Z [ 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-05-15T23:45:59.6624819Z [ 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-05-15T23:45:59.6628200Z [ 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-05-15T23:45:59.6631581Z [ 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-05-15T23:45:59.6634896Z [ 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-05-15T23:45:59.6637746Z [ 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-05-15T23:45:59.6640596Z [ 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-05-15T23:45:59.6643476Z [ 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-05-15T23:45:59.6647362Z [ 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-05-15T23:45:59.6650869Z [ 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-05-15T23:45:59.6654572Z [ 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-05-15T23:45:59.6671387Z [ 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-05-15T23:46:00.9594968Z [ 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-05-15T23:46:00.9598328Z [ 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-05-15T23:46:00.9601732Z [ 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-05-15T23:46:00.9605011Z [ 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-05-15T23:46:00.9608223Z [ 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-05-15T23:46:00.9611453Z [ 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-05-15T23:46:00.9614911Z [ 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-05-15T23:46:00.9617976Z [ 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-05-15T23:46:00.9621477Z [ 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-05-15T23:46:00.9624634Z [ 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-05-15T23:46:00.9627904Z [ 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-05-15T23:46:00.9631150Z [ 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-05-15T23:46:00.9634450Z [ 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-05-15T23:46:00.9637709Z [ 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-05-15T23:46:00.9640962Z [ 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-05-15T23:46:00.9644551Z [ 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-05-15T23:46:00.9648159Z [ 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-05-15T23:46:00.9651488Z [ 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-05-15T23:46:00.9654779Z [ 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-05-15T23:46:00.9658160Z [ 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-05-15T23:46:00.9661678Z [ 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-05-15T23:46:00.9665098Z [ 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-05-15T23:46:00.9668471Z [ 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-05-15T23:46:00.9671629Z [ 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-05-15T23:46:00.9674631Z [ 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-05-15T23:46:00.9677538Z [ 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-05-15T23:46:00.9680829Z [ 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-05-15T23:46:00.9683872Z [ 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-05-15T23:46:00.9686886Z [ 78%] 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-05-15T23:46:00.9689945Z [ 78%] 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-05-15T23:46:00.9692932Z [ 78%] 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-05-15T23:46:00.9695946Z [ 78%] 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-05-15T23:46:00.9698950Z [ 78%] 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-05-15T23:46:00.9702260Z [ 78%] 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-05-15T23:46:00.9705278Z [ 78%] 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-05-15T23:46:00.9708287Z [ 78%] 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-05-15T23:46:00.9711285Z [ 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-05-15T23:46:00.9714506Z [ 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-05-15T23:46:00.9717341Z [ 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-05-15T23:46:00.9720365Z [ 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-05-15T23:46:00.9723440Z [ 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-05-15T23:46:00.9726326Z [ 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-05-15T23:46:00.9729109Z [ 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-05-15T23:46:00.9732024Z [ 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-05-15T23:46:00.9734885Z [ 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-05-15T23:46:00.9737868Z [ 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-05-15T23:46:00.9741176Z [ 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-05-15T23:46:00.9744518Z [ 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-05-15T23:46:00.9747503Z [ 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-05-15T23:46:02.2104302Z [ 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-05-15T23:46:02.2107525Z [ 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-05-15T23:46:02.2110763Z [ 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-05-15T23:46:02.2113894Z [ 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-05-15T23:46:02.2116769Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-05-15T23:46:02.2119334Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-05-15T23:46:02.2121818Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-05-15T23:46:02.2124275Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-05-15T23:46:02.2126750Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-05-15T23:46:02.2129278Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-05-15T23:46:02.2132197Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-05-15T23:46:02.2134714Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-05-15T23:46:02.2137255Z [ 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-05-15T23:46:02.2139833Z [ 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-05-15T23:46:02.2142758Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-05-15T23:46:02.2145282Z [ 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-05-15T23:46:02.2148034Z [ 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-05-15T23:46:02.2150787Z [ 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-05-15T23:46:02.2153428Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-05-15T23:46:02.2155928Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-05-15T23:46:02.2158407Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-05-15T23:46:02.2160798Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-05-15T23:46:02.2163710Z [ 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-05-15T23:46:02.2166589Z [ 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-05-15T23:46:02.2169574Z [ 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-05-15T23:46:02.2172527Z [ 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-05-15T23:46:02.2175211Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-05-15T23:46:02.2177775Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-05-15T23:46:02.2180424Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-05-15T23:46:02.2183540Z [ 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-05-15T23:46:02.2186377Z [ 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-05-15T23:46:02.2189346Z [ 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-05-15T23:46:02.2192298Z [ 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-05-15T23:46:02.2194983Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-05-15T23:46:02.2197885Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-05-15T23:46:02.2200557Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-05-15T23:46:02.2203321Z [ 79%] 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-05-15T23:46:02.2206203Z [ 79%] 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-05-15T23:46:02.2209180Z [ 79%] 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-05-15T23:46:02.2212370Z [ 79%] 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-05-15T23:46:02.2215553Z [ 79%] 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-05-15T23:46:02.2218754Z [ 79%] 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-05-15T23:46:02.2222415Z [ 79%] 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-05-15T23:46:02.2225617Z [ 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-05-15T23:46:02.2228728Z [ 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-05-15T23:46:02.2232252Z [ 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-05-15T23:46:02.2235218Z [ 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-05-15T23:46:02.2238113Z [ 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-05-15T23:46:02.2241038Z [ 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-05-15T23:46:02.2244023Z [ 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-05-15T23:46:02.2247080Z [ 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-05-15T23:46:02.2250050Z [ 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-05-15T23:46:02.2253074Z [ 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-05-15T23:46:02.2256050Z [ 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-05-15T23:46:02.2258575Z [ 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-05-15T23:46:03.8680285Z [ 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-05-15T23:46:03.8683529Z [ 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-05-15T23:46:03.8686564Z [ 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-05-15T23:46:03.8689652Z [ 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-05-15T23:46:03.8692768Z [ 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-05-15T23:46:03.8695854Z [ 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-05-15T23:46:03.8699010Z [ 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-05-15T23:46:03.8702859Z [ 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-05-15T23:46:03.8705946Z [ 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-05-15T23:46:03.8708976Z [ 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-05-15T23:46:03.8712025Z [ 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-05-15T23:46:03.8715390Z [ 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-05-15T23:46:03.8718437Z [ 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-05-15T23:46:03.8721436Z [ 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-05-15T23:46:03.8724460Z [ 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-05-15T23:46:03.8727533Z [ 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-05-15T23:46:03.8730597Z [ 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-05-15T23:46:03.8733732Z [ 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-05-15T23:46:03.8736830Z [ 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-05-15T23:46:03.8739966Z [ 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-05-15T23:46:03.8743823Z [ 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-05-15T23:46:03.8747225Z [ 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-05-15T23:46:03.8750784Z [ 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-05-15T23:46:03.8754112Z [ 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-05-15T23:46:03.8757266Z [ 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-05-15T23:46:03.8760829Z [ 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-05-15T23:46:03.8764289Z [ 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-05-15T23:46:03.8767271Z [ 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-05-15T23:46:03.8770235Z [ 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-05-15T23:46:03.8773386Z [ 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-05-15T23:46:03.8776690Z [ 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-05-15T23:46:03.8779871Z [ 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-05-15T23:46:03.8783740Z [ 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-05-15T23:46:03.8786945Z [ 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-05-15T23:46:03.8790212Z [ 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-05-15T23:46:03.8793541Z [ 80%] 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-05-15T23:46:03.8797051Z [ 80%] 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-05-15T23:46:03.8800460Z [ 80%] 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-05-15T23:46:03.8804059Z [ 80%] 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-05-15T23:46:03.8807749Z [ 80%] 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-05-15T23:46:03.8810991Z [ 80%] 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-05-15T23:46:03.8814290Z [ 80%] 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-05-15T23:46:03.8817919Z [ 80%] 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-05-15T23:46:03.8822028Z [ 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-05-15T23:46:03.8825097Z [ 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-05-15T23:46:03.8827991Z [ 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-05-15T23:46:03.8830913Z [ 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-05-15T23:46:03.8834146Z [ 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-05-15T23:46:03.8837273Z [ 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-05-15T23:46:05.5603773Z [ 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-05-15T23:46:05.5616648Z [ 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-05-15T23:46:05.5619844Z [ 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-05-15T23:46:05.5623655Z [ 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-05-15T23:46:05.5626733Z [ 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-05-15T23:46:05.5629497Z [ 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-05-15T23:46:05.5632411Z [ 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-05-15T23:46:05.5635515Z [ 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-05-15T23:46:05.5638588Z [ 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-05-15T23:46:05.5641696Z [ 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-05-15T23:46:05.5644885Z [ 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-05-15T23:46:05.5648130Z [ 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-05-15T23:46:05.5651345Z [ 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-05-15T23:46:05.5654354Z [ 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-05-15T23:46:05.5657645Z [ 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-05-15T23:46:05.5660177Z [ 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-05-15T23:46:05.5663162Z [ 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-05-15T23:46:05.5665699Z [ 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-05-15T23:46:05.5668265Z [ 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-05-15T23:46:05.5670818Z [ 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-05-15T23:46:05.5673306Z [ 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-05-15T23:46:05.5675763Z [ 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-05-15T23:46:05.5678555Z [ 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-05-15T23:46:05.5681708Z [ 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-05-15T23:46:05.5684850Z [ 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-05-15T23:46:05.5688580Z [ 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-05-15T23:46:05.5692014Z [ 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-05-15T23:46:05.5695569Z [ 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-05-15T23:46:05.5698941Z [ 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-05-15T23:46:05.5702770Z [ 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-05-15T23:46:05.5706406Z [ 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-05-15T23:46:05.5709889Z [ 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-05-15T23:46:05.5713312Z [ 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-05-15T23:46:05.5716633Z [ 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-05-15T23:46:05.5720377Z [ 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-05-15T23:46:05.5724312Z [ 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-05-15T23:46:05.5727966Z [ 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-05-15T23:46:05.5731486Z [ 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-05-15T23:46:05.5735095Z [ 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-05-15T23:46:05.5738712Z [ 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-05-15T23:46:05.5742601Z [ 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-05-15T23:46:05.5745955Z [ 81%] 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-05-15T23:46:05.5749212Z [ 81%] 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-05-15T23:46:05.5752823Z [ 81%] 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-05-15T23:46:05.5756728Z [ 81%] 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-05-15T23:46:05.5760077Z [ 81%] 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-05-15T23:46:05.5763615Z [ 81%] 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-05-15T23:46:05.5767267Z [ 81%] 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-05-15T23:46:07.2104178Z [ 81%] 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-05-15T23:46:07.2107499Z [ 81%] 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-05-15T23:46:07.2110370Z [ 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-05-15T23:46:07.2113320Z [ 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-05-15T23:46:07.2116379Z [ 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-05-15T23:46:07.2119459Z [ 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-05-15T23:46:07.2122595Z [ 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-05-15T23:46:07.2125390Z [ 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-05-15T23:46:07.2128453Z [ 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-05-15T23:46:07.2131453Z [ 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-05-15T23:46:07.2134282Z [ 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-05-15T23:46:07.2137276Z [ 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-05-15T23:46:07.2140195Z [ 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-05-15T23:46:07.2143778Z [ 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-05-15T23:46:07.2146849Z [ 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-05-15T23:46:07.2150012Z [ 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-05-15T23:46:07.2153582Z [ 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-05-15T23:46:07.2156957Z [ 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-05-15T23:46:07.2160130Z [ 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-05-15T23:46:07.2163464Z [ 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-05-15T23:46:07.2166147Z [ 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-05-15T23:46:07.2169094Z [ 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-05-15T23:46:07.2171674Z [ 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-05-15T23:46:07.2174429Z [ 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-05-15T23:46:07.2177333Z [ 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-05-15T23:46:07.2180119Z [ 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-05-15T23:46:07.2183886Z [ 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-05-15T23:46:07.2186955Z [ 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-05-15T23:46:07.2189889Z [ 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-05-15T23:46:07.2192795Z [ 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-05-15T23:46:07.2195660Z [ 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-05-15T23:46:07.2198281Z [ 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-05-15T23:46:07.2201042Z [ 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-05-15T23:46:07.2203903Z [ 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-05-15T23:46:07.2206760Z [ 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-05-15T23:46:07.2209470Z [ 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-05-15T23:46:07.2212109Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-05-15T23:46:07.2214943Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-05-15T23:46:07.2217445Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-05-15T23:46:07.2219963Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-05-15T23:46:07.2225662Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-05-15T23:46:07.2228206Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-05-15T23:46:07.2231074Z [ 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-05-15T23:46:07.2234025Z [ 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-05-15T23:46:07.2237190Z [ 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-05-15T23:46:07.2240289Z [ 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-05-15T23:46:07.2243354Z [ 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-05-15T23:46:07.2246528Z [ 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-05-15T23:46:07.2249685Z [ 82%] 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-05-15T23:46:07.2253333Z [ 82%] 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-05-15T23:46:09.0631069Z [ 82%] 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-05-15T23:46:09.0634046Z [ 82%] 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-05-15T23:46:09.0636898Z [ 82%] 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-05-15T23:46:09.0639788Z [ 82%] 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-05-15T23:46:09.0642685Z [ 82%] 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-05-15T23:46:09.0645579Z [ 82%] 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-05-15T23:46:09.0648487Z [ 82%] 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-05-15T23:46:09.0651212Z [ 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-05-15T23:46:09.0653690Z [ 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-05-15T23:46:09.0656346Z [ 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-05-15T23:46:09.0658595Z [ 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-05-15T23:46:09.0661515Z [ 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-05-15T23:46:09.0664010Z [ 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-05-15T23:46:09.0666491Z [ 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-05-15T23:46:09.0668814Z [ 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-05-15T23:46:09.0670616Z [ 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-05-15T23:46:09.0672959Z [ 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-05-15T23:46:09.0674683Z [ 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-05-15T23:46:09.0676405Z [ 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-05-15T23:46:09.0678520Z [ 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-05-15T23:46:09.0681033Z [ 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-05-15T23:46:09.0683930Z [ 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-05-15T23:46:09.0686429Z [ 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-05-15T23:46:09.0688726Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-05-15T23:46:09.0690835Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-05-15T23:46:09.0692899Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-05-15T23:46:09.0695012Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-05-15T23:46:09.0697142Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-05-15T23:46:09.0699401Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-05-15T23:46:09.0701987Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-05-15T23:46:09.0704030Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-05-15T23:46:09.0706296Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-05-15T23:46:09.0708505Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-05-15T23:46:09.0711206Z [ 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-05-15T23:46:09.0713832Z [ 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-05-15T23:46:09.0716394Z [ 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-05-15T23:46:09.0718884Z [ 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-05-15T23:46:09.0721228Z [ 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-05-15T23:46:09.0723629Z [ 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-05-15T23:46:09.0726024Z [ 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-05-15T23:46:09.0728298Z [ 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-05-15T23:46:09.0730103Z [ 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-05-15T23:46:09.0732141Z [ 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-05-15T23:46:09.0734657Z [ 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-05-15T23:46:09.0737020Z [ 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-05-15T23:46:09.0740089Z [ 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-05-15T23:46:09.0742224Z [ 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-05-15T23:46:09.0743950Z [ 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-05-15T23:46:09.0745672Z [ 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-05-15T23:46:09.0747454Z [ 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-05-15T23:46:09.0749324Z [ 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-05-15T23:46:09.0751174Z [ 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-05-15T23:46:09.0753041Z [ 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-05-15T23:46:09.0754804Z [ 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-05-15T23:46:09.0756509Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-05-15T23:46:10.3589299Z [ 83%] 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-05-15T23:46:10.3591944Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-05-15T23:46:10.3594671Z [ 83%] 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-05-15T23:46:10.3597112Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-05-15T23:46:10.3599773Z [ 83%] 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-05-15T23:46:10.3602519Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-05-15T23:46:10.3605288Z [ 83%] 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-05-15T23:46:10.3608100Z [ 83%] 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-05-15T23:46:10.3610955Z [ 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-05-15T23:46:10.3613753Z [ 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-05-15T23:46:10.3616517Z [ 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-05-15T23:46:10.3619239Z [ 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-05-15T23:46:10.3623052Z [ 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-05-15T23:46:10.3626022Z [ 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-05-15T23:46:10.3628793Z [ 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-05-15T23:46:10.3631647Z [ 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-05-15T23:46:10.3634625Z [ 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-05-15T23:46:10.3637420Z [ 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-05-15T23:46:10.3640195Z [ 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-05-15T23:46:10.3642919Z [ 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-05-15T23:46:10.3645875Z [ 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-05-15T23:46:10.3648817Z [ 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-05-15T23:46:10.3652029Z [ 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-05-15T23:46:10.3654958Z [ 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-05-15T23:46:10.3657717Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-05-15T23:46:10.3660176Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-05-15T23:46:10.3663487Z [ 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-05-15T23:46:10.3666746Z [ 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-05-15T23:46:10.3670046Z [ 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-05-15T23:46:10.3673318Z [ 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-05-15T23:46:10.3676569Z [ 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-05-15T23:46:10.3679733Z [ 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-05-15T23:46:10.3683061Z [ 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-05-15T23:46:10.3686661Z [ 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-05-15T23:46:10.3689955Z [ 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-05-15T23:46:10.3693295Z [ 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-05-15T23:46:10.3696470Z [ 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-05-15T23:46:10.3699601Z [ 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-05-15T23:46:10.3703056Z [ 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-05-15T23:46:10.3706137Z [ 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-05-15T23:46:10.3709268Z [ 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-05-15T23:46:10.3712375Z [ 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-05-15T23:46:10.3715484Z [ 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-05-15T23:46:10.3718752Z [ 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-05-15T23:46:10.3721667Z [ 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-05-15T23:46:10.3724653Z [ 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-05-15T23:46:10.3727709Z [ 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-05-15T23:46:10.3730681Z [ 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-05-15T23:46:10.3733761Z [ 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-05-15T23:46:10.3736933Z [ 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-05-15T23:46:10.3740351Z [ 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-05-15T23:46:11.5264011Z [ 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-05-15T23:46:11.5267549Z [ 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-05-15T23:46:11.5270873Z [ 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-05-15T23:46:11.5274664Z [ 84%] 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-05-15T23:46:11.5278097Z [ 84%] 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-05-15T23:46:11.5281677Z [ 84%] 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-05-15T23:46:11.5285163Z [ 84%] 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-05-15T23:46:11.5288704Z [ 84%] 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-05-15T23:46:11.5292441Z [ 84%] 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-05-15T23:46:11.5296175Z [ 84%] 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-05-15T23:46:11.5299866Z [ 84%] 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-05-15T23:46:11.5303388Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-05-15T23:46:11.5306397Z [ 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-05-15T23:46:11.5309081Z [ 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-05-15T23:46:11.5311768Z [ 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-05-15T23:46:11.5314455Z [ 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-05-15T23:46:11.5317092Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-05-15T23:46:11.5319731Z [ 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-05-15T23:46:11.5322427Z [ 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-05-15T23:46:11.5325098Z [ 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-05-15T23:46:11.5327762Z [ 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-05-15T23:46:11.5330369Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-05-15T23:46:11.5333116Z [ 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-05-15T23:46:11.5335893Z [ 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-05-15T23:46:11.5339025Z [ 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-05-15T23:46:11.5342138Z [ 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-05-15T23:46:11.5344779Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-05-15T23:46:11.5347253Z [ 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-05-15T23:46:11.5349337Z [ 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-05-15T23:46:11.5351399Z [ 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-05-15T23:46:11.5353816Z [ 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-05-15T23:46:11.5356474Z [ 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-05-15T23:46:11.5359188Z [ 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-05-15T23:46:11.5361893Z [ 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-05-15T23:46:11.5364633Z [ 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-05-15T23:46:11.5367691Z [ 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-05-15T23:46:11.5370423Z [ 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-05-15T23:46:11.5373155Z [ 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-05-15T23:46:11.5375891Z [ 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-05-15T23:46:11.5378531Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-05-15T23:46:11.5382552Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-05-15T23:46:11.5385138Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-05-15T23:46:11.5387731Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-05-15T23:46:11.5390310Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-05-15T23:46:11.5392862Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-05-15T23:46:11.5395402Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-05-15T23:46:11.5397948Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-05-15T23:46:11.5400595Z [ 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-05-15T23:46:11.5403744Z [ 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-05-15T23:46:11.5406469Z [ 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-05-15T23:46:11.5409205Z [ 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-05-15T23:46:11.5411948Z [ 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-05-15T23:46:11.5414740Z [ 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-05-15T23:46:11.5417507Z [ 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-05-15T23:46:12.7462658Z [ 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-05-15T23:46:12.7465403Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-05-15T23:46:12.7468069Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-05-15T23:46:12.7470755Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-05-15T23:46:12.7473174Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-05-15T23:46:12.7476328Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-05-15T23:46:12.7481679Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-05-15T23:46:12.7484495Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-05-15T23:46:12.7487258Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-05-15T23:46:12.7489958Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-05-15T23:46:12.7492552Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-05-15T23:46:12.7495392Z [ 85%] 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-05-15T23:46:12.7498302Z [ 85%] 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-05-15T23:46:12.7501831Z [ 85%] 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-05-15T23:46:12.7504755Z [ 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-05-15T23:46:12.7507678Z [ 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-05-15T23:46:12.7510618Z [ 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-05-15T23:46:12.7513713Z [ 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-05-15T23:46:12.7516375Z [ 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-05-15T23:46:12.7519021Z [ 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-05-15T23:46:12.7521684Z [ 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-05-15T23:46:12.7524369Z [ 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-05-15T23:46:12.7527052Z [ 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-05-15T23:46:12.7529725Z [ 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-05-15T23:46:12.7532365Z [ 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-05-15T23:46:12.7535030Z [ 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-05-15T23:46:12.7537717Z [ 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-05-15T23:46:12.7541316Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-05-15T23:46:12.7544255Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-05-15T23:46:12.7546845Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-05-15T23:46:12.7549442Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-05-15T23:46:12.7552021Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-05-15T23:46:12.7554568Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-05-15T23:46:12.7557112Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-05-15T23:46:12.7559694Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-05-15T23:46:12.7565343Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-05-15T23:46:12.7567850Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-05-15T23:46:12.7570380Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-05-15T23:46:12.7572896Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-05-15T23:46:12.7575887Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-05-15T23:46:12.7578801Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-05-15T23:46:12.7581743Z [ 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-05-15T23:46:12.7584484Z [ 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-05-15T23:46:12.7587188Z [ 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-05-15T23:46:12.7590179Z [ 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-05-15T23:46:12.7593492Z [ 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-05-15T23:46:12.7596756Z [ 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-05-15T23:46:12.7600008Z [ 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-05-15T23:46:12.7603281Z [ 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-05-15T23:46:12.7606546Z [ 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-05-15T23:46:12.7610423Z [ 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-05-15T23:46:12.7614007Z [ 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-05-15T23:46:12.7617292Z [ 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-05-15T23:46:12.7620541Z [ 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-05-15T23:46:12.7624201Z [ 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-05-15T23:46:13.9248795Z [ 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-05-15T23:46:13.9252128Z [ 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-05-15T23:46:13.9255131Z [ 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-05-15T23:46:13.9258120Z [ 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-05-15T23:46:13.9261584Z [ 86%] 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-05-15T23:46:13.9264602Z [ 86%] 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-05-15T23:46:13.9268000Z [ 86%] 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-05-15T23:46:13.9271021Z [ 86%] 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-05-15T23:46:13.9273954Z [ 86%] 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-05-15T23:46:13.9277015Z [ 86%] 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-05-15T23:46:13.9279946Z [ 86%] 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-05-15T23:46:13.9283176Z [ 86%] 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-05-15T23:46:13.9286400Z [ 86%] 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-05-15T23:46:13.9289573Z [ 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-u16.c.o 2024-05-15T23:46:13.9292670Z [ 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-05-15T23:46:13.9295856Z [ 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-05-15T23:46:13.9299396Z [ 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-05-15T23:46:13.9303197Z [ 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-05-15T23:46:13.9306355Z [ 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-05-15T23:46:13.9309472Z [ 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-05-15T23:46:13.9312673Z [ 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-05-15T23:46:13.9315749Z [ 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-05-15T23:46:13.9318988Z [ 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-05-15T23:46:13.9322166Z [ 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-05-15T23:46:13.9325399Z [ 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-05-15T23:46:13.9328307Z [ 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-05-15T23:46:13.9331831Z [ 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-05-15T23:46:13.9335044Z [ 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-05-15T23:46:13.9338402Z [ 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-05-15T23:46:13.9341917Z [ 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-05-15T23:46:13.9344827Z [ 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-05-15T23:46:13.9347850Z [ 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-05-15T23:46:13.9350840Z [ 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-05-15T23:46:13.9353857Z [ 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-05-15T23:46:13.9356810Z [ 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-05-15T23:46:13.9359926Z [ 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-05-15T23:46:13.9363062Z [ 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-05-15T23:46:13.9366560Z [ 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-05-15T23:46:13.9369514Z [ 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-05-15T23:46:13.9372600Z [ 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-05-15T23:46:13.9375520Z [ 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-05-15T23:46:13.9378688Z [ 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-05-15T23:46:13.9382211Z [ 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-05-15T23:46:13.9385222Z [ 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-05-15T23:46:13.9388334Z [ 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-05-15T23:46:13.9391492Z [ 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-05-15T23:46:13.9394586Z [ 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-05-15T23:46:13.9398023Z [ 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-05-15T23:46:13.9401156Z [ 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-05-15T23:46:15.0200761Z [ 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-05-15T23:46:15.0204042Z [ 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-05-15T23:46:15.0207159Z [ 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-05-15T23:46:15.0210353Z [ 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-05-15T23:46:15.0213553Z [ 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-05-15T23:46:15.0216664Z [ 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-05-15T23:46:15.0219837Z [ 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-05-15T23:46:15.0223500Z [ 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-05-15T23:46:15.0227247Z [ 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-05-15T23:46:15.0230480Z [ 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-05-15T23:46:15.0233656Z [ 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-05-15T23:46:15.0236927Z [ 87%] 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-05-15T23:46:15.0239681Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-05-15T23:46:15.0242403Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-05-15T23:46:15.0245241Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-05-15T23:46:15.0247912Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-05-15T23:46:15.0250337Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-05-15T23:46:15.0252607Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-05-15T23:46:15.0254958Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-05-15T23:46:15.0257782Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-05-15T23:46:15.0260062Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-05-15T23:46:15.0262991Z [ 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-05-15T23:46:15.0265424Z [ 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-05-15T23:46:15.0267926Z [ 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-05-15T23:46:15.0270593Z [ 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-05-15T23:46:15.0272903Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-05-15T23:46:15.0275183Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-05-15T23:46:15.0277694Z [ 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-05-15T23:46:15.0280066Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-05-15T23:46:15.0282339Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-05-15T23:46:15.0284950Z [ 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-05-15T23:46:15.0288002Z [ 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-05-15T23:46:15.0290928Z [ 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-05-15T23:46:15.0293723Z [ 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-05-15T23:46:15.0296599Z [ 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-05-15T23:46:15.0299656Z [ 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-05-15T23:46:15.0302751Z [ 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-05-15T23:46:15.0305559Z [ 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-05-15T23:46:15.0308599Z [ 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-05-15T23:46:15.0311056Z [ 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-05-15T23:46:15.0313673Z [ 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-05-15T23:46:15.0316301Z [ 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-05-15T23:46:15.0319167Z [ 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-05-15T23:46:15.0321960Z [ 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-05-15T23:46:15.0324882Z [ 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-05-15T23:46:15.0327554Z [ 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-05-15T23:46:15.0330411Z [ 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-05-15T23:46:15.0333347Z [ 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-05-15T23:46:15.0336428Z [ 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-05-15T23:46:15.0339343Z [ 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-05-15T23:46:15.0342749Z [ 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-05-15T23:46:15.0345457Z [ 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-05-15T23:46:16.1529550Z [ 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-05-15T23:46:16.1531877Z [ 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-05-15T23:46:16.1534016Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-05-15T23:46:16.1536197Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-05-15T23:46:16.1538529Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-05-15T23:46:16.1541682Z [ 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-05-15T23:46:16.1544555Z [ 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-05-15T23:46:16.1547340Z [ 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-05-15T23:46:16.1550055Z [ 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-05-15T23:46:16.1552767Z [ 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-05-15T23:46:16.1555519Z [ 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-05-15T23:46:16.1558479Z [ 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-05-15T23:46:16.1562074Z [ 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-05-15T23:46:16.1565307Z [ 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-05-15T23:46:16.1568464Z [ 88%] 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-05-15T23:46:16.1571623Z [ 88%] 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-05-15T23:46:16.1574788Z [ 88%] 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-05-15T23:46:16.1577931Z [ 88%] 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-05-15T23:46:16.1581424Z [ 88%] 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-05-15T23:46:16.1584597Z [ 88%] 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-05-15T23:46:16.1587749Z [ 88%] 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-05-15T23:46:16.1590936Z [ 88%] 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-05-15T23:46:16.1594708Z [ 88%] 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-05-15T23:46:16.1597855Z [ 88%] 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-05-15T23:46:16.1600985Z [ 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-05-15T23:46:16.1604103Z [ 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-05-15T23:46:16.1607144Z [ 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-05-15T23:46:16.1610279Z [ 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-05-15T23:46:16.1613432Z [ 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-05-15T23:46:16.1616566Z [ 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-05-15T23:46:16.1619677Z [ 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-05-15T23:46:16.1623283Z [ 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-05-15T23:46:16.1626483Z [ 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-05-15T23:46:16.1630084Z [ 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-05-15T23:46:16.1633231Z [ 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-05-15T23:46:16.1636224Z [ 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-05-15T23:46:16.1638941Z [ 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-05-15T23:46:16.1641436Z [ 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-05-15T23:46:16.1643687Z [ 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-05-15T23:46:16.1645973Z [ 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-05-15T23:46:16.1648285Z [ 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-05-15T23:46:16.1650774Z [ 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-05-15T23:46:16.1653478Z [ 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-05-15T23:46:16.1656451Z [ 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-05-15T23:46:16.1660316Z [ 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-05-15T23:46:16.1664067Z [ 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-05-15T23:46:16.1667448Z [ 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-05-15T23:46:16.1670845Z [ 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-05-15T23:46:16.1674215Z [ 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-05-15T23:46:16.1677684Z [ 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-05-15T23:46:16.1681118Z [ 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-05-15T23:46:17.1313755Z [ 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-05-15T23:46:17.1316843Z [ 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-05-15T23:46:17.1319819Z [ 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-05-15T23:46:17.1323421Z [ 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-05-15T23:46:17.1326934Z [ 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-05-15T23:46:17.1330391Z [ 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-05-15T23:46:17.1333505Z [ 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-05-15T23:46:17.1336986Z [ 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-05-15T23:46:17.1340479Z [ 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-05-15T23:46:17.1344540Z [ 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-05-15T23:46:17.1348107Z [ 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-05-15T23:46:17.1351610Z [ 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-05-15T23:46:17.1355170Z [ 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-05-15T23:46:17.1359257Z [ 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-05-15T23:46:17.1362758Z [ 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-05-15T23:46:17.1366265Z [ 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-05-15T23:46:17.1369790Z [ 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-05-15T23:46:17.1373286Z [ 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-05-15T23:46:17.1376877Z [ 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-div-u112.c.o 2024-05-15T23:46:17.1380439Z [ 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-div-u128.c.o 2024-05-15T23:46:17.1384283Z [ 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-div-u144.c.o 2024-05-15T23:46:17.1387838Z [ 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-div-u160.c.o 2024-05-15T23:46:17.1391442Z [ 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-u16.c.o 2024-05-15T23:46:17.1395406Z [ 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-u32.c.o 2024-05-15T23:46:17.1399008Z [ 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-u48.c.o 2024-05-15T23:46:17.1402624Z [ 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-u64.c.o 2024-05-15T23:46:17.1406223Z [ 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-u80.c.o 2024-05-15T23:46:17.1409822Z [ 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-u96.c.o 2024-05-15T23:46:17.1413452Z [ 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-u112.c.o 2024-05-15T23:46:17.1417023Z [ 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-05-15T23:46:17.1420659Z [ 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-05-15T23:46:17.1424599Z [ 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-05-15T23:46:17.1428464Z [ 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-05-15T23:46:17.1431933Z [ 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-05-15T23:46:17.1435375Z [ 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-05-15T23:46:17.1438807Z [ 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-05-15T23:46:17.1442237Z [ 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-05-15T23:46:17.1445640Z [ 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-05-15T23:46:17.1448519Z [ 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-05-15T23:46:17.1451915Z [ 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-05-15T23:46:17.1455464Z [ 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-05-15T23:46:17.1458980Z [ 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-05-15T23:46:17.1463281Z [ 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-05-15T23:46:17.1466954Z [ 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-05-15T23:46:17.1470545Z [ 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-05-15T23:46:17.1474087Z [ 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-05-15T23:46:18.2513925Z [ 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-05-15T23:46:18.2517525Z [ 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-05-15T23:46:18.2521103Z [ 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-05-15T23:46:18.2536238Z [ 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-05-15T23:46:18.2539808Z [ 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-05-15T23:46:18.2543787Z [ 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-05-15T23:46:18.2547525Z [ 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-05-15T23:46:18.2550645Z [ 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-05-15T23:46:18.2553690Z [ 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-05-15T23:46:18.2556730Z [ 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-05-15T23:46:18.2559844Z [ 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-05-15T23:46:18.2562890Z [ 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-05-15T23:46:18.2566015Z [ 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-05-15T23:46:18.2568946Z [ 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-05-15T23:46:18.2572122Z [ 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-05-15T23:46:18.2575243Z [ 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-05-15T23:46:18.2578765Z [ 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-05-15T23:46:18.2582237Z [ 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-05-15T23:46:18.2585376Z [ 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-05-15T23:46:18.2588484Z [ 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-05-15T23:46:18.2591589Z [ 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-05-15T23:46:18.2594675Z [ 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-05-15T23:46:18.2597728Z [ 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-05-15T23:46:18.2600893Z [ 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-05-15T23:46:18.2604048Z [ 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-05-15T23:46:18.2607115Z [ 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-05-15T23:46:18.2610577Z [ 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-05-15T23:46:18.2613842Z [ 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-05-15T23:46:18.2616960Z [ 90%] 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-05-15T23:46:18.2620152Z [ 90%] 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-05-15T23:46:18.2623761Z [ 90%] 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-05-15T23:46:18.2626950Z [ 90%] 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-05-15T23:46:18.2630107Z [ 90%] 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-05-15T23:46:18.2633221Z [ 90%] 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-05-15T23:46:18.2636191Z [ 90%] 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-05-15T23:46:18.2639055Z [ 90%] 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-05-15T23:46:18.2641979Z [ 90%] 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-05-15T23:46:18.2645272Z [ 90%] 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-05-15T23:46:18.2648357Z [ 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-05-15T23:46:18.2651426Z [ 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-05-15T23:46:18.2654567Z [ 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-05-15T23:46:18.2657654Z [ 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-05-15T23:46:18.2660716Z [ 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-05-15T23:46:18.2664148Z [ 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-05-15T23:46:18.2667174Z [ 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-05-15T23:46:18.2670207Z [ 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-05-15T23:46:18.2673244Z [ 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-05-15T23:46:18.2676634Z [ 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-05-15T23:46:18.2679662Z [ 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-05-15T23:46:19.5515377Z [ 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-05-15T23:46:19.5519151Z [ 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-05-15T23:46:19.5522728Z [ 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-05-15T23:46:19.5526051Z [ 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-05-15T23:46:19.5528841Z [ 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-05-15T23:46:19.5532863Z [ 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-05-15T23:46:19.5535713Z [ 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-05-15T23:46:19.5538500Z [ 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-05-15T23:46:19.5541523Z [ 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-05-15T23:46:19.5544643Z [ 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-05-15T23:46:19.5547183Z [ 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-05-15T23:46:19.5549108Z [ 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-05-15T23:46:19.5551356Z [ 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-05-15T23:46:19.5553859Z [ 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-05-15T23:46:19.5556131Z [ 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-05-15T23:46:19.5558336Z [ 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-05-15T23:46:19.5560518Z [ 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-05-15T23:46:19.5562992Z [ 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-05-15T23:46:19.5565526Z [ 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-05-15T23:46:19.5568157Z [ 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-05-15T23:46:19.5570732Z [ 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-05-15T23:46:19.5573434Z [ 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-05-15T23:46:19.5576433Z [ 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-05-15T23:46:19.5579160Z [ 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-05-15T23:46:19.5583041Z [ 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-05-15T23:46:19.5585879Z [ 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-05-15T23:46:19.5589106Z [ 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-05-15T23:46:19.5592088Z [ 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-05-15T23:46:19.5595096Z [ 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-05-15T23:46:19.5598364Z [ 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-05-15T23:46:19.5601675Z [ 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-05-15T23:46:19.5604674Z [ 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-05-15T23:46:19.5607786Z [ 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-05-15T23:46:19.5610693Z [ 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-05-15T23:46:19.5613966Z [ 91%] 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-05-15T23:46:19.5617253Z [ 91%] 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-05-15T23:46:19.5620320Z [ 91%] 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-05-15T23:46:19.5627490Z [ 91%] 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-05-15T23:46:19.5630936Z [ 91%] 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-05-15T23:46:19.5633633Z [ 91%] 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-05-15T23:46:19.5638229Z [ 91%] 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-05-15T23:46:19.5640976Z [ 91%] 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-05-15T23:46:19.5644942Z [ 91%] 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-05-15T23:46:19.5648224Z [ 91%] 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-05-15T23:46:19.5651399Z [ 91%] 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-05-15T23:46:19.5654589Z [ 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-05-15T23:46:19.5657949Z [ 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-05-15T23:46:19.5661976Z [ 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-05-15T23:46:19.5664796Z [ 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-05-15T23:46:20.7698623Z [ 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-05-15T23:46:20.7703721Z [ 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-05-15T23:46:20.7706896Z [ 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-05-15T23:46:20.7710146Z [ 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-05-15T23:46:20.7713405Z [ 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-05-15T23:46:20.7716637Z [ 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-05-15T23:46:20.7719876Z [ 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-05-15T23:46:20.7723070Z [ 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-05-15T23:46:20.7726189Z [ 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-05-15T23:46:20.7729287Z [ 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-05-15T23:46:20.7732513Z [ 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-05-15T23:46:20.7736085Z [ 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-05-15T23:46:20.7739364Z [ 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-05-15T23:46:20.7743176Z [ 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-05-15T23:46:20.7746381Z [ 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-05-15T23:46:20.7749663Z [ 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-05-15T23:46:20.7752959Z [ 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-05-15T23:46:20.7756206Z [ 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-05-15T23:46:20.7760858Z [ 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-05-15T23:46:20.7764088Z [ 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-05-15T23:46:20.7767260Z [ 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-05-15T23:46:20.7770552Z [ 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-05-15T23:46:20.7774225Z [ 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-05-15T23:46:20.7777482Z [ 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-05-15T23:46:20.7780728Z [ 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-05-15T23:46:20.7784463Z [ 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-05-15T23:46:20.7787676Z [ 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-05-15T23:46:20.7790694Z [ 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-05-15T23:46:20.7793433Z [ 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-05-15T23:46:20.7796366Z [ 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-05-15T23:46:20.7799293Z [ 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-05-15T23:46:20.7802596Z [ 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-05-15T23:46:20.7806246Z [ 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-05-15T23:46:20.7809522Z [ 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-05-15T23:46:20.7812785Z [ 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-05-15T23:46:20.7815893Z [ 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-05-15T23:46:20.7819211Z [ 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-05-15T23:46:20.7822991Z [ 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-05-15T23:46:20.7826285Z [ 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-05-15T23:46:20.7829572Z [ 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-05-15T23:46:20.7832849Z [ 92%] 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-05-15T23:46:20.7836013Z [ 92%] 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-05-15T23:46:20.7839487Z [ 92%] 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-05-15T23:46:20.7842599Z [ 92%] 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-05-15T23:46:20.7845576Z [ 92%] 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-05-15T23:46:20.7848119Z [ 92%] 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-05-15T23:46:20.7850678Z [ 92%] 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-05-15T23:46:20.7853311Z [ 92%] 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-05-15T23:46:20.7855994Z [ 92%] 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-05-15T23:46:22.0737032Z [ 92%] 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-05-15T23:46:22.0740465Z [ 92%] 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-05-15T23:46:22.0743895Z [ 92%] 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-05-15T23:46:22.0747428Z [ 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-05-15T23:46:22.0751397Z [ 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-05-15T23:46:22.0754917Z [ 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-05-15T23:46:22.0758444Z [ 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-05-15T23:46:22.0761869Z [ 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-05-15T23:46:22.0765243Z [ 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-05-15T23:46:22.0768690Z [ 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-05-15T23:46:22.0772059Z [ 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-05-15T23:46:22.0775296Z [ 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-05-15T23:46:22.0778572Z [ 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-05-15T23:46:22.0782325Z [ 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-05-15T23:46:22.0785939Z [ 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-05-15T23:46:22.0789142Z [ 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-05-15T23:46:22.0792327Z [ 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-05-15T23:46:22.0795455Z [ 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-05-15T23:46:22.0798512Z [ 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-05-15T23:46:22.0801678Z [ 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-05-15T23:46:22.0804778Z [ 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-05-15T23:46:22.0807984Z [ 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-05-15T23:46:22.0811177Z [ 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-05-15T23:46:22.0814398Z [ 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-05-15T23:46:22.0817996Z [ 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-05-15T23:46:22.0821743Z [ 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-05-15T23:46:22.0824956Z [ 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-05-15T23:46:22.0828232Z [ 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-05-15T23:46:22.0831381Z [ 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-05-15T23:46:22.0834604Z [ 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-05-15T23:46:22.0837814Z [ 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-05-15T23:46:22.0840759Z [ 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-05-15T23:46:22.0843991Z [ 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-05-15T23:46:22.0847240Z [ 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-05-15T23:46:22.0850460Z [ 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-05-15T23:46:22.0854101Z [ 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-05-15T23:46:22.0857387Z [ 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-05-15T23:46:22.0860555Z [ 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-05-15T23:46:22.0864345Z [ 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-05-15T23:46:22.0867656Z [ 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-05-15T23:46:22.0870862Z [ 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-05-15T23:46:22.0874098Z [ 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-05-15T23:46:22.0877298Z [ 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-05-15T23:46:22.0880528Z [ 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-05-15T23:46:22.0883749Z [ 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-05-15T23:46:22.0887541Z [ 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-05-15T23:46:22.0890778Z [ 93%] 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-05-15T23:46:22.0894028Z [ 93%] 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-05-15T23:46:22.0897289Z [ 93%] 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-05-15T23:46:23.4284041Z [ 93%] 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-05-15T23:46:23.4287056Z [ 93%] 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-05-15T23:46:23.4289687Z [ 93%] 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-05-15T23:46:23.4292120Z [ 93%] 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-05-15T23:46:23.4294658Z [ 93%] 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-05-15T23:46:23.4297220Z [ 93%] 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-05-15T23:46:23.4300022Z [ 93%] 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-05-15T23:46:23.4303683Z [ 93%] 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-05-15T23:46:23.4306674Z [ 93%] 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-05-15T23:46:23.4309450Z [ 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-05-15T23:46:23.4312329Z [ 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-05-15T23:46:23.4315155Z [ 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-05-15T23:46:23.4317991Z [ 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-05-15T23:46:23.4320761Z [ 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-05-15T23:46:23.4323458Z [ 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-05-15T23:46:23.4326237Z [ 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-05-15T23:46:23.4328977Z [ 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-05-15T23:46:23.4331702Z [ 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-05-15T23:46:23.4334119Z [ 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-05-15T23:46:23.4336546Z [ 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-05-15T23:46:23.4338881Z [ 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-05-15T23:46:23.4341799Z [ 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-05-15T23:46:23.4344383Z [ 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-05-15T23:46:23.4346710Z [ 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-05-15T23:46:23.4349239Z [ 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-05-15T23:46:23.4351359Z [ 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-05-15T23:46:23.4353153Z [ 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-05-15T23:46:23.4354976Z [ 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-05-15T23:46:23.4357143Z [ 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-05-15T23:46:23.4358917Z [ 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-05-15T23:46:23.4360715Z [ 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-05-15T23:46:23.4362499Z [ 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-05-15T23:46:23.4364289Z [ 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-05-15T23:46:23.4366084Z [ 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-05-15T23:46:23.4367889Z [ 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-05-15T23:46:23.4369686Z [ 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-05-15T23:46:23.4371477Z [ 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-05-15T23:46:23.4373248Z [ 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-05-15T23:46:23.4375038Z [ 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-05-15T23:46:23.4377033Z [ 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-05-15T23:46:23.4378823Z [ 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-05-15T23:46:23.4380663Z [ 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-05-15T23:46:23.4383120Z [ 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-05-15T23:46:23.4384916Z [ 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-05-15T23:46:23.4386756Z [ 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-05-15T23:46:23.4389071Z [ 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-05-15T23:46:23.4391219Z [ 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-05-15T23:46:23.4393091Z [ 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-05-15T23:46:23.4394952Z [ 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-05-15T23:46:23.4396776Z [ 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-05-15T23:46:23.4398893Z [ 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-05-15T23:46:23.4400751Z [ 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-05-15T23:46:24.5920428Z [ 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-05-15T23:46:24.5923326Z [ 94%] 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-05-15T23:46:24.5926343Z [ 94%] 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-05-15T23:46:24.5929466Z [ 94%] 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-05-15T23:46:24.5932199Z [ 94%] 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-05-15T23:46:24.5935073Z [ 94%] 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-05-15T23:46:24.5937903Z [ 94%] 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-05-15T23:46:24.5940693Z [ 94%] 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-05-15T23:46:24.5944264Z [ 94%] 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-05-15T23:46:24.5947473Z [ 94%] 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-05-15T23:46:24.5950521Z [ 94%] 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-05-15T23:46:24.5953564Z [ 94%] 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-05-15T23:46:24.5956363Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-05-15T23:46:24.5958858Z [ 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-05-15T23:46:24.5961410Z [ 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-05-15T23:46:24.5963903Z [ 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-05-15T23:46:24.5966392Z [ 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-05-15T23:46:24.5968948Z [ 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-05-15T23:46:24.5971454Z [ 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-05-15T23:46:24.5973981Z [ 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-05-15T23:46:24.5977146Z [ 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-05-15T23:46:24.5980172Z [ 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-05-15T23:46:24.5983640Z [ 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-05-15T23:46:24.5986715Z [ 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-05-15T23:46:24.5989675Z [ 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-05-15T23:46:24.5992665Z [ 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-05-15T23:46:24.5995540Z [ 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-05-15T23:46:24.5998473Z [ 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-05-15T23:46:24.6001527Z [ 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-05-15T23:46:24.6004535Z [ 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-05-15T23:46:24.6008204Z [ 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-05-15T23:46:24.6011312Z [ 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-05-15T23:46:24.6014329Z [ 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-05-15T23:46:24.6017403Z [ 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-05-15T23:46:24.6020407Z [ 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-05-15T23:46:24.6024291Z [ 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-05-15T23:46:24.6027463Z [ 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-05-15T23:46:24.6030591Z [ 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-05-15T23:46:24.6033652Z [ 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-05-15T23:46:24.6036804Z [ 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-05-15T23:46:24.6040094Z [ 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-05-15T23:46:24.6043526Z [ 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-05-15T23:46:24.6046782Z [ 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-05-15T23:46:24.6049929Z [ 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-05-15T23:46:24.6052971Z [ 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-05-15T23:46:24.6055978Z [ 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-05-15T23:46:24.6058949Z [ 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-05-15T23:46:24.6062426Z [ 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-05-15T23:46:24.6065651Z [ 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-05-15T23:46:24.6068721Z [ 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-05-15T23:46:25.7522850Z [ 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-05-15T23:46:25.7526489Z [ 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-05-15T23:46:25.7529550Z [ 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-05-15T23:46:25.7532912Z [ 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-05-15T23:46:25.7536225Z [ 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-05-15T23:46:25.7539477Z [ 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-05-15T23:46:25.7543021Z [ 95%] 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-05-15T23:46:25.7546094Z [ 95%] 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-05-15T23:46:25.7549137Z [ 95%] 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-05-15T23:46:25.7552207Z [ 95%] 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-05-15T23:46:25.7555224Z [ 95%] 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-05-15T23:46:25.7558607Z [ 95%] 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-05-15T23:46:25.7561709Z [ 95%] 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-05-15T23:46:25.7564790Z [ 95%] 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-05-15T23:46:25.7567928Z [ 95%] 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-05-15T23:46:25.7570983Z [ 95%] 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-05-15T23:46:25.7574043Z [ 95%] 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-05-15T23:46:25.7576942Z [ 95%] 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-05-15T23:46:25.7579967Z [ 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-05-15T23:46:25.7583337Z [ 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-05-15T23:46:25.7586416Z [ 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-05-15T23:46:25.7589789Z [ 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-05-15T23:46:25.7592941Z [ 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-05-15T23:46:25.7596356Z [ 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-05-15T23:46:25.7599504Z [ 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-05-15T23:46:25.7602533Z [ 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-05-15T23:46:25.7605642Z [ 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-05-15T23:46:25.7608701Z [ 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-05-15T23:46:25.7611869Z [ 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-05-15T23:46:25.7615015Z [ 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-05-15T23:46:25.7618203Z [ 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-05-15T23:46:25.7621690Z [ 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-05-15T23:46:25.7625123Z [ 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-05-15T23:46:25.7628362Z [ 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-05-15T23:46:25.7631682Z [ 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-05-15T23:46:25.7634953Z [ 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-05-15T23:46:25.7638147Z [ 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-05-15T23:46:25.7641389Z [ 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-05-15T23:46:25.7644576Z [ 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-05-15T23:46:25.7647637Z [ 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-05-15T23:46:25.7650724Z [ 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-05-15T23:46:25.7653808Z [ 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-05-15T23:46:25.7657205Z [ 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-05-15T23:46:25.7660351Z [ 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-05-15T23:46:25.7663788Z [ 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-05-15T23:46:25.7667054Z [ 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-05-15T23:46:25.7670159Z [ 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-05-15T23:46:25.7673294Z [ 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-05-15T23:46:27.0306966Z [ 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-05-15T23:46:27.0310334Z [ 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-05-15T23:46:27.0313653Z [ 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-05-15T23:46:27.0316917Z [ 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-05-15T23:46:27.0320764Z [ 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-05-15T23:46:27.0324072Z [ 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-05-15T23:46:27.0327347Z [ 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-05-15T23:46:27.0330631Z [ 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-05-15T23:46:27.0333973Z [ 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-05-15T23:46:27.0337278Z [ 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-05-15T23:46:27.0341136Z [ 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-05-15T23:46:27.0344459Z [ 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-05-15T23:46:27.0347790Z [ 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-05-15T23:46:27.0351087Z [ 96%] 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-05-15T23:46:27.0355241Z [ 96%] 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-05-15T23:46:27.0358580Z [ 96%] 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-05-15T23:46:27.0361882Z [ 96%] 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-05-15T23:46:27.0365178Z [ 96%] 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-05-15T23:46:27.0368476Z [ 96%] 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-05-15T23:46:27.0371749Z [ 96%] 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-05-15T23:46:27.0375044Z [ 96%] 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-05-15T23:46:27.0378374Z [ 96%] 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-05-15T23:46:27.0382435Z [ 96%] 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-05-15T23:46:27.0385712Z [ 96%] 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-05-15T23:46:27.0389043Z [ 96%] 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-05-15T23:46:27.0392650Z [ 96%] 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-05-15T23:46:27.0395943Z [ 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-05-15T23:46:27.0400440Z [ 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-05-15T23:46:27.0403454Z [ 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-05-15T23:46:27.0406524Z [ 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-05-15T23:46:27.0409875Z [ 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-05-15T23:46:27.0413172Z [ 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-05-15T23:46:27.0416444Z [ 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-05-15T23:46:27.0419818Z [ 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-05-15T23:46:27.0423760Z [ 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-05-15T23:46:27.0427438Z [ 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-05-15T23:46:27.0431134Z [ 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-05-15T23:46:27.0434452Z [ 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-05-15T23:46:27.0438898Z [ 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-05-15T23:46:27.0443028Z [ 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-05-15T23:46:27.0446384Z [ 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-05-15T23:46:27.0449656Z [ 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-05-15T23:46:27.0452915Z [ 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-05-15T23:46:27.0456130Z [ 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-05-15T23:46:27.0459378Z [ 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-05-15T23:46:27.0463415Z [ 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-05-15T23:46:27.0466607Z [ 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-05-15T23:46:27.0469845Z [ 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-05-15T23:46:28.2355416Z [ 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-05-15T23:46:28.2358714Z [ 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-05-15T23:46:28.2361746Z [ 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-05-15T23:46:28.2364823Z [ 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-05-15T23:46:28.2367962Z [ 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-05-15T23:46:28.2371095Z [ 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-05-15T23:46:28.2374186Z [ 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-05-15T23:46:28.2377585Z [ 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-05-15T23:46:28.2381500Z [ 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-05-15T23:46:28.2384708Z [ 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-05-15T23:46:28.2388028Z [ 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-05-15T23:46:28.2391282Z [ 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-05-15T23:46:28.2394496Z [ 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-05-15T23:46:28.2397705Z [ 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-05-15T23:46:28.2400812Z [ 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-05-15T23:46:28.2403874Z [ 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-05-15T23:46:28.2406636Z [ 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-05-15T23:46:28.2409596Z [ 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-05-15T23:46:28.2412751Z [ 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-05-15T23:46:28.2415603Z [ 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-05-15T23:46:28.2418577Z [ 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-05-15T23:46:28.2421867Z [ 97%] 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-05-15T23:46:28.2424774Z [ 97%] 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-05-15T23:46:28.2427707Z [ 97%] 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-05-15T23:46:28.2430548Z [ 97%] 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-05-15T23:46:28.2433445Z [ 97%] 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-05-15T23:46:28.2436315Z [ 97%] 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-05-15T23:46:28.2439167Z [ 97%] 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-05-15T23:46:28.2442400Z [ 97%] 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-05-15T23:46:28.2445282Z [ 97%] 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-05-15T23:46:28.2447502Z [ 97%] 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-05-15T23:46:28.2449496Z [ 97%] 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-05-15T23:46:28.2451519Z [ 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-prfm.c.o 2024-05-15T23:46:28.2453557Z [ 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-05-15T23:46:28.2455590Z [ 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-05-15T23:46:28.2458245Z [ 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-05-15T23:46:28.2461635Z [ 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-05-15T23:46:28.2464058Z [ 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-05-15T23:46:28.2466451Z [ 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-05-15T23:46:28.2468505Z [ 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-05-15T23:46:28.2470495Z [ 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-05-15T23:46:28.2472493Z [ 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-05-15T23:46:28.2474482Z [ 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-05-15T23:46:28.2476475Z [ 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-05-15T23:46:28.2478462Z [ 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-05-15T23:46:28.2480454Z [ 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-05-15T23:46:28.2482445Z [ 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-05-15T23:46:28.2484436Z [ 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-05-15T23:46:29.4025531Z [ 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-05-15T23:46:29.4028367Z [ 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-05-15T23:46:29.4031618Z [ 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-05-15T23:46:29.4034884Z [ 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-05-15T23:46:29.4038209Z [ 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-05-15T23:46:29.4041839Z [ 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-05-15T23:46:29.4045150Z [ 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-05-15T23:46:29.4048459Z [ 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-05-15T23:46:29.4051748Z [ 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-05-15T23:46:29.4055051Z [ 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-05-15T23:46:29.4058803Z [ 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-05-15T23:46:29.4062670Z [ 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-05-15T23:46:29.4065902Z [ 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-05-15T23:46:29.4069194Z [ 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-05-15T23:46:29.4072577Z [ 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-05-15T23:46:29.4075876Z [ 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-05-15T23:46:29.4079168Z [ 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-05-15T23:46:29.4082452Z [ 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-05-15T23:46:29.4085672Z [ 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-05-15T23:46:29.4088851Z [ 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-05-15T23:46:29.4092409Z [ 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-05-15T23:46:29.4095587Z [ 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-05-15T23:46:29.4098748Z [ 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-05-15T23:46:29.4102477Z [ 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-05-15T23:46:29.4105682Z [ 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-05-15T23:46:29.4108931Z [ 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-05-15T23:46:29.4112149Z [ 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-05-15T23:46:29.4115375Z [ 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-05-15T23:46:29.4118588Z [ 98%] 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-05-15T23:46:29.4121778Z [ 98%] 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-05-15T23:46:29.4124931Z [ 98%] 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-05-15T23:46:29.4128509Z [ 98%] 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-05-15T23:46:29.4131695Z [ 98%] 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-05-15T23:46:29.4134897Z [ 98%] 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-05-15T23:46:29.4138137Z [ 98%] 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-05-15T23:46:29.4141786Z [ 98%] 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-05-15T23:46:29.4145021Z [ 98%] 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-05-15T23:46:29.4148204Z [ 98%] 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-05-15T23:46:29.4151411Z [ 98%] 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-05-15T23:46:29.4154598Z [ 98%] 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-05-15T23:46:29.4157821Z [ 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-prfm.c.o 2024-05-15T23:46:29.4161319Z [ 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-05-15T23:46:29.4164514Z [ 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-05-15T23:46:29.4167671Z [ 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-05-15T23:46:29.4170840Z [ 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-05-15T23:46:29.4174042Z [ 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-05-15T23:46:29.4177284Z [ 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-05-15T23:46:29.4180650Z [ 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-05-15T23:46:29.4184075Z [ 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-05-15T23:46:30.6787120Z [ 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-05-15T23:46:30.6793460Z [ 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-05-15T23:46:30.6796447Z [ 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-05-15T23:46:30.6799791Z [ 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-05-15T23:46:30.6802741Z [ 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-05-15T23:46:30.6805699Z [ 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-05-15T23:46:30.6808618Z [ 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-05-15T23:46:30.6811751Z [ 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-05-15T23:46:30.6814709Z [ 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-05-15T23:46:30.6817696Z [ 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-05-15T23:46:30.6821407Z [ 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-05-15T23:46:30.6824617Z [ 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-05-15T23:46:30.6827834Z [ 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-05-15T23:46:30.6831473Z [ 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-05-15T23:46:30.6834417Z [ 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-05-15T23:46:30.6837603Z [ 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-05-15T23:46:30.6840818Z [ 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-05-15T23:46:30.6843916Z [ 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-05-15T23:46:30.6847079Z [ 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-05-15T23:46:30.6850358Z [ 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-05-15T23:46:30.6853537Z [ 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-05-15T23:46:30.6856705Z [ 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-05-15T23:46:30.6859814Z [ 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-05-15T23:46:30.6863934Z [ 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-05-15T23:46:30.6867140Z [ 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-05-15T23:46:30.6870255Z [ 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-05-15T23:46:30.6873426Z [ 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-05-15T23:46:30.6876535Z [ 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-05-15T23:46:30.6879685Z [ 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-05-15T23:46:30.6882900Z [ 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-05-15T23:46:30.6886143Z [ 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-05-15T23:46:30.6889244Z [ 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-05-15T23:46:30.6892388Z [ 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-05-15T23:46:30.6895500Z [ 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-05-15T23:46:30.6899035Z [ 99%] 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-05-15T23:46:30.6902740Z [ 99%] 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-05-15T23:46:30.6905872Z [ 99%] 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-05-15T23:46:30.6909046Z [ 99%] 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-05-15T23:46:30.6912084Z [ 99%] 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-05-15T23:46:30.6915160Z [ 99%] 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-05-15T23:46:30.6918306Z [ 99%] 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-05-15T23:46:30.6921525Z [ 99%] 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-05-15T23:46:30.6924571Z [ 99%] 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-05-15T23:46:30.6927412Z [ 99%] 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-05-15T23:46:30.6930751Z [ 99%] 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-05-15T23:46:30.6933629Z [ 99%] 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-05-15T23:46:30.6936553Z [ 99%] 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-05-15T23:46:30.6939392Z [ 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-05-15T23:46:30.6942892Z [ 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-05-15T23:46:31.8862557Z [ 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-05-15T23:46:31.8873622Z [ 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-05-15T23:46:31.8876250Z [ 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-05-15T23:46:31.8878380Z [ 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-05-15T23:46:31.8880500Z [ 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-05-15T23:46:31.8882981Z [ 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-05-15T23:46:31.8885079Z [ 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-05-15T23:46:31.8887145Z [ 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-05-15T23:46:31.8889199Z [ 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-05-15T23:46:31.8891266Z [ 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-05-15T23:46:31.8893332Z [ 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-05-15T23:46:31.8895489Z [ 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-05-15T23:46:31.8897566Z [ 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-05-15T23:46:31.8899631Z [ 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-05-15T23:46:31.8902327Z [ 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-05-15T23:46:31.8905118Z [ 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-05-15T23:46:31.8908225Z [ 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-05-15T23:46:31.8911169Z [ 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-05-15T23:46:31.8914111Z [ 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-05-15T23:46:31.8917082Z [ 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-05-15T23:46:31.8920026Z [ 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-05-15T23:46:31.8923009Z [ 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-05-15T23:46:31.8925974Z [ 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-05-15T23:46:31.8928917Z [ 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-05-15T23:46:31.8931860Z [ 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-05-15T23:46:31.8934813Z [ 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-05-15T23:46:31.8938036Z [ 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-05-15T23:46:31.8941259Z [ 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-05-15T23:46:31.8944244Z [ 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-05-15T23:46:31.8947196Z [ 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-05-15T23:46:31.8950181Z [ 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-05-15T23:46:31.8953164Z [ 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-05-15T23:46:31.8956137Z [ 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-05-15T23:46:31.8959095Z [ 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-05-15T23:46:31.8962098Z [ 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-05-15T23:46:31.8965108Z [ 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-05-15T23:46:31.9024800Z [ 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-05-15T23:46:31.9028206Z [ 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-05-15T23:46:31.9031904Z [ 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-05-15T23:46:31.9035901Z [ 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-05-15T23:46:31.9039938Z [100%] 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-05-15T23:46:31.9043370Z [100%] 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-05-15T23:46:31.9046597Z [100%] 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-05-15T23:46:31.9049578Z [100%] 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-05-15T23:46:31.9052627Z [100%] 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-05-15T23:46:31.9055699Z [100%] 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-05-15T23:46:31.9059249Z [100%] 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-05-15T23:46:31.9062892Z [100%] 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-05-15T23:47:44.0850717Z [100%] 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-05-15T23:47:44.0853877Z [100%] 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-05-15T23:47:44.0856478Z [100%] 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-05-15T23:47:44.0860009Z [100%] 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-05-15T23:47:44.0862495Z [100%] 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-05-15T23:47:44.0865096Z [100%] 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-05-15T23:47:44.0867537Z [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-05-15T23:47:44.0869610Z [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-05-15T23:47:44.0871927Z [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-05-15T23:47:44.0874456Z [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-05-15T23:47:44.0876519Z [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-05-15T23:47:44.0878589Z [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-05-15T23:47:44.0880664Z [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-05-15T23:47:44.0882730Z [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-05-15T23:47:44.0885340Z [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-05-15T23:47:44.0887672Z [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-05-15T23:47:44.0889851Z [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-05-15T23:47:44.0891909Z [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-05-15T23:47:44.0894182Z [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-05-15T23:47:44.0896220Z [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-05-15T23:47:44.0898254Z [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-05-15T23:47:44.0900284Z [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-05-15T23:47:44.0902758Z [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-05-15T23:47:44.0904813Z [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-05-15T23:47:44.0906874Z [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-05-15T23:47:44.0908912Z [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-05-15T23:47:44.0910943Z [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-05-15T23:47:44.0912974Z [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-05-15T23:47:44.0915215Z [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-05-15T23:47:44.0917258Z [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-05-15T23:47:44.0919303Z [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-05-15T23:47:44.0921349Z [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-05-15T23:47:44.0923037Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-05-15T23:47:44.0924533Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-05-15T23:47:44.0926010Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-05-15T23:47:44.0927480Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-05-15T23:47:44.0928971Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-05-15T23:47:44.0930469Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-05-15T23:47:44.0931977Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-05-15T23:47:44.0933486Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-05-15T23:47:44.0935013Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-05-15T23:47:44.0935902Z [100%] Built target microkernels-all 2024-05-15T23:47:44.0936427Z [100%] Linking CXX static library liboptimized_kernels.a 2024-05-15T23:47:44.0936954Z [100%] Built target optimized_kernels 2024-05-15T23:47:44.0937392Z [100%] Merging kernel yaml files 2024-05-15T23:47:44.0937928Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-05-15T23:47:44.0938648Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-05-15T23:47:44.0939300Z [100%] Generating code for kernel registration 2024-05-15T23:47:44.0939809Z [100%] Generating code for kernel registration 2024-05-15T23:47:44.0941244Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:47:44.0942909Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:47:44.0944064Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-05-15T23:47:44.0944584Z [100%] Built target optimized_ops_lib 2024-05-15T23:47:44.0945159Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-05-15T23:47:44.0945775Z [100%] Built target optimized_native_cpu_ops_lib 2024-05-15T23:47:44.0946646Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-05-15T23:47:44.0947758Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:47:44.0948763Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-05-15T23:47:44.0949778Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-05-15T23:47:44.0950846Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-05-15T23:47:45.5848571Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-05-15T23:47:45.5849849Z [100%] Linking CXX executable executor_runner 2024-05-15T23:47:45.5901987Z [100%] Built target executor_runner 2024-05-15T23:47:45.5902691Z Install the project... 2024-05-15T23:47:45.5903291Z -- Install configuration: "Release" 2024-05-15T23:47:45.5904175Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-05-15T23:47:45.5905070Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-05-15T23:47:45.5905833Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-05-15T23:47:45.5906702Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-05-15T23:47:45.5907750Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-05-15T23:47:45.5908755Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-05-15T23:47:45.5909664Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-05-15T23:47:45.5910481Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-05-15T23:47:45.5911262Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-05-15T23:47:45.5912059Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-05-15T23:47:45.5912916Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-05-15T23:47:45.5913739Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-05-15T23:47:45.5914572Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-05-15T23:47:45.5915694Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-05-15T23:47:45.5916982Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-05-15T23:47:45.5917774Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-05-15T23:47:45.5918585Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-05-15T23:47:45.5919457Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-05-15T23:47:45.5920278Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-05-15T23:47:45.5921095Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-05-15T23:47:45.5921958Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-05-15T23:47:45.5922891Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-05-15T23:47:45.5923824Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-05-15T23:47:45.5924778Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-05-15T23:47:45.5925989Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-05-15T23:47:45.5932512Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-05-15T23:47:45.5933768Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-05-15T23:47:45.5934753Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-05-15T23:47:45.5935862Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-05-15T23:47:45.5936950Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-05-15T23:47:45.5938024Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-05-15T23:47:45.5938942Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-05-15T23:47:45.5939747Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-05-15T23:47:45.5940517Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-05-15T23:47:45.5941928Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-05-15T23:47:45.5942731Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-05-15T23:47:45.5943506Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-05-15T23:47:45.5944407Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-05-15T23:47:45.5945320Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-05-15T23:47:45.5946591Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libbundled_program.a 2024-05-15T23:47:45.5948094Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-05-15T23:47:45.5949580Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-05-15T23:47:45.5951089Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-05-15T23:47:45.5952847Z -- 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-05-15T23:47:45.5954183Z creating pip-out/lib.linux-x86_64-cpython-311 2024-05-15T23:47:45.5954798Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-05-15T23:47:45.5955684Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-05-15T23:47:45.5956660Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-05-15T23:47:45.5957999Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py 2024-05-15T23:47:45.5958988Z running build_py 2024-05-15T23:47:45.5959515Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-05-15T23:47:45.5960388Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5961445Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5962647Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5963787Z copying backends/arm/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5965043Z copying backends/arm/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5966259Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5967444Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5968661Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5969876Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:47:45.5970861Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:47:45.5971998Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:47:45.5973358Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:47:45.5974719Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:47:45.5976091Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:47:45.5977193Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-05-15T23:47:45.5978321Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-05-15T23:47:45.5979562Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:47:45.5980793Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:47:45.5982468Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:47:45.5983951Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:47:45.5985122Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-05-15T23:47:45.5986141Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-05-15T23:47:45.5987388Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-05-15T23:47:45.5988429Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-05-15T23:47:45.5989422Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-05-15T23:47:45.5990667Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-05-15T23:47:45.5991754Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-05-15T23:47:45.5992696Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-05-15T23:47:45.5993851Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-05-15T23:47:45.5994969Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-05-15T23:47:45.5995984Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-05-15T23:47:45.5997388Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-05-15T23:47:45.5999034Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-05-15T23:47:45.6000403Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-05-15T23:47:45.6001816Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-05-15T23:47:45.6003174Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-05-15T23:47:45.6004654Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-05-15T23:47:45.6005983Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-05-15T23:47:45.6007338Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-05-15T23:47:45.6008956Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-05-15T23:47:45.6010284Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-05-15T23:47:45.6011417Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:47:45.6012941Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:47:45.6014341Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6015636Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6017335Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6018945Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6020495Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6022358Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6024010Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6025646Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6027416Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6029020Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6030572Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6032098Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6033641Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6035197Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6037097Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6039115Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6040790Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6042292Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6043786Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:47:45.6044992Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-05-15T23:47:45.6046254Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-05-15T23:47:45.6047520Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-05-15T23:47:45.6048870Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-05-15T23:47:45.6050491Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-05-15T23:47:45.6051733Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6052868Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6054258Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6055659Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6057230Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6058671Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6060086Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:47:45.6061499Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-05-15T23:47:45.6062671Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-05-15T23:47:45.6063818Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6064931Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6066252Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6067559Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6068843Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6070147Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6071493Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6072803Z copying backends/arm/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6074202Z copying backends/arm/operators/op_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6075493Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6076793Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6078074Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6079347Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6080653Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6081957Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6083271Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6084586Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6085899Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6087190Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6088470Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:47:45.6089500Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:47:45.6090513Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:47:45.6091697Z copying backends/arm/test/test_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:47:45.6092971Z copying backends/arm/test/test_tosa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:47:45.6094262Z copying backends/arm/test/arm_tosa_reference.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:47:45.6095337Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-05-15T23:47:45.6096494Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-05-15T23:47:45.6097617Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-05-15T23:47:45.6098854Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-05-15T23:47:45.6100016Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6101374Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6102680Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6104006Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6105308Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6106591Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6107907Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6109263Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6110712Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6112026Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6113334Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6114628Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:47:45.6115715Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-05-15T23:47:45.6116829Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-05-15T23:47:45.6118161Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-05-15T23:47:45.6119296Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-05-15T23:47:45.6120468Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-05-15T23:47:45.6121868Z copying backends/arm/test/tosautil/tosa_test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-05-15T23:47:45.6123027Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-05-15T23:47:45.6124336Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:47:45.6126253Z 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-05-15T23:47:45.6127826Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-05-15T23:47:45.6129223Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:47:45.6131317Z 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-05-15T23:47:45.6133757Z 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-05-15T23:47:45.6135748Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:47:45.6137809Z 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-05-15T23:47:45.6140178Z 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-05-15T23:47:45.6142664Z 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-05-15T23:47:45.6144938Z 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-05-15T23:47:45.6147236Z 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-05-15T23:47:45.6149578Z 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-05-15T23:47:45.6152008Z 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-05-15T23:47:45.6154341Z 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-05-15T23:47:45.6156465Z 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-05-15T23:47:45.6158800Z 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-05-15T23:47:45.6161011Z 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-05-15T23:47:45.6163190Z 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-05-15T23:47:45.6165516Z 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-05-15T23:47:45.6167617Z 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-05-15T23:47:45.6169720Z 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-05-15T23:47:45.6171953Z 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-05-15T23:47:45.6174295Z 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-05-15T23:47:45.6176744Z 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-05-15T23:47:45.6179124Z 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-05-15T23:47:45.6181795Z 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-05-15T23:47:45.6184213Z 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-05-15T23:47:45.6186557Z 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-05-15T23:47:45.6188876Z 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-05-15T23:47:45.6191303Z 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-05-15T23:47:45.6193620Z 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-05-15T23:47:45.6196156Z 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-05-15T23:47:45.6198395Z 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-05-15T23:47:45.6200805Z 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-05-15T23:47:45.6202908Z 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-05-15T23:47:45.6205293Z 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-05-15T23:47:45.6207732Z 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-05-15T23:47:45.6210189Z 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-05-15T23:47:45.6212472Z 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-05-15T23:47:45.6214724Z 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-05-15T23:47:45.6216481Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-05-15T23:47:45.6218048Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:47:45.6219769Z 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-05-15T23:47:45.6221721Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:47:45.6223851Z 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-05-15T23:47:45.6225763Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-05-15T23:47:45.6226883Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6228302Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6229734Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6231341Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6232782Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6234280Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6235617Z copying backends/cadence/aot/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:45.6236961Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-05-15T23:47:45.6238351Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-05-15T23:47:45.6239888Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-05-15T23:47:45.6241300Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:47:45.6242949Z 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-05-15T23:47:45.6245405Z 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-05-15T23:47:45.6247000Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6248381Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6249968Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6251554Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6253227Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6254942Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6256534Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6258294Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6260050Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6261836Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6263638Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:47:45.6265041Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6266309Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6267702Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6269254Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6270797Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6272317Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6273808Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6275270Z copying backends/qualcomm/builders/op_cast.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6276690Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6278203Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6279682Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6281072Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6282591Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6284024Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6285497Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6286988Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6288412Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6289786Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6291171Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6292584Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6294033Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6295553Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6297210Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6298970Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6300371Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6301963Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6303327Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6304812Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6306466Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6308052Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6309606Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6311167Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6312768Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6314359Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6315947Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6317623Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6319139Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6320628Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6322088Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6323557Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6325014Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6326495Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6327997Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6329471Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6330965Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6332502Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6334047Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6335474Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:47:45.6336655Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-05-15T23:47:45.6338074Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-05-15T23:47:45.6339629Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-05-15T23:47:45.6341081Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6342371Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6343893Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6345733Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6347503Z copying backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6349470Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6351139Z copying backends/qualcomm/passes/convert_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6352661Z copying backends/qualcomm/passes/convert_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6354236Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6355809Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6357597Z copying backends/qualcomm/passes/decompose_scaled_dot_product_attention.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6359244Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6360635Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6362062Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6363506Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6364980Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6366460Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6368096Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6369747Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6371341Z copying backends/qualcomm/passes/remove_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6372901Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6374442Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:47:45.6375641Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-05-15T23:47:45.6376943Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-05-15T23:47:45.6378670Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-05-15T23:47:45.6380013Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:47:45.6381558Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:47:45.6383388Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:47:45.6384763Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:47:45.6385970Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:47:45.6387422Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:47:45.6388848Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:47:45.6390009Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-05-15T23:47:45.6391143Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-05-15T23:47:45.6392327Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-05-15T23:47:45.6393679Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-05-15T23:47:45.6395040Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-05-15T23:47:45.6396542Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-05-15T23:47:45.6397790Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:47:45.6399171Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:47:45.6400834Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:47:45.6402501Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:47:45.6403721Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:47:45.6404956Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:47:45.6406444Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:47:45.6407926Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:47:45.6409105Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-05-15T23:47:45.6410050Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/api 2024-05-15T23:47:45.6411376Z copying backends/vulkan/runtime/api/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/api 2024-05-15T23:47:45.6412680Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-05-15T23:47:45.6414056Z 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-05-15T23:47:45.6415616Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-05-15T23:47:45.6417049Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:47:45.6418381Z 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-05-15T23:47:45.6420064Z 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-05-15T23:47:45.6421595Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-05-15T23:47:45.6422694Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-05-15T23:47:45.6424104Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-05-15T23:47:45.6425500Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-05-15T23:47:45.6426689Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:47:45.6428489Z 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-05-15T23:47:45.6430569Z 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-05-15T23:47:45.6432584Z 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-05-15T23:47:45.6434698Z 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-05-15T23:47:45.6436910Z 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-05-15T23:47:45.6438873Z 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-05-15T23:47:45.6440973Z 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-05-15T23:47:45.6442706Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:47:45.6444530Z 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-05-15T23:47:45.6446265Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-05-15T23:47:45.6447590Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-05-15T23:47:45.6449050Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:47:45.6451465Z 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-05-15T23:47:45.6453420Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6454588Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6455994Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6457526Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6458904Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6460298Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6461947Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6463339Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6464731Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6466134Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6467602Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6469047Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6470506Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6472039Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6473474Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6474963Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6476372Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6477795Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6479223Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6480630Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6482101Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6483576Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6485028Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6486420Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6487829Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6489240Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6490667Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6492053Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6493590Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6495034Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6496401Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6497796Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6499196Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6500621Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6502193Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6503594Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6505053Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6506476Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6507930Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6509471Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6510920Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6512400Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6513818Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6515262Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6516701Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6518117Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:47:45.6519283Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-05-15T23:47:45.6520469Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-05-15T23:47:45.6521927Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-05-15T23:47:45.6523122Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6524242Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6525676Z copying backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6527178Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6528612Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6530021Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6531573Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6533064Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6534513Z copying backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6535960Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6537375Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6538810Z copying backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6540226Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:47:45.6541643Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:47:45.6542953Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:47:45.6544579Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:47:45.6545825Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-05-15T23:47:45.6546966Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-05-15T23:47:45.6548486Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-05-15T23:47:45.6549684Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-05-15T23:47:45.6551024Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-05-15T23:47:45.6552678Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-05-15T23:47:45.6553940Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:47:45.6555050Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:47:45.6556371Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:47:45.6557986Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:47:45.6559763Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:47:45.6561380Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:47:45.6562743Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:47:45.6564392Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:47:45.6565648Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6566983Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6568824Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6570467Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6572106Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6573641Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6575188Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6576747Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6578290Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6579837Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6581563Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6583098Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6584818Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6586427Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:47:45.6587889Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6589184Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6590657Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6592160Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6593739Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6595270Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6596736Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6598233Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6599723Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6601128Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6602587Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6604059Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6605501Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6607045Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6608608Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6610263Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6611756Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6613234Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6614748Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6616248Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6617755Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6619227Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6620786Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6622418Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6623897Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6625498Z copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6627050Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6628516Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6630180Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6631738Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6633269Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6634779Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6636214Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6637815Z copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6639368Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6640866Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6642374Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:45.6643705Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-05-15T23:47:45.6645154Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-05-15T23:47:45.6646870Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-05-15T23:47:45.6648781Z 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-05-15T23:47:45.6651194Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-05-15T23:47:45.6652819Z 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-05-15T23:47:45.6654461Z 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-05-15T23:47:45.6655806Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-05-15T23:47:45.6657271Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-05-15T23:47:45.6658973Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-05-15T23:47:45.6660296Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-05-15T23:47:45.6661753Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-05-15T23:47:45.6663199Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-05-15T23:47:45.6664438Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:47:45.6665781Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:47:45.6667099Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:47:45.6668448Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:47:45.6669900Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:47:45.6671300Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:47:45.6672681Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:47:45.6674143Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:47:45.6675582Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-05-15T23:47:45.6676760Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:47:45.6678306Z 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-05-15T23:47:45.6680150Z 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-05-15T23:47:45.6681983Z 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-05-15T23:47:45.6683455Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-05-15T23:47:45.6684615Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:47:45.6686162Z 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-05-15T23:47:45.6687622Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-05-15T23:47:45.6688844Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:47:45.6690502Z 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-05-15T23:47:45.6692502Z 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-05-15T23:47:45.6694071Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:47:45.6695850Z 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-05-15T23:47:45.6697949Z 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-05-15T23:47:45.6699922Z 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-05-15T23:47:45.6702078Z 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-05-15T23:47:45.6704114Z 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-05-15T23:47:45.6706101Z 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-05-15T23:47:45.6708133Z 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-05-15T23:47:45.6710344Z 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-05-15T23:47:45.6712438Z 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-05-15T23:47:45.6714498Z 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-05-15T23:47:45.6716451Z 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-05-15T23:47:45.6718366Z 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-05-15T23:47:45.6720312Z 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-05-15T23:47:45.6722368Z 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-05-15T23:47:45.6724522Z 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-05-15T23:47:45.6726606Z 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-05-15T23:47:45.6728608Z 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-05-15T23:47:45.6730650Z 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-05-15T23:47:45.6732662Z 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-05-15T23:47:45.6734695Z 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-05-15T23:47:45.6736690Z 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-05-15T23:47:45.6738658Z 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-05-15T23:47:45.6740627Z 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-05-15T23:47:45.6742891Z 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-05-15T23:47:45.6744922Z 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-05-15T23:47:45.6746852Z 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-05-15T23:47:45.6748769Z 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-05-15T23:47:45.6750787Z 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-05-15T23:47:45.6752778Z 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-05-15T23:47:45.6754786Z 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-05-15T23:47:45.6756854Z 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-05-15T23:47:45.6758876Z 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-05-15T23:47:45.6760828Z 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-05-15T23:47:45.6762757Z 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-05-15T23:47:45.6764665Z 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-05-15T23:47:45.6766615Z 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-05-15T23:47:45.6768579Z 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-05-15T23:47:45.6770576Z 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-05-15T23:47:45.6772503Z 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-05-15T23:47:45.6774475Z 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-05-15T23:47:45.6776401Z 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-05-15T23:47:45.6778348Z 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-05-15T23:47:45.6994526Z 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-05-15T23:47:45.6997256Z 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-05-15T23:47:45.6999334Z 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-05-15T23:47:45.7001369Z 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-05-15T23:47:45.7003389Z 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-05-15T23:47:45.7005577Z 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-05-15T23:47:45.7007536Z 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-05-15T23:47:45.7009411Z 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-05-15T23:47:45.7011284Z 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-05-15T23:47:45.7013142Z 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-05-15T23:47:45.7014949Z 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-05-15T23:47:45.7016450Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:47:45.7018079Z 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-05-15T23:47:45.7020112Z 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-05-15T23:47:45.7022666Z 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-05-15T23:47:45.7024287Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-05-15T23:47:45.7025486Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:47:45.7027171Z 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-05-15T23:47:45.7028486Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-05-15T23:47:45.7029300Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:47:45.7030307Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:47:45.7031453Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:47:45.7032654Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:47:45.7033735Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-05-15T23:47:45.7034932Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-05-15T23:47:45.7036292Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-05-15T23:47:45.7037416Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-05-15T23:47:45.7038500Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-05-15T23:47:45.7039746Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-05-15T23:47:45.7040856Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-05-15T23:47:45.7042089Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-05-15T23:47:45.7043608Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-05-15T23:47:45.7044861Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-05-15T23:47:45.7046093Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-05-15T23:47:45.7047511Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-05-15T23:47:45.7048709Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-05-15T23:47:45.7049930Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-05-15T23:47:45.7051350Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-05-15T23:47:45.7052515Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7053644Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7054954Z copying examples/models/llama2/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7056285Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7057644Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7059004Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7060386Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7061932Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7063439Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7064857Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7066242Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7067592Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:47:45.7068734Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder 2024-05-15T23:47:45.7069959Z copying examples/models/llava_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder 2024-05-15T23:47:45.7071405Z copying examples/models/llava_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder 2024-05-15T23:47:45.7072599Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-05-15T23:47:45.7073788Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-05-15T23:47:45.7075181Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-05-15T23:47:45.7076360Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-05-15T23:47:45.7077593Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-05-15T23:47:45.7079007Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-05-15T23:47:45.7080297Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-05-15T23:47:45.7081539Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-05-15T23:47:45.7082957Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-05-15T23:47:45.7084110Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-05-15T23:47:45.7085231Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-05-15T23:47:45.7086527Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-05-15T23:47:45.7087668Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-05-15T23:47:45.7129121Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-05-15T23:47:45.7131002Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-05-15T23:47:45.7132444Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-05-15T23:47:45.7133843Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-05-15T23:47:45.7135473Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-05-15T23:47:45.7136846Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-05-15T23:47:45.7138277Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-05-15T23:47:45.7139771Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-05-15T23:47:45.7141601Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-05-15T23:47:45.7143096Z copying examples/models/llama2/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-05-15T23:47:45.7144919Z 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-05-15T23:47:45.7146784Z 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-05-15T23:47:45.7148254Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:47:45.7149791Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:47:45.7151686Z copying examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:47:45.7153569Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:47:45.7155265Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:47:45.7156728Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:47:45.7158069Z copying examples/models/llama2/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:47:45.7159626Z copying examples/models/llama2/lib/quant_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:47:45.7161479Z copying examples/models/llama2/lib/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:47:45.7162888Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-05-15T23:47:45.7164265Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-05-15T23:47:45.7165782Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-05-15T23:47:45.7167455Z copying examples/models/llama2/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-05-15T23:47:45.7169476Z copying examples/models/llama2/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-05-15T23:47:45.7171502Z copying examples/models/llama2/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-05-15T23:47:45.7173462Z copying examples/models/llama2/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-05-15T23:47:45.7175037Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-05-15T23:47:45.7176505Z copying examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-05-15T23:47:45.7177939Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:45.7179398Z copying examples/models/llama2/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:45.7181368Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:45.7183181Z copying examples/models/llama2/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:45.7184845Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party 2024-05-15T23:47:45.7186147Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:47:45.7187938Z copying examples/models/llama2/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:47:45.7190032Z copying examples/models/llama2/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:47:45.7191684Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:47:45.7193625Z copying examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:47:45.7195567Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:47:45.7197400Z copying examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:47:45.7199714Z copying examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:47:45.7201550Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2 2024-05-15T23:47:45.7202872Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:47:45.7204833Z copying examples/models/llama2/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:47:45.7206599Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:45.7208351Z copying examples/models/llama2/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:45.7210372Z copying examples/models/llama2/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:45.7212454Z copying examples/models/llama2/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:45.7214096Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:45.7215859Z copying examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:45.7217958Z copying examples/models/llama2/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:45.7220070Z copying examples/models/llama2/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:45.7221821Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:47:45.7223387Z copying examples/models/llama2/tokenizer/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:47:45.7225268Z copying examples/models/llama2/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:47:45.7226639Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7227683Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7228688Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7229691Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7230762Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7231807Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7232864Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7259851Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7261326Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7262498Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7263866Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7265015Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7265923Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7266835Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7267734Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7268654Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7269566Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7270445Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7271452Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7272330Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7273194Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7274104Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7274961Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7275810Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:47:45.7276657Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:45.7277615Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:45.7278693Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:45.7290702Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:45.7291903Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:45.7293065Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:45.7294092Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:47:45.7295060Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:47:45.7296186Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:47:45.7297348Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:47:45.7298492Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:47:45.7299579Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:47:45.7300617Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:47:45.7301939Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:47:45.7302989Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:47:45.7304016Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:47:45.7305042Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:47:45.7305953Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-05-15T23:47:45.7306891Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-05-15T23:47:45.7307948Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-05-15T23:47:45.7308848Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:47:45.7309712Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:47:45.7310704Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:47:45.7311714Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:47:45.7312607Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:47:45.7313561Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:47:45.7314638Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:47:45.7315702Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:47:45.7316710Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7317618Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7318764Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7319946Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7321108Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7322312Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7323505Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7324798Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7326074Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7327311Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7328485Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7329665Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7330895Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7332062Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7333180Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7334445Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7335662Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7336834Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7338009Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7339307Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7340614Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7342201Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7343382Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7344513Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7345641Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7346783Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7347916Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7349125Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:47:45.7350151Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:47:45.7351199Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:47:45.7352269Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:47:45.7353343Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:47:45.7354244Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:47:45.7355118Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:47:45.7356111Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:47:45.7357132Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:47:45.7358193Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:47:45.7359115Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7360026Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7361049Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7372885Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7374479Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7375620Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7376946Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7378194Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7379338Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7380506Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7382004Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7383343Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7384578Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7385797Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7387025Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7388212Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7389410Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7390594Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7391812Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7392983Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7394076Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7395164Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7396352Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7397524Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7398873Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7400063Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7401241Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:47:45.7402251Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:47:45.7403312Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:47:45.7404588Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:47:45.7405897Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:47:45.7407222Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:47:45.7408370Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:47:45.7409559Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:47:45.7410944Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:47:45.7412254Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:47:45.7413491Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-05-15T23:47:45.7415071Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-05-15T23:47:45.7417018Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-05-15T23:47:45.7418866Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-05-15T23:47:45.7420131Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7421492Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7422924Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7424293Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7425743Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7427060Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7428325Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7429672Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7431130Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7432579Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7434029Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7435573Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7437077Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7438413Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7439918Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7441337Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:47:45.7442494Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-05-15T23:47:45.7443903Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-05-15T23:47:45.7445618Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-05-15T23:47:45.7446935Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-05-15T23:47:45.7448475Z 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-05-15T23:47:45.7450441Z 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-05-15T23:47:45.7452175Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-05-15T23:47:45.7453455Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-05-15T23:47:45.7454762Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-05-15T23:47:45.7455879Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-05-15T23:47:45.7457129Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-05-15T23:47:45.7458298Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-05-15T23:47:45.7459680Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-05-15T23:47:45.7461099Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-05-15T23:47:45.7462523Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-05-15T23:47:45.7463917Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-05-15T23:47:45.7465184Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-05-15T23:47:45.7466700Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-05-15T23:47:45.7467901Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:47:45.7469188Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:47:45.7470724Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:47:45.7502396Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:47:45.7503827Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-05-15T23:47:45.7504987Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-05-15T23:47:45.7506301Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-05-15T23:47:45.7507426Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-05-15T23:47:45.7508695Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-05-15T23:47:45.7510013Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-05-15T23:47:45.7511244Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-05-15T23:47:45.7512643Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-05-15T23:47:45.7514345Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-05-15T23:47:45.7515661Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-05-15T23:47:45.7517023Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-05-15T23:47:45.7518362Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-05-15T23:47:45.7519438Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-05-15T23:47:45.7520442Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-05-15T23:47:45.7521725Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-05-15T23:47:45.7522953Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-05-15T23:47:45.7524174Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-05-15T23:47:45.7525624Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-05-15T23:47:45.7526868Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-05-15T23:47:45.7528308Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-05-15T23:47:45.7529617Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-05-15T23:47:45.7530535Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:47:45.7531731Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:47:45.7533086Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:47:45.7534401Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:47:45.7535551Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-05-15T23:47:45.7536742Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-05-15T23:47:45.7537867Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-05-15T23:47:45.7538985Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-05-15T23:47:45.7540146Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-05-15T23:47:45.7541787Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-05-15T23:47:45.7543088Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-05-15T23:47:45.7544444Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-05-15T23:47:45.7546085Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-05-15T23:47:45.7547263Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-05-15T23:47:45.7548485Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-05-15T23:47:45.7549455Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-05-15T23:47:45.7550240Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-05-15T23:47:45.7551098Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:47:45.7552153Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:47:45.7553347Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:47:45.7554545Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:47:45.7555556Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-05-15T23:47:45.7556588Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-05-15T23:47:45.7557764Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-05-15T23:47:45.7558717Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:47:45.7559661Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:47:45.7560736Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:47:45.7561651Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-05-15T23:47:45.7562586Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-05-15T23:47:45.7563649Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-05-15T23:47:45.7564606Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:47:45.7565562Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:47:45.7566743Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:47:45.7567901Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:47:45.7569058Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:47:45.7570092Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-05-15T23:47:45.7571244Z copying sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-05-15T23:47:45.7572624Z copying sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-05-15T23:47:45.7573788Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:47:45.7574971Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:47:45.7576418Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:47:45.7577656Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:47:45.7578879Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:47:45.7580028Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:47:45.7581453Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:47:45.7582928Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:47:45.7584305Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:47:45.7585447Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-05-15T23:47:45.7586596Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-05-15T23:47:45.7587749Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-05-15T23:47:45.7589031Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-05-15T23:47:45.7590304Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:47:45.7591656Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:47:45.7592877Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-05-15T23:47:45.7593945Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-05-15T23:47:45.7594992Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-05-15T23:47:45.7596066Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-05-15T23:47:45.7597133Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:47:46.0519910Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:47:46.0521894Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:47:46.0523610Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:47:46.0524954Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-05-15T23:47:46.0526036Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-05-15T23:47:46.0527184Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-05-15T23:47:46.0528049Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-05-15T23:47:46.0529238Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-05-15T23:47:46.0530952Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-05-15T23:47:46.0532075Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0533644Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0535302Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0536869Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0538438Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0540029Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0541899Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0543485Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0545187Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0546735Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0548432Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0550095Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0551683Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0553260Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0554784Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0556291Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0557859Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0559437Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0561162Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0562745Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0564335Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0565896Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0567624Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0569271Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0570844Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0572412Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0573950Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0575503Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0577051Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0578562Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0580014Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0581935Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0583492Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0585078Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0586752Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:47:46.0587653Z running egg_info 2024-05-15T23:47:46.0588063Z creating executorch.egg-info 2024-05-15T23:47:46.0588593Z writing executorch.egg-info/PKG-INFO 2024-05-15T23:47:46.0589245Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-05-15T23:47:46.0590127Z writing entry points to executorch.egg-info/entry_points.txt 2024-05-15T23:47:46.0590807Z writing requirements to executorch.egg-info/requires.txt 2024-05-15T23:47:46.0591629Z writing top-level names to executorch.egg-info/top_level.txt 2024-05-15T23:47:46.0592314Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:47:46.0593091Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:47:46.0593640Z adding license file 'LICENSE' 2024-05-15T23:47:46.0594346Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:47:46.0595598Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-05-15T23:47:46.0597572Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:47:46.0599421Z 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-05-15T23:47:46.0601206Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:47:46.0602795Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:47:46.0604099Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-05-15T23:47:46.0605083Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-05-15T23:47:46.0606370Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-05-15T23:47:46.0608028Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:47:46.0609396Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-05-15T23:47:46.0610544Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-05-15T23:47:46.0611739Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:47:46.0613330Z 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-05-15T23:47:46.0615209Z 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-05-15T23:47:46.0617091Z 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-05-15T23:47:46.0619069Z 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-05-15T23:47:46.0621138Z 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-05-15T23:47:46.0623114Z 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-05-15T23:47:46.0625296Z 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-05-15T23:47:46.0627487Z 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-05-15T23:47:46.0629518Z 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-05-15T23:47:46.0631463Z 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-05-15T23:47:46.0633509Z 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-05-15T23:47:46.0635663Z 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-05-15T23:47:46.0637610Z 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-05-15T23:47:46.0639507Z 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-05-15T23:47:46.0641438Z copying backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:47:46.0643429Z 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-05-15T23:47:46.0645398Z 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-05-15T23:47:46.0647319Z 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-05-15T23:47:46.0649276Z 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-05-15T23:47:46.0651473Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:47:46.0653382Z 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-05-15T23:47:46.0655485Z 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-05-15T23:47:46.0657305Z 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-05-15T23:47:46.0659369Z 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-05-15T23:47:46.0661558Z 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-05-15T23:47:46.0663526Z 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-05-15T23:47:46.0665498Z 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-05-15T23:47:46.0667597Z 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-05-15T23:47:46.0669562Z 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-05-15T23:47:46.0671738Z 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-05-15T23:47:46.0674181Z 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-05-15T23:47:46.0676706Z 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-05-15T23:47:46.0678806Z 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-05-15T23:47:46.0681029Z 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-05-15T23:47:46.0683085Z 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-05-15T23:47:46.0685213Z 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-05-15T23:47:46.0687351Z 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-05-15T23:47:46.0689375Z 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-05-15T23:47:46.0690948Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-05-15T23:47:46.0692453Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-05-15T23:47:46.0694099Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:47:46.0696010Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:47:46.0697776Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:47:46.0699741Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:47:46.0701711Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:47:46.0703500Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:47:46.0705010Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:47:46.0706621Z 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-05-15T23:47:46.0708752Z 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-05-15T23:47:46.0710329Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:47:46.0712196Z 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-05-15T23:47:46.0714324Z 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-05-15T23:47:46.0716339Z 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-05-15T23:47:46.0718425Z 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-05-15T23:47:46.0720474Z 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-05-15T23:47:46.0722577Z 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-05-15T23:47:46.0724807Z 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-05-15T23:47:46.0727173Z 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-05-15T23:47:46.0729504Z 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-05-15T23:47:46.0731494Z 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-05-15T23:47:46.0733594Z 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-05-15T23:47:46.0735687Z 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-05-15T23:47:46.0737742Z 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-05-15T23:47:46.0739904Z 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-05-15T23:47:46.0742142Z 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-05-15T23:47:46.0744187Z 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-05-15T23:47:46.0746155Z 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-05-15T23:47:46.0748453Z 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-05-15T23:47:46.0750734Z 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-05-15T23:47:46.0752762Z 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-05-15T23:47:46.0754850Z 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-05-15T23:47:46.0756916Z 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-05-15T23:47:46.0759003Z 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-05-15T23:47:46.0761236Z 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-05-15T23:47:46.0763224Z 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-05-15T23:47:46.0765303Z 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-05-15T23:47:46.0767380Z 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-05-15T23:47:46.0769321Z 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-05-15T23:47:46.0771279Z 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-05-15T23:47:46.0773278Z 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-05-15T23:47:46.0775308Z 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-05-15T23:47:46.0777312Z 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-05-15T23:47:46.0779336Z 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-05-15T23:47:46.0781609Z 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-05-15T23:47:46.0783796Z 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-05-15T23:47:46.0785843Z 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-05-15T23:47:46.0787836Z 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-05-15T23:47:46.0789889Z 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-05-15T23:47:46.0791826Z 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-05-15T23:47:46.0793712Z 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-05-15T23:47:46.0795596Z 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-05-15T23:47:46.0797386Z 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-05-15T23:47:46.0799233Z 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-05-15T23:47:46.0801031Z 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-05-15T23:47:46.0802836Z 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-05-15T23:47:46.0804922Z 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-05-15T23:47:46.0806896Z 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-05-15T23:47:46.0808837Z 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-05-15T23:47:46.0810725Z 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-05-15T23:47:46.0812595Z 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-05-15T23:47:46.0814518Z 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-05-15T23:47:46.0816348Z 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-05-15T23:47:46.0818183Z 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-05-15T23:47:46.0820086Z 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-05-15T23:47:46.0822254Z 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-05-15T23:47:46.0824277Z 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-05-15T23:47:46.0826690Z 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-05-15T23:47:46.0828829Z 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-05-15T23:47:46.0830837Z 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-05-15T23:47:46.0832878Z 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-05-15T23:47:46.0835008Z 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-05-15T23:47:46.0837078Z 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-05-15T23:47:46.0839215Z 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-05-15T23:47:46.0841218Z 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-05-15T23:47:46.0843390Z 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-05-15T23:47:46.0845421Z 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-05-15T23:47:46.0847778Z 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-05-15T23:47:46.0849978Z 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-05-15T23:47:46.0852218Z 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-05-15T23:47:46.0854524Z 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-05-15T23:47:46.0856657Z 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-05-15T23:47:46.0858876Z 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-05-15T23:47:46.0861122Z 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-05-15T23:47:46.0863287Z 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-05-15T23:47:46.0865353Z 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-05-15T23:47:46.0867592Z 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-05-15T23:47:46.0869647Z 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-05-15T23:47:46.0871903Z 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-05-15T23:47:46.0873992Z 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-05-15T23:47:46.0876225Z 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-05-15T23:47:46.0878266Z 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-05-15T23:47:46.0880464Z 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-05-15T23:47:46.0882546Z 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-05-15T23:47:46.0884609Z 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-05-15T23:47:46.0886698Z 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-05-15T23:47:46.0888735Z 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-05-15T23:47:46.0890861Z 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-05-15T23:47:46.0893031Z 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-05-15T23:47:46.0895263Z 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-05-15T23:47:46.0897848Z 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-05-15T23:47:46.0899968Z 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-05-15T23:47:46.0902275Z 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-05-15T23:47:46.0904634Z 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-05-15T23:47:46.0906770Z 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-05-15T23:47:46.0908962Z 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-05-15T23:47:46.0910993Z 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-05-15T23:47:46.0913091Z 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-05-15T23:47:46.0915248Z 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-05-15T23:47:46.0917456Z 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-05-15T23:47:46.0919721Z 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-05-15T23:47:46.0921791Z 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-05-15T23:47:46.0923866Z 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-05-15T23:47:46.0925921Z 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-05-15T23:47:46.0927933Z 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-05-15T23:47:46.0930110Z 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-05-15T23:47:46.0932154Z 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-05-15T23:47:46.0934171Z 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-05-15T23:47:46.0936379Z 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-05-15T23:47:46.0938526Z 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-05-15T23:47:46.0940598Z 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-05-15T23:47:46.0943061Z 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-05-15T23:47:46.0945145Z 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-05-15T23:47:46.0947012Z 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-05-15T23:47:46.0948875Z 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-05-15T23:47:46.0950756Z 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-05-15T23:47:46.0952650Z 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-05-15T23:47:46.0954511Z 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-05-15T23:47:46.0956392Z 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-05-15T23:47:46.0958306Z 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-05-15T23:47:46.0960298Z 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-05-15T23:47:46.0962140Z 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-05-15T23:47:46.0964124Z 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-05-15T23:47:46.0966132Z 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-05-15T23:47:46.0968093Z 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-05-15T23:47:46.0970149Z 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-05-15T23:47:46.0972135Z 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-05-15T23:47:46.0974040Z 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-05-15T23:47:46.0976067Z 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-05-15T23:47:46.0978095Z 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-05-15T23:47:46.0980229Z 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-05-15T23:47:46.0982653Z 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-05-15T23:47:46.0984707Z 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-05-15T23:47:46.0986737Z 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-05-15T23:47:46.0988755Z 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-05-15T23:47:46.0990631Z 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-05-15T23:47:46.0992524Z 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-05-15T23:47:46.0994481Z 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-05-15T23:47:46.0996349Z 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-05-15T23:47:46.0998181Z 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-05-15T23:47:46.0999993Z 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-05-15T23:47:46.1001923Z 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-05-15T23:47:46.1003750Z 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-05-15T23:47:46.1005551Z 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-05-15T23:47:46.1007371Z 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-05-15T23:47:46.1009239Z 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-05-15T23:47:46.1011143Z 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-05-15T23:47:46.1013017Z 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-05-15T23:47:46.1014919Z 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-05-15T23:47:46.1016835Z 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-05-15T23:47:46.1018713Z 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-05-15T23:47:46.1020536Z 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-05-15T23:47:46.1022686Z 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-05-15T23:47:46.1024546Z 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-05-15T23:47:46.1026369Z 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-05-15T23:47:46.1028228Z 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-05-15T23:47:46.1030114Z 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-05-15T23:47:46.1031971Z 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-05-15T23:47:46.1033833Z 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-05-15T23:47:46.1035786Z 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-05-15T23:47:46.1037646Z 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-05-15T23:47:46.1039472Z 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-05-15T23:47:46.1041331Z 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-05-15T23:47:46.1043325Z 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-05-15T23:47:46.1045407Z 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-05-15T23:47:46.1047445Z 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-05-15T23:47:46.1049477Z 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-05-15T23:47:46.1051486Z 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-05-15T23:47:46.1053533Z 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-05-15T23:47:46.1055499Z 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-05-15T23:47:46.1057514Z 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-05-15T23:47:46.1059660Z 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-05-15T23:47:46.1061954Z 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-05-15T23:47:46.1064212Z 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-05-15T23:47:46.1066206Z 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-05-15T23:47:46.1068071Z 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-05-15T23:47:46.1070031Z 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-05-15T23:47:46.1072063Z 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-05-15T23:47:46.1074227Z 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-05-15T23:47:46.1076435Z 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-05-15T23:47:46.1078516Z 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-05-15T23:47:46.1080543Z 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-05-15T23:47:46.1082570Z 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-05-15T23:47:46.1084657Z 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-05-15T23:47:46.1086766Z 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-05-15T23:47:46.1088688Z 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-05-15T23:47:46.1090554Z 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-05-15T23:47:46.1092381Z 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-05-15T23:47:46.1094285Z 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-05-15T23:47:46.1096189Z 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-05-15T23:47:46.1098159Z 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-05-15T23:47:46.1100147Z 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-05-15T23:47:46.1102313Z 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-05-15T23:47:46.1104415Z 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-05-15T23:47:46.1106477Z 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-05-15T23:47:46.1108599Z 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-05-15T23:47:46.1110712Z 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-05-15T23:47:46.1112801Z 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-05-15T23:47:46.1114797Z 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-05-15T23:47:46.1116771Z 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-05-15T23:47:46.1118789Z 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-05-15T23:47:46.1120776Z 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-05-15T23:47:46.1122732Z 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-05-15T23:47:46.1124804Z 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-05-15T23:47:46.1126779Z 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-05-15T23:47:46.1128707Z 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-05-15T23:47:46.1130595Z 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-05-15T23:47:46.1132451Z 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-05-15T23:47:46.1134328Z 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-05-15T23:47:46.1136152Z 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-05-15T23:47:46.1421737Z 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-05-15T23:47:46.1423897Z 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-05-15T23:47:46.1425913Z 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-05-15T23:47:46.1428049Z 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-05-15T23:47:46.1429958Z 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-05-15T23:47:46.1431780Z 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-05-15T23:47:46.1433621Z 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-05-15T23:47:46.1435493Z 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-05-15T23:47:46.1437348Z 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-05-15T23:47:46.1439263Z 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-05-15T23:47:46.1441255Z 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-05-15T23:47:46.1443145Z 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-05-15T23:47:46.1445015Z 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-05-15T23:47:46.1446901Z 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-05-15T23:47:46.1448838Z 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-05-15T23:47:46.1450750Z 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-05-15T23:47:46.1452619Z 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-05-15T23:47:46.1454432Z 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-05-15T23:47:46.1456250Z 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-05-15T23:47:46.1458115Z 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-05-15T23:47:46.1459983Z 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-05-15T23:47:46.1462122Z 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-05-15T23:47:46.1463938Z 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-05-15T23:47:46.1465766Z 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-05-15T23:47:46.1467717Z 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-05-15T23:47:46.1469575Z 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-05-15T23:47:46.1471418Z 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-05-15T23:47:46.1473249Z 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-05-15T23:47:46.1475117Z 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-05-15T23:47:46.1476965Z 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-05-15T23:47:46.1478805Z 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-05-15T23:47:46.1480613Z 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-05-15T23:47:46.1482449Z 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-05-15T23:47:46.1483991Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-05-15T23:47:46.1485195Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:47:46.1486874Z 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-05-15T23:47:46.1488982Z 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-05-15T23:47:46.1490984Z 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-05-15T23:47:46.1492934Z 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-05-15T23:47:46.1494549Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-05-15T23:47:46.1495532Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-05-15T23:47:46.1496391Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-05-15T23:47:46.1497373Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-05-15T23:47:46.1498485Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:47:46.1499620Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:47:46.1501144Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:47:46.1502632Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:47:46.1503909Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:46.1505025Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:47:46.1506452Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:47:46.1507974Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:47:46.1508863Z running build_ext 2024-05-15T23:47:46.1510377Z 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-05-15T23:47:46.1513038Z 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-05-15T23:47:46.1515896Z 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-05-15T23:47:46.1892413Z installing to pip-out/bdist.linux-x86_64/wheel 2024-05-15T23:47:46.1893073Z running install 2024-05-15T23:47:46.1893468Z running install_lib 2024-05-15T23:47:46.1894002Z creating pip-out/bdist.linux-x86_64 2024-05-15T23:47:46.1894675Z creating pip-out/bdist.linux-x86_64/wheel 2024-05-15T23:47:46.1895499Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-05-15T23:47:46.1896293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-05-15T23:47:46.1896994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-05-15T23:47:46.1898129Z 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-05-15T23:47:46.1899595Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-05-15T23:47:46.1900764Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-05-15T23:47:46.1902026Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-05-15T23:47:46.1903274Z 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-05-15T23:47:46.1904936Z 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-05-15T23:47:46.1906592Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-05-15T23:47:46.1908281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-05-15T23:47:46.1909933Z 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-05-15T23:47:46.1911567Z 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-05-15T23:47:46.1913221Z 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-05-15T23:47:46.1914928Z 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-05-15T23:47:46.1916164Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-05-15T23:47:46.1917545Z 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-05-15T23:47:46.1919417Z 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-05-15T23:47:46.1921398Z 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-05-15T23:47:46.1923236Z 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-05-15T23:47:46.1925104Z 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-05-15T23:47:46.1926987Z 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-05-15T23:47:46.1928847Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-05-15T23:47:46.1930707Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-05-15T23:47:46.1932556Z 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-05-15T23:47:46.1934401Z 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-05-15T23:47:46.1936449Z 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-05-15T23:47:46.1938286Z 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-05-15T23:47:46.1940149Z 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-05-15T23:47:46.1942340Z 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-05-15T23:47:46.1944255Z 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-05-15T23:47:46.1946130Z 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-05-15T23:47:46.1947999Z 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-05-15T23:47:46.1949834Z 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-05-15T23:47:46.1952014Z 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-05-15T23:47:46.1953536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-05-15T23:47:46.1954826Z 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-05-15T23:47:46.1956544Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/test_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-05-15T23:47:46.1958273Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/test_tosa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-05-15T23:47:46.1960030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/arm_tosa_reference.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-05-15T23:47:46.1961470Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-05-15T23:47:46.1962892Z 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-05-15T23:47:46.1964277Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-05-15T23:47:46.1965760Z 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-05-15T23:47:46.1967181Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:47:46.1968544Z 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-05-15T23:47:46.1970402Z 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-05-15T23:47:46.1972285Z 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-05-15T23:47:46.1974159Z 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-05-15T23:47:46.1975991Z 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-05-15T23:47:46.1977969Z 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-05-15T23:47:46.1979894Z 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-05-15T23:47:46.1982160Z 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-05-15T23:47:46.1984080Z 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-05-15T23:47:46.1985989Z 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-05-15T23:47:46.1987978Z 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-05-15T23:47:46.1989413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-05-15T23:47:46.1990828Z 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-05-15T23:47:46.1992703Z 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-05-15T23:47:46.1994099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-05-15T23:47:46.1995550Z 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-05-15T23:47:46.1997519Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil/tosa_test_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-05-15T23:47:46.1998935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-05-15T23:47:46.2000089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:47:46.2001814Z 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-05-15T23:47:46.2003514Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-05-15T23:47:46.2004768Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:47:46.2006798Z 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-05-15T23:47:46.2009519Z 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-05-15T23:47:46.2011498Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:47:46.2013586Z 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-05-15T23:47:46.2016703Z 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-05-15T23:47:46.2020066Z 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-05-15T23:47:46.2023107Z 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-05-15T23:47:46.2025828Z 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-05-15T23:47:46.2028471Z 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-05-15T23:47:46.2031128Z 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-05-15T23:47:46.2033743Z 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-05-15T23:47:46.2036335Z 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-05-15T23:47:46.2039032Z 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-05-15T23:47:46.2041733Z 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-05-15T23:47:46.2044483Z 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-05-15T23:47:46.2047107Z 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-05-15T23:47:46.2049667Z 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-05-15T23:47:46.2052222Z 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-05-15T23:47:46.2054845Z 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-05-15T23:47:46.2057456Z 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-05-15T23:47:46.2060075Z 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-05-15T23:47:46.2062903Z 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-05-15T23:47:46.2065854Z 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-05-15T23:47:46.2068462Z 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-05-15T23:47:46.2071059Z 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-05-15T23:47:46.2073674Z 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-05-15T23:47:46.2076359Z 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-05-15T23:47:46.2079286Z 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-05-15T23:47:46.2082474Z 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-05-15T23:47:46.2085073Z 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-05-15T23:47:46.2087797Z 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-05-15T23:47:46.2090375Z 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-05-15T23:47:46.2093007Z 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-05-15T23:47:46.2095783Z 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-05-15T23:47:46.2098418Z 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-05-15T23:47:46.2101245Z 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-05-15T23:47:46.2103849Z 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-05-15T23:47:46.2105672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-05-15T23:47:46.2107016Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:47:46.2120288Z 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-05-15T23:47:46.2122302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:47:46.2124386Z 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-05-15T23:47:46.2126288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:47:46.2128117Z 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-05-15T23:47:46.2129679Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-05-15T23:47:46.2131001Z 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-05-15T23:47:46.2132799Z 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-05-15T23:47:46.2134596Z 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-05-15T23:47:46.2136404Z 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-05-15T23:47:46.2138018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:47:46.2139868Z 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-05-15T23:47:46.2142557Z 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-05-15T23:47:46.2144281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-05-15T23:47:46.2145926Z 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-05-15T23:47:46.2148045Z 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-05-15T23:47:46.2150101Z 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-05-15T23:47:46.2152311Z 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-05-15T23:47:46.2155150Z 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-05-15T23:47:46.2157276Z 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-05-15T23:47:46.2159471Z 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-05-15T23:47:46.2161534Z 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-05-15T23:47:46.2163582Z 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-05-15T23:47:46.2165681Z 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-05-15T23:47:46.2167098Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-05-15T23:47:46.2168426Z 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-05-15T23:47:46.2169756Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:47:46.2171195Z 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-05-15T23:47:46.2173146Z 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-05-15T23:47:46.2175082Z 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-05-15T23:47:46.2177031Z 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-05-15T23:47:46.2179105Z 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-05-15T23:47:46.2181270Z 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-05-15T23:47:46.2183184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_cast.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:47:46.2185078Z 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-05-15T23:47:46.2186993Z 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-05-15T23:47:46.2188924Z 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-05-15T23:47:46.2190851Z 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-05-15T23:47:46.2192822Z 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-05-15T23:47:46.2194813Z 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-05-15T23:47:46.2196743Z 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-05-15T23:47:46.2198796Z 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-05-15T23:47:46.2200726Z 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-05-15T23:47:46.2202634Z 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-05-15T23:47:46.2204606Z 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-05-15T23:47:46.2206556Z 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-05-15T23:47:46.2208530Z 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-05-15T23:47:46.2210476Z 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-05-15T23:47:46.2212433Z 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-05-15T23:47:46.2214387Z 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-05-15T23:47:46.2216837Z 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-05-15T23:47:46.2219377Z 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-05-15T23:47:46.2221632Z 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-05-15T23:47:46.2223736Z 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-05-15T23:47:46.2225755Z 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-05-15T23:47:46.2227849Z 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-05-15T23:47:46.2229933Z 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-05-15T23:47:46.2232041Z 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-05-15T23:47:46.2234195Z 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-05-15T23:47:46.2236311Z 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-05-15T23:47:46.2238328Z 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-05-15T23:47:46.2240470Z 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-05-15T23:47:46.2242519Z 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-05-15T23:47:46.2244492Z 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-05-15T23:47:46.2246425Z 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-05-15T23:47:46.2248356Z 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-05-15T23:47:46.2250431Z 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-05-15T23:47:46.2252385Z 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-05-15T23:47:46.2254339Z 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-05-15T23:47:46.2256292Z 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-05-15T23:47:46.2258268Z 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-05-15T23:47:46.2260574Z 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-05-15T23:47:46.2262877Z 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-05-15T23:47:46.2264826Z 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-05-15T23:47:46.2266238Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-05-15T23:47:46.2267752Z 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-05-15T23:47:46.2269781Z 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-05-15T23:47:46.2271240Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:47:46.2272760Z 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-05-15T23:47:46.2274820Z 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-05-15T23:47:46.2276849Z 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-05-15T23:47:46.2278915Z 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-05-15T23:47:46.2281084Z 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-05-15T23:47:46.2283090Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:47:46.2284057Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:47:46.2285118Z 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-05-15T23:47:46.2286078Z 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-05-15T23:47:46.2287556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/decompose_scaled_dot_product_attention.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:47:46.2288884Z 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-05-15T23:47:46.2289859Z 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-05-15T23:47:46.2290783Z 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-05-15T23:47:46.2291733Z 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-05-15T23:47:46.2292834Z 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-05-15T23:47:46.2293806Z 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-05-15T23:47:46.2294872Z 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-05-15T23:47:46.2295858Z 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-05-15T23:47:46.2296801Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/remove_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:47:46.2297781Z 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-05-15T23:47:46.2298684Z 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-05-15T23:47:46.2299109Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-05-15T23:47:46.2300081Z 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-05-15T23:47:46.2301207Z 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-05-15T23:47:46.2301661Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-05-15T23:47:46.2302813Z 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-05-15T23:47:46.2303922Z 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-05-15T23:47:46.2304929Z 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-05-15T23:47:46.2305331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-05-15T23:47:46.2306226Z 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-05-15T23:47:46.2307198Z 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-05-15T23:47:46.2308086Z 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-05-15T23:47:46.2308476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-05-15T23:47:46.2309364Z 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-05-15T23:47:46.2309750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-05-15T23:47:46.2310147Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-05-15T23:47:46.2311062Z 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-05-15T23:47:46.2311522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-05-15T23:47:46.2312378Z 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-05-15T23:47:46.2313348Z 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-05-15T23:47:46.2314250Z 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-05-15T23:47:46.2314657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-05-15T23:47:46.2315700Z 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-05-15T23:47:46.2316070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-05-15T23:47:46.2316864Z 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-05-15T23:47:46.2317724Z 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-05-15T23:47:46.2318150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-05-15T23:47:46.2319171Z 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-05-15T23:47:46.2319610Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:47:46.2320717Z 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-05-15T23:47:46.2321768Z 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-05-15T23:47:46.2322816Z 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-05-15T23:47:46.2323800Z 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-05-15T23:47:46.2324184Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-05-15T23:47:46.2325110Z 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-05-15T23:47:46.2326092Z 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-05-15T23:47:46.2327018Z 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-05-15T23:47:46.2327447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-05-15T23:47:46.2328460Z 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-05-15T23:47:46.2329413Z 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-05-15T23:47:46.2329958Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:47:46.2331010Z 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-05-15T23:47:46.2332088Z 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-05-15T23:47:46.2332503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-05-15T23:47:46.2333473Z 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-05-15T23:47:46.2333881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-05-15T23:47:46.2334343Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/api 2024-05-15T23:47:46.2335339Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/api/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/api 2024-05-15T23:47:46.2335775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-05-15T23:47:46.2336228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-05-15T23:47:46.2336714Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:47:46.2337854Z 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-05-15T23:47:46.2338976Z 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-05-15T23:47:46.2340167Z 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-05-15T23:47:46.2341452Z 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-05-15T23:47:46.2342602Z 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-05-15T23:47:46.2343788Z 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-05-15T23:47:46.2345014Z 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-05-15T23:47:46.2346224Z 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-05-15T23:47:46.2347353Z 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-05-15T23:47:46.2348531Z 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-05-15T23:47:46.2349773Z 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-05-15T23:47:46.2351063Z 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-05-15T23:47:46.2352202Z 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-05-15T23:47:46.2353310Z 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-05-15T23:47:46.2354463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:47:46.2355616Z 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-05-15T23:47:46.2356791Z 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-05-15T23:47:46.2357924Z 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-05-15T23:47:46.2359108Z 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-05-15T23:47:46.2360524Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:47:46.2362032Z 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-05-15T23:47:46.2363378Z 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-05-15T23:47:46.2364726Z 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-05-15T23:47:46.2365977Z 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-05-15T23:47:46.2367292Z 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-05-15T23:47:46.2368610Z 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-05-15T23:47:46.2369914Z 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-05-15T23:47:46.2371188Z 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-05-15T23:47:46.2372598Z 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-05-15T23:47:46.2373834Z 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-05-15T23:47:46.2375174Z 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-05-15T23:47:46.2376416Z 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-05-15T23:47:46.2377776Z 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-05-15T23:47:46.2379025Z 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-05-15T23:47:46.2380269Z 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-05-15T23:47:46.2381739Z 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-05-15T23:47:46.2383006Z 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-05-15T23:47:46.2384391Z 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-05-15T23:47:46.2384827Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-05-15T23:47:46.2385371Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-05-15T23:47:46.2386503Z 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-05-15T23:47:46.2387089Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-05-15T23:47:46.2387675Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:47:46.2389096Z 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-05-15T23:47:46.2390470Z 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-05-15T23:47:46.2391888Z 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-05-15T23:47:46.2393213Z 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-05-15T23:47:46.2394793Z 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-05-15T23:47:46.2396101Z 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-05-15T23:47:46.2397521Z 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-05-15T23:47:46.2398227Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:47:46.2399691Z 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-05-15T23:47:46.2400287Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-05-15T23:47:46.2401002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-05-15T23:47:46.2401730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:47:46.2403376Z 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-05-15T23:47:46.2403800Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-05-15T23:47:46.2404675Z 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-05-15T23:47:46.2405745Z 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-05-15T23:47:46.2406213Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:47:46.2407253Z 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-05-15T23:47:46.2408282Z 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-05-15T23:47:46.2409335Z 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-05-15T23:47:46.2410341Z 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-05-15T23:47:46.2411374Z 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-05-15T23:47:46.2412411Z 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-05-15T23:47:46.2413473Z 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-05-15T23:47:46.2414529Z 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-05-15T23:47:46.2415533Z 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-05-15T23:47:46.2416780Z 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-05-15T23:47:46.2417832Z 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-05-15T23:47:46.2418921Z 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-05-15T23:47:46.2420016Z 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-05-15T23:47:46.2421219Z 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-05-15T23:47:46.2422248Z 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-05-15T23:47:46.2423278Z 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-05-15T23:47:46.2424338Z 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-05-15T23:47:46.2425369Z 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-05-15T23:47:46.2426371Z 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-05-15T23:47:46.2427628Z 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-05-15T23:47:46.2428720Z 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-05-15T23:47:46.2429779Z 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-05-15T23:47:46.2430807Z 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-05-15T23:47:46.2431864Z 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-05-15T23:47:46.2433016Z 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-05-15T23:47:46.2434286Z 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-05-15T23:47:46.2435545Z 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-05-15T23:47:46.2436627Z 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-05-15T23:47:46.2437635Z 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-05-15T23:47:46.2438839Z 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-05-15T23:47:46.2439891Z 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-05-15T23:47:46.2440936Z 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-05-15T23:47:46.2442017Z 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-05-15T23:47:46.2443073Z 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-05-15T23:47:46.2444125Z 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-05-15T23:47:46.2445176Z 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-05-15T23:47:46.2446253Z 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-05-15T23:47:46.2447328Z 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-05-15T23:47:46.2448488Z 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-05-15T23:47:46.2449633Z 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-05-15T23:47:46.2450655Z 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-05-15T23:47:46.2451760Z 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-05-15T23:47:46.2452801Z 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-05-15T23:47:46.2453907Z 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-05-15T23:47:46.2454975Z 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-05-15T23:47:46.2455440Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-05-15T23:47:46.2456454Z 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-05-15T23:47:46.2457520Z 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-05-15T23:47:46.2458037Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:47:46.2459228Z 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-05-15T23:47:46.2460463Z 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-05-15T23:47:46.2461083Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:47:46.2462113Z 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-05-15T23:47:46.2463286Z 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-05-15T23:47:46.2464325Z 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-05-15T23:47:46.2465408Z 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-05-15T23:47:46.2466428Z 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-05-15T23:47:46.2467561Z 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-05-15T23:47:46.2468601Z 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-05-15T23:47:46.2469668Z 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-05-15T23:47:46.2470855Z 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-05-15T23:47:46.2471934Z 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-05-15T23:47:46.2473000Z 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-05-15T23:47:46.2474019Z 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-05-15T23:47:46.2474517Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:47:46.2475664Z 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-05-15T23:47:46.2476866Z 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-05-15T23:47:46.2477979Z 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-05-15T23:47:46.2479100Z 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-05-15T23:47:46.2479519Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-05-15T23:47:46.2480559Z 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-05-15T23:47:46.2481784Z 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-05-15T23:47:46.2482228Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:47:46.2483343Z 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-05-15T23:47:46.2484419Z 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-05-15T23:47:46.2485520Z 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-05-15T23:47:46.2486658Z 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-05-15T23:47:46.2487751Z 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-05-15T23:47:46.2488878Z 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-05-15T23:47:46.2489947Z 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-05-15T23:47:46.2491174Z 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-05-15T23:47:46.2492635Z 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-05-15T23:47:46.2493713Z 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-05-15T23:47:46.2494930Z 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-05-15T23:47:46.2496074Z 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-05-15T23:47:46.2497136Z 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-05-15T23:47:46.2497657Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:47:46.2498596Z 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-05-15T23:47:46.2499609Z 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-05-15T23:47:46.2500731Z 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-05-15T23:47:46.2501955Z 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-05-15T23:47:46.2502977Z 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-05-15T23:47:46.2504173Z 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-05-15T23:47:46.2505223Z 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-05-15T23:47:46.2506221Z 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-05-15T23:47:46.2507268Z 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-05-15T23:47:46.2508195Z 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-05-15T23:47:46.2509221Z 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-05-15T23:47:46.2510237Z 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-05-15T23:47:46.2511301Z 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-05-15T23:47:46.2512361Z 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-05-15T23:47:46.2513425Z 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-05-15T23:47:46.2514629Z 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-05-15T23:47:46.2515698Z 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-05-15T23:47:46.2516767Z 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-05-15T23:47:46.2517801Z 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-05-15T23:47:46.2518859Z 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-05-15T23:47:46.2519831Z 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-05-15T23:47:46.2520863Z 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-05-15T23:47:46.2521850Z 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-05-15T23:47:46.2522865Z 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-05-15T23:47:46.2523988Z 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-05-15T23:47:46.2525155Z 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-05-15T23:47:46.2526188Z 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-05-15T23:47:46.2527260Z 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-05-15T23:47:46.2528307Z 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-05-15T23:47:46.2529340Z 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-05-15T23:47:46.2530266Z 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-05-15T23:47:46.2531304Z 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-05-15T23:47:46.2532401Z 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-05-15T23:47:46.2533404Z 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-05-15T23:47:46.2534429Z 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-05-15T23:47:46.2535634Z 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-05-15T23:47:46.2536373Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:47:46.2537786Z 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-05-15T23:47:46.2539166Z 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-05-15T23:47:46.2540421Z 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-05-15T23:47:46.2541779Z 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-05-15T23:47:46.2542971Z 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-05-15T23:47:46.2544138Z 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-05-15T23:47:46.2544727Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-05-15T23:47:46.2545951Z 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-05-15T23:47:46.2547172Z 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-05-15T23:47:46.2547731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-05-15T23:47:46.2548802Z 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-05-15T23:47:46.2549869Z 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-05-15T23:47:46.2550395Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-05-15T23:47:46.2551605Z 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-05-15T23:47:46.2552777Z 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-05-15T23:47:46.2553288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:47:46.2554418Z 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-05-15T23:47:46.2555033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-05-15T23:47:46.2555584Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:47:46.2557034Z 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-05-15T23:47:46.2558312Z 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-05-15T23:47:46.2559691Z 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-05-15T23:47:46.2560189Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-05-15T23:47:46.2560840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:47:46.2562125Z 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-05-15T23:47:46.2563240Z 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-05-15T23:47:46.2563744Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:47:46.2564971Z 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-05-15T23:47:46.2566123Z 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-05-15T23:47:46.2566628Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:47:46.2567784Z 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-05-15T23:47:46.2568419Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:47:46.2569866Z 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-05-15T23:47:46.2571279Z 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-05-15T23:47:46.2572671Z 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-05-15T23:47:46.2573197Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-05-15T23:47:46.2573808Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:47:46.2575140Z 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-05-15T23:47:46.2576432Z 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-05-15T23:47:46.2577592Z 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-05-15T23:47:46.2578217Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:47:46.2579386Z 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-05-15T23:47:46.2580784Z 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-05-15T23:47:46.2581403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-05-15T23:47:46.2581981Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:47:46.2583461Z 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-05-15T23:47:46.2585092Z 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-05-15T23:47:46.2585803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:47:46.2587514Z 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-05-15T23:47:46.2588821Z 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-05-15T23:47:46.2590192Z 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-05-15T23:47:46.2591531Z 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-05-15T23:47:46.2592960Z 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-05-15T23:47:46.2594302Z 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-05-15T23:47:46.2595654Z 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-05-15T23:47:46.2596937Z 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-05-15T23:47:46.2598222Z 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-05-15T23:47:46.2599474Z 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-05-15T23:47:46.2600648Z 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-05-15T23:47:46.2601863Z 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-05-15T23:47:46.2603242Z 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-05-15T23:47:46.2604569Z 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-05-15T23:47:46.2605854Z 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-05-15T23:47:46.2607104Z 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-05-15T23:47:46.2608332Z 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-05-15T23:47:46.2609516Z 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-05-15T23:47:46.2610778Z 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-05-15T23:47:46.2611996Z 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-05-15T23:47:46.2613290Z 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-05-15T23:47:46.2614487Z 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-05-15T23:47:46.2615732Z 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-05-15T23:47:46.2617037Z 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-05-15T23:47:46.2618238Z 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-05-15T23:47:46.2619453Z 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-05-15T23:47:46.2620645Z 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-05-15T23:47:46.2622063Z 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-05-15T23:47:46.2623323Z 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-05-15T23:47:46.2624672Z 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-05-15T23:47:46.2625992Z 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-05-15T23:47:46.2627203Z 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-05-15T23:47:46.2628409Z 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-05-15T23:47:46.2629612Z 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-05-15T23:47:46.2630817Z 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-05-15T23:47:46.2632034Z 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-05-15T23:47:46.2633250Z 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-05-15T23:47:46.2634523Z 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-05-15T23:47:46.2635743Z 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-05-15T23:47:46.2636930Z 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-05-15T23:47:46.2638140Z 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-05-15T23:47:46.2639361Z 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-05-15T23:47:46.2640685Z 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-05-15T23:47:46.2642329Z 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-05-15T23:47:46.2643714Z 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-05-15T23:47:46.2645173Z 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-05-15T23:47:46.2646501Z 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-05-15T23:47:46.2647829Z 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-05-15T23:47:46.2649149Z 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-05-15T23:47:46.2650347Z 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-05-15T23:47:46.2651677Z 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-05-15T23:47:46.2652883Z 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-05-15T23:47:46.2654164Z 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-05-15T23:47:46.2654730Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:47:46.2656047Z 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-05-15T23:47:46.2657321Z 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-05-15T23:47:46.2657893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:47:46.2659150Z 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-05-15T23:47:46.2660412Z 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-05-15T23:47:46.2661832Z 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-05-15T23:47:46.2663116Z 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-05-15T23:47:46.2664397Z 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-05-15T23:47:46.2665666Z 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-05-15T23:47:46.2667146Z 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-05-15T23:47:46.2668481Z 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-05-15T23:47:46.2669745Z 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-05-15T23:47:46.2670996Z 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-05-15T23:47:46.2672282Z 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-05-15T23:47:46.2673647Z 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-05-15T23:47:46.2674915Z 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-05-15T23:47:46.2676179Z 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-05-15T23:47:46.2677481Z 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-05-15T23:47:46.2678876Z 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-05-15T23:47:46.2680156Z 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-05-15T23:47:46.2681447Z 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-05-15T23:47:46.2682686Z 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-05-15T23:47:46.2684002Z 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-05-15T23:47:46.2685338Z 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-05-15T23:47:46.2686597Z 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-05-15T23:47:46.2687930Z 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-05-15T23:47:46.2689286Z 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-05-15T23:47:46.2690519Z 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-05-15T23:47:46.2691875Z 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-05-15T23:47:46.2693075Z 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-05-15T23:47:46.2694417Z 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-05-15T23:47:46.2695747Z 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-05-15T23:47:46.2697037Z 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-05-15T23:47:46.2698397Z 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-05-15T23:47:46.2699709Z 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-05-15T23:47:46.2701297Z 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-05-15T23:47:46.2702593Z 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-05-15T23:47:46.2703966Z 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-05-15T23:47:46.2705279Z 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-05-15T23:47:46.2706483Z 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-05-15T23:47:46.2707654Z 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-05-15T23:47:46.2708796Z 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-05-15T23:47:46.2709935Z 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-05-15T23:47:46.2711071Z 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-05-15T23:47:46.2712312Z 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-05-15T23:47:46.2713445Z 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-05-15T23:47:46.2714568Z 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-05-15T23:47:46.2715695Z 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-05-15T23:47:46.2716871Z 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-05-15T23:47:46.2718031Z 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-05-15T23:47:46.2719236Z 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-05-15T23:47:46.2720356Z 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-05-15T23:47:46.2721602Z 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-05-15T23:47:46.2722744Z 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-05-15T23:47:46.2723888Z 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-05-15T23:47:46.2725055Z 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-05-15T23:47:46.2726174Z 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-05-15T23:47:46.2727363Z 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-05-15T23:47:46.2728507Z 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-05-15T23:47:46.2729625Z 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-05-15T23:47:46.2730774Z 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-05-15T23:47:46.2731970Z 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-05-15T23:47:46.2733099Z 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-05-15T23:47:46.2734263Z 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-05-15T23:47:46.2735444Z 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-05-15T23:47:46.2736558Z 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-05-15T23:47:46.2737728Z 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-05-15T23:47:46.2738918Z 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-05-15T23:47:46.2740075Z 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-05-15T23:47:46.2741428Z 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-05-15T23:47:46.2742780Z 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-05-15T23:47:46.2746344Z 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-05-15T23:47:46.2747540Z 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-05-15T23:47:46.2748731Z 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-05-15T23:47:46.2749916Z 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-05-15T23:47:46.2751060Z 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-05-15T23:47:46.2752254Z 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-05-15T23:47:46.2753447Z 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-05-15T23:47:46.2754731Z 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-05-15T23:47:46.2755895Z 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-05-15T23:47:46.2757068Z 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-05-15T23:47:46.2758227Z 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-05-15T23:47:46.2759365Z 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-05-15T23:47:46.2760587Z 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-05-15T23:47:46.2762223Z 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-05-15T23:47:46.2763701Z 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-05-15T23:47:46.2764874Z 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-05-15T23:47:46.2766112Z 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-05-15T23:47:46.2767280Z 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-05-15T23:47:46.2768470Z 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-05-15T23:47:46.2769650Z 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-05-15T23:47:46.2770856Z 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-05-15T23:47:46.2772019Z 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-05-15T23:47:46.2773156Z 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-05-15T23:47:46.2774404Z 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-05-15T23:47:46.2775663Z 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-05-15T23:47:46.2776879Z 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-05-15T23:47:46.2778048Z 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-05-15T23:47:46.2779214Z 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-05-15T23:47:46.2780360Z 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-05-15T23:47:46.2781793Z 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-05-15T23:47:46.2782973Z 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-05-15T23:47:46.2784205Z 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-05-15T23:47:46.2785344Z 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-05-15T23:47:46.2786548Z 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-05-15T23:47:46.2787704Z 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-05-15T23:47:46.2788877Z 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-05-15T23:47:46.2790079Z 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-05-15T23:47:46.2791213Z 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-05-15T23:47:46.2792384Z 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-05-15T23:47:46.2793539Z 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-05-15T23:47:46.2794671Z 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-05-15T23:47:46.2795849Z 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-05-15T23:47:46.2797088Z 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-05-15T23:47:46.2798504Z 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-05-15T23:47:46.2801822Z 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-05-15T23:47:46.2805525Z 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-05-15T23:47:46.2809168Z 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-05-15T23:47:46.2811633Z 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-05-15T23:47:46.2813979Z 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-05-15T23:47:46.2816321Z 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-05-15T23:47:46.2819355Z 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-05-15T23:47:46.2822101Z 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-05-15T23:47:46.2824518Z 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-05-15T23:47:46.2826804Z 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-05-15T23:47:46.2829134Z 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-05-15T23:47:46.2831456Z 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-05-15T23:47:46.2833764Z 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-05-15T23:47:46.2836109Z 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-05-15T23:47:46.2838379Z 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-05-15T23:47:46.2840788Z 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-05-15T23:47:46.2843138Z 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-05-15T23:47:46.2845432Z 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-05-15T23:47:46.2847771Z 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-05-15T23:47:46.2850148Z 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-05-15T23:47:46.2852451Z 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-05-15T23:47:46.2854788Z 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-05-15T23:47:46.2857120Z 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-05-15T23:47:46.2859447Z 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-05-15T23:47:46.2862066Z 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-05-15T23:47:46.2864454Z 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-05-15T23:47:46.2866738Z 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-05-15T23:47:46.2869031Z 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-05-15T23:47:46.2871312Z 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-05-15T23:47:46.2873608Z 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-05-15T23:47:46.2876302Z 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-05-15T23:47:46.2878709Z 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-05-15T23:47:46.2881212Z 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-05-15T23:47:46.2883835Z 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-05-15T23:47:46.2886292Z 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-05-15T23:47:46.2888735Z 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-05-15T23:47:46.2891263Z 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-05-15T23:47:46.2893707Z 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-05-15T23:47:46.2896141Z 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-05-15T23:47:46.2898577Z 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-05-15T23:47:46.2901174Z 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-05-15T23:47:46.2903655Z 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-05-15T23:47:46.2906101Z 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-05-15T23:47:46.2908780Z 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-05-15T23:47:46.2911364Z 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-05-15T23:47:46.2913916Z 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-05-15T23:47:46.2916564Z 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-05-15T23:47:46.2919124Z 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-05-15T23:47:46.2921697Z 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-05-15T23:47:46.2924328Z 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-05-15T23:47:46.2927099Z 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-05-15T23:47:46.2929723Z 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-05-15T23:47:46.2932517Z 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-05-15T23:47:46.2935319Z 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-05-15T23:47:46.2938096Z 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-05-15T23:47:46.2941224Z 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-05-15T23:47:46.2944276Z 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-05-15T23:47:46.2946989Z 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-05-15T23:47:46.2949924Z 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-05-15T23:47:46.2952801Z 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-05-15T23:47:46.2955702Z 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-05-15T23:47:46.2958345Z 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-05-15T23:47:46.2960911Z 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-05-15T23:47:46.2963514Z 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-05-15T23:47:46.2966341Z 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-05-15T23:47:46.2969202Z 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-05-15T23:47:46.2972249Z 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-05-15T23:47:46.2975071Z 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-05-15T23:47:46.2977825Z 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-05-15T23:47:46.2980570Z 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-05-15T23:47:46.2983549Z 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-05-15T23:47:46.2986013Z 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-05-15T23:47:46.2988388Z 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-05-15T23:47:46.2990721Z 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-05-15T23:47:46.2993031Z 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-05-15T23:47:46.2995439Z 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-05-15T23:47:46.2997844Z 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-05-15T23:47:46.3000265Z 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-05-15T23:47:46.3002700Z 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-05-15T23:47:46.3005150Z 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-05-15T23:47:46.3007604Z 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-05-15T23:47:46.3010133Z 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-05-15T23:47:46.3012714Z 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-05-15T23:47:46.3015362Z 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-05-15T23:47:46.3017930Z 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-05-15T23:47:46.3020361Z 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-05-15T23:47:46.3022997Z 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-05-15T23:47:46.3026032Z 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-05-15T23:47:46.3028716Z 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-05-15T23:47:46.3031148Z 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-05-15T23:47:46.3033576Z 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-05-15T23:47:46.3036093Z 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-05-15T23:47:46.3038492Z 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-05-15T23:47:46.3040901Z 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-05-15T23:47:46.3043229Z 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-05-15T23:47:46.3045527Z 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-05-15T23:47:46.3047838Z 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-05-15T23:47:46.3050192Z 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-05-15T23:47:46.3052613Z 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-05-15T23:47:46.3055088Z 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-05-15T23:47:46.3057584Z 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-05-15T23:47:46.3059977Z 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-05-15T23:47:46.3062531Z 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-05-15T23:47:46.3064853Z 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-05-15T23:47:46.3067226Z 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-05-15T23:47:46.3069562Z 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-05-15T23:47:46.3071970Z 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-05-15T23:47:46.3074434Z 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-05-15T23:47:46.3076872Z 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-05-15T23:47:46.3079222Z 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-05-15T23:47:46.3081671Z 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-05-15T23:47:46.3084066Z 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-05-15T23:47:46.3086450Z 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-05-15T23:47:46.3088827Z 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-05-15T23:47:46.3091158Z 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-05-15T23:47:46.3093472Z 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-05-15T23:47:46.3095808Z 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-05-15T23:47:46.3098237Z 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-05-15T23:47:46.3100564Z 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-05-15T23:47:46.3103626Z 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-05-15T23:47:46.3106246Z 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-05-15T23:47:46.3108565Z 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-05-15T23:47:46.3110901Z 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-05-15T23:47:46.3113232Z 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-05-15T23:47:46.3115555Z 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-05-15T23:47:46.3117802Z 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-05-15T23:47:46.3120188Z 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-05-15T23:47:46.3122478Z 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-05-15T23:47:46.3124787Z 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-05-15T23:47:46.3127086Z 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-05-15T23:47:46.3128775Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-05-15T23:47:46.3129893Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:47:46.3131750Z 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-05-15T23:47:46.3134239Z 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-05-15T23:47:46.3136701Z 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-05-15T23:47:46.3138330Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:47:46.3139768Z 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-05-15T23:47:46.3141963Z 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-05-15T23:47:46.3143764Z 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-05-15T23:47:46.3145599Z 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-05-15T23:47:46.3146905Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-05-15T23:47:46.3147693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-05-15T23:47:46.3149029Z 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-05-15T23:47:46.3150356Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:47:46.3151807Z 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-05-15T23:47:46.3153794Z 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-05-15T23:47:46.3155812Z 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-05-15T23:47:46.3157875Z 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-05-15T23:47:46.3159876Z 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-05-15T23:47:46.3161943Z 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-05-15T23:47:46.3164052Z 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-05-15T23:47:46.3166127Z 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-05-15T23:47:46.3168143Z 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-05-15T23:47:46.3170108Z 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-05-15T23:47:46.3172069Z 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-05-15T23:47:46.3174044Z 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-05-15T23:47:46.3176109Z 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-05-15T23:47:46.3178090Z 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-05-15T23:47:46.3180157Z 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-05-15T23:47:46.3182779Z 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-05-15T23:47:46.3185467Z 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-05-15T23:47:46.3187627Z 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-05-15T23:47:46.3189177Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-05-15T23:47:46.3190893Z 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-05-15T23:47:46.3192567Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-05-15T23:47:46.3194319Z 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-05-15T23:47:46.3196747Z 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-05-15T23:47:46.3198994Z 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-05-15T23:47:46.3200740Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:47:46.3202289Z 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-05-15T23:47:46.3204503Z 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-05-15T23:47:46.3206735Z 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-05-15T23:47:46.3208810Z 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-05-15T23:47:46.3211089Z 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-05-15T23:47:46.3213183Z 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-05-15T23:47:46.3214717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-05-15T23:47:46.3216287Z 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-05-15T23:47:46.3217803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-05-15T23:47:46.3218862Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-05-15T23:47:46.3220520Z 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-05-15T23:47:46.3223202Z 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-05-15T23:47:46.3224894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-05-15T23:47:46.3226643Z 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-05-15T23:47:46.3228342Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-05-15T23:47:46.3230173Z 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-05-15T23:47:46.3231859Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-05-15T23:47:46.3233550Z 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-05-15T23:47:46.3235759Z 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-05-15T23:47:46.3237415Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-05-15T23:47:46.3238548Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:47:46.3240472Z 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-05-15T23:47:46.3242163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-05-15T23:47:46.3243135Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-05-15T23:47:46.3244694Z 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-05-15T23:47:46.3246674Z 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-05-15T23:47:46.3248812Z 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-05-15T23:47:46.3250689Z 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-05-15T23:47:46.3252606Z 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-05-15T23:47:46.3254689Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-05-15T23:47:46.3256627Z 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-05-15T23:47:46.3258079Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-05-15T23:47:46.3259568Z 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-05-15T23:47:46.3261898Z 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-05-15T23:47:46.3263317Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-05-15T23:47:46.3264118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-05-15T23:47:46.3265880Z 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-05-15T23:47:46.3268073Z 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-05-15T23:47:46.3269893Z 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-05-15T23:47:46.3271295Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-05-15T23:47:46.3272803Z 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-05-15T23:47:46.3274898Z 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-05-15T23:47:46.3276357Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-05-15T23:47:46.3277791Z 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-05-15T23:47:46.3279708Z 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-05-15T23:47:46.3281151Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-05-15T23:47:46.3282713Z 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-05-15T23:47:46.3284876Z 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-05-15T23:47:46.3286521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-05-15T23:47:46.3288083Z 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-05-15T23:47:46.3290235Z 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-05-15T23:47:46.3291782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-05-15T23:47:46.3293342Z 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-05-15T23:47:46.3295362Z 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-05-15T23:47:46.3296839Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-05-15T23:47:46.3298293Z 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-05-15T23:47:46.3300232Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-05-15T23:47:46.3302529Z 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-05-15T23:47:46.3304481Z 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-05-15T23:47:46.3306567Z 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-05-15T23:47:46.3308703Z 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-05-15T23:47:46.3310755Z 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-05-15T23:47:46.3312819Z 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-05-15T23:47:46.3314903Z 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-05-15T23:47:46.3316906Z 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-05-15T23:47:46.3318968Z 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-05-15T23:47:46.3320442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:47:46.3322101Z 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-05-15T23:47:46.3324422Z 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-05-15T23:47:46.3326717Z 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-05-15T23:47:46.3329243Z 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-05-15T23:47:46.3330936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:47:46.3332768Z 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-05-15T23:47:46.3335152Z 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-05-15T23:47:46.3337554Z 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-05-15T23:47:46.3339844Z 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-05-15T23:47:46.3341674Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:47:46.3343252Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:47:46.3345265Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib/quant_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:47:46.3347423Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:47:46.3348912Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-05-15T23:47:46.3350653Z 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-05-15T23:47:46.3352399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:47:46.3354330Z 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-05-15T23:47:46.3357359Z 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-05-15T23:47:46.3360077Z 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-05-15T23:47:46.3362483Z 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-05-15T23:47:46.3364150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-05-15T23:47:46.3365800Z 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-05-15T23:47:46.3367409Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:46.3369064Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:46.3371410Z 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-05-15T23:47:46.3373693Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:47:46.3375464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:47:46.3377223Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:47:46.3379549Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:47:46.3381474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party 2024-05-15T23:47:46.3382699Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:47:46.3384596Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:47:46.3387188Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:47:46.3389045Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:47:46.3391087Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:47:46.3393116Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:47:46.3395328Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:47:46.3398193Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:47:46.3400161Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2 2024-05-15T23:47:46.3401401Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:47:46.3403333Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:47:46.3405221Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:46.3407083Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:46.3409643Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:46.3412100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:47:46.3413991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:46.3415975Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:46.3418676Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:46.3421347Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:47:46.3423065Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:47:46.3424618Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:47:46.3426656Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:47:46.3428139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-05-15T23:47:46.3429654Z 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-05-15T23:47:46.3431736Z 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-05-15T23:47:46.3433245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-05-15T23:47:46.3434835Z 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-05-15T23:47:46.3436968Z 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-05-15T23:47:46.3438473Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-05-15T23:47:46.3440011Z 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-05-15T23:47:46.3442021Z 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-05-15T23:47:46.3443552Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-05-15T23:47:46.3444895Z 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-05-15T23:47:46.3446683Z 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-05-15T23:47:46.3448025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-05-15T23:47:46.3449516Z 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-05-15T23:47:46.3451484Z 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-05-15T23:47:46.3452881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-05-15T23:47:46.3454267Z 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-05-15T23:47:46.3456640Z 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-05-15T23:47:46.3458445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-05-15T23:47:46.3460155Z 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-05-15T23:47:46.3462359Z 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-05-15T23:47:46.3463682Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3464760Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3466233Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3467726Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3469202Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3470715Z 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-05-15T23:47:46.3472263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3473749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3475117Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3476682Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3478270Z 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-05-15T23:47:46.3479716Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3481127Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3482553Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3483962Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3485404Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3486820Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3488211Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3489598Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3490964Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3492326Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3493751Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3495117Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3496464Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:47:46.3497561Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-05-15T23:47:46.3498766Z 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-05-15T23:47:46.3500345Z 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-05-15T23:47:46.3502348Z 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-05-15T23:47:46.3504008Z 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-05-15T23:47:46.3505657Z 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-05-15T23:47:46.3506871Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-05-15T23:47:46.3508168Z 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-05-15T23:47:46.3509927Z 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-05-15T23:47:46.3511688Z 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-05-15T23:47:46.3513506Z 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-05-15T23:47:46.3515123Z 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-05-15T23:47:46.3516285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-05-15T23:47:46.3517482Z 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-05-15T23:47:46.3519101Z 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-05-15T23:47:46.3520750Z 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-05-15T23:47:46.3522399Z 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-05-15T23:47:46.3523977Z 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-05-15T23:47:46.3525245Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-05-15T23:47:46.3526926Z 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-05-15T23:47:46.3529199Z 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-05-15T23:47:46.3531493Z 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-05-15T23:47:46.3532967Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-05-15T23:47:46.3534385Z 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-05-15T23:47:46.3536336Z 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-05-15T23:47:46.3538201Z 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-05-15T23:47:46.3539987Z 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-05-15T23:47:46.3541999Z 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-05-15T23:47:46.3543751Z 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-05-15T23:47:46.3545533Z 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-05-15T23:47:46.3547340Z 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-05-15T23:47:46.3549140Z 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-05-15T23:47:46.3551093Z 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-05-15T23:47:46.3552944Z 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-05-15T23:47:46.3554799Z 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-05-15T23:47:46.3556630Z 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-05-15T23:47:46.3558387Z 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-05-15T23:47:46.3560117Z 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-05-15T23:47:46.3561391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-05-15T23:47:46.3562849Z 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-05-15T23:47:46.3565002Z 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-05-15T23:47:46.3566434Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-05-15T23:47:46.3579699Z 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-05-15T23:47:46.3582655Z 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-05-15T23:47:46.3584721Z 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-05-15T23:47:46.3586318Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-05-15T23:47:46.3587513Z 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-05-15T23:47:46.3589093Z 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-05-15T23:47:46.3590658Z 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-05-15T23:47:46.3592236Z 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-05-15T23:47:46.3593394Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-05-15T23:47:46.3594611Z 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-05-15T23:47:46.3596183Z 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-05-15T23:47:46.3597375Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-05-15T23:47:46.3598712Z 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-05-15T23:47:46.3600022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-05-15T23:47:46.3601524Z 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-05-15T23:47:46.3603018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-05-15T23:47:46.3604288Z 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-05-15T23:47:46.3605522Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-05-15T23:47:46.3606883Z 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-05-15T23:47:46.3608686Z 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-05-15T23:47:46.3609991Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-05-15T23:47:46.3611394Z 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-05-15T23:47:46.3613296Z 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-05-15T23:47:46.3615186Z 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-05-15T23:47:46.3616521Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-05-15T23:47:46.3617860Z 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-05-15T23:47:46.3619688Z 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-05-15T23:47:46.3621326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-05-15T23:47:46.3622782Z 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-05-15T23:47:46.3624200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-05-15T23:47:46.3625560Z 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-05-15T23:47:46.3627369Z 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-05-15T23:47:46.3628688Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-05-15T23:47:46.3630104Z 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-05-15T23:47:46.3632006Z 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-05-15T23:47:46.3633820Z 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-05-15T23:47:46.3635063Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-05-15T23:47:46.3636425Z 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-05-15T23:47:46.3637677Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-05-15T23:47:46.3638796Z 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-05-15T23:47:46.3640367Z 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-05-15T23:47:46.3641874Z 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-05-15T23:47:46.3642982Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-05-15T23:47:46.3644204Z 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-05-15T23:47:46.3645379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-05-15T23:47:46.3646582Z 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-05-15T23:47:46.3648172Z 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-05-15T23:47:46.3649742Z 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-05-15T23:47:46.3650918Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-05-15T23:47:46.3652270Z 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-05-15T23:47:46.3653507Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-05-15T23:47:46.3654665Z 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-05-15T23:47:46.3656327Z 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-05-15T23:47:46.3658064Z 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-05-15T23:47:46.3659746Z 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-05-15T23:47:46.3661712Z 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-05-15T23:47:46.3663399Z 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-05-15T23:47:46.3665183Z 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-05-15T23:47:46.3666974Z 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-05-15T23:47:46.3668711Z 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-05-15T23:47:46.3670394Z 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-05-15T23:47:46.3672094Z 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-05-15T23:47:46.3673834Z 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-05-15T23:47:46.3675505Z 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-05-15T23:47:46.3677128Z 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-05-15T23:47:46.3678895Z 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-05-15T23:47:46.3680631Z 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-05-15T23:47:46.3682316Z 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-05-15T23:47:46.3684045Z 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-05-15T23:47:46.3685875Z 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-05-15T23:47:46.3687825Z 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-05-15T23:47:46.3689574Z 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-05-15T23:47:46.3691267Z 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-05-15T23:47:46.3692911Z 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-05-15T23:47:46.3694596Z 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-05-15T23:47:46.3696298Z 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-05-15T23:47:46.3697930Z 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-05-15T23:47:46.3699655Z 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-05-15T23:47:46.3701233Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-05-15T23:47:46.3702405Z 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-05-15T23:47:46.3703981Z 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-05-15T23:47:46.3705565Z 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-05-15T23:47:46.3706731Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-05-15T23:47:46.3708054Z 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-05-15T23:47:46.3709830Z 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-05-15T23:47:46.3711036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-05-15T23:47:46.3712180Z 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-05-15T23:47:46.3713691Z 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-05-15T23:47:46.3715319Z 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-05-15T23:47:46.3716906Z 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-05-15T23:47:46.3718061Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-05-15T23:47:46.3719203Z 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-05-15T23:47:46.3720730Z 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-05-15T23:47:46.3722310Z 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-05-15T23:47:46.3723991Z 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-05-15T23:47:46.3725584Z 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-05-15T23:47:46.3727150Z 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-05-15T23:47:46.3728748Z 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-05-15T23:47:46.3730289Z 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-05-15T23:47:46.3731831Z 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-05-15T23:47:46.3733483Z 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-05-15T23:47:46.3735180Z 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-05-15T23:47:46.3736817Z 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-05-15T23:47:46.3738466Z 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-05-15T23:47:46.3740114Z 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-05-15T23:47:46.3741889Z 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-05-15T23:47:46.3743491Z 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-05-15T23:47:46.3745117Z 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-05-15T23:47:46.3746754Z 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-05-15T23:47:46.3748339Z 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-05-15T23:47:46.3749889Z 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-05-15T23:47:46.3751427Z 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-05-15T23:47:46.3753149Z 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-05-15T23:47:46.3754787Z 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-05-15T23:47:46.3756393Z 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-05-15T23:47:46.3757965Z 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-05-15T23:47:46.3759552Z 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-05-15T23:47:46.3760752Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-05-15T23:47:46.3762045Z 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-05-15T23:47:46.3763755Z 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-05-15T23:47:46.3765466Z 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-05-15T23:47:46.3767182Z 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-05-15T23:47:46.3768447Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-05-15T23:47:46.3769839Z 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-05-15T23:47:46.3771150Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-05-15T23:47:46.3771936Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-05-15T23:47:46.3772784Z 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-05-15T23:47:46.3773775Z 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-05-15T23:47:46.3774680Z 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-05-15T23:47:46.3775112Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-05-15T23:47:46.3776114Z 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-05-15T23:47:46.3776501Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-05-15T23:47:46.3777399Z 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-05-15T23:47:46.3777815Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-05-15T23:47:46.3778752Z 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-05-15T23:47:46.3779731Z 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-05-15T23:47:46.3781068Z 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-05-15T23:47:46.3781627Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-05-15T23:47:46.3782540Z 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-05-15T23:47:46.3782927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-05-15T23:47:46.3784063Z 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-05-15T23:47:46.3784377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-05-15T23:47:46.3785062Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-05-15T23:47:46.3785481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-05-15T23:47:46.3786306Z 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-05-15T23:47:46.3787145Z 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-05-15T23:47:46.3788046Z 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-05-15T23:47:46.3788451Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:47:46.3789439Z 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-05-15T23:47:46.3790429Z 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-05-15T23:47:46.3790950Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-05-15T23:47:46.3792042Z 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-05-15T23:47:46.3793472Z 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-05-15T23:47:46.3794495Z 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-05-15T23:47:46.3794947Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-05-15T23:47:46.3796060Z 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-05-15T23:47:46.3796551Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:47:46.3797722Z 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-05-15T23:47:46.3798830Z 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-05-15T23:47:46.3799876Z 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-05-15T23:47:46.3800360Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-05-15T23:47:46.3801352Z 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-05-15T23:47:46.3802318Z 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-05-15T23:47:46.3803244Z 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-05-15T23:47:46.3803636Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-05-15T23:47:46.3804530Z 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-05-15T23:47:46.3804881Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-05-15T23:47:46.3805688Z 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-05-15T23:47:46.3806503Z 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-05-15T23:47:46.3806820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-05-15T23:47:46.3807594Z 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-05-15T23:47:46.3808337Z 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-05-15T23:47:46.3808686Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-05-15T23:47:46.3809539Z 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-05-15T23:47:46.3810376Z 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-05-15T23:47:46.3811151Z 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-05-15T23:47:46.3811476Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-05-15T23:47:46.3812340Z 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-05-15T23:47:46.3813239Z 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-05-15T23:47:46.3813607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-05-15T23:47:46.3814512Z 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-05-15T23:47:46.3814902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-05-15T23:47:46.3815791Z 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-05-15T23:47:46.3816661Z 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-05-15T23:47:46.3817608Z 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-05-15T23:47:46.3818466Z 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-05-15T23:47:46.3818832Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-05-15T23:47:46.3819860Z 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-05-15T23:47:46.3821360Z 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-05-15T23:47:46.3822368Z 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-05-15T23:47:46.3822758Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-05-15T23:47:46.3823657Z 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-05-15T23:47:46.3824666Z 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-05-15T23:47:46.3825004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-05-15T23:47:46.3825855Z 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-05-15T23:47:46.3826646Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-05-15T23:47:46.3827014Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-05-15T23:47:46.3827787Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-05-15T23:47:46.3828503Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-05-15T23:47:46.3829105Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-05-15T23:47:46.3829457Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-05-15T23:47:46.3830142Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-05-15T23:47:46.3830850Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-05-15T23:47:46.3831215Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3831904Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3832538Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3833186Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3833837Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3834450Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3835037Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3835628Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3836172Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3836818Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3837587Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3838179Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3838744Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3839406Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3839914Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3840487Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3841056Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3841619Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3842220Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3842803Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3843391Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3843984Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3844670Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3845324Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3845964Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3846546Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3847184Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3847946Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3848525Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3849161Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3849950Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3850608Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3851221Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3851898Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3852498Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:47:46.3852637Z running install_egg_info 2024-05-15T23:47:46.3853240Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/executorch-0.3.0a0+fff20a7-py3.11.egg-info 2024-05-15T23:47:46.3853372Z running install_scripts 2024-05-15T23:47:46.3853898Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.3.0a0+fff20a7.dist-info/WHEEL 2024-05-15T23:47:46.3854915Z creating '/tmp/pip-wheel-eaydsg3o/.tmp-pnixyib2/executorch-0.3.0a0+fff20a7-cp311-cp311-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2024-05-15T23:47:46.3855123Z adding 'executorch/version.py' 2024-05-15T23:47:46.3855494Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-05-15T23:47:46.3855938Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-05-15T23:47:46.3856419Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-05-15T23:47:46.3856857Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-05-15T23:47:46.3857284Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-05-15T23:47:46.3857801Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-05-15T23:47:46.3858211Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-05-15T23:47:46.3858556Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-05-15T23:47:46.3858880Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-05-15T23:47:46.3859329Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-05-15T23:47:46.3859650Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-05-15T23:47:46.3859953Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-05-15T23:47:46.3860324Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-05-15T23:47:46.3860992Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-05-15T23:47:46.3861441Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-05-15T23:47:46.3861818Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-05-15T23:47:46.3862208Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-05-15T23:47:46.3862670Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-05-15T23:47:46.3863056Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-05-15T23:47:46.3863373Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-05-15T23:47:46.3863677Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-05-15T23:47:46.3863998Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-05-15T23:47:46.3864323Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-05-15T23:47:46.3864704Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-05-15T23:47:46.3865108Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-05-15T23:47:46.3865553Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-05-15T23:47:46.4033975Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-05-15T23:47:46.4034525Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-05-15T23:47:46.4035107Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-05-15T23:47:46.4035675Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-05-15T23:47:46.4036062Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-05-15T23:47:46.4036550Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-05-15T23:47:46.4037025Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-05-15T23:47:46.4037349Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-05-15T23:47:46.4037703Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-05-15T23:47:46.4038120Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-05-15T23:47:46.4038522Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-05-15T23:47:46.4038775Z adding 'executorch/backends/arm/arm_backend.py' 2024-05-15T23:47:46.4039030Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-05-15T23:47:46.4039272Z adding 'executorch/backends/arm/arm_quantizer.py' 2024-05-15T23:47:46.4039546Z adding 'executorch/backends/arm/arm_quantizer_utils.py' 2024-05-15T23:47:46.4039780Z adding 'executorch/backends/arm/arm_vela.py' 2024-05-15T23:47:46.4040092Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-05-15T23:47:46.4040440Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-05-15T23:47:46.4040692Z adding 'executorch/backends/arm/tosa_utils.py' 2024-05-15T23:47:46.4040958Z adding 'executorch/backends/arm/operators/__init__.py' 2024-05-15T23:47:46.4041250Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-05-15T23:47:46.4041540Z adding 'executorch/backends/arm/operators/op_add.py' 2024-05-15T23:47:46.4041896Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-05-15T23:47:46.4042368Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-05-15T23:47:46.4042679Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-05-15T23:47:46.4042941Z adding 'executorch/backends/arm/operators/op_clone.py' 2024-05-15T23:47:46.4043233Z adding 'executorch/backends/arm/operators/op_common.py' 2024-05-15T23:47:46.4043611Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-05-15T23:47:46.4043981Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-05-15T23:47:46.4044275Z adding 'executorch/backends/arm/operators/op_div.py' 2024-05-15T23:47:46.4044596Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-05-15T23:47:46.4045017Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-05-15T23:47:46.4045327Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-05-15T23:47:46.4045610Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-05-15T23:47:46.4045956Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-05-15T23:47:46.4046318Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-05-15T23:47:46.4046639Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-05-15T23:47:46.4046910Z adding 'executorch/backends/arm/operators/op_view.py' 2024-05-15T23:47:46.4047216Z adding 'executorch/backends/arm/test/arm_tosa_reference.py' 2024-05-15T23:47:46.4047521Z adding 'executorch/backends/arm/test/common.py' 2024-05-15T23:47:46.4047860Z adding 'executorch/backends/arm/test/test_models.py' 2024-05-15T23:47:46.4048109Z adding 'executorch/backends/arm/test/test_tosa.py' 2024-05-15T23:47:46.4048420Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-05-15T23:47:46.4048828Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-05-15T23:47:46.4049173Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-05-15T23:47:46.4049575Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-05-15T23:47:46.4049872Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-05-15T23:47:46.4050141Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-05-15T23:47:46.4050409Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-05-15T23:47:46.4050838Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-05-15T23:47:46.4051249Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-05-15T23:47:46.4051539Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-05-15T23:47:46.4051826Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-05-15T23:47:46.4052111Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-05-15T23:47:46.4052416Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-05-15T23:47:46.4052782Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-05-15T23:47:46.4053115Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-05-15T23:47:46.4053398Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-05-15T23:47:46.4053727Z adding 'executorch/backends/arm/test/tosautil/tosa_test_utils.py' 2024-05-15T23:47:46.4054100Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-05-15T23:47:46.4054592Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-05-15T23:47:46.4055122Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-05-15T23:47:46.4055727Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-05-15T23:47:46.4056260Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-05-15T23:47:46.4056857Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-05-15T23:47:46.4057362Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-05-15T23:47:46.4058029Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-05-15T23:47:46.4058609Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-05-15T23:47:46.4059112Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-05-15T23:47:46.4059555Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-05-15T23:47:46.4060208Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-05-15T23:47:46.4061376Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-05-15T23:47:46.4062036Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-05-15T23:47:46.4062524Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-05-15T23:47:46.4063182Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-05-15T23:47:46.4063641Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-05-15T23:47:46.4064169Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-05-15T23:47:46.4064708Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-05-15T23:47:46.4065337Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-05-15T23:47:46.4065862Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-05-15T23:47:46.4066430Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-05-15T23:47:46.4067052Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-05-15T23:47:46.4067664Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-05-15T23:47:46.4068329Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-05-15T23:47:46.4068820Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-05-15T23:47:46.4069570Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-05-15T23:47:46.4070077Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-05-15T23:47:46.4070532Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-05-15T23:47:46.4071017Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-05-15T23:47:46.4071475Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-05-15T23:47:46.4072059Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-05-15T23:47:46.4072659Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-05-15T23:47:46.4073213Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-05-15T23:47:46.4073778Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-05-15T23:47:46.4074413Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-05-15T23:47:46.4074942Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-05-15T23:47:46.4075443Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-05-15T23:47:46.4075941Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-05-15T23:47:46.4076472Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-05-15T23:47:46.4076826Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-05-15T23:47:46.4077180Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-05-15T23:47:46.4077474Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-05-15T23:47:46.4077781Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-05-15T23:47:46.4078189Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-05-15T23:47:46.4078515Z adding 'executorch/backends/cadence/aot/quantizer.py' 2024-05-15T23:47:46.4078752Z adding 'executorch/backends/cadence/aot/utils.py' 2024-05-15T23:47:46.4079027Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-05-15T23:47:46.4079406Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-05-15T23:47:46.4079772Z adding 'executorch/backends/example/example_backend.py' 2024-05-15T23:47:46.4080082Z adding 'executorch/backends/example/example_partitioner.py' 2024-05-15T23:47:46.4080370Z adding 'executorch/backends/example/example_quantizer.py' 2024-05-15T23:47:46.4080671Z adding 'executorch/backends/example/test_example_delegate.py' 2024-05-15T23:47:46.4081297Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-05-15T23:47:46.4081848Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-05-15T23:47:46.4249801Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-05-15T23:47:46.4250280Z adding 'executorch/backends/example/example_operators/add.py' 2024-05-15T23:47:46.4250731Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-05-15T23:47:46.4251212Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-05-15T23:47:46.4251670Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-05-15T23:47:46.4252139Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-05-15T23:47:46.4252765Z adding 'executorch/backends/example/example_operators/linear.py' 2024-05-15T23:47:46.4253151Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-05-15T23:47:46.4253538Z adding 'executorch/backends/example/example_operators/ops.py' 2024-05-15T23:47:46.4253857Z adding 'executorch/backends/example/example_operators/utils.py' 2024-05-15T23:47:46.4254223Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-05-15T23:47:46.4254515Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-05-15T23:47:46.4254864Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-05-15T23:47:46.4255175Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-05-15T23:47:46.4255456Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-05-15T23:47:46.4255794Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-05-15T23:47:46.4256171Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-05-15T23:47:46.4256455Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-05-15T23:47:46.4256728Z adding 'executorch/backends/qualcomm/builders/op_cast.py' 2024-05-15T23:47:46.4256997Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-05-15T23:47:46.4257370Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-05-15T23:47:46.4257655Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-05-15T23:47:46.4260135Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-05-15T23:47:46.4260529Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-05-15T23:47:46.4261133Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-05-15T23:47:46.4261514Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-05-15T23:47:46.4261842Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-05-15T23:47:46.4262130Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-05-15T23:47:46.4262416Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-05-15T23:47:46.4262813Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-05-15T23:47:46.4263185Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-05-15T23:47:46.4263507Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-05-15T23:47:46.4263792Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-05-15T23:47:46.4264294Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-05-15T23:47:46.4264584Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-05-15T23:47:46.4264896Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-05-15T23:47:46.4265217Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-05-15T23:47:46.4265553Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-05-15T23:47:46.4265832Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-05-15T23:47:46.4266101Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-05-15T23:47:46.4266394Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-05-15T23:47:46.4266764Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-05-15T23:47:46.4267065Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-05-15T23:47:46.4267347Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-05-15T23:47:46.4267675Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-05-15T23:47:46.4268001Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-05-15T23:47:46.4268352Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-05-15T23:47:46.4268674Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-05-15T23:47:46.4268960Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-05-15T23:47:46.4269246Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-05-15T23:47:46.4269614Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-05-15T23:47:46.4269971Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-05-15T23:47:46.4270309Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-05-15T23:47:46.4270587Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-05-15T23:47:46.4270982Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-05-15T23:47:46.4271362Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-05-15T23:47:46.4271738Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-05-15T23:47:46.4272072Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-05-15T23:47:46.4272416Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-05-15T23:47:46.4272732Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-05-15T23:47:46.4273078Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-05-15T23:47:46.4273503Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-05-15T23:47:46.4273884Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-05-15T23:47:46.4274240Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-05-15T23:47:46.4274637Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-05-15T23:47:46.4275065Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-05-15T23:47:46.4275489Z adding 'executorch/backends/qualcomm/passes/convert_hardsigmoid.py' 2024-05-15T23:47:46.4275829Z adding 'executorch/backends/qualcomm/passes/convert_hardswish.py' 2024-05-15T23:47:46.4276310Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-05-15T23:47:46.4276697Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-05-15T23:47:46.4277155Z adding 'executorch/backends/qualcomm/passes/decompose_scaled_dot_product_attention.py' 2024-05-15T23:47:46.4277479Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-05-15T23:47:46.4277830Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-05-15T23:47:46.4278176Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-05-15T23:47:46.4278485Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-05-15T23:47:46.4278811Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-05-15T23:47:46.4279221Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-05-15T23:47:46.4279608Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-05-15T23:47:46.4279950Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-05-15T23:47:46.4280244Z adding 'executorch/backends/qualcomm/passes/remove_clone.py' 2024-05-15T23:47:46.4280587Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-05-15T23:47:46.4280848Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-05-15T23:47:46.4281153Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-05-15T23:47:46.4281424Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-05-15T23:47:46.4281899Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-05-15T23:47:46.4282345Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-05-15T23:47:46.4282665Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-05-15T23:47:46.4282923Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-05-15T23:47:46.4283250Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-05-15T23:47:46.4283501Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-05-15T23:47:46.4283794Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-05-15T23:47:46.4284087Z adding 'executorch/backends/transforms/__init__.py' 2024-05-15T23:47:46.4284385Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-05-15T23:47:46.4284830Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-05-15T23:47:46.4285262Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-05-15T23:47:46.4285497Z adding 'executorch/backends/vulkan/__init__.py' 2024-05-15T23:47:46.4285787Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-05-15T23:47:46.4286147Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-05-15T23:47:46.4286499Z adding 'executorch/backends/vulkan/runtime/api/gen_vulkan_spv.py' 2024-05-15T23:47:46.4286893Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-05-15T23:47:46.4287238Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-05-15T23:47:46.4287592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-05-15T23:47:46.4287952Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-05-15T23:47:46.4288322Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-05-15T23:47:46.4288774Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-05-15T23:47:46.4289266Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-05-15T23:47:46.4289806Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-05-15T23:47:46.4290196Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-05-15T23:47:46.4290669Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-05-15T23:47:46.4291202Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-05-15T23:47:46.4291648Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-05-15T23:47:46.4292036Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-05-15T23:47:46.4292440Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-05-15T23:47:46.4292866Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2024-05-15T23:47:46.4293296Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-05-15T23:47:46.4293726Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-05-15T23:47:46.4294115Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-05-15T23:47:46.4294615Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-05-15T23:47:46.4295020Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2024-05-15T23:47:46.4295366Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-05-15T23:47:46.4295737Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-05-15T23:47:46.4526458Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-05-15T23:47:46.4527155Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-05-15T23:47:46.4527816Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-05-15T23:47:46.4528243Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-05-15T23:47:46.4528673Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-05-15T23:47:46.4529121Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-05-15T23:47:46.4529613Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-05-15T23:47:46.4530034Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-05-15T23:47:46.4530509Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-05-15T23:47:46.4530967Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-05-15T23:47:46.4531590Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-05-15T23:47:46.4532015Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-05-15T23:47:46.4532391Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-05-15T23:47:46.4532807Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-05-15T23:47:46.4533327Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-05-15T23:47:46.4533693Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-05-15T23:47:46.4534000Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-05-15T23:47:46.4534396Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-05-15T23:47:46.4534772Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-05-15T23:47:46.4535185Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-05-15T23:47:46.4535574Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-05-15T23:47:46.4535902Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-05-15T23:47:46.4536263Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-05-15T23:47:46.4536577Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-05-15T23:47:46.4536868Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-05-15T23:47:46.4537373Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-05-15T23:47:46.4537734Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-05-15T23:47:46.4538091Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-05-15T23:47:46.4538575Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-05-15T23:47:46.4539045Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-05-15T23:47:46.4539569Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-05-15T23:47:46.4540079Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-05-15T23:47:46.4540498Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-05-15T23:47:46.4541282Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-05-15T23:47:46.4541829Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-05-15T23:47:46.4542352Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-05-15T23:47:46.4542959Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-05-15T23:47:46.4543286Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-05-15T23:47:46.4543585Z adding 'executorch/backends/xnnpack/__init__.py' 2024-05-15T23:47:46.4543917Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-05-15T23:47:46.4544205Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-05-15T23:47:46.4544519Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-05-15T23:47:46.4544804Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-05-15T23:47:46.4545091Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-05-15T23:47:46.4545460Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-05-15T23:47:46.4545813Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-05-15T23:47:46.4546086Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-05-15T23:47:46.4546391Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-05-15T23:47:46.4546677Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-05-15T23:47:46.4546972Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-05-15T23:47:46.4547528Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-05-15T23:47:46.4547810Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-05-15T23:47:46.4548202Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-05-15T23:47:46.4548586Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-05-15T23:47:46.4548906Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-05-15T23:47:46.4549199Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-05-15T23:47:46.4549526Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-05-15T23:47:46.4549829Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-05-15T23:47:46.4550155Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-05-15T23:47:46.4550521Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-05-15T23:47:46.4550936Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-05-15T23:47:46.4551250Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-05-15T23:47:46.4551577Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-05-15T23:47:46.4551877Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-05-15T23:47:46.4552266Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-05-15T23:47:46.4552568Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-05-15T23:47:46.4552949Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-05-15T23:47:46.4553252Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-05-15T23:47:46.4553546Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-05-15T23:47:46.4553924Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-05-15T23:47:46.4554307Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-05-15T23:47:46.4554588Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-05-15T23:47:46.4554876Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-05-15T23:47:46.4555229Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-05-15T23:47:46.4555613Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-05-15T23:47:46.4555940Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-05-15T23:47:46.4556232Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-05-15T23:47:46.4556525Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-05-15T23:47:46.4556862Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-05-15T23:47:46.4557231Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-05-15T23:47:46.4557614Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-05-15T23:47:46.4558013Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-05-15T23:47:46.4558283Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-05-15T23:47:46.4558582Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-05-15T23:47:46.4558938Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-05-15T23:47:46.4559257Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-05-15T23:47:46.4559616Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-05-15T23:47:46.4559963Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-05-15T23:47:46.4560263Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-05-15T23:47:46.4560534Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-05-15T23:47:46.4561036Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-05-15T23:47:46.4561391Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-05-15T23:47:46.4561709Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-05-15T23:47:46.4562075Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-05-15T23:47:46.4562479Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-05-15T23:47:46.4562816Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-05-15T23:47:46.4563177Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-05-15T23:47:46.4563537Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-05-15T23:47:46.4563859Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-05-15T23:47:46.4564201Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-05-15T23:47:46.4564500Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-05-15T23:47:46.4564844Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-05-15T23:47:46.4565152Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-05-15T23:47:46.4565535Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-05-15T23:47:46.4565937Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-05-15T23:47:46.4566256Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-05-15T23:47:46.4566610Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-05-15T23:47:46.4566915Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-05-15T23:47:46.4567231Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-05-15T23:47:46.4567650Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-05-15T23:47:46.4567975Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-05-15T23:47:46.4568304Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-05-15T23:47:46.4568644Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-05-15T23:47:46.4568956Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-05-15T23:47:46.4569332Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-05-15T23:47:46.4569686Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-05-15T23:47:46.4737960Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-05-15T23:47:46.4738526Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-05-15T23:47:46.4739015Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-05-15T23:47:46.4739414Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-05-15T23:47:46.4739768Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-05-15T23:47:46.4740133Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-05-15T23:47:46.4740497Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-05-15T23:47:46.4741110Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-05-15T23:47:46.4741376Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-05-15T23:47:46.4741635Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-05-15T23:47:46.4741896Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-05-15T23:47:46.4742174Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-05-15T23:47:46.4742440Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-05-15T23:47:46.4742688Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-05-15T23:47:46.4742942Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-05-15T23:47:46.4743203Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-05-15T23:47:46.4743499Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-05-15T23:47:46.4743797Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-05-15T23:47:46.4744119Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-05-15T23:47:46.4744410Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-05-15T23:47:46.4744678Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-05-15T23:47:46.4745038Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-05-15T23:47:46.4745326Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-05-15T23:47:46.4745601Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-05-15T23:47:46.4745873Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-05-15T23:47:46.4746148Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-05-15T23:47:46.4746446Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-05-15T23:47:46.4746724Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-05-15T23:47:46.4746971Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-05-15T23:47:46.4747240Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-05-15T23:47:46.4747581Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-05-15T23:47:46.4747833Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-05-15T23:47:46.4748090Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-05-15T23:47:46.4748364Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-05-15T23:47:46.4748652Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-05-15T23:47:46.4748934Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-05-15T23:47:46.4749185Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-05-15T23:47:46.4749453Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-05-15T23:47:46.4749869Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-05-15T23:47:46.4750118Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-05-15T23:47:46.4750502Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-05-15T23:47:46.4750893Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-05-15T23:47:46.4751341Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-05-15T23:47:46.4751727Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-05-15T23:47:46.4752124Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-05-15T23:47:46.4752565Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-05-15T23:47:46.4752977Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-05-15T23:47:46.4753367Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-05-15T23:47:46.4753661Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-05-15T23:47:46.4753953Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-05-15T23:47:46.4754363Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-05-15T23:47:46.4754777Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-05-15T23:47:46.4755112Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-05-15T23:47:46.4755437Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-05-15T23:47:46.4755843Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-05-15T23:47:46.4756219Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-05-15T23:47:46.4756599Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-05-15T23:47:46.4757003Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-05-15T23:47:46.4757343Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-05-15T23:47:46.4757666Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-05-15T23:47:46.4758060Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-05-15T23:47:46.4758439Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-05-15T23:47:46.4758951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-05-15T23:47:46.4759426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-05-15T23:47:46.4759901Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-05-15T23:47:46.4760334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-05-15T23:47:46.4760785Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-05-15T23:47:46.4761254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-05-15T23:47:46.4761658Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-05-15T23:47:46.4762046Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-05-15T23:47:46.4762480Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-05-15T23:47:46.4762928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-05-15T23:47:46.4763362Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-05-15T23:47:46.4763890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-05-15T23:47:46.4764390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-05-15T23:47:46.4764822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-05-15T23:47:46.4765277Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-05-15T23:47:46.4765753Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-05-15T23:47:46.4766241Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-05-15T23:47:46.4766671Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-05-15T23:47:46.4767099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-05-15T23:47:46.4767567Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-05-15T23:47:46.4768003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-05-15T23:47:46.4768432Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-05-15T23:47:46.4768888Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-05-15T23:47:46.4769311Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-05-15T23:47:46.4769734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-05-15T23:47:46.4770165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-05-15T23:47:46.4770613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-05-15T23:47:46.4771077Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-05-15T23:47:46.4771469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-05-15T23:47:46.4771882Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-05-15T23:47:46.4772385Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-05-15T23:47:46.4772770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-05-15T23:47:46.4773158Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-05-15T23:47:46.4773559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-05-15T23:47:46.4773940Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-05-15T23:47:46.4774375Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-05-15T23:47:46.4774753Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-05-15T23:47:46.4775222Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-05-15T23:47:46.4775668Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-05-15T23:47:46.4776059Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-05-15T23:47:46.4776454Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-05-15T23:47:46.4776909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-05-15T23:47:46.4777341Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-05-15T23:47:46.4777734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-05-15T23:47:46.4778137Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-05-15T23:47:46.4778529Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-05-15T23:47:46.4778926Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-05-15T23:47:46.4779316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-05-15T23:47:46.4779694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-05-15T23:47:46.4780085Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-05-15T23:47:46.4899573Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-05-15T23:47:46.4900336Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-05-15T23:47:46.4901392Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-05-15T23:47:46.4902009Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-05-15T23:47:46.4902743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-05-15T23:47:46.4903373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-05-15T23:47:46.4904040Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-05-15T23:47:46.4904775Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-05-15T23:47:46.4905390Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-05-15T23:47:46.4905853Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-05-15T23:47:46.4906298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-05-15T23:47:46.4906899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-05-15T23:47:46.4907566Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-05-15T23:47:46.4908217Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-05-15T23:47:46.4908870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-05-15T23:47:46.4909564Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-05-15T23:47:46.4910273Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-05-15T23:47:46.4910900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-05-15T23:47:46.4911562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-05-15T23:47:46.4912322Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-05-15T23:47:46.4912973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-05-15T23:47:46.4913670Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-05-15T23:47:46.4914509Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-05-15T23:47:46.4915312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-05-15T23:47:46.4916191Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-05-15T23:47:46.4916922Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-05-15T23:47:46.4917627Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-05-15T23:47:46.4918378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-05-15T23:47:46.4919084Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-05-15T23:47:46.4919784Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-05-15T23:47:46.4920535Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-05-15T23:47:46.4921180Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-05-15T23:47:46.4921905Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-05-15T23:47:46.4922579Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-05-15T23:47:46.4923192Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-05-15T23:47:46.4923941Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-05-15T23:47:46.4924643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-05-15T23:47:46.4925434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-05-15T23:47:46.4926105Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-05-15T23:47:46.4926812Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-05-15T23:47:46.4927495Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-05-15T23:47:46.4928134Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-05-15T23:47:46.4928861Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-05-15T23:47:46.4929665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-05-15T23:47:46.4930377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-05-15T23:47:46.4930991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-05-15T23:47:46.4931755Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-05-15T23:47:46.4932474Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-05-15T23:47:46.4933212Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-05-15T23:47:46.4933899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-05-15T23:47:46.4934484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-05-15T23:47:46.4934903Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-05-15T23:47:46.4935367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-05-15T23:47:46.4935824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-05-15T23:47:46.4936630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-05-15T23:47:46.4937261Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-05-15T23:47:46.4937807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-05-15T23:47:46.4938227Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-05-15T23:47:46.4938610Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-05-15T23:47:46.4939164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-05-15T23:47:46.4939873Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-05-15T23:47:46.4940562Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-05-15T23:47:46.4941453Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-05-15T23:47:46.4942187Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-05-15T23:47:46.4942877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-05-15T23:47:46.4943576Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-05-15T23:47:46.4944219Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-05-15T23:47:46.4944847Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-05-15T23:47:46.4945479Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-05-15T23:47:46.4946182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-05-15T23:47:46.4946879Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-05-15T23:47:46.4947505Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-05-15T23:47:46.4948183Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-05-15T23:47:46.4949005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-05-15T23:47:46.4949627Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-05-15T23:47:46.4950263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-05-15T23:47:46.4950914Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-05-15T23:47:46.4951536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-05-15T23:47:46.4952177Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-05-15T23:47:46.4952899Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-05-15T23:47:46.4953523Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-05-15T23:47:46.4954189Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-05-15T23:47:46.4954893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-05-15T23:47:46.4955588Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-05-15T23:47:46.4956189Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-05-15T23:47:46.4956889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-05-15T23:47:46.4957596Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-05-15T23:47:46.4958208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-05-15T23:47:46.4958949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-05-15T23:47:46.4959567Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-05-15T23:47:46.4960298Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-05-15T23:47:46.4960999Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-05-15T23:47:46.4961519Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-05-15T23:47:46.4961916Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-05-15T23:47:46.4962303Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-05-15T23:47:46.4962691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-05-15T23:47:46.4963215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-05-15T23:47:46.4963963Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-05-15T23:47:46.4964589Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-05-15T23:47:46.5044617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-05-15T23:47:46.5045458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-05-15T23:47:46.5046116Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-05-15T23:47:46.5046879Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-05-15T23:47:46.5047592Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-05-15T23:47:46.5048278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-05-15T23:47:46.5048897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-05-15T23:47:46.5049573Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-05-15T23:47:46.5050223Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-05-15T23:47:46.5050661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-05-15T23:47:46.5051095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-05-15T23:47:46.5051622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-05-15T23:47:46.5052013Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-05-15T23:47:46.5052563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-05-15T23:47:46.5053258Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-05-15T23:47:46.5053894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-05-15T23:47:46.5054425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-05-15T23:47:46.5054907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-05-15T23:47:46.5055399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-05-15T23:47:46.5055896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-05-15T23:47:46.5056396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-05-15T23:47:46.5056878Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-05-15T23:47:46.5057371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-05-15T23:47:46.5057865Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-05-15T23:47:46.5058286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-05-15T23:47:46.5058845Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:47:46.5059408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-05-15T23:47:46.5059950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:47:46.5060492Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-05-15T23:47:46.5061267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-05-15T23:47:46.5061681Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-05-15T23:47:46.5062172Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-05-15T23:47:46.5062679Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-05-15T23:47:46.5063591Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:47:46.5064539Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:47:46.5065187Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-05-15T23:47:46.5065859Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-05-15T23:47:46.5066646Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-05-15T23:47:46.5067458Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-05-15T23:47:46.5067970Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-05-15T23:47:46.5068416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-05-15T23:47:46.5068808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-05-15T23:47:46.5069214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-05-15T23:47:46.5069780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-05-15T23:47:46.5070537Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-05-15T23:47:46.5071369Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-05-15T23:47:46.5071890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-05-15T23:47:46.5072370Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-05-15T23:47:46.5072884Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-05-15T23:47:46.5073743Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:47:46.5074654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-05-15T23:47:46.5075377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:47:46.5075928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-05-15T23:47:46.5076393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-05-15T23:47:46.5077195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-05-15T23:47:46.5077995Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-05-15T23:47:46.5078568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-05-15T23:47:46.5079050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-05-15T23:47:46.5079674Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-05-15T23:47:46.5080461Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-05-15T23:47:46.5081129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-05-15T23:47:46.5081613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-05-15T23:47:46.5082012Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-05-15T23:47:46.5082478Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-05-15T23:47:46.5083098Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-05-15T23:47:46.5083864Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-05-15T23:47:46.5084549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-05-15T23:47:46.5085417Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-05-15T23:47:46.5086192Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-05-15T23:47:46.5086841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-05-15T23:47:46.5087507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-05-15T23:47:46.5088216Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-05-15T23:47:46.5088842Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-05-15T23:47:46.5089493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-05-15T23:47:46.5090271Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-05-15T23:47:46.5091073Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-05-15T23:47:46.5091705Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-05-15T23:47:46.5092314Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-05-15T23:47:46.5092986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-05-15T23:47:46.5093641Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-05-15T23:47:46.5094365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-05-15T23:47:46.5094967Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-05-15T23:47:46.5095601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-05-15T23:47:46.5096231Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-05-15T23:47:46.5096725Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-05-15T23:47:46.5097150Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-05-15T23:47:46.5097614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-05-15T23:47:46.5098141Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-05-15T23:47:46.5098762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-05-15T23:47:46.5099450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-05-15T23:47:46.5099951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-05-15T23:47:46.5100374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-05-15T23:47:46.5101024Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-05-15T23:47:46.5101419Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-05-15T23:47:46.7965131Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-05-15T23:47:46.7966128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-05-15T23:47:46.7967063Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-05-15T23:47:46.7968070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-05-15T23:47:46.7969253Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-05-15T23:47:46.7970410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-05-15T23:47:46.7971494Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-05-15T23:47:46.7972633Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-05-15T23:47:46.7973661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-05-15T23:47:46.7974958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-05-15T23:47:46.7976170Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-05-15T23:47:46.7977404Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-05-15T23:47:46.7978554Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-05-15T23:47:46.7979751Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-05-15T23:47:46.7981145Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-05-15T23:47:46.7982406Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-05-15T23:47:46.7983498Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-05-15T23:47:46.7984714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-05-15T23:47:46.7986019Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-05-15T23:47:46.7987305Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-05-15T23:47:46.7988450Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-05-15T23:47:46.7989643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-05-15T23:47:46.7990776Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-05-15T23:47:46.7991936Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-05-15T23:47:46.7992968Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-05-15T23:47:46.7994067Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-05-15T23:47:46.7995131Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-05-15T23:47:46.7996255Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-05-15T23:47:46.7997337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-05-15T23:47:46.7998408Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-05-15T23:47:46.7999493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-05-15T23:47:46.8000544Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-05-15T23:47:46.8001704Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-05-15T23:47:46.8002829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-05-15T23:47:46.8003978Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-05-15T23:47:46.8005122Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-05-15T23:47:46.8006262Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-05-15T23:47:46.8007292Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-05-15T23:47:46.8008284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-05-15T23:47:46.8009310Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-05-15T23:47:46.8010415Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-05-15T23:47:46.8011498Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-05-15T23:47:46.8012518Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-05-15T23:47:46.8013649Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-05-15T23:47:46.8014760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-05-15T23:47:46.8015795Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-05-15T23:47:46.8016892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-05-15T23:47:46.8018191Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-05-15T23:47:46.8019388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-05-15T23:47:46.8020537Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-05-15T23:47:46.8021829Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-05-15T23:47:46.8022909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-05-15T23:47:46.8024045Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-05-15T23:47:46.8025096Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-05-15T23:47:46.8026035Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-05-15T23:47:46.8027014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-05-15T23:47:46.8028084Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-05-15T23:47:46.8029024Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-05-15T23:47:46.8030125Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-05-15T23:47:46.8031126Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-05-15T23:47:46.8032133Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-05-15T23:47:46.8033347Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-05-15T23:47:46.8034656Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-05-15T23:47:46.8035960Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-05-15T23:47:46.8037101Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-05-15T23:47:46.8038129Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-05-15T23:47:46.8039009Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-05-15T23:47:46.8053219Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-05-15T23:47:46.8053933Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-05-15T23:47:46.8054725Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-05-15T23:47:46.8055352Z adding 'executorch/data/bin/__init__.py' 2024-05-15T23:47:46.8055886Z adding 'executorch/data/bin/flatc' 2024-05-15T23:47:46.8056503Z adding 'executorch/examples/models/__init__.py' 2024-05-15T23:47:46.8057071Z adding 'executorch/examples/models/model_base.py' 2024-05-15T23:47:46.8057662Z adding 'executorch/examples/models/model_factory.py' 2024-05-15T23:47:46.8058325Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-05-15T23:47:46.8059106Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-05-15T23:47:46.8059740Z adding 'executorch/examples/models/edsr/__init__.py' 2024-05-15T23:47:46.8060327Z adding 'executorch/examples/models/edsr/model.py' 2024-05-15T23:47:46.8061354Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-05-15T23:47:46.8062099Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-05-15T23:47:46.8062859Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-05-15T23:47:46.8063630Z adding 'executorch/examples/models/inception_v3/model.py' 2024-05-15T23:47:46.8064307Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-05-15T23:47:46.8065271Z adding 'executorch/examples/models/inception_v4/model.py' 2024-05-15T23:47:46.8065910Z adding 'executorch/examples/models/llama2/__init__.py' 2024-05-15T23:47:46.8066525Z adding 'executorch/examples/models/llama2/builder.py' 2024-05-15T23:47:46.8067316Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-05-15T23:47:46.8068067Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-05-15T23:47:46.8068758Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-05-15T23:47:46.8069616Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-05-15T23:47:46.8070296Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-05-15T23:47:46.8071033Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-05-15T23:47:46.8071935Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-05-15T23:47:46.8072626Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-05-15T23:47:46.8073297Z adding 'executorch/examples/models/llama2/model.py' 2024-05-15T23:47:46.8073977Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-05-15T23:47:46.8074805Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-05-15T23:47:46.8075678Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-05-15T23:47:46.8076575Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-05-15T23:47:46.8077496Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-05-15T23:47:46.8078319Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-05-15T23:47:46.8079137Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-05-15T23:47:46.8079949Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-05-15T23:47:46.8388788Z adding 'executorch/examples/models/llama2/lib/__init__.py' 2024-05-15T23:47:46.8390037Z adding 'executorch/examples/models/llama2/lib/partitioner_lib.py' 2024-05-15T23:47:46.8391168Z adding 'executorch/examples/models/llama2/lib/quant_lib.py' 2024-05-15T23:47:46.8392442Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-05-15T23:47:46.8393679Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-05-15T23:47:46.8395089Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-05-15T23:47:46.8396428Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-05-15T23:47:46.8397767Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-05-15T23:47:46.8398995Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-05-15T23:47:46.8400335Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/conanfile.py' 2024-05-15T23:47:46.8401782Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/create_lts.py' 2024-05-15T23:47:46.8403338Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-05-15T23:47:46.8405036Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py' 2024-05-15T23:47:46.8406768Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-05-15T23:47:46.8408330Z adding 'executorch/examples/models/llama2/third-party/re2/benchlog/benchplot.py' 2024-05-15T23:47:46.8409733Z adding 'executorch/examples/models/llama2/third-party/re2/python/re2.py' 2024-05-15T23:47:46.8411108Z adding 'executorch/examples/models/llama2/third-party/re2/python/re2_test.py' 2024-05-15T23:47:46.8412426Z adding 'executorch/examples/models/llama2/third-party/re2/python/setup.py' 2024-05-15T23:47:46.8413867Z adding 'executorch/examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py' 2024-05-15T23:47:46.8415415Z adding 'executorch/examples/models/llama2/third-party/re2/re2/make_unicode_groups.py' 2024-05-15T23:47:46.8416954Z adding 'executorch/examples/models/llama2/third-party/re2/re2/unicode.py' 2024-05-15T23:47:46.8418181Z adding 'executorch/examples/models/llama2/tokenizer/__init__.py' 2024-05-15T23:47:46.8419350Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-05-15T23:47:46.8420528Z adding 'executorch/examples/models/llama2/tokenizer/tokenizer.py' 2024-05-15T23:47:46.8422236Z adding 'executorch/examples/models/llama2/tokenizer/test/__init__.py' 2024-05-15T23:47:46.8423532Z adding 'executorch/examples/models/llama2/tokenizer/test/test_tokenizer.py' 2024-05-15T23:47:46.8424739Z adding 'executorch/examples/models/llava_encoder/__init__.py' 2024-05-15T23:47:46.8425730Z adding 'executorch/examples/models/llava_encoder/model.py' 2024-05-15T23:47:46.8426709Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-05-15T23:47:46.8427721Z adding 'executorch/examples/models/mobilebert/model.py' 2024-05-15T23:47:46.8428740Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-05-15T23:47:46.8429791Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-05-15T23:47:46.8430800Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-05-15T23:47:46.8431808Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-05-15T23:47:46.8432825Z adding 'executorch/examples/models/resnet/__init__.py' 2024-05-15T23:47:46.8433734Z adding 'executorch/examples/models/resnet/model.py' 2024-05-15T23:47:46.8434874Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-05-15T23:47:46.8435888Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-05-15T23:47:46.8436910Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-05-15T23:47:46.8437897Z adding 'executorch/examples/models/toy_model/model.py' 2024-05-15T23:47:46.8438867Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-05-15T23:47:46.8439922Z adding 'executorch/examples/models/wav2letter/model.py' 2024-05-15T23:47:46.8440772Z adding 'executorch/exir/__init__.py' 2024-05-15T23:47:46.8441515Z adding 'executorch/exir/common.py' 2024-05-15T23:47:46.8442211Z adding 'executorch/exir/control_flow.py' 2024-05-15T23:47:46.8443073Z adding 'executorch/exir/delegate.py' 2024-05-15T23:47:46.8443856Z adding 'executorch/exir/dim_order_utils.py' 2024-05-15T23:47:46.8444611Z adding 'executorch/exir/dynamic_shape.py' 2024-05-15T23:47:46.8445315Z adding 'executorch/exir/error.py' 2024-05-15T23:47:46.8445950Z adding 'executorch/exir/graph.py' 2024-05-15T23:47:46.8446615Z adding 'executorch/exir/graph_module.py' 2024-05-15T23:47:46.8447394Z adding 'executorch/exir/lowered_backend_module.py' 2024-05-15T23:47:46.8448134Z adding 'executorch/exir/memory.py' 2024-05-15T23:47:46.8448829Z adding 'executorch/exir/memory_planning.py' 2024-05-15T23:47:46.8449539Z adding 'executorch/exir/pass_base.py' 2024-05-15T23:47:46.8450231Z adding 'executorch/exir/pass_manager.py' 2024-05-15T23:47:46.8450932Z adding 'executorch/exir/print_program.py' 2024-05-15T23:47:46.8451646Z adding 'executorch/exir/scalar_type.py' 2024-05-15T23:47:46.8452308Z adding 'executorch/exir/schema.py' 2024-05-15T23:47:46.8452948Z adding 'executorch/exir/sym_util.py' 2024-05-15T23:47:46.8453596Z adding 'executorch/exir/tensor.py' 2024-05-15T23:47:46.8454235Z adding 'executorch/exir/tracer.py' 2024-05-15T23:47:46.8454858Z adding 'executorch/exir/types.py' 2024-05-15T23:47:46.8455508Z adding 'executorch/exir/version.py' 2024-05-15T23:47:46.8456145Z adding 'executorch/exir/wrap.py' 2024-05-15T23:47:46.8456864Z adding 'executorch/exir/_serialize/__init__.py' 2024-05-15T23:47:46.8457662Z adding 'executorch/exir/_serialize/_cord.py' 2024-05-15T23:47:46.8458554Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-05-15T23:47:46.8459412Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-05-15T23:47:46.8460305Z adding 'executorch/exir/_serialize/_program.py' 2024-05-15T23:47:46.8461465Z adding 'executorch/exir/_serialize/program.fbs' 2024-05-15T23:47:46.8462400Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-05-15T23:47:46.8463263Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-05-15T23:47:46.8464223Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-05-15T23:47:46.8465222Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-05-15T23:47:46.8466169Z adding 'executorch/exir/backend/backend_api.py' 2024-05-15T23:47:46.8467197Z adding 'executorch/exir/backend/backend_details.py' 2024-05-15T23:47:46.8468107Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-05-15T23:47:46.8468966Z adding 'executorch/exir/backend/partitioner.py' 2024-05-15T23:47:46.8469728Z adding 'executorch/exir/backend/utils.py' 2024-05-15T23:47:46.8470814Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-05-15T23:47:46.8472236Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-05-15T23:47:46.8473632Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-05-15T23:47:46.8474905Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-05-15T23:47:46.8476049Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-05-15T23:47:46.8477151Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-05-15T23:47:46.8478131Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-05-15T23:47:46.8479142Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-05-15T23:47:46.8480043Z adding 'executorch/exir/backend/test/test_backends.py' 2024-05-15T23:47:46.8480963Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-05-15T23:47:46.8481925Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-05-15T23:47:46.8482917Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-05-15T23:47:46.8483950Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-05-15T23:47:46.8485020Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-05-15T23:47:46.8486096Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-05-15T23:47:46.8487139Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-05-15T23:47:46.8488027Z adding 'executorch/exir/backend/test/test_passes.py' 2024-05-15T23:47:46.8488859Z adding 'executorch/exir/backend/test/test_utils.py' 2024-05-15T23:47:46.8489850Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-05-15T23:47:46.8491053Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-05-15T23:47:46.8492337Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-05-15T23:47:46.8493712Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-05-15T23:47:46.8495038Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-05-15T23:47:46.8496001Z adding 'executorch/exir/capture/__init__.py' 2024-05-15T23:47:46.8496835Z adding 'executorch/exir/capture/_capture.py' 2024-05-15T23:47:46.8497636Z adding 'executorch/exir/capture/_config.py' 2024-05-15T23:47:46.8498398Z adding 'executorch/exir/capture/_unlift.py' 2024-05-15T23:47:46.8499143Z adding 'executorch/exir/dialects/__init__.py' 2024-05-15T23:47:46.8499875Z adding 'executorch/exir/dialects/_ops.py' 2024-05-15T23:47:46.8500642Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-05-15T23:47:46.8501820Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-05-15T23:47:46.8502763Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-05-15T23:47:46.8503542Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-05-15T23:47:46.8504357Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-05-15T23:47:46.8505190Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-05-15T23:47:46.8506047Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-05-15T23:47:46.8507130Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-05-15T23:47:46.8508102Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-05-15T23:47:46.8509007Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-05-15T23:47:46.8509922Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-05-15T23:47:46.8510975Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-05-15T23:47:46.8512021Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-05-15T23:47:46.8512954Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-05-15T23:47:46.8513926Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-05-15T23:47:46.8514994Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-05-15T23:47:46.8516110Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-05-15T23:47:46.8517069Z adding 'executorch/exir/emit/__init__.py' 2024-05-15T23:47:46.8517872Z adding 'executorch/exir/emit/_emit_program.py' 2024-05-15T23:47:46.8518645Z adding 'executorch/exir/emit/_emitter.py' 2024-05-15T23:47:46.8519387Z adding 'executorch/exir/emit/test/test_emit.py' 2024-05-15T23:47:46.8520154Z adding 'executorch/exir/operator/convert.py' 2024-05-15T23:47:46.8520898Z adding 'executorch/exir/operator/manip.py' 2024-05-15T23:47:46.8521630Z adding 'executorch/exir/operator/util.py' 2024-05-15T23:47:46.8522503Z adding 'executorch/exir/operator/test/test_operator.py' 2024-05-15T23:47:46.8523401Z adding 'executorch/exir/passes/__init__.py' 2024-05-15T23:47:46.8524515Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-05-15T23:47:46.8525592Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-05-15T23:47:46.8526560Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-05-15T23:47:46.8527582Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-05-15T23:47:47.5579028Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-05-15T23:47:47.5580210Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-05-15T23:47:47.5582008Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-05-15T23:47:47.5583495Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-05-15T23:47:47.5584688Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-05-15T23:47:47.5585725Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-05-15T23:47:47.5586769Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-05-15T23:47:47.5587936Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-05-15T23:47:47.5588995Z adding 'executorch/exir/passes/pass_registry.py' 2024-05-15T23:47:47.5589944Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-05-15T23:47:47.5590999Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-05-15T23:47:47.5592152Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-05-15T23:47:47.5593211Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-05-15T23:47:47.5594289Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-05-15T23:47:47.5595641Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-05-15T23:47:47.5596970Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-05-15T23:47:47.5598128Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-05-15T23:47:47.5599311Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-05-15T23:47:47.5600428Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-05-15T23:47:47.5601401Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-05-15T23:47:47.5602385Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-05-15T23:47:47.5603379Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-05-15T23:47:47.5604301Z adding 'executorch/exir/program/__init__.py' 2024-05-15T23:47:47.5605195Z adding 'executorch/exir/program/_fake_program.py' 2024-05-15T23:47:47.5606093Z adding 'executorch/exir/program/_program.py' 2024-05-15T23:47:47.5607214Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-05-15T23:47:47.5608258Z adding 'executorch/exir/program/test/test_program.py' 2024-05-15T23:47:47.5609177Z adding 'executorch/exir/serde/__init__.py' 2024-05-15T23:47:47.5610056Z adding 'executorch/exir/serde/export_serialize.py' 2024-05-15T23:47:47.5610945Z adding 'executorch/exir/serde/schema.py' 2024-05-15T23:47:47.5611888Z adding 'executorch/exir/serde/serialize.py' 2024-05-15T23:47:47.5612743Z adding 'executorch/exir/tests/asr_joiner.py' 2024-05-15T23:47:47.5613570Z adding 'executorch/exir/tests/common.py' 2024-05-15T23:47:47.5614431Z adding 'executorch/exir/tests/control_flow_models.py' 2024-05-15T23:47:47.5615411Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-05-15T23:47:47.5616318Z adding 'executorch/exir/tests/models.py' 2024-05-15T23:47:47.5617203Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-05-15T23:47:47.5618090Z adding 'executorch/exir/tests/test_capture.py' 2024-05-15T23:47:47.5618892Z adding 'executorch/exir/tests/test_common.py' 2024-05-15T23:47:47.5619749Z adding 'executorch/exir/tests/test_delegate.py' 2024-05-15T23:47:47.5621113Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-05-15T23:47:47.5622230Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-05-15T23:47:47.5623212Z adding 'executorch/exir/tests/test_error.py' 2024-05-15T23:47:47.5624310Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-05-15T23:47:47.5625336Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-05-15T23:47:47.5626186Z adding 'executorch/exir/tests/test_op_convert.py' 2024-05-15T23:47:47.5626983Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-05-15T23:47:47.5627766Z adding 'executorch/exir/tests/test_passes.py' 2024-05-15T23:47:47.5628570Z adding 'executorch/exir/tests/test_print_program.py' 2024-05-15T23:47:47.5629450Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-05-15T23:47:47.5630375Z adding 'executorch/exir/tests/test_quantization.py' 2024-05-15T23:47:47.5631333Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-05-15T23:47:47.5632302Z adding 'executorch/exir/tests/test_serde.py' 2024-05-15T23:47:47.5633101Z adding 'executorch/exir/tests/test_tensor.py' 2024-05-15T23:47:47.5633948Z adding 'executorch/exir/tests/test_tracer.py' 2024-05-15T23:47:47.5634866Z adding 'executorch/exir/tests/test_verification.py' 2024-05-15T23:47:47.5635726Z adding 'executorch/exir/tests/transformer.py' 2024-05-15T23:47:47.5636605Z adding 'executorch/exir/verification/arg_validator.py' 2024-05-15T23:47:47.5637551Z adding 'executorch/exir/verification/dev_html.py' 2024-05-15T23:47:47.5638478Z adding 'executorch/exir/verification/interpreter.py' 2024-05-15T23:47:47.5639462Z adding 'executorch/exir/verification/verifier.py' 2024-05-15T23:47:47.5640439Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-05-15T23:47:47.5641484Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-05-15T23:47:47.5642454Z adding 'executorch/extension/gguf_util/converter.py' 2024-05-15T23:47:47.5643456Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-05-15T23:47:47.5644528Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-05-15T23:47:47.5645870Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-05-15T23:47:47.5647054Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-05-15T23:47:47.5648068Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-05-15T23:47:47.5649285Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-05-15T23:47:47.5650352Z adding 'executorch/extension/pytree/__init__.py' 2024-05-15T23:47:47.5651258Z adding 'executorch/extension/pytree/test/test.py' 2024-05-15T23:47:47.5652099Z adding 'executorch/schema/program.fbs' 2024-05-15T23:47:47.5652851Z adding 'executorch/schema/scalar_type.fbs' 2024-05-15T23:47:47.5653721Z adding 'executorch/sdk/__init__.py' 2024-05-15T23:47:47.5654450Z adding 'executorch/sdk/bundled_program/config.py' 2024-05-15T23:47:47.5655302Z adding 'executorch/sdk/bundled_program/core.py' 2024-05-15T23:47:47.5656069Z adding 'executorch/sdk/bundled_program/version.py' 2024-05-15T23:47:47.5657050Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-05-15T23:47:47.5658310Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-05-15T23:47:47.5659465Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-05-15T23:47:47.5660750Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-05-15T23:47:47.5662077Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-05-15T23:47:47.5663293Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-05-15T23:47:47.5664482Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-05-15T23:47:47.5665703Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-05-15T23:47:47.5666871Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-05-15T23:47:47.5668125Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-05-15T23:47:47.5669108Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-05-15T23:47:47.5670212Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-05-15T23:47:47.5671430Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-05-15T23:47:47.5672432Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-05-15T23:47:47.5673258Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-05-15T23:47:47.5674223Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-05-15T23:47:47.5675149Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-05-15T23:47:47.5676059Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-05-15T23:47:47.5676899Z adding 'executorch/sdk/etdump/serialize.py' 2024-05-15T23:47:47.5677844Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-05-15T23:47:47.5678747Z adding 'executorch/sdk/etrecord/__init__.py' 2024-05-15T23:47:47.5679694Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-05-15T23:47:47.5680676Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-05-15T23:47:47.5681568Z adding 'executorch/sdk/inspector/__init__.py' 2024-05-15T23:47:47.5682397Z adding 'executorch/sdk/inspector/_inspector.py' 2024-05-15T23:47:47.5683288Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-05-15T23:47:47.5684250Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-05-15T23:47:47.5685322Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-05-15T23:47:47.5686393Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-05-15T23:47:47.5687517Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-05-15T23:47:47.5688683Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-05-15T23:47:47.5689869Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-05-15T23:47:47.5690959Z adding 'executorch/util/activation_memory_profiler.py' 2024-05-15T23:47:47.5691894Z adding 'executorch/util/python_profiler.py' 2024-05-15T23:47:47.5692658Z adding 'serializer/__init__.py' 2024-05-15T23:47:47.5693352Z adding 'serializer/tosa_serializer.py' 2024-05-15T23:47:47.5694209Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-05-15T23:47:47.5695048Z adding 'tosa/Attribute.py' 2024-05-15T23:47:47.5695675Z adding 'tosa/AxisAttribute.py' 2024-05-15T23:47:47.5696381Z adding 'tosa/ClampAttribute.py' 2024-05-15T23:47:47.5697095Z adding 'tosa/CondIfAttribute.py' 2024-05-15T23:47:47.5697775Z adding 'tosa/ConvAttribute.py' 2024-05-15T23:47:47.5698463Z adding 'tosa/CustomAttribute.py' 2024-05-15T23:47:47.5699157Z adding 'tosa/DType.py' 2024-05-15T23:47:47.5699758Z adding 'tosa/FFTAttribute.py' 2024-05-15T23:47:47.5700489Z adding 'tosa/FullyConnectedAttribute.py' 2024-05-15T23:47:47.5701666Z adding 'tosa/MatMulAttribute.py' 2024-05-15T23:47:47.5702349Z adding 'tosa/MulAttribute.py' 2024-05-15T23:47:47.5703045Z adding 'tosa/NegateAttribute.py' 2024-05-15T23:47:47.5703699Z adding 'tosa/Op.py' 2024-05-15T23:47:47.5704292Z adding 'tosa/PadAttribute.py' 2024-05-15T23:47:47.5704966Z adding 'tosa/PoolAttribute.py' 2024-05-15T23:47:47.5705763Z adding 'tosa/RFFTAttribute.py' 2024-05-15T23:47:47.5706436Z adding 'tosa/RescaleAttribute.py' 2024-05-15T23:47:47.5707197Z adding 'tosa/ReshapeAttribute.py' 2024-05-15T23:47:47.5707903Z adding 'tosa/ResizeAttribute.py' 2024-05-15T23:47:47.5708559Z adding 'tosa/ResizeMode.py' 2024-05-15T23:47:47.5709225Z adding 'tosa/SliceAttribute.py' 2024-05-15T23:47:47.5709895Z adding 'tosa/TableAttribute.py' 2024-05-15T23:47:47.5710598Z adding 'tosa/TileAttribute.py' 2024-05-15T23:47:47.5711279Z adding 'tosa/TosaBasicBlock.py' 2024-05-15T23:47:47.5711965Z adding 'tosa/TosaGraph.py' 2024-05-15T23:47:47.5712617Z adding 'tosa/TosaOperator.py' 2024-05-15T23:47:47.5713270Z adding 'tosa/TosaRegion.py' 2024-05-15T23:47:47.5713888Z adding 'tosa/TosaTensor.py' 2024-05-15T23:47:47.5714586Z adding 'tosa/TransposeAttribute.py' 2024-05-15T23:47:47.5715370Z adding 'tosa/TransposeConvAttribute.py' 2024-05-15T23:47:47.5716111Z adding 'tosa/Version.py' 2024-05-15T23:47:47.5716754Z adding 'tosa/WhileLoopAttribute.py' 2024-05-15T23:47:47.5717494Z adding 'tosa/__init__.py' 2024-05-15T23:47:47.5718393Z adding 'executorch-0.3.0a0+fff20a7.dist-info/LICENSE' 2024-05-15T23:47:47.5719418Z adding 'executorch-0.3.0a0+fff20a7.dist-info/METADATA' 2024-05-15T23:47:47.5720443Z adding 'executorch-0.3.0a0+fff20a7.dist-info/WHEEL' 2024-05-15T23:47:47.5721519Z adding 'executorch-0.3.0a0+fff20a7.dist-info/entry_points.txt' 2024-05-15T23:47:47.5722690Z adding 'executorch-0.3.0a0+fff20a7.dist-info/top_level.txt' 2024-05-15T23:47:47.5723710Z adding 'executorch-0.3.0a0+fff20a7.dist-info/RECORD' 2024-05-15T23:47:47.5724700Z removing pip-out/bdist.linux-x86_64/wheel 2024-05-15T23:47:47.5725729Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-05-15T23:47:47.5728102Z Created wheel for executorch: filename=executorch-0.3.0a0+fff20a7-cp311-cp311-linux_x86_64.whl size=7634764 sha256=b5c7314b5cfeaf29148b8cc2a4e88b93a17df8923dcc046bbdfbfb90349ec799 2024-05-15T23:48:03.9377619Z Stored in directory: /tmp/pip-ephem-wheel-cache-o6bhxvs1/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-05-15T23:48:03.9379055Z Successfully built executorch 2024-05-15T23:48:03.9380627Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-05-15T23:48:03.9382446Z Attempting uninstall: pluggy 2024-05-15T23:48:03.9382954Z Found existing installation: pluggy 1.0.0 2024-05-15T23:48:03.9383473Z Uninstalling pluggy-1.0.0: 2024-05-15T23:48:03.9384221Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-05-15T23:48:03.9385184Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-05-15T23:48:03.9385866Z Successfully uninstalled pluggy-1.0.0 2024-05-15T23:48:03.9386387Z changing mode of /opt/conda/bin/hypothesis to 755 2024-05-15T23:48:03.9389719Z changing mode of /opt/conda/bin/py.test to 755 2024-05-15T23:48:03.9390464Z changing mode of /opt/conda/bin/pytest to 755 2024-05-15T23:48:03.9391125Z changing mode of /opt/conda/bin/flatc to 755 2024-05-15T23:48:03.9393298Z Successfully installed execnet-2.1.1 executorch-0.3.0a0+fff20a7 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.102.4 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.2.0 pytest-xdist-3.6.1 sortedcontainers-2.4.0 2024-05-15T23:48:03.9396789Z 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-05-15T23:48:03.9399007Z + pip3 list 2024-05-15T23:48:03.9399429Z Package Version 2024-05-15T23:48:03.9400049Z ------------------------- ----------------------- 2024-05-15T23:48:03.9400703Z absl-py 2.1.0 2024-05-15T23:48:03.9401216Z accelerate 0.30.1 2024-05-15T23:48:03.9401603Z aiohttp 3.9.5 2024-05-15T23:48:03.9402052Z aiosignal 1.3.1 2024-05-15T23:48:03.9402622Z anaconda-anon-usage 0.4.4 2024-05-15T23:48:03.9403043Z anaconda-client 1.12.3 2024-05-15T23:48:03.9403418Z attrs 23.1.0 2024-05-15T23:48:03.9403961Z beautifulsoup4 4.12.2 2024-05-15T23:48:03.9404322Z blinker 1.8.2 2024-05-15T23:48:03.9404791Z blobfile 2.1.1 2024-05-15T23:48:03.9405300Z boltons 23.0.0 2024-05-15T23:48:03.9405789Z brotlipy 0.7.0 2024-05-15T23:48:03.9406299Z certifi 2024.2.2 2024-05-15T23:48:03.9406849Z cffi 1.15.1 2024-05-15T23:48:03.9407254Z chardet 4.0.0 2024-05-15T23:48:03.9407691Z charset-normalizer 2.0.4 2024-05-15T23:48:03.9408072Z click 8.1.7 2024-05-15T23:48:03.9408436Z cmake 3.29.3 2024-05-15T23:48:03.9408806Z colorama 0.4.6 2024-05-15T23:48:03.9409248Z conda 23.5.2 2024-05-15T23:48:03.9409653Z conda-build 24.3.0 2024-05-15T23:48:03.9410159Z conda-content-trust 0.1.3 2024-05-15T23:48:03.9410543Z conda_index 0.4.0 2024-05-15T23:48:03.9411027Z conda-libmamba-solver 23.5.0 2024-05-15T23:48:03.9411472Z conda-package-handling 2.1.0 2024-05-15T23:48:03.9411870Z conda_package_streaming 0.8.0 2024-05-15T23:48:03.9412246Z cryptography 39.0.1 2024-05-15T23:48:03.9412626Z DataProperty 1.0.1 2024-05-15T23:48:03.9412998Z datasets 2.19.1 2024-05-15T23:48:03.9413365Z defusedxml 0.7.1 2024-05-15T23:48:03.9413727Z dill 0.3.8 2024-05-15T23:48:03.9414088Z evaluate 0.4.2 2024-05-15T23:48:03.9414540Z execnet 2.1.1 2024-05-15T23:48:03.9414933Z executorch 0.3.0a0+fff20a7 2024-05-15T23:48:03.9415346Z expecttest 0.2.1 2024-05-15T23:48:03.9415714Z fastjsonschema 2.16.2 2024-05-15T23:48:03.9416100Z filelock 3.13.1 2024-05-15T23:48:03.9416466Z Flask 3.0.3 2024-05-15T23:48:03.9416831Z flatbuffers 24.3.25 2024-05-15T23:48:03.9417211Z frozenlist 1.4.1 2024-05-15T23:48:03.9417580Z fsspec 2024.3.1 2024-05-15T23:48:03.9417948Z gguf 0.6.0 2024-05-15T23:48:03.9418382Z huggingface-hub 0.23.0 2024-05-15T23:48:03.9418901Z hypothesis 6.102.4 2024-05-15T23:48:03.9419342Z idna 3.4 2024-05-15T23:48:03.9419846Z iniconfig 2.0.0 2024-05-15T23:48:03.9420360Z itsdangerous 2.2.0 2024-05-15T23:48:03.9421157Z Jinja2 3.1.3 2024-05-15T23:48:03.9421536Z joblib 1.4.2 2024-05-15T23:48:03.9422034Z jsonlines 4.0.0 2024-05-15T23:48:03.9422532Z jsonpatch 1.32 2024-05-15T23:48:03.9423023Z jsonpointer 2.1 2024-05-15T23:48:03.9423514Z jsonschema 4.19.2 2024-05-15T23:48:03.9424117Z jsonschema-specifications 2023.7.1 2024-05-15T23:48:03.9424661Z jupyter_core 5.5.0 2024-05-15T23:48:03.9425215Z libarchive-c 2.9 2024-05-15T23:48:03.9425592Z libmambapy 1.4.1 2024-05-15T23:48:03.9426047Z lm_eval 0.4.0 2024-05-15T23:48:03.9426510Z lxml 4.9.4 2024-05-15T23:48:03.9426987Z MarkupSafe 2.1.3 2024-05-15T23:48:03.9427479Z mbstrdecoder 1.1.3 2024-05-15T23:48:03.9427961Z menuinst 2.0.2 2024-05-15T23:48:03.9428524Z more-itertools 10.1.0 2024-05-15T23:48:03.9429157Z mpmath 1.3.0 2024-05-15T23:48:03.9429632Z multidict 6.0.5 2024-05-15T23:48:03.9430179Z multiprocess 0.70.16 2024-05-15T23:48:03.9430682Z nbformat 5.9.2 2024-05-15T23:48:03.9431114Z networkx 3.3 2024-05-15T23:48:03.9431602Z ninja 1.11.1.1 2024-05-15T23:48:03.9432197Z nltk 3.8.1 2024-05-15T23:48:03.9432696Z numexpr 2.10.0 2024-05-15T23:48:03.9433164Z numpy 1.26.4 2024-05-15T23:48:03.9433712Z nvidia-cublas-cu12 12.1.3.1 2024-05-15T23:48:03.9434288Z nvidia-cuda-cupti-cu12 12.1.105 2024-05-15T23:48:03.9434851Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-05-15T23:48:03.9435435Z nvidia-cuda-runtime-cu12 12.1.105 2024-05-15T23:48:03.9436022Z nvidia-cudnn-cu12 8.9.2.26 2024-05-15T23:48:03.9436487Z nvidia-cufft-cu12 11.0.2.54 2024-05-15T23:48:03.9436945Z nvidia-curand-cu12 10.3.2.106 2024-05-15T23:48:03.9437414Z nvidia-cusolver-cu12 11.4.5.107 2024-05-15T23:48:03.9437871Z nvidia-cusparse-cu12 12.1.0.106 2024-05-15T23:48:03.9438325Z nvidia-nccl-cu12 2.20.5 2024-05-15T23:48:03.9438775Z nvidia-nvjitlink-cu12 12.4.127 2024-05-15T23:48:03.9439214Z nvidia-nvtx-cu12 12.1.105 2024-05-15T23:48:03.9439613Z packaging 23.0 2024-05-15T23:48:03.9440038Z pandas 2.2.2 2024-05-15T23:48:03.9440415Z parameterized 0.9.0 2024-05-15T23:48:03.9440872Z pathvalidate 3.2.0 2024-05-15T23:48:03.9441257Z peft 0.10.0 2024-05-15T23:48:03.9441628Z pillow 10.3.0 2024-05-15T23:48:03.9442011Z pip 23.1.2 2024-05-15T23:48:03.9442385Z pkginfo 1.9.6 2024-05-15T23:48:03.9442756Z platformdirs 3.10.0 2024-05-15T23:48:03.9443140Z pluggy 1.5.0 2024-05-15T23:48:03.9443516Z portalocker 2.8.2 2024-05-15T23:48:03.9443891Z psutil 5.9.0 2024-05-15T23:48:03.9444262Z pyarrow 16.1.0 2024-05-15T23:48:03.9444683Z pyarrow-hotfix 0.6 2024-05-15T23:48:03.9445096Z pybind11 2.12.0 2024-05-15T23:48:03.9445482Z pycosat 0.6.4 2024-05-15T23:48:03.9445857Z pycparser 2.21 2024-05-15T23:48:03.9446231Z pycryptodomex 3.20.0 2024-05-15T23:48:03.9446627Z pyOpenSSL 23.0.0 2024-05-15T23:48:03.9447012Z PySocks 1.7.1 2024-05-15T23:48:03.9447389Z pytablewriter 1.2.0 2024-05-15T23:48:03.9447767Z pytest 8.2.0 2024-05-15T23:48:03.9448177Z pytest-xdist 3.6.1 2024-05-15T23:48:03.9448587Z python-dateutil 2.8.2 2024-05-15T23:48:03.9449044Z pytorch-triton 3.0.0+45fff310c8 2024-05-15T23:48:03.9449491Z pytz 2023.3.post1 2024-05-15T23:48:03.9449893Z PyYAML 6.0.1 2024-05-15T23:48:03.9450273Z referencing 0.30.2 2024-05-15T23:48:03.9450662Z regex 2024.5.15 2024-05-15T23:48:03.9451047Z requests 2.29.0 2024-05-15T23:48:03.9451466Z requests-toolbelt 1.0.0 2024-05-15T23:48:03.9451896Z rouge-score 0.1.2 2024-05-15T23:48:03.9452304Z rpds-py 0.10.6 2024-05-15T23:48:03.9452694Z ruamel.yaml 0.17.21 2024-05-15T23:48:03.9453075Z sacrebleu 2.4.2 2024-05-15T23:48:03.9453441Z safetensors 0.4.3 2024-05-15T23:48:03.9453854Z scikit-learn 1.4.2 2024-05-15T23:48:03.9454224Z scipy 1.13.0 2024-05-15T23:48:03.9454590Z sentencepiece 0.2.0 2024-05-15T23:48:03.9454971Z setuptools 67.8.0 2024-05-15T23:48:03.9455339Z six 1.16.0 2024-05-15T23:48:03.9455701Z snakeviz 2.2.0 2024-05-15T23:48:03.9456077Z sortedcontainers 2.4.0 2024-05-15T23:48:03.9456450Z soupsieve 2.5 2024-05-15T23:48:03.9456848Z sqlitedict 2.1.0 2024-05-15T23:48:03.9457214Z sympy 1.12 2024-05-15T23:48:03.9457576Z tabledata 1.3.3 2024-05-15T23:48:03.9457932Z tabulate 0.9.0 2024-05-15T23:48:03.9458302Z tcolorpy 0.1.6 2024-05-15T23:48:03.9458676Z threadpoolctl 3.5.0 2024-05-15T23:48:03.9459039Z tiktoken 0.7.0 2024-05-15T23:48:03.9459444Z timm 0.6.13 2024-05-15T23:48:03.9459825Z tokenizers 0.15.2 2024-05-15T23:48:03.9460230Z tomli 2.0.1 2024-05-15T23:48:03.9460592Z toolz 0.12.0 2024-05-15T23:48:03.9461238Z torch 2.4.0.dev20240507+cu121 2024-05-15T23:48:03.9461669Z torchao 0.1 2024-05-15T23:48:03.9462072Z torchaudio 2.2.0.dev20240507+cpu 2024-05-15T23:48:03.9462505Z torchsr 1.0.4 2024-05-15T23:48:03.9462911Z torchvision 0.19.0.dev20240507+cpu 2024-05-15T23:48:03.9463360Z tornado 6.4 2024-05-15T23:48:03.9463711Z tqdm 4.65.0 2024-05-15T23:48:03.9464124Z tqdm-multiprocess 0.0.11 2024-05-15T23:48:03.9464509Z traitlets 5.7.1 2024-05-15T23:48:03.9464876Z transformers 4.38.2 2024-05-15T23:48:03.9465236Z typepy 1.3.2 2024-05-15T23:48:03.9465603Z typing_extensions 4.11.0 2024-05-15T23:48:03.9465982Z tzdata 2024.1 2024-05-15T23:48:03.9466339Z urllib3 1.26.16 2024-05-15T23:48:03.9466767Z Werkzeug 3.0.3 2024-05-15T23:48:03.9467135Z wheel 0.38.4 2024-05-15T23:48:03.9467493Z xxhash 3.4.1 2024-05-15T23:48:03.9467852Z yarl 1.9.4 2024-05-15T23:48:03.9468220Z zstandard 0.19.0 2024-05-15T23:48:03.9468584Z zstd 1.5.5.1 2024-05-15T23:48:03.9468943Z + popd 2024-05-15T23:48:03.9469246Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:48:03.9469637Z + popd 2024-05-15T23:48:03.9469908Z /pytorch/torchchat 2024-05-15T23:48:03.9470247Z + echo ::endgroup:: 2024-05-15T23:48:03.9470842Z ##[endgroup] 2024-05-15T23:48:03.9471221Z + echo '::group::# Export' 2024-05-15T23:48:03.9471837Z ##[group]# Export 2024-05-15T23:48:03.9472601Z + python3 torchchat.py export stories15M --quantize config/data/mobile.json --output-pte-path stories15M.pte 2024-05-15T23:48:03.9473675Z Note: NumExpr detected 16 cores but "NUMEXPR_MAX_THREADS" not set, so enforcing safe limit of 8. 2024-05-15T23:48:03.9474393Z NumExpr defaulting to 8 threads. 2024-05-15T23:48:03.9474772Z Using device=cpu 2024-05-15T23:48:03.9475078Z Loading model... 2024-05-15T23:48:03.9475397Z Time to load model: 0.01 seconds 2024-05-15T23:48:03.9476211Z Quantizing the model with: {'embedding': {'bitwidth': 4, 'groupsize': 32}, 'linear:a8w4dq': {'groupsize': 256}} 2024-05-15T23:48:03.9477028Z PyTorch version 2.4.0.dev20240507+cu121 available. 2024-05-15T23:48:03.9477373Z 2024-05-15T23:48:03.9477603Z Downloading builder script: 0% 0.00/5.67k [00:00/dev/null 2>/dev/null; then 2024-05-15T23:48:27.6999353Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-05-15T23:48:27.6999818Z  fi 2024-05-15T23:48:27.7000221Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-05-15T23:48:27.7000878Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-05-15T23:48:27.7001438Z  fi 2024-05-15T23:48:27.7002071Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-05-15T23:48:27.7002912Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-05-15T23:48:27.7003438Z fi 2024-05-15T23:48:27.7003716Z  2024-05-15T23:48:27.7003991Z upload_docs=0 2024-05-15T23:48:27.7004571Z # Check if there are files in the documentation folder to upload, note that 2024-05-15T23:48:27.7005233Z # empty folders do not count 2024-05-15T23:48:27.7005865Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-05-15T23:48:27.7006740Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-05-15T23:48:27.7007566Z  # upload will probably not work correctly 2024-05-15T23:48:27.7008050Z  upload_docs=1 2024-05-15T23:48:27.7008381Z fi 2024-05-15T23:48:27.7008862Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:48:27.7016499Z shell: /usr/bin/bash -e {0} 2024-05-15T23:48:27.7016848Z env: 2024-05-15T23:48:27.7017174Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:27.7017696Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:27.7018080Z PR_NUMBER: 804 2024-05-15T23:48:27.7020178Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:48:27.7022837Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:27.7023612Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:27.7024356Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:27.7024986Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:27.7025483Z UPLOAD_ARTIFACT_NAME: 2024-05-15T23:48:27.7025821Z ##[endgroup] 2024-05-15T23:48:27.7121634Z Prepare all required actions 2024-05-15T23:48:27.7157661Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-05-15T23:48:27.7158138Z with: 2024-05-15T23:48:27.7158396Z env: 2024-05-15T23:48:27.7158722Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:27.7159183Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:27.7159570Z PR_NUMBER: 804 2024-05-15T23:48:27.7161683Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:48:27.7164043Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:27.7164855Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:27.7165588Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:27.7166221Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:27.7166696Z ##[endgroup] 2024-05-15T23:48:27.7185867Z ##[group]Run set -eou pipefail 2024-05-15T23:48:27.7186264Z set -eou pipefail 2024-05-15T23:48:27.7186611Z  2024-05-15T23:48:27.7187112Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-05-15T23:48:27.7187746Z for _ in $(seq 1440); do 2024-05-15T23:48:27.7188258Z  # Break if no ssh session exists anymore 2024-05-15T23:48:27.7188747Z  if [ "$(who)" = "" ]; then 2024-05-15T23:48:27.7189138Z  break 2024-05-15T23:48:27.7189445Z  fi 2024-05-15T23:48:27.7189737Z  echo "." 2024-05-15T23:48:27.7190050Z  sleep 5 2024-05-15T23:48:27.7190365Z done 2024-05-15T23:48:27.7198006Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:48:27.7198503Z env: 2024-05-15T23:48:27.7198826Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:27.7199287Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:27.7199664Z PR_NUMBER: 804 2024-05-15T23:48:27.7201751Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:48:27.7204152Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:27.7204925Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:27.7205714Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:27.7206340Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:27.7206821Z ##[endgroup] 2024-05-15T23:48:27.7226708Z Holding runner for 2 hours until all ssh sessions have logged out 2024-05-15T23:48:27.7264283Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:48:27.7265055Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:48:27.7265651Z # shellcheck disable=SC2046 2024-05-15T23:48:27.7266126Z docker stop $(docker ps -q) || true 2024-05-15T23:48:27.7266605Z # Prune all of the docker images 2024-05-15T23:48:27.7267065Z docker system prune -af 2024-05-15T23:48:27.7274414Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:48:27.7274902Z env: 2024-05-15T23:48:27.7275229Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:27.7275702Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:27.7276213Z PR_NUMBER: 804 2024-05-15T23:48:27.7278313Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:48:27.7280648Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:27.7281428Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:27.7282157Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:27.7282783Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:27.7283264Z ##[endgroup] 2024-05-15T23:48:38.1093662Z 9fa229ada9b7 2024-05-15T23:48:39.8481879Z Deleted Containers: 2024-05-15T23:48:39.8482534Z 9fa229ada9b7941ed93ba1970ca2e1f98104d22c7fb6c9ad1a23aacc886f9dfc 2024-05-15T23:48:39.8482994Z 2024-05-15T23:48:42.7038930Z Deleted Images: 2024-05-15T23:48:42.7039764Z untagged: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:42.7040961Z untagged: pytorch/conda-builder@sha256:91def7add5f9900a7cd9149cc9f4eacc6da0cd662e43866d43deee758068d79c 2024-05-15T23:48:42.7042264Z deleted: sha256:9ef9c5604a4bf5495a928dfca5f431351fcf74e34e3d084c86e642f278a4ae38 2024-05-15T23:48:42.7043326Z deleted: sha256:bdebebae73c3910662f963c8a72c9c34455063a352546ad3f8518fd1e745b96d 2024-05-15T23:48:42.7044251Z deleted: sha256:a2ddd8c7d4662042b1de423aaf530486b4f2b9843da7db8ccfb62542335f0baa 2024-05-15T23:48:42.7045204Z deleted: sha256:61eaa73e8447f9f1ec812f07e74523f00ec48ab545cd237cfa0b29d2c4a109e3 2024-05-15T23:48:42.7046146Z deleted: sha256:bbe5bd63bfecd41845cfdc4420f988376a3309a27b7b76ee40ce56382822cd21 2024-05-15T23:48:42.7047079Z deleted: sha256:8d86cbc2891a4657b4769099b33833fb673cbbbd5994f0b8c160d00b4553b5fb 2024-05-15T23:48:42.7048007Z deleted: sha256:6d26cbd891f537b289be1b9c18428771c2662901489b4adf7b1348ded9c65e48 2024-05-15T23:48:42.7048873Z deleted: sha256:2a21f9e6b595844d5d0d1181cbf4817de9bd459e4a50105284e7fe95400a5d41 2024-05-15T23:48:42.7049697Z deleted: sha256:56eafac364fb5322f9a26ee491cba531f1dfa216955710559f83ad9b6e955e66 2024-05-15T23:48:42.7050508Z deleted: sha256:fc9e5223383627220966b33ffd97e55b2f353ba43858bb97b73f3c4820241f6f 2024-05-15T23:48:42.7051317Z deleted: sha256:ca06276fd95df785973eb18483fdb5ce09635a6042a7c9cdb708ae5111098865 2024-05-15T23:48:42.7052308Z deleted: sha256:103a68e1d1fdd2701923ea9e7a257428dc618760387f5a253fb156e7532455f2 2024-05-15T23:48:42.7053120Z deleted: sha256:a8748c54b71c4c82c0792b11f0768765fff866fb3903ca27f49a55d9987fbf2c 2024-05-15T23:48:42.7053919Z deleted: sha256:e69090a06dad967609f860706fc0af346a63d712196dd8e765b0097f0bca1667 2024-05-15T23:48:42.7054718Z deleted: sha256:069a0d00a4626d86959e7b8b60320f95e5ace51e15bdf78d044da4f2bc59c839 2024-05-15T23:48:42.7055612Z deleted: sha256:2edfc1b61961849d1ef3154ca90c572e2d704c17e6c7e900475aa2bf28d067bd 2024-05-15T23:48:42.7056426Z deleted: sha256:396604bc6ff3d9710eb25b655961f62d4d1dc875bf5be8b9a2c957da8a70904f 2024-05-15T23:48:42.7057258Z deleted: sha256:9dedd7f6257bd2592c3e5f7c2ffb1204c070218db4de9cd97af4702da434b557 2024-05-15T23:48:42.7058096Z deleted: sha256:39743c9fe5e8c5b0db7e6e4c646b6014bf69e9785c9f1194efa07f6e2ab0a000 2024-05-15T23:48:42.7058917Z deleted: sha256:831bac8002b2bd6d608a1388f3f742981f4305bdde132c184a293c1d9670bc4d 2024-05-15T23:48:42.7059736Z deleted: sha256:90ab16bb890025064d77c13d018ad882443fb145ffd42d5dec106cc3e6d6fa63 2024-05-15T23:48:42.7060665Z deleted: sha256:426aabc4c3cf203e6d9848ad0834795623d4201fe7a5030c5bebae9335aec7e0 2024-05-15T23:48:42.7061715Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-05-15T23:48:42.7062574Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-05-15T23:48:42.7063933Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-05-15T23:48:42.7065095Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-05-15T23:48:42.7065925Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-05-15T23:48:42.7066443Z 2024-05-15T23:48:42.7071232Z Total reclaimed space: 24.2GB 2024-05-15T23:48:42.7115219Z ##[group]Run set +e 2024-05-15T23:48:42.7115564Z set +e 2024-05-15T23:48:42.7115927Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-05-15T23:48:42.7116517Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-05-15T23:48:42.7117026Z else 2024-05-15T23:48:42.7117424Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-05-15T23:48:42.7117897Z fi 2024-05-15T23:48:42.7118180Z set -e 2024-05-15T23:48:42.7125529Z shell: /usr/bin/bash -e {0} 2024-05-15T23:48:42.7125888Z env: 2024-05-15T23:48:42.7126213Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:48:42.7126669Z REPOSITORY: pytorch/torchchat 2024-05-15T23:48:42.7127045Z PR_NUMBER: 804 2024-05-15T23:48:42.7129171Z 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 readme echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:48:42.7131508Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:48:42.7132273Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:48:42.7133003Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:48:42.7133620Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:48:42.7134147Z NO_SUDO: false 2024-05-15T23:48:42.7134448Z ##[endgroup] 2024-05-15T23:48:43.6698991Z Post job cleanup. 2024-05-15T23:48:43.7549358Z Post job cleanup. 2024-05-15T23:48:43.8351550Z [command]/usr/bin/git version 2024-05-15T23:48:43.8391951Z git version 2.40.1 2024-05-15T23:48:43.8430808Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/aa7c7dce-9bb4-4509-9927-5a68d693a09f' before making global git config changes 2024-05-15T23:48:43.8432052Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:48:43.8436556Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:48:43.8467642Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:48:43.8489175Z [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-05-15T23:48:43.8690119Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:48:43.8710087Z http.https://github.com/.extraheader 2024-05-15T23:48:43.8718587Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:48:43.8740242Z [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-05-15T23:48:43.9129496Z Cleaning up orphan processes