2024-05-15T23:25:33.6979520Z Current runner version: '2.316.1' 2024-05-15T23:25:33.6985665Z Runner name: 'i-07eef3e5abb3f98c1' 2024-05-15T23:25:33.6986500Z Runner group name: 'Default' 2024-05-15T23:25:33.6987484Z Machine name: 'ip-10-0-30-235' 2024-05-15T23:25:33.6990792Z ##[group]GITHUB_TOKEN Permissions 2024-05-15T23:25:33.6992566Z Contents: read 2024-05-15T23:25:33.6993176Z Metadata: read 2024-05-15T23:25:33.6993735Z Packages: read 2024-05-15T23:25:33.6994278Z ##[endgroup] 2024-05-15T23:25:33.6997353Z Secret source: Actions 2024-05-15T23:25:33.6998125Z Prepare workflow directory 2024-05-15T23:25:34.0678799Z Prepare all required actions 2024-05-15T23:25:34.0877195Z Getting action download info 2024-05-15T23:25:34.2617432Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-05-15T23:25:34.4543097Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-05-15T23:25:34.5974539Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-05-15T23:25:34.7179451Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-05-15T23:25:34.8565994Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-05-15T23:25:35.1242432Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:25:35.1244842Z ##[group] Inputs 2024-05-15T23:25:35.1247090Z script: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:35.1249723Z timeout: 60 2024-05-15T23:25:35.1250155Z runner: linux.g5.4xlarge.nvidia.gpu 2024-05-15T23:25:35.1250588Z upload-artifact: 2024-05-15T23:25:35.1250926Z download-artifact: 2024-05-15T23:25:35.1251259Z repository: 2024-05-15T23:25:35.1251570Z fetch-depth: 1 2024-05-15T23:25:35.1251885Z submodules: 2024-05-15T23:25:35.1252181Z ref: 2024-05-15T23:25:35.1252510Z test-infra-repository: pytorch/test-infra 2024-05-15T23:25:35.1252965Z test-infra-ref: 2024-05-15T23:25:35.1253328Z docker-image: pytorch/conda-builder 2024-05-15T23:25:35.1253765Z docker-build-dir: .ci/docker 2024-05-15T23:25:35.1254145Z gpu-arch-type: cuda 2024-05-15T23:25:35.1254491Z gpu-arch-version: 12.1 2024-05-15T23:25:35.1254853Z job-name: linux-job 2024-05-15T23:25:35.1255511Z continue-on-error: false 2024-05-15T23:25:35.1255880Z binary-matrix: 2024-05-15T23:25:35.1256215Z run-with-docker: true 2024-05-15T23:25:35.1256592Z secrets-env: HF_TOKEN_PERIODIC 2024-05-15T23:25:35.1257010Z no-sudo: false 2024-05-15T23:25:35.1257437Z ##[endgroup] 2024-05-15T23:25:35.1258019Z Complete job name: test-advanced-cpu / linux-job 2024-05-15T23:25:35.2036672Z ##[group]Run set -euxo pipefail 2024-05-15T23:25:35.2037251Z set -euxo pipefail 2024-05-15T23:25:35.2037698Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-05-15T23:25:35.2038269Z  echo "::group::Cleanup with-sudo debug output" 2024-05-15T23:25:35.2039091Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:25:35.2039555Z else 2024-05-15T23:25:35.2039969Z  echo "::group::Cleanup no-sudo debug output" 2024-05-15T23:25:35.2040499Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-05-15T23:25:35.2041031Z fi 2024-05-15T23:25:35.2041322Z  2024-05-15T23:25:35.2041637Z mkdir -p "${GITHUB_WORKSPACE}" 2024-05-15T23:25:35.2042079Z echo "::endgroup::" 2024-05-15T23:25:35.2052740Z shell: /usr/bin/bash -e {0} 2024-05-15T23:25:35.2053133Z env: 2024-05-15T23:25:35.2053479Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:35.2054130Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:35.2054567Z PR_NUMBER: 804 2024-05-15T23:25:35.2056685Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:35.2058870Z NO_SUDO: false 2024-05-15T23:25:35.2059195Z ##[endgroup] 2024-05-15T23:25:35.2228817Z + [[ false == \f\a\l\s\e ]] 2024-05-15T23:25:35.2250284Z ##[group]Cleanup with-sudo debug output 2024-05-15T23:25:35.2259599Z + echo '::group::Cleanup with-sudo debug output' 2024-05-15T23:25:35.2260334Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-05-15T23:25:35.2277803Z removed directory: '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-05-15T23:25:35.2290562Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-05-15T23:25:35.2301917Z + echo ::endgroup:: 2024-05-15T23:25:35.2302667Z ##[endgroup] 2024-05-15T23:25:35.2558984Z ##[group]Run actions/checkout@v3 2024-05-15T23:25:35.2559427Z with: 2024-05-15T23:25:35.2559744Z repository: pytorch/test-infra 2024-05-15T23:25:35.2560172Z path: test-infra 2024-05-15T23:25:35.2560529Z submodules: recursive 2024-05-15T23:25:35.2561042Z token: *** 2024-05-15T23:25:35.2561364Z ssh-strict: true 2024-05-15T23:25:35.2561711Z persist-credentials: true 2024-05-15T23:25:35.2562082Z clean: true 2024-05-15T23:25:35.2562408Z sparse-checkout-cone-mode: true 2024-05-15T23:25:35.2562812Z fetch-depth: 1 2024-05-15T23:25:35.2563128Z fetch-tags: false 2024-05-15T23:25:35.2563446Z lfs: false 2024-05-15T23:25:35.2563748Z set-safe-directory: true 2024-05-15T23:25:35.2564105Z env: 2024-05-15T23:25:35.2564460Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:35.2564929Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:35.2565319Z PR_NUMBER: 804 2024-05-15T23:25:35.2567467Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:35.2569681Z ##[endgroup] 2024-05-15T23:25:35.3548511Z Syncing repository: pytorch/test-infra 2024-05-15T23:25:35.3549445Z ##[group]Getting Git version info 2024-05-15T23:25:35.3550241Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-05-15T23:25:35.3551176Z [command]/usr/bin/git version 2024-05-15T23:25:35.3551542Z git version 2.40.1 2024-05-15T23:25:35.3552807Z ##[endgroup] 2024-05-15T23:25:35.3564109Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/f5392d3a-c788-4571-9c5c-fce4a08b2a78' before making global git config changes 2024-05-15T23:25:35.3565390Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:25:35.3566591Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:25:35.3577113Z ##[group]Initializing the repository 2024-05-15T23:25:35.3579840Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:25:35.3604802Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:25:35.3605712Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:25:35.3606535Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:25:35.3607288Z hint: 2024-05-15T23:25:35.3607742Z hint: git config --global init.defaultBranch 2024-05-15T23:25:35.3608216Z hint: 2024-05-15T23:25:35.3608740Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:25:35.3609654Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:25:35.3610371Z hint: 2024-05-15T23:25:35.3610700Z hint: git branch -m 2024-05-15T23:25:35.3611542Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-05-15T23:25:35.3613207Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-05-15T23:25:35.3637587Z ##[endgroup] 2024-05-15T23:25:35.3638194Z ##[group]Disabling automatic garbage collection 2024-05-15T23:25:35.3640517Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:25:35.3658653Z ##[endgroup] 2024-05-15T23:25:35.3659205Z ##[group]Setting up auth 2024-05-15T23:25:35.3663821Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:25:35.3684378Z [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:25:35.3869117Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:25:35.3891935Z [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:25:35.4090213Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:25:35.4131223Z ##[endgroup] 2024-05-15T23:25:35.4131867Z ##[group]Determining the default branch 2024-05-15T23:25:35.4134596Z Retrieving the default branch name 2024-05-15T23:25:35.5672354Z Default branch 'main' 2024-05-15T23:25:35.5673127Z ##[endgroup] 2024-05-15T23:25:35.5673700Z ##[group]Fetching the repository 2024-05-15T23:25:35.5678098Z [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:25:35.7714155Z remote: Enumerating objects: 1184, done. 2024-05-15T23:25:35.7715292Z remote: Counting objects: 0% (1/1184) 2024-05-15T23:25:35.7716341Z remote: Counting objects: 1% (12/1184) 2024-05-15T23:25:35.7717422Z remote: Counting objects: 2% (24/1184) 2024-05-15T23:25:35.7719197Z remote: Counting objects: 3% (36/1184) 2024-05-15T23:25:35.7720181Z remote: Counting objects: 4% (48/1184) 2024-05-15T23:25:35.7720706Z remote: Counting objects: 5% (60/1184) 2024-05-15T23:25:35.7721220Z remote: Counting objects: 6% (72/1184) 2024-05-15T23:25:35.7721819Z remote: Counting objects: 7% (83/1184) 2024-05-15T23:25:35.7722334Z remote: Counting objects: 8% (95/1184) 2024-05-15T23:25:35.7722880Z remote: Counting objects: 9% (107/1184) 2024-05-15T23:25:35.7723407Z remote: Counting objects: 10% (119/1184) 2024-05-15T23:25:35.7723938Z remote: Counting objects: 11% (131/1184) 2024-05-15T23:25:35.7724465Z remote: Counting objects: 12% (143/1184) 2024-05-15T23:25:35.7724982Z remote: Counting objects: 13% (154/1184) 2024-05-15T23:25:35.7725499Z remote: Counting objects: 14% (166/1184) 2024-05-15T23:25:35.7726006Z remote: Counting objects: 15% (178/1184) 2024-05-15T23:25:35.7726523Z remote: Counting objects: 16% (190/1184) 2024-05-15T23:25:35.7727036Z remote: Counting objects: 17% (202/1184) 2024-05-15T23:25:35.7727552Z remote: Counting objects: 18% (214/1184) 2024-05-15T23:25:35.7728055Z remote: Counting objects: 19% (225/1184) 2024-05-15T23:25:35.7728573Z remote: Counting objects: 20% (237/1184) 2024-05-15T23:25:35.7729089Z remote: Counting objects: 21% (249/1184) 2024-05-15T23:25:35.7729976Z remote: Counting objects: 22% (261/1184) 2024-05-15T23:25:35.7730488Z remote: Counting objects: 23% (273/1184) 2024-05-15T23:25:35.7731006Z remote: Counting objects: 24% (285/1184) 2024-05-15T23:25:35.7731517Z remote: Counting objects: 25% (296/1184) 2024-05-15T23:25:35.7732023Z remote: Counting objects: 26% (308/1184) 2024-05-15T23:25:35.7732540Z remote: Counting objects: 27% (320/1184) 2024-05-15T23:25:35.7733065Z remote: Counting objects: 28% (332/1184) 2024-05-15T23:25:35.7733579Z remote: Counting objects: 29% (344/1184) 2024-05-15T23:25:35.7734160Z remote: Counting objects: 30% (356/1184) 2024-05-15T23:25:35.7734671Z remote: Counting objects: 31% (368/1184) 2024-05-15T23:25:35.7735174Z remote: Counting objects: 32% (379/1184) 2024-05-15T23:25:35.7735686Z remote: Counting objects: 33% (391/1184) 2024-05-15T23:25:35.7736202Z remote: Counting objects: 34% (403/1184) 2024-05-15T23:25:35.7736723Z remote: Counting objects: 35% (415/1184) 2024-05-15T23:25:35.7737226Z remote: Counting objects: 36% (427/1184) 2024-05-15T23:25:35.7737858Z remote: Counting objects: 37% (439/1184) 2024-05-15T23:25:35.7738374Z remote: Counting objects: 38% (450/1184) 2024-05-15T23:25:35.7738884Z remote: Counting objects: 39% (462/1184) 2024-05-15T23:25:35.7739419Z remote: Counting objects: 40% (474/1184) 2024-05-15T23:25:35.7739958Z remote: Counting objects: 41% (486/1184) 2024-05-15T23:25:35.7740471Z remote: Counting objects: 42% (498/1184) 2024-05-15T23:25:35.7740983Z remote: Counting objects: 43% (510/1184) 2024-05-15T23:25:35.7741490Z remote: Counting objects: 44% (521/1184) 2024-05-15T23:25:35.7742009Z remote: Counting objects: 45% (533/1184) 2024-05-15T23:25:35.7742520Z remote: Counting objects: 46% (545/1184) 2024-05-15T23:25:35.7743031Z remote: Counting objects: 47% (557/1184) 2024-05-15T23:25:35.7743540Z remote: Counting objects: 48% (569/1184) 2024-05-15T23:25:35.7744053Z remote: Counting objects: 49% (581/1184) 2024-05-15T23:25:35.7744571Z remote: Counting objects: 50% (592/1184) 2024-05-15T23:25:35.7745085Z remote: Counting objects: 51% (604/1184) 2024-05-15T23:25:35.7745585Z remote: Counting objects: 52% (616/1184) 2024-05-15T23:25:35.7746096Z remote: Counting objects: 53% (628/1184) 2024-05-15T23:25:35.7746605Z remote: Counting objects: 54% (640/1184) 2024-05-15T23:25:35.7747115Z remote: Counting objects: 55% (652/1184) 2024-05-15T23:25:35.7747623Z remote: Counting objects: 56% (664/1184) 2024-05-15T23:25:35.7748140Z remote: Counting objects: 57% (675/1184) 2024-05-15T23:25:35.7748656Z remote: Counting objects: 58% (687/1184) 2024-05-15T23:25:35.7749167Z remote: Counting objects: 59% (699/1184) 2024-05-15T23:25:35.7749765Z remote: Counting objects: 60% (711/1184) 2024-05-15T23:25:35.7750283Z remote: Counting objects: 61% (723/1184) 2024-05-15T23:25:35.7750800Z remote: Counting objects: 62% (735/1184) 2024-05-15T23:25:35.7751321Z remote: Counting objects: 63% (746/1184) 2024-05-15T23:25:35.7751838Z remote: Counting objects: 64% (758/1184) 2024-05-15T23:25:35.7752343Z remote: Counting objects: 65% (770/1184) 2024-05-15T23:25:35.7752864Z remote: Counting objects: 66% (782/1184) 2024-05-15T23:25:35.7753384Z remote: Counting objects: 67% (794/1184) 2024-05-15T23:25:35.7753901Z remote: Counting objects: 68% (806/1184) 2024-05-15T23:25:35.7754408Z remote: Counting objects: 69% (817/1184) 2024-05-15T23:25:35.7754931Z remote: Counting objects: 70% (829/1184) 2024-05-15T23:25:35.7755445Z remote: Counting objects: 71% (841/1184) 2024-05-15T23:25:35.7755960Z remote: Counting objects: 72% (853/1184) 2024-05-15T23:25:35.7756476Z remote: Counting objects: 73% (865/1184) 2024-05-15T23:25:35.7757070Z remote: Counting objects: 74% (877/1184) 2024-05-15T23:25:35.7757595Z remote: Counting objects: 75% (888/1184) 2024-05-15T23:25:35.7758115Z remote: Counting objects: 76% (900/1184) 2024-05-15T23:25:35.7758802Z remote: Counting objects: 77% (912/1184) 2024-05-15T23:25:35.7759321Z remote: Counting objects: 78% (924/1184) 2024-05-15T23:25:35.7759838Z remote: Counting objects: 79% (936/1184) 2024-05-15T23:25:35.7760356Z remote: Counting objects: 80% (948/1184) 2024-05-15T23:25:35.7760866Z remote: Counting objects: 81% (960/1184) 2024-05-15T23:25:35.7761384Z remote: Counting objects: 82% (971/1184) 2024-05-15T23:25:35.7761904Z remote: Counting objects: 83% (983/1184) 2024-05-15T23:25:35.7762422Z remote: Counting objects: 84% (995/1184) 2024-05-15T23:25:35.7762941Z remote: Counting objects: 85% (1007/1184) 2024-05-15T23:25:35.7763493Z remote: Counting objects: 86% (1019/1184) 2024-05-15T23:25:35.7764035Z remote: Counting objects: 87% (1031/1184) 2024-05-15T23:25:35.7764573Z remote: Counting objects: 88% (1042/1184) 2024-05-15T23:25:35.7765184Z remote: Counting objects: 89% (1054/1184) 2024-05-15T23:25:35.7765726Z remote: Counting objects: 90% (1066/1184) 2024-05-15T23:25:35.7766264Z remote: Counting objects: 91% (1078/1184) 2024-05-15T23:25:35.7766800Z remote: Counting objects: 92% (1090/1184) 2024-05-15T23:25:35.7767368Z remote: Counting objects: 93% (1102/1184) 2024-05-15T23:25:35.7767953Z remote: Counting objects: 94% (1113/1184) 2024-05-15T23:25:35.7768491Z remote: Counting objects: 95% (1125/1184) 2024-05-15T23:25:35.7769024Z remote: Counting objects: 96% (1137/1184) 2024-05-15T23:25:35.7769569Z remote: Counting objects: 97% (1149/1184) 2024-05-15T23:25:35.7770160Z remote: Counting objects: 98% (1161/1184) 2024-05-15T23:25:35.7770700Z remote: Counting objects: 99% (1173/1184) 2024-05-15T23:25:35.7771229Z remote: Counting objects: 100% (1184/1184) 2024-05-15T23:25:35.7771803Z remote: Counting objects: 100% (1184/1184), done. 2024-05-15T23:25:35.7772389Z remote: Compressing objects: 0% (1/930) 2024-05-15T23:25:35.7772929Z remote: Compressing objects: 1% (10/930) 2024-05-15T23:25:35.7773485Z remote: Compressing objects: 2% (19/930) 2024-05-15T23:25:35.7774055Z remote: Compressing objects: 3% (28/930) 2024-05-15T23:25:35.7774599Z remote: Compressing objects: 4% (38/930) 2024-05-15T23:25:35.7775144Z remote: Compressing objects: 5% (47/930) 2024-05-15T23:25:35.7817276Z remote: Compressing objects: 6% (56/930) 2024-05-15T23:25:35.7817847Z remote: Compressing objects: 7% (66/930) 2024-05-15T23:25:35.7818394Z remote: Compressing objects: 8% (75/930) 2024-05-15T23:25:35.7818936Z remote: Compressing objects: 9% (84/930) 2024-05-15T23:25:35.7819489Z remote: Compressing objects: 10% (93/930) 2024-05-15T23:25:35.7820026Z remote: Compressing objects: 11% (103/930) 2024-05-15T23:25:35.7820572Z remote: Compressing objects: 12% (112/930) 2024-05-15T23:25:35.7821125Z remote: Compressing objects: 13% (121/930) 2024-05-15T23:25:35.7821668Z remote: Compressing objects: 14% (131/930) 2024-05-15T23:25:35.7822200Z remote: Compressing objects: 15% (140/930) 2024-05-15T23:25:35.7822743Z remote: Compressing objects: 16% (149/930) 2024-05-15T23:25:35.7823288Z remote: Compressing objects: 17% (159/930) 2024-05-15T23:25:35.7823832Z remote: Compressing objects: 18% (168/930) 2024-05-15T23:25:35.7824364Z remote: Compressing objects: 19% (177/930) 2024-05-15T23:25:35.7824906Z remote: Compressing objects: 20% (186/930) 2024-05-15T23:25:35.7825446Z remote: Compressing objects: 21% (196/930) 2024-05-15T23:25:35.7825986Z remote: Compressing objects: 22% (205/930) 2024-05-15T23:25:35.7826725Z remote: Compressing objects: 23% (214/930) 2024-05-15T23:25:35.7827259Z remote: Compressing objects: 24% (224/930) 2024-05-15T23:25:35.7827803Z remote: Compressing objects: 25% (233/930) 2024-05-15T23:25:35.7828337Z remote: Compressing objects: 26% (242/930) 2024-05-15T23:25:35.7828961Z remote: Compressing objects: 27% (252/930) 2024-05-15T23:25:35.7829561Z remote: Compressing objects: 28% (261/930) 2024-05-15T23:25:35.7830095Z remote: Compressing objects: 29% (270/930) 2024-05-15T23:25:35.7830629Z remote: Compressing objects: 30% (279/930) 2024-05-15T23:25:35.7831158Z remote: Compressing objects: 31% (289/930) 2024-05-15T23:25:35.7831691Z remote: Compressing objects: 32% (298/930) 2024-05-15T23:25:35.7832227Z remote: Compressing objects: 33% (307/930) 2024-05-15T23:25:35.7832761Z remote: Compressing objects: 34% (317/930) 2024-05-15T23:25:35.7833297Z remote: Compressing objects: 35% (326/930) 2024-05-15T23:25:35.7833834Z remote: Compressing objects: 36% (335/930) 2024-05-15T23:25:35.7834372Z remote: Compressing objects: 37% (345/930) 2024-05-15T23:25:35.7835031Z remote: Compressing objects: 38% (354/930) 2024-05-15T23:25:35.7835566Z remote: Compressing objects: 39% (363/930) 2024-05-15T23:25:35.7836103Z remote: Compressing objects: 40% (372/930) 2024-05-15T23:25:35.7836644Z remote: Compressing objects: 41% (382/930) 2024-05-15T23:25:35.7837176Z remote: Compressing objects: 42% (391/930) 2024-05-15T23:25:35.7837719Z remote: Compressing objects: 43% (400/930) 2024-05-15T23:25:35.7838257Z remote: Compressing objects: 44% (410/930) 2024-05-15T23:25:35.7838961Z remote: Compressing objects: 45% (419/930) 2024-05-15T23:25:35.7839490Z remote: Compressing objects: 46% (428/930) 2024-05-15T23:25:35.7840026Z remote: Compressing objects: 47% (438/930) 2024-05-15T23:25:35.7840567Z remote: Compressing objects: 48% (447/930) 2024-05-15T23:25:35.7841111Z remote: Compressing objects: 49% (456/930) 2024-05-15T23:25:35.7841644Z remote: Compressing objects: 50% (465/930) 2024-05-15T23:25:35.7842188Z remote: Compressing objects: 51% (475/930) 2024-05-15T23:25:35.7842730Z remote: Compressing objects: 52% (484/930) 2024-05-15T23:25:35.7843268Z remote: Compressing objects: 53% (493/930) 2024-05-15T23:25:35.7843800Z remote: Compressing objects: 54% (503/930) 2024-05-15T23:25:35.7844337Z remote: Compressing objects: 55% (512/930) 2024-05-15T23:25:35.7844874Z remote: Compressing objects: 56% (521/930) 2024-05-15T23:25:35.7845410Z remote: Compressing objects: 57% (531/930) 2024-05-15T23:25:35.7845940Z remote: Compressing objects: 58% (540/930) 2024-05-15T23:25:35.7846475Z remote: Compressing objects: 59% (549/930) 2024-05-15T23:25:35.7847010Z remote: Compressing objects: 60% (558/930) 2024-05-15T23:25:35.7847546Z remote: Compressing objects: 61% (568/930) 2024-05-15T23:25:35.7848085Z remote: Compressing objects: 62% (577/930) 2024-05-15T23:25:35.7848629Z remote: Compressing objects: 63% (586/930) 2024-05-15T23:25:35.7849172Z remote: Compressing objects: 64% (596/930) 2024-05-15T23:25:35.7849864Z remote: Compressing objects: 65% (605/930) 2024-05-15T23:25:35.7850396Z remote: Compressing objects: 66% (614/930) 2024-05-15T23:25:35.7850933Z remote: Compressing objects: 67% (624/930) 2024-05-15T23:25:35.7851470Z remote: Compressing objects: 68% (633/930) 2024-05-15T23:25:35.7852013Z remote: Compressing objects: 69% (642/930) 2024-05-15T23:25:35.7852548Z remote: Compressing objects: 70% (651/930) 2024-05-15T23:25:35.7853084Z remote: Compressing objects: 71% (661/930) 2024-05-15T23:25:35.7853616Z remote: Compressing objects: 72% (670/930) 2024-05-15T23:25:35.7854246Z remote: Compressing objects: 73% (679/930) 2024-05-15T23:25:35.7854776Z remote: Compressing objects: 74% (689/930) 2024-05-15T23:25:35.7855310Z remote: Compressing objects: 75% (698/930) 2024-05-15T23:25:35.7855848Z remote: Compressing objects: 76% (707/930) 2024-05-15T23:25:35.7856385Z remote: Compressing objects: 77% (717/930) 2024-05-15T23:25:35.7856914Z remote: Compressing objects: 78% (726/930) 2024-05-15T23:25:35.7857450Z remote: Compressing objects: 79% (735/930) 2024-05-15T23:25:35.7857980Z remote: Compressing objects: 80% (744/930) 2024-05-15T23:25:35.7858515Z remote: Compressing objects: 81% (754/930) 2024-05-15T23:25:35.7859042Z remote: Compressing objects: 82% (763/930) 2024-05-15T23:25:35.7859574Z remote: Compressing objects: 83% (772/930) 2024-05-15T23:25:35.7860113Z remote: Compressing objects: 84% (782/930) 2024-05-15T23:25:35.7860651Z remote: Compressing objects: 85% (791/930) 2024-05-15T23:25:35.7861208Z remote: Compressing objects: 86% (800/930) 2024-05-15T23:25:35.7861759Z remote: Compressing objects: 87% (810/930) 2024-05-15T23:25:35.7862359Z remote: Compressing objects: 88% (819/930) 2024-05-15T23:25:35.7862903Z remote: Compressing objects: 89% (828/930) 2024-05-15T23:25:35.7863438Z remote: Compressing objects: 90% (837/930) 2024-05-15T23:25:35.7863977Z remote: Compressing objects: 91% (847/930) 2024-05-15T23:25:35.7864503Z remote: Compressing objects: 92% (856/930) 2024-05-15T23:25:35.7865043Z remote: Compressing objects: 93% (865/930) 2024-05-15T23:25:35.7865580Z remote: Compressing objects: 94% (875/930) 2024-05-15T23:25:35.7866118Z remote: Compressing objects: 95% (884/930) 2024-05-15T23:25:35.7866645Z remote: Compressing objects: 96% (893/930) 2024-05-15T23:25:35.7867183Z remote: Compressing objects: 97% (903/930) 2024-05-15T23:25:35.7867714Z remote: Compressing objects: 98% (912/930) 2024-05-15T23:25:35.7868259Z remote: Compressing objects: 99% (921/930) 2024-05-15T23:25:35.7868785Z remote: Compressing objects: 100% (930/930) 2024-05-15T23:25:35.7869367Z remote: Compressing objects: 100% (930/930), done. 2024-05-15T23:25:35.7869926Z Receiving objects: 0% (1/1184) 2024-05-15T23:25:35.7870340Z Receiving objects: 1% (12/1184) 2024-05-15T23:25:35.7870751Z Receiving objects: 2% (24/1184) 2024-05-15T23:25:35.7871165Z Receiving objects: 3% (36/1184) 2024-05-15T23:25:35.7871574Z Receiving objects: 4% (48/1184) 2024-05-15T23:25:35.7871987Z Receiving objects: 5% (60/1184) 2024-05-15T23:25:35.7872394Z Receiving objects: 6% (72/1184) 2024-05-15T23:25:35.7872807Z Receiving objects: 7% (83/1184) 2024-05-15T23:25:35.7873218Z Receiving objects: 8% (95/1184) 2024-05-15T23:25:35.7873629Z Receiving objects: 9% (107/1184) 2024-05-15T23:25:35.7874041Z Receiving objects: 10% (119/1184) 2024-05-15T23:25:35.7874458Z Receiving objects: 11% (131/1184) 2024-05-15T23:25:35.7874879Z Receiving objects: 12% (143/1184) 2024-05-15T23:25:35.7875288Z Receiving objects: 13% (154/1184) 2024-05-15T23:25:35.7875703Z Receiving objects: 14% (166/1184) 2024-05-15T23:25:35.7876124Z Receiving objects: 15% (178/1184) 2024-05-15T23:25:35.7876537Z Receiving objects: 16% (190/1184) 2024-05-15T23:25:35.7876946Z Receiving objects: 17% (202/1184) 2024-05-15T23:25:35.7877361Z Receiving objects: 18% (214/1184) 2024-05-15T23:25:35.7879342Z Receiving objects: 19% (225/1184) 2024-05-15T23:25:35.7883205Z Receiving objects: 20% (237/1184) 2024-05-15T23:25:35.7884521Z Receiving objects: 21% (249/1184) 2024-05-15T23:25:35.7887561Z Receiving objects: 22% (261/1184) 2024-05-15T23:25:35.7916010Z Receiving objects: 23% (273/1184) 2024-05-15T23:25:35.7918039Z Receiving objects: 24% (285/1184) 2024-05-15T23:25:35.7919476Z Receiving objects: 25% (296/1184) 2024-05-15T23:25:35.7921404Z Receiving objects: 26% (308/1184) 2024-05-15T23:25:35.7930009Z Receiving objects: 27% (320/1184) 2024-05-15T23:25:35.7932217Z Receiving objects: 28% (332/1184) 2024-05-15T23:25:35.7934170Z Receiving objects: 29% (344/1184) 2024-05-15T23:25:35.7935939Z Receiving objects: 30% (356/1184) 2024-05-15T23:25:35.7939268Z Receiving objects: 31% (368/1184) 2024-05-15T23:25:35.7947007Z Receiving objects: 32% (379/1184) 2024-05-15T23:25:35.7961582Z Receiving objects: 33% (391/1184) 2024-05-15T23:25:35.7963024Z Receiving objects: 34% (403/1184) 2024-05-15T23:25:35.7964368Z Receiving objects: 35% (415/1184) 2024-05-15T23:25:35.7965171Z Receiving objects: 36% (427/1184) 2024-05-15T23:25:35.7967301Z Receiving objects: 37% (439/1184) 2024-05-15T23:25:35.7968868Z Receiving objects: 38% (450/1184) 2024-05-15T23:25:35.7977230Z Receiving objects: 39% (462/1184) 2024-05-15T23:25:35.7980158Z Receiving objects: 40% (474/1184) 2024-05-15T23:25:35.7985544Z Receiving objects: 41% (486/1184) 2024-05-15T23:25:35.7989397Z Receiving objects: 42% (498/1184) 2024-05-15T23:25:35.7997044Z Receiving objects: 43% (510/1184) 2024-05-15T23:25:35.8001867Z Receiving objects: 44% (521/1184) 2024-05-15T23:25:35.8002468Z Receiving objects: 45% (533/1184) 2024-05-15T23:25:35.8002904Z Receiving objects: 46% (545/1184) 2024-05-15T23:25:35.8005001Z Receiving objects: 47% (557/1184) 2024-05-15T23:25:35.8010444Z Receiving objects: 48% (569/1184) 2024-05-15T23:25:35.8014149Z Receiving objects: 49% (581/1184) 2024-05-15T23:25:35.8019531Z Receiving objects: 50% (592/1184) 2024-05-15T23:25:35.8021070Z Receiving objects: 51% (604/1184) 2024-05-15T23:25:35.8024220Z Receiving objects: 52% (616/1184) 2024-05-15T23:25:35.8027162Z Receiving objects: 53% (628/1184) 2024-05-15T23:25:35.8029826Z Receiving objects: 54% (640/1184) 2024-05-15T23:25:35.8035271Z Receiving objects: 55% (652/1184) 2024-05-15T23:25:35.8039462Z Receiving objects: 56% (664/1184) 2024-05-15T23:25:35.8042635Z Receiving objects: 57% (675/1184) 2024-05-15T23:25:35.8044981Z Receiving objects: 58% (687/1184) 2024-05-15T23:25:35.8047881Z Receiving objects: 59% (699/1184) 2024-05-15T23:25:35.8051160Z Receiving objects: 60% (711/1184) 2024-05-15T23:25:35.8055941Z Receiving objects: 61% (723/1184) 2024-05-15T23:25:35.8058609Z Receiving objects: 62% (735/1184) 2024-05-15T23:25:35.8065765Z Receiving objects: 63% (746/1184) 2024-05-15T23:25:35.8072386Z Receiving objects: 64% (758/1184) 2024-05-15T23:25:35.8107285Z Receiving objects: 65% (770/1184) 2024-05-15T23:25:35.8112055Z Receiving objects: 66% (782/1184) 2024-05-15T23:25:35.8194759Z Receiving objects: 67% (794/1184) 2024-05-15T23:25:35.8195518Z Receiving objects: 68% (806/1184) 2024-05-15T23:25:35.8198783Z Receiving objects: 69% (817/1184) 2024-05-15T23:25:35.8204179Z Receiving objects: 70% (829/1184) 2024-05-15T23:25:35.8204913Z Receiving objects: 71% (841/1184) 2024-05-15T23:25:35.8205575Z Receiving objects: 72% (853/1184) 2024-05-15T23:25:35.8213841Z Receiving objects: 73% (865/1184) 2024-05-15T23:25:35.8217046Z Receiving objects: 74% (877/1184) 2024-05-15T23:25:35.8221712Z Receiving objects: 75% (888/1184) 2024-05-15T23:25:35.8226119Z Receiving objects: 76% (900/1184) 2024-05-15T23:25:35.8227698Z Receiving objects: 77% (912/1184) 2024-05-15T23:25:35.8230560Z Receiving objects: 78% (924/1184) 2024-05-15T23:25:35.8232778Z Receiving objects: 79% (936/1184) 2024-05-15T23:25:35.8233651Z Receiving objects: 80% (948/1184) 2024-05-15T23:25:35.8234070Z Receiving objects: 81% (960/1184) 2024-05-15T23:25:35.8234491Z Receiving objects: 82% (971/1184) 2024-05-15T23:25:35.8234905Z Receiving objects: 83% (983/1184) 2024-05-15T23:25:35.8236396Z Receiving objects: 84% (995/1184) 2024-05-15T23:25:35.8238470Z Receiving objects: 85% (1007/1184) 2024-05-15T23:25:35.8240101Z Receiving objects: 86% (1019/1184) 2024-05-15T23:25:35.8241347Z Receiving objects: 87% (1031/1184) 2024-05-15T23:25:35.8241782Z Receiving objects: 88% (1042/1184) 2024-05-15T23:25:35.8242202Z Receiving objects: 89% (1054/1184) 2024-05-15T23:25:35.8242881Z Receiving objects: 90% (1066/1184) 2024-05-15T23:25:35.8243865Z Receiving objects: 91% (1078/1184) 2024-05-15T23:25:35.8246097Z Receiving objects: 92% (1090/1184) 2024-05-15T23:25:35.8246537Z Receiving objects: 93% (1102/1184) 2024-05-15T23:25:35.8248431Z Receiving objects: 94% (1113/1184) 2024-05-15T23:25:35.8254131Z Receiving objects: 95% (1125/1184) 2024-05-15T23:25:35.8263061Z Receiving objects: 96% (1137/1184) 2024-05-15T23:25:35.8273654Z Receiving objects: 97% (1149/1184) 2024-05-15T23:25:35.8274458Z remote: Total 1184 (delta 220), reused 673 (delta 134), pack-reused 0 2024-05-15T23:25:35.8277906Z Receiving objects: 98% (1161/1184) 2024-05-15T23:25:35.8289645Z Receiving objects: 99% (1173/1184) 2024-05-15T23:25:35.8290175Z Receiving objects: 100% (1184/1184) 2024-05-15T23:25:35.8290739Z Receiving objects: 100% (1184/1184), 1.53 MiB | 27.96 MiB/s, done. 2024-05-15T23:25:35.8294855Z Resolving deltas: 0% (0/220) 2024-05-15T23:25:35.8296906Z Resolving deltas: 1% (3/220) 2024-05-15T23:25:35.8298626Z Resolving deltas: 2% (5/220) 2024-05-15T23:25:35.8299056Z Resolving deltas: 3% (7/220) 2024-05-15T23:25:35.8300481Z Resolving deltas: 4% (9/220) 2024-05-15T23:25:35.8301195Z Resolving deltas: 5% (11/220) 2024-05-15T23:25:35.8301863Z Resolving deltas: 6% (14/220) 2024-05-15T23:25:35.8302422Z Resolving deltas: 7% (17/220) 2024-05-15T23:25:35.8304286Z Resolving deltas: 8% (18/220) 2024-05-15T23:25:35.8304737Z Resolving deltas: 9% (21/220) 2024-05-15T23:25:35.8305284Z Resolving deltas: 10% (22/220) 2024-05-15T23:25:35.8305810Z Resolving deltas: 11% (25/220) 2024-05-15T23:25:35.8306240Z Resolving deltas: 12% (27/220) 2024-05-15T23:25:35.8306759Z Resolving deltas: 14% (31/220) 2024-05-15T23:25:35.8307329Z Resolving deltas: 15% (33/220) 2024-05-15T23:25:35.8307881Z Resolving deltas: 16% (36/220) 2024-05-15T23:25:35.8308350Z Resolving deltas: 17% (38/220) 2024-05-15T23:25:35.8308770Z Resolving deltas: 18% (40/220) 2024-05-15T23:25:35.8310073Z Resolving deltas: 20% (44/220) 2024-05-15T23:25:35.8310633Z Resolving deltas: 21% (47/220) 2024-05-15T23:25:35.8311765Z Resolving deltas: 22% (49/220) 2024-05-15T23:25:35.8312280Z Resolving deltas: 23% (52/220) 2024-05-15T23:25:35.8313149Z Resolving deltas: 24% (53/220) 2024-05-15T23:25:35.8314740Z Resolving deltas: 25% (55/220) 2024-05-15T23:25:35.8315214Z Resolving deltas: 26% (58/220) 2024-05-15T23:25:35.8316256Z Resolving deltas: 27% (60/220) 2024-05-15T23:25:35.8318140Z Resolving deltas: 28% (62/220) 2024-05-15T23:25:35.8318985Z Resolving deltas: 29% (65/220) 2024-05-15T23:25:35.8321962Z Resolving deltas: 30% (66/220) 2024-05-15T23:25:35.8322374Z Resolving deltas: 31% (69/220) 2024-05-15T23:25:35.8323184Z Resolving deltas: 32% (71/220) 2024-05-15T23:25:35.8333721Z Resolving deltas: 33% (74/220) 2024-05-15T23:25:35.8334299Z Resolving deltas: 34% (75/220) 2024-05-15T23:25:35.8334830Z Resolving deltas: 35% (77/220) 2024-05-15T23:25:35.8335370Z Resolving deltas: 36% (80/220) 2024-05-15T23:25:35.8335923Z Resolving deltas: 37% (82/220) 2024-05-15T23:25:35.8336536Z Resolving deltas: 38% (84/220) 2024-05-15T23:25:35.8337397Z Resolving deltas: 39% (86/220) 2024-05-15T23:25:35.8338005Z Resolving deltas: 40% (88/220) 2024-05-15T23:25:35.8338764Z Resolving deltas: 41% (91/220) 2024-05-15T23:25:35.8341543Z Resolving deltas: 42% (93/220) 2024-05-15T23:25:35.8342172Z Resolving deltas: 43% (96/220) 2024-05-15T23:25:35.8343056Z Resolving deltas: 44% (97/220) 2024-05-15T23:25:35.8344067Z Resolving deltas: 45% (99/220) 2024-05-15T23:25:35.8344851Z Resolving deltas: 46% (103/220) 2024-05-15T23:25:35.8345301Z Resolving deltas: 47% (104/220) 2024-05-15T23:25:35.8345720Z Resolving deltas: 48% (106/220) 2024-05-15T23:25:35.8346129Z Resolving deltas: 49% (108/220) 2024-05-15T23:25:35.8349615Z Resolving deltas: 50% (111/220) 2024-05-15T23:25:35.8350078Z Resolving deltas: 51% (113/220) 2024-05-15T23:25:35.8350625Z Resolving deltas: 52% (115/220) 2024-05-15T23:25:35.8351179Z Resolving deltas: 53% (117/220) 2024-05-15T23:25:35.8351746Z Resolving deltas: 54% (119/220) 2024-05-15T23:25:35.8352245Z Resolving deltas: 55% (121/220) 2024-05-15T23:25:35.8352985Z Resolving deltas: 56% (124/220) 2024-05-15T23:25:35.8353527Z Resolving deltas: 57% (126/220) 2024-05-15T23:25:35.8354035Z Resolving deltas: 58% (129/220) 2024-05-15T23:25:35.8354495Z Resolving deltas: 59% (130/220) 2024-05-15T23:25:35.8354923Z Resolving deltas: 60% (132/220) 2024-05-15T23:25:35.8355400Z Resolving deltas: 61% (135/220) 2024-05-15T23:25:35.8355884Z Resolving deltas: 62% (137/220) 2024-05-15T23:25:35.8356335Z Resolving deltas: 63% (139/220) 2024-05-15T23:25:35.8356881Z Resolving deltas: 64% (141/220) 2024-05-15T23:25:35.8357417Z Resolving deltas: 65% (144/220) 2024-05-15T23:25:35.8357982Z Resolving deltas: 66% (146/220) 2024-05-15T23:25:35.8358620Z Resolving deltas: 67% (148/220) 2024-05-15T23:25:35.8359016Z Resolving deltas: 68% (150/220) 2024-05-15T23:25:35.8359518Z Resolving deltas: 69% (153/220) 2024-05-15T23:25:35.8360080Z Resolving deltas: 70% (154/220) 2024-05-15T23:25:35.8360698Z Resolving deltas: 71% (157/220) 2024-05-15T23:25:35.8361295Z Resolving deltas: 72% (159/220) 2024-05-15T23:25:35.8361887Z Resolving deltas: 73% (162/220) 2024-05-15T23:25:35.8362305Z Resolving deltas: 74% (163/220) 2024-05-15T23:25:35.8362709Z Resolving deltas: 75% (165/220) 2024-05-15T23:25:35.8363231Z Resolving deltas: 76% (168/220) 2024-05-15T23:25:35.8363782Z Resolving deltas: 77% (170/220) 2024-05-15T23:25:35.8364288Z Resolving deltas: 78% (173/220) 2024-05-15T23:25:35.8364759Z Resolving deltas: 79% (174/220) 2024-05-15T23:25:35.8365227Z Resolving deltas: 80% (176/220) 2024-05-15T23:25:35.8365638Z Resolving deltas: 81% (179/220) 2024-05-15T23:25:35.8366072Z Resolving deltas: 82% (181/220) 2024-05-15T23:25:35.8366466Z Resolving deltas: 83% (183/220) 2024-05-15T23:25:35.8366865Z Resolving deltas: 84% (185/220) 2024-05-15T23:25:35.8367282Z Resolving deltas: 85% (187/220) 2024-05-15T23:25:35.8367686Z Resolving deltas: 86% (190/220) 2024-05-15T23:25:35.8368084Z Resolving deltas: 87% (192/220) 2024-05-15T23:25:35.8368491Z Resolving deltas: 88% (194/220) 2024-05-15T23:25:35.8368904Z Resolving deltas: 89% (196/220) 2024-05-15T23:25:35.8369308Z Resolving deltas: 90% (198/220) 2024-05-15T23:25:35.8369703Z Resolving deltas: 91% (201/220) 2024-05-15T23:25:35.8370217Z Resolving deltas: 92% (203/220) 2024-05-15T23:25:35.8370628Z Resolving deltas: 93% (206/220) 2024-05-15T23:25:35.8371039Z Resolving deltas: 94% (207/220) 2024-05-15T23:25:35.8371438Z Resolving deltas: 95% (211/220) 2024-05-15T23:25:35.8371841Z Resolving deltas: 96% (212/220) 2024-05-15T23:25:35.8372252Z Resolving deltas: 97% (214/220) 2024-05-15T23:25:35.8372649Z Resolving deltas: 98% (216/220) 2024-05-15T23:25:35.8417098Z Resolving deltas: 99% (218/220) 2024-05-15T23:25:35.8417516Z Resolving deltas: 100% (220/220) 2024-05-15T23:25:35.8417938Z Resolving deltas: 100% (220/220), done. 2024-05-15T23:25:35.8570343Z From https://github.com/pytorch/test-infra 2024-05-15T23:25:35.8570936Z * [new branch] main -> origin/main 2024-05-15T23:25:35.8584329Z ##[endgroup] 2024-05-15T23:25:35.8584921Z ##[group]Determining the checkout info 2024-05-15T23:25:35.8586088Z ##[endgroup] 2024-05-15T23:25:35.8586667Z ##[group]Checking out the ref 2024-05-15T23:25:35.8589798Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-05-15T23:25:35.9105656Z Switched to a new branch 'main' 2024-05-15T23:25:35.9106190Z branch 'main' set up to track 'origin/main'. 2024-05-15T23:25:35.9111227Z ##[endgroup] 2024-05-15T23:25:35.9111842Z ##[group]Setting up auth for fetching submodules 2024-05-15T23:25:35.9116620Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:25:35.9163739Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-05-15T23:25:35.9185950Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-05-15T23:25:35.9212132Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-05-15T23:25:35.9233611Z ##[endgroup] 2024-05-15T23:25:35.9234179Z ##[group]Fetching submodules 2024-05-15T23:25:35.9236510Z [command]/usr/bin/git submodule sync --recursive 2024-05-15T23:25:35.9436592Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-05-15T23:25:35.9635084Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-05-15T23:25:35.9821745Z ##[endgroup] 2024-05-15T23:25:35.9822372Z ##[group]Persisting credentials for submodules 2024-05-15T23:25:35.9826521Z [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:25:36.0019213Z [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:25:36.0218909Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-05-15T23:25:36.0416251Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-05-15T23:25:36.0606890Z ##[endgroup] 2024-05-15T23:25:36.0639146Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:25:36.0661084Z '2698cb3ae580a5b2e6f3488e44cf57d8178edb04' 2024-05-15T23:25:36.0936033Z Prepare all required actions 2024-05-15T23:25:36.0936514Z Getting action download info 2024-05-15T23:25:36.1943894Z Download action repository 'pytorch/test-infra@main' (SHA:2698cb3ae580a5b2e6f3488e44cf57d8178edb04) 2024-05-15T23:25:36.4594507Z Getting action download info 2024-05-15T23:25:36.5407009Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-05-15T23:25:36.6896708Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-05-15T23:25:36.6897203Z env: 2024-05-15T23:25:36.6897539Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:36.6898015Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:36.6898412Z PR_NUMBER: 804 2024-05-15T23:25:36.6900561Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:36.6902738Z ##[endgroup] 2024-05-15T23:25:36.7096967Z ##[group]Run set -euo pipefail 2024-05-15T23:25:36.7097418Z set -euo pipefail 2024-05-15T23:25:36.7097842Z function get_ec2_metadata() { 2024-05-15T23:25:36.7098407Z  # Pulled from instance metadata endpoint for EC2 2024-05-15T23:25:36.7099347Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-05-15T23:25:36.7100145Z  category=$1 2024-05-15T23:25:36.7100707Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-05-15T23:25:36.7101308Z } 2024-05-15T23:25:36.7101689Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-05-15T23:25:36.7102298Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-05-15T23:25:36.7102980Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-05-15T23:25:36.7103583Z echo "system info $(uname -a)" 2024-05-15T23:25:36.7112940Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:36.7113453Z env: 2024-05-15T23:25:36.7113813Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:36.7114297Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:36.7114699Z PR_NUMBER: 804 2024-05-15T23:25:36.7116957Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:36.7119327Z ##[endgroup] 2024-05-15T23:25:36.7186722Z ami-id: ami-0ce0c36d7a00b20e2 2024-05-15T23:25:36.7233326Z instance-id: i-07eef3e5abb3f98c1 2024-05-15T23:25:36.7274479Z instance-type: g5.4xlarge 2024-05-15T23:25:36.7281078Z system info Linux ip-10-0-30-235.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:25:36.7308488Z ##[group]Run if systemctl is-active --quiet docker; then 2024-05-15T23:25:36.7309106Z if systemctl is-active --quiet docker; then 2024-05-15T23:25:36.7309677Z  echo "Docker daemon is running..."; 2024-05-15T23:25:36.7310146Z else 2024-05-15T23:25:36.7310653Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-05-15T23:25:36.7311252Z fi 2024-05-15T23:25:36.7319234Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:36.7319847Z env: 2024-05-15T23:25:36.7320209Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:36.7320860Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:36.7321259Z PR_NUMBER: 804 2024-05-15T23:25:36.7323377Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:36.7325566Z ##[endgroup] 2024-05-15T23:25:36.7361859Z Docker daemon is running... 2024-05-15T23:25:36.7385389Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-05-15T23:25:36.7386284Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-05-15T23:25:36.7387044Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-05-15T23:25:36.7387952Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-05-15T23:25:36.7388959Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-05-15T23:25:36.7396849Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:36.7397371Z env: 2024-05-15T23:25:36.7397722Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:36.7398222Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:36.7398828Z PR_NUMBER: 804 2024-05-15T23:25:36.7401022Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:36.7403228Z AWS_RETRY_MODE: standard 2024-05-15T23:25:36.7403616Z AWS_MAX_ATTEMPTS: 5 2024-05-15T23:25:36.7403981Z AWS_DEFAULT_REGION: us-east-1 2024-05-15T23:25:36.7404367Z ##[endgroup] 2024-05-15T23:25:37.5785862Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-05-15T23:25:37.5787149Z Configure a credential helper to remove this warning. See 2024-05-15T23:25:37.5788335Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-15T23:25:37.5789080Z 2024-05-15T23:25:37.5790305Z Login Succeeded 2024-05-15T23:25:37.5829242Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:25:37.5830130Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:25:37.5831002Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-05-15T23:25:37.5839653Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:37.5840237Z env: 2024-05-15T23:25:37.5840672Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:37.5841232Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:37.5841701Z PR_NUMBER: 804 2024-05-15T23:25:37.5843884Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:37.5846176Z ##[endgroup] 2024-05-15T23:25:37.5904725Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:25:37.5905438Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-05-15T23:25:37.5906071Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:25:37.5906645Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-05-15T23:25:37.5907468Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:25:37.5908132Z  2024-05-15T23:25:37.5908642Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-05-15T23:25:37.5909327Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:25:37.5909947Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-05-15T23:25:37.5910703Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:25:37.5911403Z  2024-05-15T23:25:37.5911828Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-05-15T23:25:37.5912394Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-05-15T23:25:37.5912922Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-05-15T23:25:37.5913586Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-05-15T23:25:37.5921260Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:37.5921869Z env: 2024-05-15T23:25:37.5922280Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:37.5922860Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:37.5923337Z PR_NUMBER: 804 2024-05-15T23:25:37.5925557Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:37.5927826Z ##[endgroup] 2024-05-15T23:25:37.6759641Z ##[group]Run needs=0 2024-05-15T23:25:37.6760007Z needs=0 2024-05-15T23:25:37.6760548Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-05-15T23:25:37.6761147Z  needs=1 2024-05-15T23:25:37.6761464Z fi 2024-05-15T23:25:37.6761838Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-05-15T23:25:37.6769626Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:37.6770228Z env: 2024-05-15T23:25:37.6770564Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:37.6771042Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:37.6771440Z PR_NUMBER: 804 2024-05-15T23:25:37.6773557Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:37.6776071Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:37.6776860Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:37.6777619Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:37.6778150Z ##[endgroup] 2024-05-15T23:25:37.7043647Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-05-15T23:25:37.7044314Z with: 2024-05-15T23:25:37.7044718Z driver-version: 550.54.15 2024-05-15T23:25:37.7045257Z env: 2024-05-15T23:25:37.7045699Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:37.7046295Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:37.7066238Z PR_NUMBER: 804 2024-05-15T23:25:37.7068481Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:37.7071088Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:37.7071959Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:37.7072771Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:37.7073377Z ##[endgroup] 2024-05-15T23:25:37.7122990Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-05-15T23:25:37.7123626Z with: 2024-05-15T23:25:37.7123999Z timeout_minutes: 10 2024-05-15T23:25:37.7124428Z max_attempts: 3 2024-05-15T23:25:37.7154789Z 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:25:37.7185728Z retry_wait_seconds: 10 2024-05-15T23:25:37.7186193Z polling_interval_seconds: 1 2024-05-15T23:25:37.7186650Z warning_on_retry: true 2024-05-15T23:25:37.7187102Z continue_on_error: false 2024-05-15T23:25:37.7187549Z env: 2024-05-15T23:25:37.7187969Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:37.7188527Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:37.7189015Z PR_NUMBER: 804 2024-05-15T23:25:37.7191262Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:37.7193716Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:37.7194605Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:37.7195574Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:37.7196206Z DRIVER_VERSION: 550.54.15 2024-05-15T23:25:37.7196661Z ##[endgroup] 2024-05-15T23:25:37.7716664Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-05-15T23:25:37.7717839Z + pre_install_nvidia_driver_amzn2 2024-05-15T23:25:37.7718630Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-05-15T23:25:38.0701610Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:25:38.1075153Z No Match for argument: nvidia-driver-latest-dkms 2024-05-15T23:25:38.1301808Z No Packages marked for removal 2024-05-15T23:25:38.1416950Z + install_nvidia_driver_common 2024-05-15T23:25:38.1419132Z + echo 'Before installing NVIDIA driver' 2024-05-15T23:25:38.1419720Z + lspci 2024-05-15T23:25:38.1420296Z Before installing NVIDIA driver 2024-05-15T23:25:38.1501911Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-05-15T23:25:38.1502926Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-05-15T23:25:38.1504032Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-05-15T23:25:38.1504912Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-05-15T23:25:38.1505761Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. Device 8061 2024-05-15T23:25:38.1506610Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-05-15T23:25:38.1507621Z 00:1e.0 3D controller: NVIDIA Corporation Device 2237 (rev a1) 2024-05-15T23:25:38.1508662Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-05-15T23:25:38.1509340Z + lsmod 2024-05-15T23:25:38.1514740Z Module Size Used by 2024-05-15T23:25:38.1515425Z nvidia_modeset 1339392 0 2024-05-15T23:25:38.1516043Z veth 16384 0 2024-05-15T23:25:38.1516649Z nvidia_uvm 4599808 0 2024-05-15T23:25:38.1517217Z nvidia 53989376 2 nvidia_uvm,nvidia_modeset 2024-05-15T23:25:38.1517797Z drm 421888 1 nvidia 2024-05-15T23:25:38.1518505Z i2c_core 77824 2 nvidia,drm 2024-05-15T23:25:38.1519065Z backlight 16384 1 nvidia_modeset 2024-05-15T23:25:38.1519594Z xt_conntrack 16384 1 2024-05-15T23:25:38.1520060Z ipt_MASQUERADE 16384 1 2024-05-15T23:25:38.1520591Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-05-15T23:25:38.1521154Z nf_conntrack_netlink 49152 0 2024-05-15T23:25:38.1521916Z nfnetlink 16384 2 nf_conntrack_netlink 2024-05-15T23:25:38.1522658Z xfrm_user 45056 1 2024-05-15T23:25:38.1523260Z xfrm_algo 16384 1 xfrm_user 2024-05-15T23:25:38.1523943Z iptable_nat 16384 1 2024-05-15T23:25:38.1524590Z nf_conntrack_ipv4 16384 3 2024-05-15T23:25:38.1525312Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-05-15T23:25:38.1526155Z nf_nat_ipv4 16384 1 iptable_nat 2024-05-15T23:25:38.1527071Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-05-15T23:25:38.1528622Z 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:25:38.1529591Z xt_addrtype 16384 2 2024-05-15T23:25:38.1530145Z iptable_filter 16384 1 2024-05-15T23:25:38.1530626Z br_netfilter 24576 0 2024-05-15T23:25:38.1531124Z bridge 172032 1 br_netfilter 2024-05-15T23:25:38.1531651Z stp 16384 1 bridge 2024-05-15T23:25:38.1532164Z llc 16384 2 bridge,stp 2024-05-15T23:25:38.1532670Z overlay 86016 0 2024-05-15T23:25:38.1533126Z sunrpc 393216 1 2024-05-15T23:25:38.1533575Z dm_mirror 28672 0 2024-05-15T23:25:38.1534057Z dm_region_hash 20480 1 dm_mirror 2024-05-15T23:25:38.1534679Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-05-15T23:25:38.1535547Z dm_mod 143360 2 dm_log,dm_mirror 2024-05-15T23:25:38.1536067Z dax 69632 1 dm_mod 2024-05-15T23:25:38.1536547Z crc32_pclmul 16384 0 2024-05-15T23:25:38.1537006Z ghash_clmulni_intel 16384 0 2024-05-15T23:25:38.1537467Z pcbc 16384 0 2024-05-15T23:25:38.1537915Z aesni_intel 188416 0 2024-05-15T23:25:38.1538393Z aes_x86_64 20480 1 aesni_intel 2024-05-15T23:25:38.1538921Z crypto_simd 16384 1 aesni_intel 2024-05-15T23:25:38.1539456Z glue_helper 16384 1 aesni_intel 2024-05-15T23:25:38.1540160Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-05-15T23:25:38.1540778Z mousedev 24576 0 2024-05-15T23:25:38.1541227Z evdev 20480 3 2024-05-15T23:25:38.1541666Z psmouse 32768 0 2024-05-15T23:25:38.1542114Z button 16384 0 2024-05-15T23:25:38.1542558Z ena 139264 0 2024-05-15T23:25:38.1543011Z ptp 20480 1 ena 2024-05-15T23:25:38.1543483Z pps_core 20480 1 ptp 2024-05-15T23:25:38.1543956Z crc32c_intel 24576 0 2024-05-15T23:25:38.1544405Z autofs4 49152 2 2024-05-15T23:25:38.1544839Z + modinfo nvidia 2024-05-15T23:25:38.1545591Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-05-15T23:25:38.1546371Z alias: char-major-195-* 2024-05-15T23:25:38.1546865Z version: 550.54.15 2024-05-15T23:25:38.1547379Z supported: external 2024-05-15T23:25:38.1547795Z license: NVIDIA 2024-05-15T23:25:38.1548255Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-15T23:25:38.1548819Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-15T23:25:38.1549355Z srcversion: 833721318DA517F0C2FEC97 2024-05-15T23:25:38.1549897Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-15T23:25:38.1550479Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-15T23:25:38.1551057Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-15T23:25:38.1551615Z depends: i2c-core,drm 2024-05-15T23:25:38.1552054Z retpoline: Y 2024-05-15T23:25:38.1552441Z name: nvidia 2024-05-15T23:25:38.1553078Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-05-15T23:25:38.1553810Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-15T23:25:38.1554536Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-15T23:25:38.1555218Z parm: NVreg_ResmanDebugLevel:int 2024-05-15T23:25:38.1555745Z parm: NVreg_RmLogonRC:int 2024-05-15T23:25:38.1556252Z parm: NVreg_ModifyDeviceFiles:int 2024-05-15T23:25:38.1556791Z parm: NVreg_DeviceFileUID:int 2024-05-15T23:25:38.1557308Z parm: NVreg_DeviceFileGID:int 2024-05-15T23:25:38.1557828Z parm: NVreg_DeviceFileMode:int 2024-05-15T23:25:38.1558613Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-15T23:25:38.1559267Z parm: NVreg_UsePageAttributeTable:int 2024-05-15T23:25:38.1559829Z parm: NVreg_EnablePCIeGen3:int 2024-05-15T23:25:38.1560342Z parm: NVreg_EnableMSI:int 2024-05-15T23:25:38.1560835Z parm: NVreg_TCEBypassMode:int 2024-05-15T23:25:38.1561374Z parm: NVreg_EnableStreamMemOPs:int 2024-05-15T23:25:38.1561991Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-15T23:25:38.1562656Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-15T23:25:38.1563305Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-15T23:25:38.1563998Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-15T23:25:38.1564677Z parm: NVreg_DynamicPowerManagement:int 2024-05-15T23:25:38.1565363Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-15T23:25:38.1566035Z parm: NVreg_EnableGpuFirmware:int 2024-05-15T23:25:38.1566607Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-15T23:25:38.1567328Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-15T23:25:38.1567952Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-15T23:25:38.1568533Z parm: NVreg_MemoryPoolSize:int 2024-05-15T23:25:38.1569080Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-15T23:25:38.1569644Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-15T23:25:38.1570303Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-15T23:25:38.1570839Z parm: NVreg_NvLinkDisable:int 2024-05-15T23:25:38.1571429Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-15T23:25:38.1572036Z parm: NVreg_RegisterPCIDriver:int 2024-05-15T23:25:38.1572595Z parm: NVreg_EnableResizableBar:int 2024-05-15T23:25:38.1573166Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-15T23:25:38.1573746Z parm: NVreg_EnableNonblockingOpen:int 2024-05-15T23:25:38.1574313Z parm: NVreg_RegistryDwords:charp 2024-05-15T23:25:38.1574890Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-15T23:25:38.1575456Z parm: NVreg_RmMsg:charp 2024-05-15T23:25:38.1575951Z parm: NVreg_GpuBlacklist:charp 2024-05-15T23:25:38.1576496Z parm: NVreg_TemporaryFilePath:charp 2024-05-15T23:25:38.1577050Z parm: NVreg_ExcludedGpus:charp 2024-05-15T23:25:38.1577585Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-15T23:25:38.1578150Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-15T23:25:38.1578700Z parm: NVreg_ImexChannelCount:int 2024-05-15T23:25:38.1579321Z parm: rm_firmware_active:charp 2024-05-15T23:25:38.1579816Z + HAS_NVIDIA_DRIVER=0 2024-05-15T23:25:38.1580282Z ++ command -v nvidia-smi 2024-05-15T23:25:38.1580754Z + '[' -x /usr/bin/nvidia-smi ']' 2024-05-15T23:25:38.1581203Z + set +e 2024-05-15T23:25:38.1581789Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-05-15T23:25:40.1864438Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-05-15T23:25:40.1865214Z + NVIDIA_SMI_STATUS=0 2024-05-15T23:25:40.1865944Z + '[' 0 -ne 0 ']' 2024-05-15T23:25:40.1866545Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-05-15T23:25:40.1867173Z + HAS_NVIDIA_DRIVER=1 2024-05-15T23:25:40.1868016Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-05-15T23:25:40.1868811Z + set -e 2024-05-15T23:25:40.1869198Z + '[' 1 -eq 0 ']' 2024-05-15T23:25:40.1869861Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-05-15T23:25:40.1870635Z + post_install_nvidia_driver_common 2024-05-15T23:25:40.1871127Z + sudo modprobe nvidia 2024-05-15T23:25:40.1965734Z + echo 'After installing NVIDIA driver' 2024-05-15T23:25:40.1966418Z + lspci 2024-05-15T23:25:40.1966792Z After installing NVIDIA driver 2024-05-15T23:25:40.2049123Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-05-15T23:25:40.2050233Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-05-15T23:25:40.2051317Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-05-15T23:25:40.2052216Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-05-15T23:25:40.2053057Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. Device 8061 2024-05-15T23:25:40.2053904Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-05-15T23:25:40.2054727Z 00:1e.0 3D controller: NVIDIA Corporation Device 2237 (rev a1) 2024-05-15T23:25:40.2055611Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-05-15T23:25:40.2056274Z + lsmod 2024-05-15T23:25:40.2063000Z Module Size Used by 2024-05-15T23:25:40.2063689Z nvidia_modeset 1339392 0 2024-05-15T23:25:40.2064338Z veth 16384 0 2024-05-15T23:25:40.2064899Z nvidia_uvm 4599808 0 2024-05-15T23:25:40.2065440Z nvidia 53989376 2 nvidia_uvm,nvidia_modeset 2024-05-15T23:25:40.2066005Z drm 421888 1 nvidia 2024-05-15T23:25:40.2067040Z i2c_core 77824 2 nvidia,drm 2024-05-15T23:25:40.2067665Z backlight 16384 1 nvidia_modeset 2024-05-15T23:25:40.2068248Z xt_conntrack 16384 1 2024-05-15T23:25:40.2068890Z ipt_MASQUERADE 16384 1 2024-05-15T23:25:40.2069502Z nf_nat_masquerade_ipv4 16384 1 ipt_MASQUERADE 2024-05-15T23:25:40.2070077Z nf_conntrack_netlink 49152 0 2024-05-15T23:25:40.2070630Z nfnetlink 16384 2 nf_conntrack_netlink 2024-05-15T23:25:40.2071228Z xfrm_user 45056 1 2024-05-15T23:25:40.2071931Z xfrm_algo 16384 1 xfrm_user 2024-05-15T23:25:40.2072612Z iptable_nat 16384 1 2024-05-15T23:25:40.2073252Z nf_conntrack_ipv4 16384 3 2024-05-15T23:25:40.2073809Z nf_defrag_ipv4 16384 1 nf_conntrack_ipv4 2024-05-15T23:25:40.2074564Z nf_nat_ipv4 16384 1 iptable_nat 2024-05-15T23:25:40.2075378Z nf_nat 32768 2 nf_nat_masquerade_ipv4,nf_nat_ipv4 2024-05-15T23:25:40.2076750Z 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:25:40.2077686Z xt_addrtype 16384 2 2024-05-15T23:25:40.2078158Z iptable_filter 16384 1 2024-05-15T23:25:40.2078915Z br_netfilter 24576 0 2024-05-15T23:25:40.2079421Z bridge 172032 1 br_netfilter 2024-05-15T23:25:40.2080086Z stp 16384 1 bridge 2024-05-15T23:25:40.2080779Z llc 16384 2 bridge,stp 2024-05-15T23:25:40.2081474Z overlay 86016 0 2024-05-15T23:25:40.2081991Z sunrpc 393216 1 2024-05-15T23:25:40.2082451Z dm_mirror 28672 0 2024-05-15T23:25:40.2083014Z dm_region_hash 20480 1 dm_mirror 2024-05-15T23:25:40.2083598Z dm_log 20480 2 dm_region_hash,dm_mirror 2024-05-15T23:25:40.2084204Z dm_mod 143360 2 dm_log,dm_mirror 2024-05-15T23:25:40.2084758Z dax 69632 1 dm_mod 2024-05-15T23:25:40.2085249Z crc32_pclmul 16384 0 2024-05-15T23:25:40.2085732Z ghash_clmulni_intel 16384 0 2024-05-15T23:25:40.2086211Z pcbc 16384 0 2024-05-15T23:25:40.2086678Z aesni_intel 188416 0 2024-05-15T23:25:40.2087163Z aes_x86_64 20480 1 aesni_intel 2024-05-15T23:25:40.2087709Z crypto_simd 16384 1 aesni_intel 2024-05-15T23:25:40.2088260Z glue_helper 16384 1 aesni_intel 2024-05-15T23:25:40.2088930Z cryptd 28672 3 crypto_simd,ghash_clmulni_intel,aesni_intel 2024-05-15T23:25:40.2089561Z mousedev 24576 0 2024-05-15T23:25:40.2090147Z evdev 20480 3 2024-05-15T23:25:40.2090607Z psmouse 32768 0 2024-05-15T23:25:40.2091057Z button 16384 0 2024-05-15T23:25:40.2091506Z ena 139264 0 2024-05-15T23:25:40.2091961Z ptp 20480 1 ena 2024-05-15T23:25:40.2092444Z pps_core 20480 1 ptp 2024-05-15T23:25:40.2092918Z crc32c_intel 24576 0 2024-05-15T23:25:40.2093390Z autofs4 49152 2 2024-05-15T23:25:40.2093847Z + modinfo nvidia 2024-05-15T23:25:40.2094593Z filename: /lib/modules/4.14.336-257.562.amzn2.x86_64/kernel/drivers/video/nvidia.ko 2024-05-15T23:25:40.2095377Z alias: char-major-195-* 2024-05-15T23:25:40.2095852Z version: 550.54.15 2024-05-15T23:25:40.2096287Z supported: external 2024-05-15T23:25:40.2096712Z license: NVIDIA 2024-05-15T23:25:40.2097194Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-05-15T23:25:40.2097779Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-05-15T23:25:40.2098336Z srcversion: 833721318DA517F0C2FEC97 2024-05-15T23:25:40.2098921Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-05-15T23:25:40.2099506Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-05-15T23:25:40.2100112Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-05-15T23:25:40.2100691Z depends: i2c-core,drm 2024-05-15T23:25:40.2101139Z retpoline: Y 2024-05-15T23:25:40.2101625Z name: nvidia 2024-05-15T23:25:40.2102279Z vermagic: 4.14.336-257.562.amzn2.x86_64 SMP mod_unload modversions 2024-05-15T23:25:40.2103049Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-05-15T23:25:40.2103806Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-05-15T23:25:40.2104476Z parm: NVreg_ResmanDebugLevel:int 2024-05-15T23:25:40.2105017Z parm: NVreg_RmLogonRC:int 2024-05-15T23:25:40.2105557Z parm: NVreg_ModifyDeviceFiles:int 2024-05-15T23:25:40.2106102Z parm: NVreg_DeviceFileUID:int 2024-05-15T23:25:40.2106638Z parm: NVreg_DeviceFileGID:int 2024-05-15T23:25:40.2107181Z parm: NVreg_DeviceFileMode:int 2024-05-15T23:25:40.2107807Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-05-15T23:25:40.2108459Z parm: NVreg_UsePageAttributeTable:int 2024-05-15T23:25:40.2109035Z parm: NVreg_EnablePCIeGen3:int 2024-05-15T23:25:40.2109572Z parm: NVreg_EnableMSI:int 2024-05-15T23:25:40.2110084Z parm: NVreg_TCEBypassMode:int 2024-05-15T23:25:40.2110632Z parm: NVreg_EnableStreamMemOPs:int 2024-05-15T23:25:40.2111255Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-05-15T23:25:40.2111940Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-05-15T23:25:40.2112599Z parm: NVreg_EnableS0ixPowerManagement:int 2024-05-15T23:25:40.2113297Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-05-15T23:25:40.2114050Z parm: NVreg_DynamicPowerManagement:int 2024-05-15T23:25:40.2114766Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-05-15T23:25:40.2115460Z parm: NVreg_EnableGpuFirmware:int 2024-05-15T23:25:40.2116036Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-05-15T23:25:40.2116665Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-05-15T23:25:40.2117305Z parm: NVreg_EnableUserNUMAManagement:int 2024-05-15T23:25:40.2117890Z parm: NVreg_MemoryPoolSize:int 2024-05-15T23:25:40.2118797Z parm: NVreg_KMallocHeapMaxSize:int 2024-05-15T23:25:40.2119382Z parm: NVreg_VMallocHeapMaxSize:int 2024-05-15T23:25:40.2119948Z parm: NVreg_IgnoreMMIOCheck:int 2024-05-15T23:25:40.2120481Z parm: NVreg_NvLinkDisable:int 2024-05-15T23:25:40.2121084Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-05-15T23:25:40.2121705Z parm: NVreg_RegisterPCIDriver:int 2024-05-15T23:25:40.2122283Z parm: NVreg_EnableResizableBar:int 2024-05-15T23:25:40.2122876Z parm: NVreg_EnableDbgBreakpoint:int 2024-05-15T23:25:40.2123483Z parm: NVreg_EnableNonblockingOpen:int 2024-05-15T23:25:40.2124082Z parm: NVreg_RegistryDwords:charp 2024-05-15T23:25:40.2124702Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-05-15T23:25:40.2125282Z parm: NVreg_RmMsg:charp 2024-05-15T23:25:40.2125806Z parm: NVreg_GpuBlacklist:charp 2024-05-15T23:25:40.2126389Z parm: NVreg_TemporaryFilePath:charp 2024-05-15T23:25:40.2126959Z parm: NVreg_ExcludedGpus:charp 2024-05-15T23:25:40.2127505Z parm: NVreg_DmaRemapPeerMmio:int 2024-05-15T23:25:40.2128098Z parm: NVreg_RmNvlinkBandwidth:charp 2024-05-15T23:25:40.2128676Z parm: NVreg_ImexChannelCount:int 2024-05-15T23:25:40.2129226Z parm: rm_firmware_active:charp 2024-05-15T23:25:40.2129713Z + set +e 2024-05-15T23:25:40.2130180Z + nvidia-smi 2024-05-15T23:25:41.7801144Z Wed May 15 23:25:41 2024 2024-05-15T23:25:41.7802091Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:25:41.7803005Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-05-15T23:25:41.7803883Z |-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:25:41.7804768Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-05-15T23:25:41.7805916Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-05-15T23:25:41.7806697Z | | | MIG M. | 2024-05-15T23:25:41.7807328Z |=========================================+========================+======================| 2024-05-15T23:25:41.7942030Z | 0 NVIDIA A10G Off | 00000000:00:1E.0 Off | 0 | 2024-05-15T23:25:41.7942980Z | 0% 28C P0 58W / 300W | 0MiB / 23028MiB | 5% Default | 2024-05-15T23:25:41.7943884Z | | | N/A | 2024-05-15T23:25:41.7944816Z +-----------------------------------------+------------------------+----------------------+ 2024-05-15T23:25:41.7945496Z 2024-05-15T23:25:41.7946246Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:25:41.7946967Z | Processes: | 2024-05-15T23:25:41.7947771Z | GPU GI CI PID Type Process name GPU Memory | 2024-05-15T23:25:41.7948569Z | ID ID Usage | 2024-05-15T23:25:41.7949355Z |=========================================================================================| 2024-05-15T23:25:41.7950099Z | No running processes found | 2024-05-15T23:25:41.7950952Z +-----------------------------------------------------------------------------------------+ 2024-05-15T23:25:42.3959672Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-05-15T23:25:43.9697952Z NVIDIA A10G 2024-05-15T23:25:44.4173568Z + NVIDIA_SMI_STATUS=0 2024-05-15T23:25:44.4174284Z + '[' 0 -eq 0 ']' 2024-05-15T23:25:44.4174695Z + echo 'INFO: Ignoring allowed status 0' 2024-05-15T23:25:44.4175127Z + set -e 2024-05-15T23:25:44.4175438Z INFO: Ignoring allowed status 0 2024-05-15T23:25:44.4177377Z == Installing nvidia container toolkit for amzn2 == 2024-05-15T23:25:44.4180066Z + sudo yum install -y yum-utils 2024-05-15T23:25:44.7137292Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:25:46.1948355Z Package yum-utils-1.1.31-46.amzn2.0.1.noarch already installed and latest version 2024-05-15T23:25:46.1949064Z Nothing to do 2024-05-15T23:25:46.3421853Z + sudo yum-config-manager --add-repo https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-05-15T23:25:46.6499093Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:25:46.6785922Z adding repo from: https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo 2024-05-15T23:25:46.6787616Z grabbing file https://nvidia.github.io/nvidia-docker/amzn2/nvidia-docker.repo to /etc/yum.repos.d/nvidia-docker.repo 2024-05-15T23:25:46.6789033Z repo saved to /etc/yum.repos.d/nvidia-docker.repo 2024-05-15T23:25:46.6901035Z + sudo yum install -y nvidia-docker2 2024-05-15T23:25:46.9833585Z Loaded plugins: extras_suggestions, langpacks, priorities, update-motd 2024-05-15T23:25:48.4334967Z Package nvidia-docker2-2.13.0-1.noarch already installed and latest version 2024-05-15T23:25:48.4335689Z Nothing to do 2024-05-15T23:25:48.5815584Z + sudo systemctl restart docker 2024-05-15T23:25:49.7792416Z Command completed after 1 attempt(s). 2024-05-15T23:25:49.7856266Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:25:49.7857046Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:25:49.7857659Z # shellcheck disable=SC2046 2024-05-15T23:25:49.7858147Z docker stop $(docker ps -q) || true 2024-05-15T23:25:49.7858638Z # Prune all of the docker images 2024-05-15T23:25:49.7859225Z docker system prune -af 2024-05-15T23:25:49.7866865Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:49.7867375Z env: 2024-05-15T23:25:49.7867705Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:49.7868180Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:49.7868578Z PR_NUMBER: 804 2024-05-15T23:25:49.7870718Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:49.7873149Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:49.7873950Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:49.7874710Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:49.7875361Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:49.7875858Z ##[endgroup] 2024-05-15T23:25:49.8177795Z "docker stop" requires at least 1 argument. 2024-05-15T23:25:49.8178468Z See 'docker stop --help'. 2024-05-15T23:25:49.8178723Z 2024-05-15T23:25:49.8178952Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-05-15T23:25:49.8179336Z 2024-05-15T23:25:49.8179684Z Stop one or more running containers 2024-05-15T23:25:49.8364046Z Total reclaimed space: 0B 2024-05-15T23:25:49.8420461Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-05-15T23:25:49.8420944Z with: 2024-05-15T23:25:49.8421738Z github-secret: *** 2024-05-15T23:25:49.8422110Z activate-with-label: false 2024-05-15T23:25:49.8422483Z label: with-ssh 2024-05-15T23:25:49.8422826Z remove-existing-keys: true 2024-05-15T23:25:49.8423182Z env: 2024-05-15T23:25:49.8423529Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:49.8424007Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:49.8424410Z PR_NUMBER: 804 2024-05-15T23:25:49.8426531Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:49.8428944Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:49.8429749Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:49.8430499Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:49.8431146Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:49.8431649Z ##[endgroup] 2024-05-15T23:25:49.9189052Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-05-15T23:25:50.0499957Z ##[warning]Failed to get author of PR https://github.com/pytorch/torchchat/pull/804: HttpError: Resource not accessible by integration 2024-05-15T23:25:50.0507571Z ##[warning]Returning mikekgfb instead 2024-05-15T23:25:50.0508692Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2024-05-15T23:25:50.1273386Z No SSH keys found for user mikekgfb 2024-05-15T23:25:50.1274022Z Grabbing public ssh keys from https://github.com/mikekgfb.keys 2024-05-15T23:25:50.2018607Z No SSH keys found for user mikekgfb 2024-05-15T23:25:50.2200122Z ##[group]Run actions/checkout@v3 2024-05-15T23:25:50.2200589Z with: 2024-05-15T23:25:50.2200970Z repository: pytorch/torchchat 2024-05-15T23:25:50.2201460Z ref: refs/pull/804/merge 2024-05-15T23:25:50.2201914Z path: pytorch/torchchat 2024-05-15T23:25:50.2202336Z fetch-depth: 1 2024-05-15T23:25:50.2202987Z token: *** 2024-05-15T23:25:50.2203368Z ssh-strict: true 2024-05-15T23:25:50.2203794Z persist-credentials: true 2024-05-15T23:25:50.2204241Z clean: true 2024-05-15T23:25:50.2204661Z sparse-checkout-cone-mode: true 2024-05-15T23:25:50.2205146Z fetch-tags: false 2024-05-15T23:25:50.2205537Z lfs: false 2024-05-15T23:25:50.2205919Z set-safe-directory: true 2024-05-15T23:25:50.2206337Z env: 2024-05-15T23:25:50.2206749Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.2207292Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:50.2207759Z PR_NUMBER: 804 2024-05-15T23:25:50.2210086Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:50.2212540Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:50.2213412Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:50.2214240Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:50.2214958Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:50.2215533Z ##[endgroup] 2024-05-15T23:25:50.3047443Z Syncing repository: pytorch/torchchat 2024-05-15T23:25:50.3056968Z ##[group]Getting Git version info 2024-05-15T23:25:50.3058045Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-05-15T23:25:50.3079559Z [command]/usr/bin/git version 2024-05-15T23:25:50.3117207Z git version 2.40.1 2024-05-15T23:25:50.3139058Z ##[endgroup] 2024-05-15T23:25:50.3151816Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/eda6e468-69f4-4daa-8d49-5c7ccd216e9a' before making global git config changes 2024-05-15T23:25:50.3153098Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:25:50.3157132Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:25:50.3185674Z ##[group]Initializing the repository 2024-05-15T23:25:50.3188655Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-05-15T23:25:50.3207410Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-05-15T23:25:50.3208523Z hint: is subject to change. To configure the initial branch name to use in all 2024-05-15T23:25:50.3209341Z hint: of your new repositories, which will suppress this warning, call: 2024-05-15T23:25:50.3210072Z hint: 2024-05-15T23:25:50.3210517Z hint: git config --global init.defaultBranch 2024-05-15T23:25:50.3210998Z hint: 2024-05-15T23:25:50.3211537Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-05-15T23:25:50.3212384Z hint: 'development'. The just-created branch can be renamed via this command: 2024-05-15T23:25:50.3213059Z hint: 2024-05-15T23:25:50.3213398Z hint: git branch -m 2024-05-15T23:25:50.3214274Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-05-15T23:25:50.3216161Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-05-15T23:25:50.3240087Z ##[endgroup] 2024-05-15T23:25:50.3240808Z ##[group]Disabling automatic garbage collection 2024-05-15T23:25:50.3243116Z [command]/usr/bin/git config --local gc.auto 0 2024-05-15T23:25:50.3261236Z ##[endgroup] 2024-05-15T23:25:50.3261882Z ##[group]Setting up auth 2024-05-15T23:25:50.3266334Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:25:50.3290674Z [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:25:50.3484139Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:25:50.3509034Z [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:25:50.3702586Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-05-15T23:25:50.3736992Z ##[endgroup] 2024-05-15T23:25:50.3737691Z ##[group]Fetching the repository 2024-05-15T23:25:50.3744077Z [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:25:50.5949229Z remote: Enumerating objects: 242, done. 2024-05-15T23:25:50.5950428Z remote: Counting objects: 0% (1/242) 2024-05-15T23:25:50.5951650Z remote: Counting objects: 1% (3/242) 2024-05-15T23:25:50.5952975Z remote: Counting objects: 2% (5/242) 2024-05-15T23:25:50.5953776Z remote: Counting objects: 3% (8/242) 2024-05-15T23:25:50.5954281Z remote: Counting objects: 4% (10/242) 2024-05-15T23:25:50.5954785Z remote: Counting objects: 5% (13/242) 2024-05-15T23:25:50.5955282Z remote: Counting objects: 6% (15/242) 2024-05-15T23:25:50.5955782Z remote: Counting objects: 7% (17/242) 2024-05-15T23:25:50.5956283Z remote: Counting objects: 8% (20/242) 2024-05-15T23:25:50.5956788Z remote: Counting objects: 9% (22/242) 2024-05-15T23:25:50.5957278Z remote: Counting objects: 10% (25/242) 2024-05-15T23:25:50.5957770Z remote: Counting objects: 11% (27/242) 2024-05-15T23:25:50.5958265Z remote: Counting objects: 12% (30/242) 2024-05-15T23:25:50.5958955Z remote: Counting objects: 13% (32/242) 2024-05-15T23:25:50.5959448Z remote: Counting objects: 14% (34/242) 2024-05-15T23:25:50.5959947Z remote: Counting objects: 15% (37/242) 2024-05-15T23:25:50.5960452Z remote: Counting objects: 16% (39/242) 2024-05-15T23:25:50.5960954Z remote: Counting objects: 17% (42/242) 2024-05-15T23:25:50.5961444Z remote: Counting objects: 18% (44/242) 2024-05-15T23:25:50.5961943Z remote: Counting objects: 19% (46/242) 2024-05-15T23:25:50.5962433Z remote: Counting objects: 20% (49/242) 2024-05-15T23:25:50.5962930Z remote: Counting objects: 21% (51/242) 2024-05-15T23:25:50.5963437Z remote: Counting objects: 22% (54/242) 2024-05-15T23:25:50.5963941Z remote: Counting objects: 23% (56/242) 2024-05-15T23:25:50.5964443Z remote: Counting objects: 24% (59/242) 2024-05-15T23:25:50.5964950Z remote: Counting objects: 25% (61/242) 2024-05-15T23:25:50.5965447Z remote: Counting objects: 26% (63/242) 2024-05-15T23:25:50.5965961Z remote: Counting objects: 27% (66/242) 2024-05-15T23:25:50.5966462Z remote: Counting objects: 28% (68/242) 2024-05-15T23:25:50.5966965Z remote: Counting objects: 29% (71/242) 2024-05-15T23:25:50.5967456Z remote: Counting objects: 30% (73/242) 2024-05-15T23:25:50.5967961Z remote: Counting objects: 31% (76/242) 2024-05-15T23:25:50.5968456Z remote: Counting objects: 32% (78/242) 2024-05-15T23:25:50.5968945Z remote: Counting objects: 33% (80/242) 2024-05-15T23:25:50.5969438Z remote: Counting objects: 34% (83/242) 2024-05-15T23:25:50.5970003Z remote: Counting objects: 35% (85/242) 2024-05-15T23:25:50.5970673Z remote: Counting objects: 36% (88/242) 2024-05-15T23:25:50.5971166Z remote: Counting objects: 37% (90/242) 2024-05-15T23:25:50.5971663Z remote: Counting objects: 38% (92/242) 2024-05-15T23:25:50.5972168Z remote: Counting objects: 39% (95/242) 2024-05-15T23:25:50.5972766Z remote: Counting objects: 40% (97/242) 2024-05-15T23:25:50.5973265Z remote: Counting objects: 41% (100/242) 2024-05-15T23:25:50.5973786Z remote: Counting objects: 42% (102/242) 2024-05-15T23:25:50.5974304Z remote: Counting objects: 43% (105/242) 2024-05-15T23:25:50.5974818Z remote: Counting objects: 44% (107/242) 2024-05-15T23:25:50.5975322Z remote: Counting objects: 45% (109/242) 2024-05-15T23:25:50.5975837Z remote: Counting objects: 46% (112/242) 2024-05-15T23:25:50.5976352Z remote: Counting objects: 47% (114/242) 2024-05-15T23:25:50.5976865Z remote: Counting objects: 48% (117/242) 2024-05-15T23:25:50.5977376Z remote: Counting objects: 49% (119/242) 2024-05-15T23:25:50.5977889Z remote: Counting objects: 50% (121/242) 2024-05-15T23:25:50.5978403Z remote: Counting objects: 51% (124/242) 2024-05-15T23:25:50.5978906Z remote: Counting objects: 52% (126/242) 2024-05-15T23:25:50.5979416Z remote: Counting objects: 53% (129/242) 2024-05-15T23:25:50.5979919Z remote: Counting objects: 54% (131/242) 2024-05-15T23:25:50.5980430Z remote: Counting objects: 55% (134/242) 2024-05-15T23:25:50.5980939Z remote: Counting objects: 56% (136/242) 2024-05-15T23:25:50.5981446Z remote: Counting objects: 57% (138/242) 2024-05-15T23:25:50.5981954Z remote: Counting objects: 58% (141/242) 2024-05-15T23:25:50.5982465Z remote: Counting objects: 59% (143/242) 2024-05-15T23:25:50.5982979Z remote: Counting objects: 60% (146/242) 2024-05-15T23:25:50.5983483Z remote: Counting objects: 61% (148/242) 2024-05-15T23:25:50.5984055Z remote: Counting objects: 62% (151/242) 2024-05-15T23:25:50.5984577Z remote: Counting objects: 63% (153/242) 2024-05-15T23:25:50.5985082Z remote: Counting objects: 64% (155/242) 2024-05-15T23:25:50.5985588Z remote: Counting objects: 65% (158/242) 2024-05-15T23:25:50.5986113Z remote: Counting objects: 66% (160/242) 2024-05-15T23:25:50.5986620Z remote: Counting objects: 67% (163/242) 2024-05-15T23:25:50.5987135Z remote: Counting objects: 68% (165/242) 2024-05-15T23:25:50.5987644Z remote: Counting objects: 69% (167/242) 2024-05-15T23:25:50.5988164Z remote: Counting objects: 70% (170/242) 2024-05-15T23:25:50.5988678Z remote: Counting objects: 71% (172/242) 2024-05-15T23:25:50.5989184Z remote: Counting objects: 72% (175/242) 2024-05-15T23:25:50.5989706Z remote: Counting objects: 73% (177/242) 2024-05-15T23:25:50.5990227Z remote: Counting objects: 74% (180/242) 2024-05-15T23:25:50.5990746Z remote: Counting objects: 75% (182/242) 2024-05-15T23:25:50.5991255Z remote: Counting objects: 76% (184/242) 2024-05-15T23:25:50.5991771Z remote: Counting objects: 77% (187/242) 2024-05-15T23:25:50.5992281Z remote: Counting objects: 78% (189/242) 2024-05-15T23:25:50.5992794Z remote: Counting objects: 79% (192/242) 2024-05-15T23:25:50.5993297Z remote: Counting objects: 80% (194/242) 2024-05-15T23:25:50.5993827Z remote: Counting objects: 81% (197/242) 2024-05-15T23:25:50.5994360Z remote: Counting objects: 82% (199/242) 2024-05-15T23:25:50.5994892Z remote: Counting objects: 83% (201/242) 2024-05-15T23:25:50.5995407Z remote: Counting objects: 84% (204/242) 2024-05-15T23:25:50.5995940Z remote: Counting objects: 85% (206/242) 2024-05-15T23:25:50.5996467Z remote: Counting objects: 86% (209/242) 2024-05-15T23:25:50.5996989Z remote: Counting objects: 87% (211/242) 2024-05-15T23:25:50.5997549Z remote: Counting objects: 88% (213/242) 2024-05-15T23:25:50.5998076Z remote: Counting objects: 89% (216/242) 2024-05-15T23:25:50.5998694Z remote: Counting objects: 90% (218/242) 2024-05-15T23:25:50.5999231Z remote: Counting objects: 91% (221/242) 2024-05-15T23:25:50.5999763Z remote: Counting objects: 92% (223/242) 2024-05-15T23:25:50.6000373Z remote: Counting objects: 93% (226/242) 2024-05-15T23:25:50.6000907Z remote: Counting objects: 94% (228/242) 2024-05-15T23:25:50.6001440Z remote: Counting objects: 95% (230/242) 2024-05-15T23:25:50.6001943Z remote: Counting objects: 96% (233/242) 2024-05-15T23:25:50.6002477Z remote: Counting objects: 97% (235/242) 2024-05-15T23:25:50.6002991Z remote: Counting objects: 98% (238/242) 2024-05-15T23:25:50.6003510Z remote: Counting objects: 99% (240/242) 2024-05-15T23:25:50.6004028Z remote: Counting objects: 100% (242/242) 2024-05-15T23:25:50.6004606Z remote: Counting objects: 100% (242/242), done. 2024-05-15T23:25:50.6005186Z remote: Compressing objects: 0% (1/202) 2024-05-15T23:25:50.6005746Z remote: Compressing objects: 1% (3/202) 2024-05-15T23:25:50.6006277Z remote: Compressing objects: 2% (5/202) 2024-05-15T23:25:50.6006837Z remote: Compressing objects: 3% (7/202) 2024-05-15T23:25:50.6007394Z remote: Compressing objects: 4% (9/202) 2024-05-15T23:25:50.6007946Z remote: Compressing objects: 5% (11/202) 2024-05-15T23:25:50.6008509Z remote: Compressing objects: 6% (13/202) 2024-05-15T23:25:50.6009067Z remote: Compressing objects: 7% (15/202) 2024-05-15T23:25:50.6009621Z remote: Compressing objects: 8% (17/202) 2024-05-15T23:25:50.6010216Z remote: Compressing objects: 9% (19/202) 2024-05-15T23:25:50.6010759Z remote: Compressing objects: 10% (21/202) 2024-05-15T23:25:50.6011310Z remote: Compressing objects: 11% (23/202) 2024-05-15T23:25:50.6011871Z remote: Compressing objects: 12% (25/202) 2024-05-15T23:25:50.6012837Z remote: Compressing objects: 13% (27/202) 2024-05-15T23:25:50.6013379Z remote: Compressing objects: 14% (29/202) 2024-05-15T23:25:50.6014118Z remote: Compressing objects: 15% (31/202) 2024-05-15T23:25:50.6026601Z remote: Compressing objects: 16% (33/202) 2024-05-15T23:25:50.6037564Z remote: Compressing objects: 17% (35/202) 2024-05-15T23:25:50.6049936Z remote: Compressing objects: 18% (37/202) 2024-05-15T23:25:50.6053750Z remote: Compressing objects: 19% (39/202) 2024-05-15T23:25:50.6066891Z remote: Compressing objects: 20% (41/202) 2024-05-15T23:25:50.6068412Z remote: Compressing objects: 21% (43/202) 2024-05-15T23:25:50.6068960Z remote: Compressing objects: 22% (45/202) 2024-05-15T23:25:50.6070777Z remote: Compressing objects: 23% (47/202) 2024-05-15T23:25:50.6072307Z remote: Compressing objects: 24% (49/202) 2024-05-15T23:25:50.6073361Z remote: Compressing objects: 25% (51/202) 2024-05-15T23:25:50.6073908Z remote: Compressing objects: 26% (53/202) 2024-05-15T23:25:50.6081604Z remote: Compressing objects: 27% (55/202) 2024-05-15T23:25:50.6085800Z remote: Compressing objects: 28% (57/202) 2024-05-15T23:25:50.6089432Z remote: Compressing objects: 29% (59/202) 2024-05-15T23:25:50.6090041Z remote: Compressing objects: 30% (61/202) 2024-05-15T23:25:50.6090668Z remote: Compressing objects: 31% (63/202) 2024-05-15T23:25:50.6091195Z remote: Compressing objects: 32% (65/202) 2024-05-15T23:25:50.6091737Z remote: Compressing objects: 33% (67/202) 2024-05-15T23:25:50.6092277Z remote: Compressing objects: 34% (69/202) 2024-05-15T23:25:50.6092799Z remote: Compressing objects: 35% (71/202) 2024-05-15T23:25:50.6093318Z remote: Compressing objects: 36% (73/202) 2024-05-15T23:25:50.6093845Z remote: Compressing objects: 37% (75/202) 2024-05-15T23:25:50.6094485Z remote: Compressing objects: 38% (77/202) 2024-05-15T23:25:50.6095021Z remote: Compressing objects: 39% (79/202) 2024-05-15T23:25:50.6095550Z remote: Compressing objects: 40% (81/202) 2024-05-15T23:25:50.6096078Z remote: Compressing objects: 41% (83/202) 2024-05-15T23:25:50.6096959Z remote: Compressing objects: 42% (85/202) 2024-05-15T23:25:50.6100348Z remote: Compressing objects: 43% (87/202) 2024-05-15T23:25:50.6105016Z remote: Compressing objects: 44% (89/202) 2024-05-15T23:25:50.6106223Z remote: Compressing objects: 45% (91/202) 2024-05-15T23:25:50.6106764Z remote: Compressing objects: 46% (93/202) 2024-05-15T23:25:50.6107297Z remote: Compressing objects: 47% (95/202) 2024-05-15T23:25:50.6107836Z remote: Compressing objects: 48% (97/202) 2024-05-15T23:25:50.6108367Z remote: Compressing objects: 49% (99/202) 2024-05-15T23:25:50.6109806Z remote: Compressing objects: 50% (101/202) 2024-05-15T23:25:50.6110514Z remote: Compressing objects: 51% (104/202) 2024-05-15T23:25:50.6111323Z remote: Compressing objects: 52% (106/202) 2024-05-15T23:25:50.6112315Z remote: Compressing objects: 53% (108/202) 2024-05-15T23:25:50.6114689Z remote: Compressing objects: 54% (110/202) 2024-05-15T23:25:50.6115333Z remote: Compressing objects: 55% (112/202) 2024-05-15T23:25:50.6119617Z remote: Compressing objects: 56% (114/202) 2024-05-15T23:25:50.6126619Z remote: Compressing objects: 57% (116/202) 2024-05-15T23:25:50.6127323Z remote: Compressing objects: 58% (118/202) 2024-05-15T23:25:50.6127862Z remote: Compressing objects: 59% (120/202) 2024-05-15T23:25:50.6134889Z remote: Compressing objects: 60% (122/202) 2024-05-15T23:25:50.6135612Z remote: Compressing objects: 61% (124/202) 2024-05-15T23:25:50.6136164Z remote: Compressing objects: 62% (126/202) 2024-05-15T23:25:50.6140965Z remote: Compressing objects: 63% (128/202) 2024-05-15T23:25:50.6141800Z remote: Compressing objects: 64% (130/202) 2024-05-15T23:25:50.6142521Z remote: Compressing objects: 65% (132/202) 2024-05-15T23:25:50.6143341Z remote: Compressing objects: 66% (134/202) 2024-05-15T23:25:50.6143961Z remote: Compressing objects: 67% (136/202) 2024-05-15T23:25:50.6144675Z remote: Compressing objects: 68% (138/202) 2024-05-15T23:25:50.6145230Z remote: Compressing objects: 69% (140/202) 2024-05-15T23:25:50.6145761Z remote: Compressing objects: 70% (142/202) 2024-05-15T23:25:50.6146302Z remote: Compressing objects: 71% (144/202) 2024-05-15T23:25:50.6146848Z remote: Compressing objects: 72% (146/202) 2024-05-15T23:25:50.6147469Z remote: Compressing objects: 73% (148/202) 2024-05-15T23:25:50.6148753Z remote: Compressing objects: 74% (150/202) 2024-05-15T23:25:50.6151413Z remote: Compressing objects: 75% (152/202) 2024-05-15T23:25:50.6156441Z remote: Compressing objects: 76% (154/202) 2024-05-15T23:25:50.6159434Z remote: Compressing objects: 77% (156/202) 2024-05-15T23:25:50.6168576Z remote: Compressing objects: 78% (158/202) 2024-05-15T23:25:50.6176105Z remote: Compressing objects: 79% (160/202) 2024-05-15T23:25:50.6180411Z remote: Compressing objects: 80% (162/202) 2024-05-15T23:25:50.6181152Z remote: Compressing objects: 81% (164/202) 2024-05-15T23:25:50.6181861Z remote: Compressing objects: 82% (166/202) 2024-05-15T23:25:50.6182563Z remote: Compressing objects: 83% (168/202) 2024-05-15T23:25:50.6183168Z remote: Compressing objects: 84% (170/202) 2024-05-15T23:25:50.6183768Z remote: Compressing objects: 85% (172/202) 2024-05-15T23:25:50.6184313Z remote: Compressing objects: 86% (174/202) 2024-05-15T23:25:50.6184853Z remote: Compressing objects: 87% (176/202) 2024-05-15T23:25:50.6185680Z remote: Compressing objects: 88% (178/202) 2024-05-15T23:25:50.6186370Z remote: Compressing objects: 89% (180/202) 2024-05-15T23:25:50.6187165Z remote: Compressing objects: 90% (182/202) 2024-05-15T23:25:50.6187780Z remote: Compressing objects: 91% (184/202) 2024-05-15T23:25:50.6188320Z remote: Compressing objects: 92% (186/202) 2024-05-15T23:25:50.6188999Z remote: Compressing objects: 93% (188/202) 2024-05-15T23:25:50.6189531Z remote: Compressing objects: 94% (190/202) 2024-05-15T23:25:50.6190058Z remote: Compressing objects: 95% (192/202) 2024-05-15T23:25:50.6190596Z remote: Compressing objects: 96% (194/202) 2024-05-15T23:25:50.6191127Z remote: Compressing objects: 97% (196/202) 2024-05-15T23:25:50.6191662Z remote: Compressing objects: 98% (198/202) 2024-05-15T23:25:50.6192190Z remote: Compressing objects: 99% (200/202) 2024-05-15T23:25:50.6192718Z remote: Compressing objects: 100% (202/202) 2024-05-15T23:25:50.6193306Z remote: Compressing objects: 100% (202/202), done. 2024-05-15T23:25:50.6199884Z Receiving objects: 0% (1/242) 2024-05-15T23:25:50.6200476Z Receiving objects: 1% (3/242) 2024-05-15T23:25:50.6201206Z Receiving objects: 2% (5/242) 2024-05-15T23:25:50.6204485Z Receiving objects: 3% (8/242) 2024-05-15T23:25:50.6205280Z Receiving objects: 4% (10/242) 2024-05-15T23:25:50.6205716Z Receiving objects: 5% (13/242) 2024-05-15T23:25:50.6209041Z Receiving objects: 6% (15/242) 2024-05-15T23:25:50.6210035Z Receiving objects: 7% (17/242) 2024-05-15T23:25:50.6210537Z Receiving objects: 8% (20/242) 2024-05-15T23:25:50.6211039Z Receiving objects: 9% (22/242) 2024-05-15T23:25:50.6211557Z Receiving objects: 10% (25/242) 2024-05-15T23:25:50.6211960Z Receiving objects: 11% (27/242) 2024-05-15T23:25:50.6212729Z Receiving objects: 12% (30/242) 2024-05-15T23:25:50.6214321Z Receiving objects: 13% (32/242) 2024-05-15T23:25:50.6217860Z Receiving objects: 14% (34/242) 2024-05-15T23:25:50.6218432Z Receiving objects: 15% (37/242) 2024-05-15T23:25:50.6218960Z Receiving objects: 16% (39/242) 2024-05-15T23:25:50.6219398Z Receiving objects: 17% (42/242) 2024-05-15T23:25:50.6219812Z Receiving objects: 18% (44/242) 2024-05-15T23:25:50.6220224Z Receiving objects: 19% (46/242) 2024-05-15T23:25:50.6220630Z Receiving objects: 20% (49/242) 2024-05-15T23:25:50.6221034Z Receiving objects: 21% (51/242) 2024-05-15T23:25:50.6221446Z Receiving objects: 22% (54/242) 2024-05-15T23:25:50.6225800Z Receiving objects: 23% (56/242) 2024-05-15T23:25:50.6226346Z Receiving objects: 24% (59/242) 2024-05-15T23:25:50.6226858Z Receiving objects: 25% (61/242) 2024-05-15T23:25:50.6227367Z Receiving objects: 26% (63/242) 2024-05-15T23:25:50.6227769Z Receiving objects: 27% (66/242) 2024-05-15T23:25:50.6228548Z Receiving objects: 28% (68/242) 2024-05-15T23:25:50.6229094Z Receiving objects: 29% (71/242) 2024-05-15T23:25:50.6229621Z Receiving objects: 30% (73/242) 2024-05-15T23:25:50.6230161Z Receiving objects: 31% (76/242) 2024-05-15T23:25:50.6230722Z Receiving objects: 32% (78/242) 2024-05-15T23:25:50.6231132Z Receiving objects: 33% (80/242) 2024-05-15T23:25:50.6238457Z Receiving objects: 34% (83/242) 2024-05-15T23:25:50.6239405Z Receiving objects: 35% (85/242) 2024-05-15T23:25:50.6240802Z Receiving objects: 36% (88/242) 2024-05-15T23:25:50.6241349Z Receiving objects: 37% (90/242) 2024-05-15T23:25:50.6241882Z Receiving objects: 38% (92/242) 2024-05-15T23:25:50.6242418Z Receiving objects: 39% (95/242) 2024-05-15T23:25:50.6242903Z Receiving objects: 40% (97/242) 2024-05-15T23:25:50.6243313Z Receiving objects: 41% (100/242) 2024-05-15T23:25:50.6243738Z Receiving objects: 42% (102/242) 2024-05-15T23:25:50.6244151Z Receiving objects: 43% (105/242) 2024-05-15T23:25:50.6244566Z Receiving objects: 44% (107/242) 2024-05-15T23:25:50.6244968Z Receiving objects: 45% (109/242) 2024-05-15T23:25:50.6245382Z Receiving objects: 46% (112/242) 2024-05-15T23:25:50.6265915Z Receiving objects: 47% (114/242) 2024-05-15T23:25:50.6268441Z Receiving objects: 48% (117/242) 2024-05-15T23:25:50.6268903Z Receiving objects: 49% (119/242) 2024-05-15T23:25:50.6270672Z Receiving objects: 50% (121/242) 2024-05-15T23:25:50.6272139Z Receiving objects: 51% (124/242) 2024-05-15T23:25:50.6272791Z Receiving objects: 52% (126/242) 2024-05-15T23:25:50.6273250Z Receiving objects: 53% (129/242) 2024-05-15T23:25:50.6273807Z Receiving objects: 54% (131/242) 2024-05-15T23:25:50.6274217Z Receiving objects: 55% (134/242) 2024-05-15T23:25:50.6274618Z Receiving objects: 56% (136/242) 2024-05-15T23:25:50.6278208Z Receiving objects: 57% (138/242) 2024-05-15T23:25:50.6279004Z Receiving objects: 58% (141/242) 2024-05-15T23:25:50.6281026Z Receiving objects: 59% (143/242) 2024-05-15T23:25:50.6281442Z Receiving objects: 60% (146/242) 2024-05-15T23:25:50.6281851Z Receiving objects: 61% (148/242) 2024-05-15T23:25:50.6282255Z Receiving objects: 62% (151/242) 2024-05-15T23:25:50.6284524Z Receiving objects: 63% (153/242) 2024-05-15T23:25:50.6285195Z Receiving objects: 64% (155/242) 2024-05-15T23:25:50.6285612Z Receiving objects: 65% (158/242) 2024-05-15T23:25:50.6287705Z Receiving objects: 66% (160/242) 2024-05-15T23:25:50.6289767Z Receiving objects: 67% (163/242) 2024-05-15T23:25:50.6290539Z Receiving objects: 68% (165/242) 2024-05-15T23:25:50.6291585Z Receiving objects: 69% (167/242) 2024-05-15T23:25:50.6294676Z Receiving objects: 70% (170/242) 2024-05-15T23:25:50.6296375Z Receiving objects: 71% (172/242) 2024-05-15T23:25:50.6298474Z Receiving objects: 72% (175/242) 2024-05-15T23:25:50.6301638Z Receiving objects: 73% (177/242) 2024-05-15T23:25:50.6302058Z Receiving objects: 74% (180/242) 2024-05-15T23:25:50.6302463Z Receiving objects: 75% (182/242) 2024-05-15T23:25:50.6302999Z Receiving objects: 76% (184/242) 2024-05-15T23:25:50.6304820Z Receiving objects: 77% (187/242) 2024-05-15T23:25:50.6308004Z Receiving objects: 78% (189/242) 2024-05-15T23:25:50.6308413Z Receiving objects: 79% (192/242) 2024-05-15T23:25:50.6308823Z Receiving objects: 80% (194/242) 2024-05-15T23:25:50.6309240Z Receiving objects: 81% (197/242) 2024-05-15T23:25:50.6313343Z Receiving objects: 82% (199/242) 2024-05-15T23:25:50.6314788Z Receiving objects: 83% (201/242) 2024-05-15T23:25:50.6315204Z Receiving objects: 84% (204/242) 2024-05-15T23:25:50.6316477Z Receiving objects: 85% (206/242) 2024-05-15T23:25:50.6317067Z Receiving objects: 86% (209/242) 2024-05-15T23:25:50.6317514Z Receiving objects: 87% (211/242) 2024-05-15T23:25:50.6317927Z Receiving objects: 88% (213/242) 2024-05-15T23:25:50.6318460Z Receiving objects: 89% (216/242) 2024-05-15T23:25:50.6319258Z Receiving objects: 90% (218/242) 2024-05-15T23:25:50.6321489Z Receiving objects: 91% (221/242) 2024-05-15T23:25:50.6322108Z Receiving objects: 92% (223/242) 2024-05-15T23:25:50.6322530Z Receiving objects: 93% (226/242) 2024-05-15T23:25:50.6322943Z Receiving objects: 94% (228/242) 2024-05-15T23:25:50.6323355Z Receiving objects: 95% (230/242) 2024-05-15T23:25:50.6323764Z Receiving objects: 96% (233/242) 2024-05-15T23:25:50.6324538Z Receiving objects: 97% (235/242) 2024-05-15T23:25:50.6324944Z Receiving objects: 98% (238/242) 2024-05-15T23:25:50.6325704Z remote: Total 242 (delta 16), reused 148 (delta 3), pack-reused 0 2024-05-15T23:25:50.6328043Z Receiving objects: 99% (240/242) 2024-05-15T23:25:50.6328456Z Receiving objects: 100% (242/242) 2024-05-15T23:25:50.6329024Z Receiving objects: 100% (242/242), 319.54 KiB | 24.58 MiB/s, done. 2024-05-15T23:25:50.6338231Z Resolving deltas: 0% (0/16) 2024-05-15T23:25:50.6338928Z Resolving deltas: 6% (1/16) 2024-05-15T23:25:50.6339509Z Resolving deltas: 12% (2/16) 2024-05-15T23:25:50.6339894Z Resolving deltas: 18% (3/16) 2024-05-15T23:25:50.6341556Z Resolving deltas: 31% (5/16) 2024-05-15T23:25:50.6341944Z Resolving deltas: 37% (6/16) 2024-05-15T23:25:50.6342328Z Resolving deltas: 43% (7/16) 2024-05-15T23:25:50.6342715Z Resolving deltas: 50% (8/16) 2024-05-15T23:25:50.6343093Z Resolving deltas: 56% (9/16) 2024-05-15T23:25:50.6343602Z Resolving deltas: 62% (10/16) 2024-05-15T23:25:50.6344154Z Resolving deltas: 68% (11/16) 2024-05-15T23:25:50.6344555Z Resolving deltas: 75% (12/16) 2024-05-15T23:25:50.6345891Z Resolving deltas: 81% (13/16) 2024-05-15T23:25:50.6346294Z Resolving deltas: 87% (14/16) 2024-05-15T23:25:50.6347077Z Resolving deltas: 93% (15/16) 2024-05-15T23:25:50.6349439Z Resolving deltas: 100% (16/16) 2024-05-15T23:25:50.6349850Z Resolving deltas: 100% (16/16), done. 2024-05-15T23:25:50.6421924Z From https://github.com/pytorch/torchchat 2024-05-15T23:25:50.6422800Z * [new ref] refs/pull/804/merge -> pull/804/merge 2024-05-15T23:25:50.6436121Z ##[endgroup] 2024-05-15T23:25:50.6436691Z ##[group]Determining the checkout info 2024-05-15T23:25:50.6439053Z ##[endgroup] 2024-05-15T23:25:50.6439590Z ##[group]Checking out the ref 2024-05-15T23:25:50.6442749Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/804/merge 2024-05-15T23:25:50.6543178Z Note: switching to 'refs/remotes/pull/804/merge'. 2024-05-15T23:25:50.6543630Z 2024-05-15T23:25:50.6544175Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:25:50.6545126Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:25:50.6545901Z state without impacting any branches by switching back to a branch. 2024-05-15T23:25:50.6546365Z 2024-05-15T23:25:50.6546692Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:25:50.6547684Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:25:50.6548150Z 2024-05-15T23:25:50.6548342Z git switch -c 2024-05-15T23:25:50.6548633Z 2024-05-15T23:25:50.6548782Z Or undo this operation with: 2024-05-15T23:25:50.6549039Z 2024-05-15T23:25:50.6549176Z git switch - 2024-05-15T23:25:50.6549363Z 2024-05-15T23:25:50.6549721Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:25:50.6550220Z 2024-05-15T23:25:50.6550735Z HEAD is now at 0675758 Merge 5afec79d2a21e03d2f27855b184e97600186532c into db12669870c44a9aabc3376566b2503bd1dafcae 2024-05-15T23:25:50.6552224Z ##[endgroup] 2024-05-15T23:25:50.6580256Z [command]/usr/bin/git log -1 --format='%H' 2024-05-15T23:25:50.6601276Z '0675758ce54b35cb210ea6a9f57b121669315979' 2024-05-15T23:25:50.6770544Z Prepare all required actions 2024-05-15T23:25:50.6891886Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-05-15T23:25:50.6892426Z with: 2024-05-15T23:25:50.6892807Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.6893321Z docker-build-dir: .ci/docker 2024-05-15T23:25:50.6893747Z working-directory: pytorch/torchchat 2024-05-15T23:25:50.6894335Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:50.6894871Z force-push: false 2024-05-15T23:25:50.6895186Z env: 2024-05-15T23:25:50.6895529Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.6896024Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:50.6896424Z PR_NUMBER: 804 2024-05-15T23:25:50.6898580Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:50.6900956Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:50.6901755Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:50.6902526Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:50.6903172Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:50.6903720Z ##[endgroup] 2024-05-15T23:25:50.6938467Z ##[group]Run set -ex 2024-05-15T23:25:50.6938831Z set -ex 2024-05-15T23:25:50.6939146Z  2024-05-15T23:25:50.6939729Z # If the docker build directory or the build script doesn't exist, the action will 2024-05-15T23:25:50.6940698Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-05-15T23:25:50.6941528Z # job could then download the pre-built image as usual 2024-05-15T23:25:50.6942420Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-05-15T23:25:50.6943110Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6943764Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6944324Z  2024-05-15T23:25:50.6944853Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-05-15T23:25:50.6945497Z  exit 0 2024-05-15T23:25:50.6945810Z else 2024-05-15T23:25:50.6946185Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6946652Z fi 2024-05-15T23:25:50.6946949Z  2024-05-15T23:25:50.6947440Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-05-15T23:25:50.6948310Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-05-15T23:25:50.6949107Z  # use it as it is, but first let's extract the tag 2024-05-15T23:25:50.6949841Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-05-15T23:25:50.6950598Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6951311Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6951899Z else 2024-05-15T23:25:50.6952348Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-05-15T23:25:50.6953037Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6953956Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:25:50.6954714Z fi 2024-05-15T23:25:50.6962712Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:50.6963229Z env: 2024-05-15T23:25:50.6963673Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.6964170Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:50.6964562Z PR_NUMBER: 804 2024-05-15T23:25:50.6966692Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:50.6969083Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:50.6969939Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:50.6970697Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:50.6971351Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:50.6971865Z REPO_NAME: torchchat 2024-05-15T23:25:50.6972295Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.6972799Z DOCKER_BUILD_DIR: .ci/docker 2024-05-15T23:25:50.6973316Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:50.6973840Z ##[endgroup] 2024-05-15T23:25:50.6996818Z + [[ ! -d .ci/docker ]] 2024-05-15T23:25:50.6997210Z + echo skip=true 2024-05-15T23:25:50.6997718Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.6998697Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-05-15T23:25:50.6999289Z + exit 0 2024-05-15T23:25:50.6999738Z There is no Docker build script in torchchat repo, skipping... 2024-05-15T23:25:50.7112823Z Prepare all required actions 2024-05-15T23:25:50.7149831Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-05-15T23:25:50.7150336Z with: 2024-05-15T23:25:50.7150696Z docker-image: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.7151292Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:50.7151936Z env: 2024-05-15T23:25:50.7152293Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.7152782Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:50.7153177Z PR_NUMBER: 804 2024-05-15T23:25:50.7155391Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:50.7157784Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:50.7158733Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:50.7159485Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:50.7160136Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:50.7160654Z ##[endgroup] 2024-05-15T23:25:50.7178055Z ##[group]Run set -x 2024-05-15T23:25:50.7178414Z set -x 2024-05-15T23:25:50.7178737Z set +e 2024-05-15T23:25:50.7179053Z  2024-05-15T23:25:50.7179339Z login() { 2024-05-15T23:25:50.7180019Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-05-15T23:25:50.7180763Z } 2024-05-15T23:25:50.7181059Z  2024-05-15T23:25:50.7181353Z retry () { 2024-05-15T23:25:50.7181776Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-05-15T23:25:50.7182242Z } 2024-05-15T23:25:50.7182536Z  2024-05-15T23:25:50.7182875Z retry login "${DOCKER_REGISTRY}" 2024-05-15T23:25:50.7183311Z  2024-05-15T23:25:50.7183605Z set -e 2024-05-15T23:25:50.7184103Z # ignore output since only exit code is used for conditional 2024-05-15T23:25:50.7184827Z # only pull docker image if it's not available locally 2024-05-15T23:25:50.7185617Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-05-15T23:25:50.7186341Z  retry docker pull "${DOCKER_IMAGE}" 2024-05-15T23:25:50.7186807Z fi 2024-05-15T23:25:50.7194015Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:25:50.7194541Z env: 2024-05-15T23:25:50.7194895Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:25:50.7195400Z REPOSITORY: pytorch/torchchat 2024-05-15T23:25:50.7195800Z PR_NUMBER: 804 2024-05-15T23:25:50.7197932Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:25:50.7200481Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:25:50.7201293Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:25:50.7202105Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:25:50.7202789Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:25:50.7203482Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:50.7204034Z ##[endgroup] 2024-05-15T23:25:50.7222784Z + set +e 2024-05-15T23:25:50.7223408Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:50.7224052Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:50.7225539Z + aws ecr get-login-password --region us-east-1 2024-05-15T23:25:50.7226314Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-05-15T23:25:51.1735353Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-05-15T23:25:51.1736213Z Configure a credential helper to remove this warning. See 2024-05-15T23:25:51.1737207Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-05-15T23:25:51.1737733Z 2024-05-15T23:25:51.1737872Z Login Succeeded 2024-05-15T23:25:51.1748196Z + set -e 2024-05-15T23:25:51.1748687Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-05-15T23:25:51.1901347Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-05-15T23:25:51.1901957Z + docker pull pytorch/conda-builder:cuda12.1 2024-05-15T23:25:51.3584553Z cuda12.1: Pulling from pytorch/conda-builder 2024-05-15T23:25:51.3585194Z 2d473b07cdd5: Pulling fs layer 2024-05-15T23:25:51.3585695Z bcb41e0a6c79: Pulling fs layer 2024-05-15T23:25:51.3586145Z cf840f748311: Pulling fs layer 2024-05-15T23:25:51.3586530Z 716e37aeaebd: Pulling fs layer 2024-05-15T23:25:51.3587026Z 26102e172763: Pulling fs layer 2024-05-15T23:25:51.3587531Z f22bd6818f48: Pulling fs layer 2024-05-15T23:25:51.3587994Z 6b9efdae7507: Pulling fs layer 2024-05-15T23:25:51.3588504Z 38cebe59a028: Pulling fs layer 2024-05-15T23:25:51.3588885Z be3530973190: Pulling fs layer 2024-05-15T23:25:51.3589266Z c1abeb582c1a: Pulling fs layer 2024-05-15T23:25:51.3589638Z f2754d996029: Pulling fs layer 2024-05-15T23:25:51.3590011Z d4abe1a37696: Pulling fs layer 2024-05-15T23:25:51.3590411Z ffa9ecd4a5aa: Pulling fs layer 2024-05-15T23:25:51.3590799Z 30a9fd1610c3: Pulling fs layer 2024-05-15T23:25:51.3591172Z 6a123a6dec9d: Pulling fs layer 2024-05-15T23:25:51.3591561Z b843a4702cbe: Pulling fs layer 2024-05-15T23:25:51.3591950Z a03032e01a4f: Pulling fs layer 2024-05-15T23:25:51.3592329Z e5f4ea5256df: Pulling fs layer 2024-05-15T23:25:51.3592716Z 3e74cc4aca2f: Pulling fs layer 2024-05-15T23:25:51.3593109Z 5deb332f00f2: Pulling fs layer 2024-05-15T23:25:51.3593503Z 145717b5edc0: Pulling fs layer 2024-05-15T23:25:51.3593882Z 122da0886b25: Pulling fs layer 2024-05-15T23:25:51.3594261Z 38cebe59a028: Waiting 2024-05-15T23:25:51.3594592Z be3530973190: Waiting 2024-05-15T23:25:51.3594921Z a03032e01a4f: Waiting 2024-05-15T23:25:51.3595245Z f22bd6818f48: Waiting 2024-05-15T23:25:51.3595570Z 6b9efdae7507: Waiting 2024-05-15T23:25:51.3595904Z e5f4ea5256df: Waiting 2024-05-15T23:25:51.3596228Z c1abeb582c1a: Waiting 2024-05-15T23:25:51.3596553Z 716e37aeaebd: Waiting 2024-05-15T23:25:51.3596883Z 3e74cc4aca2f: Waiting 2024-05-15T23:25:51.3597201Z f2754d996029: Waiting 2024-05-15T23:25:51.3597517Z 122da0886b25: Waiting 2024-05-15T23:25:51.3597848Z d4abe1a37696: Waiting 2024-05-15T23:25:51.3598180Z ffa9ecd4a5aa: Waiting 2024-05-15T23:25:51.3598773Z 6a123a6dec9d: Waiting 2024-05-15T23:25:51.3599105Z 26102e172763: Waiting 2024-05-15T23:25:51.3599430Z b843a4702cbe: Waiting 2024-05-15T23:25:51.3599760Z 5deb332f00f2: Waiting 2024-05-15T23:25:51.3600083Z 30a9fd1610c3: Waiting 2024-05-15T23:25:52.1188322Z cf840f748311: Verifying Checksum 2024-05-15T23:25:52.1189021Z cf840f748311: Download complete 2024-05-15T23:25:52.1402213Z 2d473b07cdd5: Verifying Checksum 2024-05-15T23:25:52.1402926Z 2d473b07cdd5: Download complete 2024-05-15T23:25:52.2091363Z 716e37aeaebd: Download complete 2024-05-15T23:25:52.3276077Z f22bd6818f48: Verifying Checksum 2024-05-15T23:25:52.3276820Z f22bd6818f48: Download complete 2024-05-15T23:25:52.7152944Z 26102e172763: Verifying Checksum 2024-05-15T23:25:52.7153559Z 26102e172763: Download complete 2024-05-15T23:25:52.8382926Z bcb41e0a6c79: Verifying Checksum 2024-05-15T23:25:52.8383673Z bcb41e0a6c79: Download complete 2024-05-15T23:25:52.8418308Z 38cebe59a028: Verifying Checksum 2024-05-15T23:25:52.8419249Z 38cebe59a028: Download complete 2024-05-15T23:25:53.5861010Z c1abeb582c1a: Verifying Checksum 2024-05-15T23:25:53.5861584Z c1abeb582c1a: Download complete 2024-05-15T23:25:53.6266498Z f2754d996029: Download complete 2024-05-15T23:25:53.6737154Z d4abe1a37696: Verifying Checksum 2024-05-15T23:25:53.6737710Z d4abe1a37696: Download complete 2024-05-15T23:25:53.7427862Z ffa9ecd4a5aa: Download complete 2024-05-15T23:25:53.7938615Z 6b9efdae7507: Verifying Checksum 2024-05-15T23:25:53.7939409Z 6b9efdae7507: Download complete 2024-05-15T23:25:53.8754621Z 2d473b07cdd5: Pull complete 2024-05-15T23:25:53.9160128Z be3530973190: Verifying Checksum 2024-05-15T23:25:53.9160947Z be3530973190: Download complete 2024-05-15T23:25:53.9249341Z 6a123a6dec9d: Verifying Checksum 2024-05-15T23:25:53.9250006Z 6a123a6dec9d: Download complete 2024-05-15T23:25:54.1067849Z b843a4702cbe: Verifying Checksum 2024-05-15T23:25:54.1068431Z b843a4702cbe: Download complete 2024-05-15T23:25:54.1492807Z e5f4ea5256df: Download complete 2024-05-15T23:25:54.3543938Z 3e74cc4aca2f: Verifying Checksum 2024-05-15T23:25:54.3544670Z 3e74cc4aca2f: Download complete 2024-05-15T23:25:54.3981355Z 5deb332f00f2: Download complete 2024-05-15T23:25:54.4355539Z 145717b5edc0: Verifying Checksum 2024-05-15T23:25:54.4356160Z 145717b5edc0: Download complete 2024-05-15T23:25:56.2927022Z bcb41e0a6c79: Pull complete 2024-05-15T23:25:57.8954210Z cf840f748311: Pull complete 2024-05-15T23:25:58.0095282Z 716e37aeaebd: Pull complete 2024-05-15T23:25:58.0826603Z a03032e01a4f: Verifying Checksum 2024-05-15T23:25:58.0827151Z a03032e01a4f: Download complete 2024-05-15T23:25:59.1288388Z 26102e172763: Pull complete 2024-05-15T23:25:59.3271559Z f22bd6818f48: Pull complete 2024-05-15T23:25:59.9869197Z 122da0886b25: Verifying Checksum 2024-05-15T23:26:01.8282477Z 6b9efdae7507: Pull complete 2024-05-15T23:26:02.0371506Z 38cebe59a028: Pull complete 2024-05-15T23:26:04.3869273Z be3530973190: Pull complete 2024-05-15T23:26:05.8550800Z c1abeb582c1a: Pull complete 2024-05-15T23:26:05.9529962Z f2754d996029: Pull complete 2024-05-15T23:26:06.0243284Z d4abe1a37696: Pull complete 2024-05-15T23:26:06.1121814Z ffa9ecd4a5aa: Pull complete 2024-05-15T23:26:44.5966302Z 30a9fd1610c3: Verifying Checksum 2024-05-15T23:26:44.5966818Z 30a9fd1610c3: Download complete 2024-05-15T23:27:35.0340561Z 30a9fd1610c3: Pull complete 2024-05-15T23:27:35.4484061Z 6a123a6dec9d: Pull complete 2024-05-15T23:27:35.6844012Z b843a4702cbe: Pull complete 2024-05-15T23:27:43.6073144Z a03032e01a4f: Pull complete 2024-05-15T23:27:43.7936234Z e5f4ea5256df: Pull complete 2024-05-15T23:27:44.2995261Z 3e74cc4aca2f: Pull complete 2024-05-15T23:27:44.5225667Z 5deb332f00f2: Pull complete 2024-05-15T23:27:44.7422650Z 145717b5edc0: Pull complete 2024-05-15T23:27:54.9593114Z 122da0886b25: Pull complete 2024-05-15T23:27:55.0657162Z Digest: sha256:91def7add5f9900a7cd9149cc9f4eacc6da0cd662e43866d43deee758068d79c 2024-05-15T23:27:55.1076271Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-05-15T23:27:55.1309262Z docker.io/pytorch/conda-builder:cuda12.1 2024-05-15T23:27:55.1416749Z ##[group]Run set -ex 2024-05-15T23:27:55.1417141Z set -ex 2024-05-15T23:27:55.1417456Z { 2024-05-15T23:27:55.1417784Z  echo "#!/usr/bin/env bash"; 2024-05-15T23:27:55.1418229Z  echo "set -eou pipefail"; 2024-05-15T23:27:55.1418688Z  # shellcheck disable=SC2016 2024-05-15T23:27:55.1419220Z  echo 'eval "$(conda shell.bash hook)"'; 2024-05-15T23:27:55.1419720Z  echo "set -x"; 2024-05-15T23:27:55.1420089Z  echo "${SCRIPT}"; 2024-05-15T23:27:55.1420505Z } > "${RUNNER_TEMP}/exec_script" 2024-05-15T23:27:55.1421015Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-05-15T23:27:55.1422070Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "HF_TOKEN_PERIODIC" 2024-05-15T23:27:55.1430408Z shell: /usr/bin/bash -e {0} 2024-05-15T23:27:55.1430769Z env: 2024-05-15T23:27:55.1431182Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:27:55.1431663Z REPOSITORY: pytorch/torchchat 2024-05-15T23:27:55.1432060Z PR_NUMBER: 804 2024-05-15T23:27:55.1434181Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:27:55.1436707Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:27:55.1437536Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:27:55.1438459Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:27:55.1439165Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:27:55.1440337Z ALL_SECRETS: { "HF_TOKEN_PERIODIC": "***", "github_token": "***" } 2024-05-15T23:27:55.1440893Z ##[endgroup] 2024-05-15T23:27:55.1461958Z + echo '#!/usr/bin/env bash' 2024-05-15T23:27:55.1462391Z + echo 'set -eou pipefail' 2024-05-15T23:27:55.1462829Z + echo 'eval "$(conda shell.bash hook)"' 2024-05-15T23:27:55.1463283Z + echo 'set -x' 2024-05-15T23:27:55.1466199Z + echo 'echo "::group::Print machine info" 2024-05-15T23:27:55.1466799Z uname -a 2024-05-15T23:27:55.1467194Z echo "::endgroup::" 2024-05-15T23:27:55.1467468Z 2024-05-15T23:27:55.1467963Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-05-15T23:27:55.1468906Z yum install -y devtoolset-10-binutils 2024-05-15T23:27:55.1469720Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-05-15T23:27:55.1470403Z echo "::endgroup::" 2024-05-15T23:27:55.1470695Z 2024-05-15T23:27:55.1471049Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced 2024-05-15T23:27:55.1471542Z 2024-05-15T23:27:55.1471762Z echo "::group::Completion" 2024-05-15T23:27:55.1472271Z echo "tests complete" 2024-05-15T23:27:55.1472802Z echo "*******************************************" 2024-05-15T23:27:55.1473440Z echo "::endgroup::" 2024-05-15T23:27:55.1473911Z ' 2024-05-15T23:27:55.1474559Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-05-15T23:27:55.1476196Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py HF_TOKEN_PERIODIC 2024-05-15T23:28:56.9728307Z Running command: 2024-05-15T23:28:56.9735905Z 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_0905d9bb-6cdf-43ab-82ee-5aece046f355":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_0905d9bb-6cdf-43ab-82ee-5aece046f355" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-05-15T23:28:56.9742942Z 2024-05-15T23:28:56.9743471Z f3f0bfea2d635fb0bcc274b6146ef32ec79241c8b1db00e6d82f33287ca5799b 2024-05-15T23:28:56.9744697Z Running command: docker exec -t f3f0bfea2d635fb0bcc274b6146ef32ec79241c8b1db00e6d82f33287ca5799b /exec 2024-05-15T23:28:56.9745898Z + echo '::group::Print machine info' 2024-05-15T23:28:56.9746919Z ##[group]Print machine info 2024-05-15T23:28:56.9747313Z + uname -a 2024-05-15T23:28:56.9748072Z Linux f3f0bfea2d63 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:28:56.9748862Z + echo ::endgroup:: 2024-05-15T23:28:56.9749490Z ##[endgroup] 2024-05-15T23:28:56.9750082Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-05-15T23:28:56.9751179Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-05-15T23:28:56.9751823Z + yum install -y devtoolset-10-binutils 2024-05-15T23:28:56.9752290Z Loaded plugins: fastestmirror, ovl 2024-05-15T23:28:56.9752720Z Determining fastest mirrors 2024-05-15T23:28:56.9752968Z 2024-05-15T23:28:56.9753252Z epel/x86_64/metalink | 20 kB 00:00 2024-05-15T23:28:56.9753837Z * base: download.cf.centos.org 2024-05-15T23:28:56.9754315Z * centos-sclo-rh: download.cf.centos.org 2024-05-15T23:28:56.9754846Z * centos-sclo-sclo: download.cf.centos.org 2024-05-15T23:28:56.9755325Z * epel: d2lzkl7pfhq30w.cloudfront.net 2024-05-15T23:28:56.9755775Z * extras: download.cf.centos.org 2024-05-15T23:28:56.9756210Z * updates: download.cf.centos.org 2024-05-15T23:28:56.9756490Z 2024-05-15T23:28:56.9756719Z base | 3.6 kB 00:00 2024-05-15T23:28:56.9757101Z 2024-05-15T23:28:56.9757426Z centos-sclo-rh | 3.0 kB 00:00 2024-05-15T23:28:56.9757852Z 2024-05-15T23:28:56.9758189Z centos-sclo-sclo | 3.0 kB 00:00 2024-05-15T23:28:56.9758899Z 2024-05-15T23:28:56.9759120Z epel | 4.3 kB 00:00 2024-05-15T23:28:56.9759489Z 2024-05-15T23:28:56.9759721Z extras | 2.9 kB 00:00 2024-05-15T23:28:56.9760101Z 2024-05-15T23:28:56.9760338Z updates | 2.9 kB 00:00 2024-05-15T23:28:56.9760727Z 2024-05-15T23:28:56.9761010Z (1/4): epel/x86_64/group | 399 kB 00:00 2024-05-15T23:28:56.9761452Z 2024-05-15T23:28:56.9761744Z (2/4): epel/x86_64/updateinfo | 1.0 MB 00:00 2024-05-15T23:28:56.9762193Z 2024-05-15T23:28:56.9762500Z (3/4): epel/x86_64/primary_db | 8.7 MB 00:00 2024-05-15T23:28:56.9762994Z 2024-05-15T23:28:56.9763314Z (4/4): updates/7/x86_64/primary_db | 27 MB 00:00 2024-05-15T23:28:56.9764025Z Resolving Dependencies 2024-05-15T23:28:56.9764426Z --> Running transaction check 2024-05-15T23:28:56.9765076Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-05-15T23:28:56.9766123Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-05-15T23:28:56.9766936Z --> Running transaction check 2024-05-15T23:28:56.9767545Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-05-15T23:28:56.9768189Z --> Finished Dependency Resolution 2024-05-15T23:28:56.9768471Z 2024-05-15T23:28:56.9768613Z Dependencies Resolved 2024-05-15T23:28:56.9768831Z 2024-05-15T23:28:56.9769024Z ================================================================================ 2024-05-15T23:28:56.9769627Z Package Arch Version Repository Size 2024-05-15T23:28:56.9770276Z ================================================================================ 2024-05-15T23:28:56.9770749Z Installing: 2024-05-15T23:28:56.9771330Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-05-15T23:28:56.9771953Z Installing for dependencies: 2024-05-15T23:28:56.9772607Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-05-15T23:28:56.9773087Z 2024-05-15T23:28:56.9773222Z Transaction Summary 2024-05-15T23:28:56.9773696Z ================================================================================ 2024-05-15T23:28:56.9774211Z Install 1 Package (+1 Dependent package) 2024-05-15T23:28:56.9774537Z 2024-05-15T23:28:56.9774677Z Total download size: 6.3 M 2024-05-15T23:28:56.9775056Z Installed size: 25 M 2024-05-15T23:28:56.9775407Z Downloading packages: 2024-05-15T23:28:56.9775629Z 2024-05-15T23:28:56.9776091Z (1/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-05-15T23:28:56.9776661Z 2024-05-15T23:28:56.9777129Z (2/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-05-15T23:28:56.9778005Z -------------------------------------------------------------------------------- 2024-05-15T23:28:56.9778656Z Total 24 MB/s | 6.3 MB 00:00 2024-05-15T23:28:56.9779202Z Running transaction check 2024-05-15T23:28:56.9779593Z Running transaction test 2024-05-15T23:28:56.9779977Z Transaction test succeeded 2024-05-15T23:28:56.9780365Z Running transaction 2024-05-15T23:28:56.9780576Z 2024-05-15T23:28:56.9781012Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-05-15T23:28:56.9781981Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-05-15T23:28:56.9782936Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-05-15T23:28:56.9783879Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-05-15T23:28:56.9784807Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-05-15T23:28:56.9785758Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-05-15T23:28:56.9786706Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-05-15T23:28:56.9787648Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-05-15T23:28:56.9788574Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-05-15T23:28:56.9789520Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-05-15T23:28:56.9790456Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-05-15T23:28:56.9791388Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-05-15T23:28:56.9792316Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-05-15T23:28:56.9793251Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-05-15T23:28:56.9794247Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-05-15T23:28:56.9795091Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-05-15T23:28:56.9795937Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-05-15T23:28:56.9796776Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-05-15T23:28:56.9797632Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-05-15T23:28:56.9798593Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-05-15T23:28:56.9799440Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-05-15T23:28:56.9800283Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-05-15T23:28:56.9801138Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-05-15T23:28:56.9801995Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-05-15T23:28:56.9802846Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-05-15T23:28:56.9803684Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-05-15T23:28:56.9804529Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-05-15T23:28:56.9805475Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-05-15T23:28:56.9806352Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-05-15T23:28:56.9807147Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-05-15T23:28:56.9807615Z 2024-05-15T23:28:56.9807999Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-05-15T23:28:56.9808844Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-05-15T23:28:56.9809686Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-05-15T23:28:56.9810578Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-05-15T23:28:56.9811413Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-05-15T23:28:56.9812252Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-05-15T23:28:56.9813094Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-05-15T23:28:56.9813946Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-05-15T23:28:56.9814782Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-05-15T23:28:56.9815623Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-05-15T23:28:56.9816469Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-05-15T23:28:56.9817323Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-05-15T23:28:56.9818169Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-05-15T23:28:58.4939410Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-05-15T23:28:58.4940639Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-05-15T23:28:58.4941780Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-05-15T23:28:58.4942945Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-05-15T23:28:58.4944701Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-05-15T23:28:58.4945823Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-05-15T23:28:58.4946853Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-05-15T23:28:58.4947701Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-05-15T23:28:58.4948528Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-05-15T23:28:58.4949593Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-05-15T23:28:58.4950446Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-05-15T23:28:58.4951286Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-05-15T23:28:58.4952128Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-05-15T23:28:58.4952955Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-05-15T23:28:58.4953784Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-05-15T23:28:58.4954615Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-05-15T23:28:58.4955489Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-05-15T23:28:58.4956463Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-05-15T23:28:58.4957584Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-05-15T23:28:58.4958957Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-05-15T23:28:58.4960044Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-05-15T23:28:58.4961488Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-05-15T23:28:58.4962121Z 2024-05-15T23:28:58.4962555Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-05-15T23:28:58.4963079Z 2024-05-15T23:28:58.4963478Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-05-15T23:28:58.4963976Z 2024-05-15T23:28:58.4964092Z Installed: 2024-05-15T23:28:58.4964682Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-05-15T23:28:58.4965158Z 2024-05-15T23:28:58.4965293Z Dependency Installed: 2024-05-15T23:28:58.4965900Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-05-15T23:28:58.4966376Z 2024-05-15T23:28:58.4966486Z Complete! 2024-05-15T23:28:58.4967889Z + 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:28:58.4970396Z + 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:28:58.4971751Z + echo ::endgroup:: 2024-05-15T23:28:58.4972572Z ##[endgroup] 2024-05-15T23:28:58.4972872Z + TORCHCHAT_DEVICE=cpu 2024-05-15T23:28:58.4973269Z + .ci/scripts/run-docs advanced 2024-05-15T23:28:58.4973915Z ##[group]Create script to run advanced 2024-05-15T23:28:58.4974540Z ##[endgroup] 2024-05-15T23:28:58.4975059Z ##[group]Run advanced 2024-05-15T23:28:58.4975406Z ******************************************* 2024-05-15T23:28:58.4975845Z set -eou pipefail 2024-05-15T23:28:58.4976227Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-05-15T23:28:58.4976668Z if false; then 2024-05-15T23:28:58.4977031Z python3 torchchat.py ... --help 2024-05-15T23:28:58.4977421Z fi 2024-05-15T23:28:58.4977696Z MODEL_NAME=stories15M 2024-05-15T23:28:58.4978054Z MODEL_DIR=~/checkpoints/${MODEL_NAME} 2024-05-15T23:28:58.4978499Z MODEL_PATH=${MODEL_DIR}/stories15M.pt 2024-05-15T23:28:58.4978956Z MODEL_OUT=~/torchchat-exports 2024-05-15T23:28:58.4979213Z 2024-05-15T23:28:58.4979371Z mkdir -p ${MODEL_DIR} 2024-05-15T23:28:58.4979741Z mkdir -p ${MODEL_OUT} 2024-05-15T23:28:58.4980451Z python3 generate.py --checkpoint-path ${MODEL_PATH} --prompt "Hello, my name is" --device cpu 2024-05-15T23:28:58.4981473Z python3 export.py --checkpoint-path ${MODEL_PATH} --output-pte-path ${MODEL_NAME}.pte 2024-05-15T23:28:58.4982646Z python3 export.py --checkpoint-path ${MODEL_PATH} --device cpu --output-dso-path ${MODEL_NAME}.so 2024-05-15T23:28:58.4983871Z python3 generate.py --checkpoint-path ${MODEL_PATH} --pte-path ${MODEL_NAME}.pte --device cpu --prompt "Once upon a time" 2024-05-15T23:28:58.4985014Z python3 generate.py --device cpu --dso-path ${MODEL_NAME}.so --prompt "Once upon a time" 2024-05-15T23:28:58.4985689Z if false; then 2024-05-15T23:28:58.4986072Z python3 generate.py --dtype fp32 ... 2024-05-15T23:28:58.4986547Z python3 export.py --dtype fp32 ... 2024-05-15T23:28:58.4986945Z fi 2024-05-15T23:28:58.4987209Z if false; then 2024-05-15T23:28:58.4987582Z python3 ... --gguf-path 2024-05-15T23:28:58.4988003Z fi 2024-05-15T23:28:58.4988379Z echo 'reached end of file without exit command' 2024-05-15T23:28:58.4988830Z exit 1; 2024-05-15T23:28:58.4989080Z exit 1 2024-05-15T23:28:58.4989369Z ******************************************* 2024-05-15T23:28:58.4989814Z + set -eou pipefail 2024-05-15T23:28:58.4990166Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-05-15T23:28:58.4990584Z + ./scripts/install_et.sh 2024-05-15T23:28:58.4990972Z ++ dirname ./scripts/install_et.sh 2024-05-15T23:28:58.4991401Z + source ./scripts/install_utils.sh 2024-05-15T23:28:58.4991826Z ++ set -ex pipefail 2024-05-15T23:28:58.4993620Z ++ 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:28:58.4995320Z + '[' '' == '' ']' 2024-05-15T23:28:58.4995669Z + ET_BUILD_DIR=et-build 2024-05-15T23:28:58.4996034Z + ENABLE_ET_PYBIND=pipefail 2024-05-15T23:28:58.4996413Z + pushd /pytorch/torchchat 2024-05-15T23:28:58.4996814Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:28:58.4997245Z + find_cmake_prefix_path 2024-05-15T23:28:58.4997923Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-05-15T23:28:58.4998802Z + path=/opt/conda/lib/python3.11/site-packages 2024-05-15T23:28:58.4999436Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-05-15T23:28:58.4999980Z + install_pip_dependencies 2024-05-15T23:28:58.5000416Z + echo 'Intalling common pip packages' 2024-05-15T23:28:58.5000864Z Intalling common pip packages 2024-05-15T23:28:58.5001351Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-05-15T23:28:58.5002146Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-05-15T23:28:58.5002816Z Collecting cmake>=3.19 2024-05-15T23:28:58.5003528Z Downloading cmake-3.29.3-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.7 MB) 2024-05-15T23:28:58.5005050Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.7 MB ? eta -:--:-- 2024-05-15T23:28:58.5006142Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/26.7 MB 38.5 MB/s eta 0:00:01 2024-05-15T23:28:58.5007252Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/26.7 MB 81.9 MB/s eta 0:00:01 2024-05-15T23:28:58.5008356Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 11.5/26.7 MB 150.4 MB/s eta 0:00:01 2024-05-15T23:28:58.5009483Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 16.8/26.7 MB 164.0 MB/s eta 0:00:01 2024-05-15T23:28:58.5010639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 23.5/26.7 MB 177.4 MB/s eta 0:00:01 2024-05-15T23:28:58.5011707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:28:58.5012731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:28:58.5013840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.7/26.7 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:28:58.5014826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.7/26.7 MB 62.6 MB/s eta 0:00:00 2024-05-15T23:28:58.5015492Z [?25hCollecting ninja 2024-05-15T23:28:58.5016234Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-05-15T23:28:58.5017247Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-05-15T23:28:58.5018200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 52.6 MB/s eta 0:00:00 2024-05-15T23:28:58.5018863Z [?25hCollecting zstd 2024-05-15T23:28:58.5019587Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-05-15T23:28:58.5020614Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-05-15T23:28:58.5021541Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 67.1 MB/s eta 0:00:00 2024-05-15T23:29:03.8079771Z [?25hInstalling collected packages: zstd, ninja, cmake 2024-05-15T23:29:03.8080534Z Attempting uninstall: cmake 2024-05-15T23:29:03.8081486Z Found existing installation: cmake 3.18.2 2024-05-15T23:29:03.8082117Z Uninstalling cmake-3.18.2: 2024-05-15T23:29:03.8082584Z Successfully uninstalled cmake-3.18.2 2024-05-15T23:29:03.8083218Z Successfully installed cmake-3.29.3 ninja-1.11.1.1 zstd-1.5.5.1 2024-05-15T23:29:03.8084898Z 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:29:03.8086412Z + pushd /pytorch/torchchat 2024-05-15T23:29:03.8086933Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:29:03.8087506Z + pip3 install -r ./requirements.txt 2024-05-15T23:29:03.8088095Z Collecting torchao (from -r ./requirements.txt (line 4)) 2024-05-15T23:29:03.8088728Z Downloading torchao-0.1-py3-none-any.whl (54 kB) 2024-05-15T23:29:03.8089641Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/54.3 kB ? eta -:--:-- 2024-05-15T23:29:03.8090674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.3/54.3 kB 6.7 MB/s eta 0:00:00 2024-05-15T23:29:03.8091530Z [?25hCollecting huggingface_hub (from -r ./requirements.txt (line 7)) 2024-05-15T23:29:03.8092303Z Downloading huggingface_hub-0.23.0-py3-none-any.whl (401 kB) 2024-05-15T23:29:03.8093154Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/401.2 kB ? eta -:--:-- 2024-05-15T23:29:03.8094239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 401.2/401.2 kB 30.0 MB/s eta 0:00:00 2024-05-15T23:29:03.8095053Z [?25hCollecting gguf (from -r ./requirements.txt (line 10)) 2024-05-15T23:29:03.8095696Z Downloading gguf-0.6.0-py3-none-any.whl (23 kB) 2024-05-15T23:29:03.8096338Z Collecting tiktoken (from -r ./requirements.txt (line 13)) 2024-05-15T23:29:03.8097243Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-05-15T23:29:03.8098291Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-05-15T23:29:03.8099235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 82.5 MB/s eta 0:00:00 2024-05-15T23:29:03.8100049Z [?25hCollecting snakeviz (from -r ./requirements.txt (line 16)) 2024-05-15T23:29:03.8100766Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-05-15T23:29:03.8101601Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-05-15T23:29:03.8102560Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 45.6 MB/s eta 0:00:00 2024-05-15T23:29:03.8103418Z [?25hCollecting sentencepiece (from -r ./requirements.txt (line 17)) 2024-05-15T23:29:03.8104466Z Downloading sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-05-15T23:29:03.8105579Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-05-15T23:29:03.8106523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 99.0 MB/s eta 0:00:00 2024-05-15T23:29:03.8107320Z [?25hCollecting numpy (from -r ./requirements.txt (line 18)) 2024-05-15T23:29:03.8108233Z Downloading numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-05-15T23:29:03.8109257Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-05-15T23:29:03.8110284Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/18.3 MB 175.2 MB/s eta 0:00:01 2024-05-15T23:29:03.8111391Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/18.3 MB 175.2 MB/s eta 0:00:01 2024-05-15T23:29:03.8112522Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/18.3 MB 175.2 MB/s eta 0:00:01 2024-05-15T23:29:03.8113621Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/18.3 MB 175.2 MB/s eta 0:00:01 2024-05-15T23:29:03.8114729Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.8/18.3 MB 28.4 MB/s eta 0:00:01 2024-05-15T23:29:03.8115825Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/18.3 MB 35.0 MB/s eta 0:00:01 2024-05-15T23:29:03.8116989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 12.9/18.3 MB 45.0 MB/s eta 0:00:01 2024-05-15T23:29:03.8118058Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 183.2 MB/s eta 0:00:01 2024-05-15T23:29:03.8119248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 183.2 MB/s eta 0:00:01 2024-05-15T23:29:03.8120243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 77.4 MB/s eta 0:00:00 2024-05-15T23:29:03.8121090Z [?25hCollecting lm-eval==0.4 (from -r ./requirements.txt (line 20)) 2024-05-15T23:29:03.8121763Z Downloading lm_eval-0.4.0.tar.gz (457 kB) 2024-05-15T23:29:03.8122529Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/457.1 kB ? eta -:--:-- 2024-05-15T23:29:03.8123519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 457.1/457.1 kB 60.5 MB/s eta 0:00:00 2024-05-15T23:29:03.8124346Z [?25h Installing build dependencies ... [?25l- \ | done 2024-05-15T23:29:03.8125075Z [?25h Getting requirements to build wheel ... [?25l- done 2024-05-15T23:29:03.8125778Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-05-15T23:29:03.8126603Z [?25hCollecting blobfile (from -r ./requirements.txt (line 21)) 2024-05-15T23:29:03.8127299Z Downloading blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-05-15T23:29:03.8128120Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-05-15T23:29:03.8129081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 21.5 MB/s eta 0:00:00 2024-05-15T23:29:03.8130370Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 24)) (0.38.4) 2024-05-15T23:29:03.8131867Z 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:29:03.8133322Z 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:29:03.8134946Z 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:29:03.8136111Z Collecting flask (from -r ./requirements.txt (line 30)) 2024-05-15T23:29:03.8136822Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-05-15T23:29:03.8137634Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-05-15T23:29:03.8138596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 27.8 MB/s eta 0:00:00 2024-05-15T23:29:03.8139552Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2311939Z Downloading accelerate-0.30.1-py3-none-any.whl (302 kB) 2024-05-15T23:29:05.2313241Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/302.6 kB ? eta -:--:-- 2024-05-15T23:29:05.2314441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 302.6/302.6 kB 66.4 MB/s eta 0:00:00 2024-05-15T23:29:05.2315718Z [?25hCollecting evaluate (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2316693Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-05-15T23:29:05.2317760Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-05-15T23:29:05.2319185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 20.3 MB/s eta 0:00:00 2024-05-15T23:29:05.2320107Z [?25hCollecting datasets>=2.0.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2320918Z Downloading datasets-2.19.1-py3-none-any.whl (542 kB) 2024-05-15T23:29:05.2321728Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/542.0 kB ? eta -:--:-- 2024-05-15T23:29:05.2322677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 542.0/542.0 kB 83.2 MB/s eta 0:00:00 2024-05-15T23:29:05.2323759Z [?25hCollecting jsonlines (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2324569Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-05-15T23:29:05.2325307Z Collecting numexpr (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2326280Z Downloading numexpr-2.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (378 kB) 2024-05-15T23:29:05.2327309Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/378.3 kB ? eta -:--:-- 2024-05-15T23:29:05.2328264Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 378.3/378.3 kB 73.8 MB/s eta 0:00:00 2024-05-15T23:29:05.2329164Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2329982Z Downloading peft-0.10.0-py3-none-any.whl (199 kB) 2024-05-15T23:29:05.2330779Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/199.1 kB ? eta -:--:-- 2024-05-15T23:29:05.2331731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 199.1/199.1 kB 50.3 MB/s eta 0:00:00 2024-05-15T23:29:05.2332652Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2333440Z Downloading pybind11-2.12.0-py3-none-any.whl (234 kB) 2024-05-15T23:29:05.2334249Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/235.0 kB ? eta -:--:-- 2024-05-15T23:29:05.2335193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.0/235.0 kB 54.6 MB/s eta 0:00:00 2024-05-15T23:29:05.2336200Z [?25hCollecting pytablewriter (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2337026Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-05-15T23:29:05.2337860Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-05-15T23:29:05.2338819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 32.9 MB/s eta 0:00:00 2024-05-15T23:29:05.2339753Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2340508Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-05-15T23:29:05.2341087Z Preparing metadata (setup.py) ... [?25l- done 2024-05-15T23:29:05.2341867Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2342649Z Downloading sacrebleu-2.4.2-py3-none-any.whl (106 kB) 2024-05-15T23:29:05.2343470Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/106.7 kB ? eta -:--:-- 2024-05-15T23:29:05.2344413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.7/106.7 kB 26.9 MB/s eta 0:00:00 2024-05-15T23:29:05.2345371Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2346528Z Downloading scikit_learn-1.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (12.1 MB) 2024-05-15T23:29:05.2347560Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/12.1 MB ? eta -:--:-- 2024-05-15T23:29:05.2348576Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 6.4/12.1 MB 192.2 MB/s eta 0:00:01 2024-05-15T23:29:05.2349639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 12.0/12.1 MB 164.8 MB/s eta 0:00:01 2024-05-15T23:29:05.2350670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 12.1/12.1 MB 161.6 MB/s eta 0:00:01 2024-05-15T23:29:05.2351650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.1/12.1 MB 92.8 MB/s eta 0:00:00 2024-05-15T23:29:05.2352542Z [?25hCollecting sqlitedict (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2353286Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-05-15T23:29:05.2353872Z Preparing metadata (setup.py) ... [?25l- done 2024-05-15T23:29:05.2354674Z [?25hCollecting torch>=1.8 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:05.2355519Z Downloading torch-2.3.0-cp311-cp311-manylinux1_x86_64.whl (779.2 MB) 2024-05-15T23:29:05.2356427Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/779.2 MB ? eta -:--:-- 2024-05-15T23:29:05.2357368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.2/779.2 MB 133.3 MB/s eta 0:00:06 2024-05-15T23:29:05.2358562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.8/779.2 MB 142.5 MB/s eta 0:00:06 2024-05-15T23:29:05.2359612Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.8/779.2 MB 189.8 MB/s eta 0:00:05 2024-05-15T23:29:05.2360691Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/779.2 MB 206.7 MB/s eta 0:00:04 2024-05-15T23:29:05.2361811Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.5/779.2 MB 199.5 MB/s eta 0:00:04 2024-05-15T23:29:05.2362919Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.7/779.2 MB 201.5 MB/s eta 0:00:04 2024-05-15T23:29:05.2364024Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.0/779.2 MB 193.0 MB/s eta 0:00:04 2024-05-15T23:29:05.2365250Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/779.2 MB 177.8 MB/s eta 0:00:05 2024-05-15T23:29:05.2366350Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.6/779.2 MB 195.7 MB/s eta 0:00:04 2024-05-15T23:29:05.2367444Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.3/779.2 MB 152.7 MB/s eta 0:00:05 2024-05-15T23:29:06.5842476Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 67.3/779.2 MB 200.0 MB/s eta 0:00:04 2024-05-15T23:29:06.5844075Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.4/779.2 MB 180.2 MB/s eta 0:00:04 2024-05-15T23:29:06.5845211Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.6/779.2 MB 165.6 MB/s eta 0:00:05 2024-05-15T23:29:06.5846360Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.9/779.2 MB 180.6 MB/s eta 0:00:04 2024-05-15T23:29:06.5847461Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.2/779.2 MB 163.1 MB/s eta 0:00:05 2024-05-15T23:29:06.5848546Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 95.4/779.2 MB 157.2 MB/s eta 0:00:05 2024-05-15T23:29:06.5849658Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.8/779.2 MB 180.2 MB/s eta 0:00:04 2024-05-15T23:29:06.5850838Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.0/779.2 MB 196.4 MB/s eta 0:00:04 2024-05-15T23:29:06.5851931Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.4/779.2 MB 193.0 MB/s eta 0:00:04 2024-05-15T23:29:06.5853224Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/779.2 MB 181.6 MB/s eta 0:00:04 2024-05-15T23:29:06.5854315Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 127.1/779.2 MB 165.0 MB/s eta 0:00:04 2024-05-15T23:29:06.5855452Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.7/779.2 MB 131.8 MB/s eta 0:00:05 2024-05-15T23:29:06.5856558Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.9/779.2 MB 131.7 MB/s eta 0:00:05 2024-05-15T23:29:06.5857642Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.5/779.2 MB 144.1 MB/s eta 0:00:05 2024-05-15T23:29:06.5858726Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 144.7/779.2 MB 132.0 MB/s eta 0:00:05 2024-05-15T23:29:06.5859823Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 149.9/779.2 MB 142.3 MB/s eta 0:00:05 2024-05-15T23:29:06.5860907Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.2/779.2 MB 182.7 MB/s eta 0:00:04 2024-05-15T23:29:06.5861984Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 160.4/779.2 MB 160.2 MB/s eta 0:00:04 2024-05-15T23:29:06.5863199Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.6/779.2 MB 140.8 MB/s eta 0:00:05 2024-05-15T23:29:06.5864281Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 167.9/779.2 MB 108.9 MB/s eta 0:00:06 2024-05-15T23:29:06.5865359Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 170.9/779.2 MB 101.9 MB/s eta 0:00:06 2024-05-15T23:29:06.5866457Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 175.6/779.2 MB 97.3 MB/s eta 0:00:07 2024-05-15T23:29:06.5867536Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.7/779.2 MB 157.0 MB/s eta 0:00:04 2024-05-15T23:29:06.5868620Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 184.5/779.2 MB 132.5 MB/s eta 0:00:05 2024-05-15T23:29:06.5869722Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.1/779.2 MB 119.6 MB/s eta 0:00:05 2024-05-15T23:29:06.5870798Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.0/779.2 MB 143.5 MB/s eta 0:00:05 2024-05-15T23:29:06.5871881Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 195.0/779.2 MB 132.4 MB/s eta 0:00:05 2024-05-15T23:29:06.5873027Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.2/779.2 MB 94.3 MB/s eta 0:00:07 2024-05-15T23:29:06.5874117Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 204.6/779.2 MB 115.2 MB/s eta 0:00:05 2024-05-15T23:29:06.5875203Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 210.8/779.2 MB 175.3 MB/s eta 0:00:04 2024-05-15T23:29:06.5876307Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 217.0/779.2 MB 189.5 MB/s eta 0:00:03 2024-05-15T23:29:06.5877373Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 223.4/779.2 MB 179.9 MB/s eta 0:00:04 2024-05-15T23:29:06.5878712Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.2/779.2 MB 180.7 MB/s eta 0:00:04 2024-05-15T23:29:06.5879808Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 233.8/779.2 MB 181.2 MB/s eta 0:00:04 2024-05-15T23:29:06.5880913Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 235.9/779.2 MB 116.4 MB/s eta 0:00:05 2024-05-15T23:29:06.5881995Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 243.3/779.2 MB 125.4 MB/s eta 0:00:05 2024-05-15T23:29:06.5883171Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 249.6/779.2 MB 187.2 MB/s eta 0:00:03 2024-05-15T23:29:06.5884250Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 255.8/779.2 MB 188.5 MB/s eta 0:00:03 2024-05-15T23:29:06.5885385Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 262.1/779.2 MB 183.0 MB/s eta 0:00:03 2024-05-15T23:29:07.9400297Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 268.6/779.2 MB 188.1 MB/s eta 0:00:03 2024-05-15T23:29:07.9401746Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 274.7/779.2 MB 180.3 MB/s eta 0:00:03 2024-05-15T23:29:07.9402933Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 281.3/779.2 MB 182.2 MB/s eta 0:00:03 2024-05-15T23:29:07.9404196Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 285.8/779.2 MB 161.8 MB/s eta 0:00:04 2024-05-15T23:29:07.9405426Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 290.8/779.2 MB 138.7 MB/s eta 0:00:04 2024-05-15T23:29:07.9406584Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 296.6/779.2 MB 159.5 MB/s eta 0:00:04 2024-05-15T23:29:07.9407812Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.0/779.2 MB 183.2 MB/s eta 0:00:03 2024-05-15T23:29:07.9409204Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 309.3/779.2 MB 194.3 MB/s eta 0:00:03 2024-05-15T23:29:07.9410560Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.5/779.2 MB 153.6 MB/s eta 0:00:04 2024-05-15T23:29:07.9411749Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 319.2/779.2 MB 144.0 MB/s eta 0:00:04 2024-05-15T23:29:07.9413175Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 325.1/779.2 MB 179.4 MB/s eta 0:00:03 2024-05-15T23:29:07.9414351Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 330.3/779.2 MB 161.3 MB/s eta 0:00:03 2024-05-15T23:29:07.9415589Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 335.5/779.2 MB 156.6 MB/s eta 0:00:03 2024-05-15T23:29:07.9416821Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 338.7/779.2 MB 126.0 MB/s eta 0:00:04 2024-05-15T23:29:07.9417990Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 344.3/779.2 MB 122.6 MB/s eta 0:00:04 2024-05-15T23:29:07.9419205Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 350.8/779.2 MB 171.6 MB/s eta 0:00:03 2024-05-15T23:29:07.9420398Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 355.4/779.2 MB 163.4 MB/s eta 0:00:03 2024-05-15T23:29:07.9421559Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 361.0/779.2 MB 146.1 MB/s eta 0:00:03 2024-05-15T23:29:07.9422793Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 368.7/779.2 MB 197.2 MB/s eta 0:00:03 2024-05-15T23:29:07.9423990Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 374.3/779.2 MB 191.4 MB/s eta 0:00:03 2024-05-15T23:29:07.9425224Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 379.6/779.2 MB 161.8 MB/s eta 0:00:03 2024-05-15T23:29:07.9426562Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 384.1/779.2 MB 140.8 MB/s eta 0:00:03 2024-05-15T23:29:07.9427785Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 390.1/779.2 MB 158.1 MB/s eta 0:00:03 2024-05-15T23:29:07.9429139Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 396.5/779.2 MB 173.9 MB/s eta 0:00:03 2024-05-15T23:29:07.9430730Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 402.4/779.2 MB 170.2 MB/s eta 0:00:03 2024-05-15T23:29:07.9432534Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 408.5/779.2 MB 163.4 MB/s eta 0:00:03 2024-05-15T23:29:07.9434224Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 413.9/779.2 MB 161.5 MB/s eta 0:00:03 2024-05-15T23:29:07.9435769Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 420.5/779.2 MB 177.6 MB/s eta 0:00:03 2024-05-15T23:29:07.9436962Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 424.7/779.2 MB 175.4 MB/s eta 0:00:03 2024-05-15T23:29:07.9438056Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 431.0/779.2 MB 158.8 MB/s eta 0:00:03 2024-05-15T23:29:07.9439386Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 437.8/779.2 MB 189.8 MB/s eta 0:00:02 2024-05-15T23:29:07.9440484Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 440.6/779.2 MB 141.9 MB/s eta 0:00:03 2024-05-15T23:29:07.9441570Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 446.6/779.2 MB 132.5 MB/s eta 0:00:03 2024-05-15T23:29:07.9442663Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 449.7/779.2 MB 138.6 MB/s eta 0:00:03 2024-05-15T23:29:07.9443769Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 453.0/779.2 MB 114.8 MB/s eta 0:00:03 2024-05-15T23:29:07.9445063Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 459.0/779.2 MB 133.4 MB/s eta 0:00:03 2024-05-15T23:29:07.9446160Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 465.6/779.2 MB 207.2 MB/s eta 0:00:02 2024-05-15T23:29:07.9447626Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 472.6/779.2 MB 191.1 MB/s eta 0:00:02 2024-05-15T23:29:07.9449326Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 476.0/779.2 MB 154.1 MB/s eta 0:00:02 2024-05-15T23:29:09.2937132Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 480.2/779.2 MB 131.1 MB/s eta 0:00:03 2024-05-15T23:29:09.2938795Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 483.2/779.2 MB 101.1 MB/s eta 0:00:03 2024-05-15T23:29:09.2940034Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 485.7/779.2 MB 97.0 MB/s eta 0:00:04 2024-05-15T23:29:09.2941120Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 492.8/779.2 MB 145.5 MB/s eta 0:00:02 2024-05-15T23:29:09.2942238Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 498.3/779.2 MB 173.8 MB/s eta 0:00:02 2024-05-15T23:29:09.2943311Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 504.1/779.2 MB 162.3 MB/s eta 0:00:02 2024-05-15T23:29:09.2944401Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 509.6/779.2 MB 166.1 MB/s eta 0:00:02 2024-05-15T23:29:09.2945737Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 514.8/779.2 MB 165.8 MB/s eta 0:00:02 2024-05-15T23:29:09.2946820Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 519.9/779.2 MB 152.2 MB/s eta 0:00:02 2024-05-15T23:29:09.2947887Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 524.3/779.2 MB 141.6 MB/s eta 0:00:02 2024-05-15T23:29:09.2948979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 530.3/779.2 MB 151.4 MB/s eta 0:00:02 2024-05-15T23:29:09.2950065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 533.9/779.2 MB 142.9 MB/s eta 0:00:02 2024-05-15T23:29:09.2951146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 539.0/779.2 MB 134.8 MB/s eta 0:00:02 2024-05-15T23:29:09.2952247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 544.2/779.2 MB 152.1 MB/s eta 0:00:02 2024-05-15T23:29:09.2953320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 546.3/779.2 MB 146.0 MB/s eta 0:00:02 2024-05-15T23:29:09.2954394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 548.1/779.2 MB 91.8 MB/s eta 0:00:03 2024-05-15T23:29:09.2955639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 554.3/779.2 MB 97.8 MB/s eta 0:00:03 2024-05-15T23:29:09.2956772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 560.5/779.2 MB 174.3 MB/s eta 0:00:02 2024-05-15T23:29:09.2957859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 566.2/779.2 MB 196.1 MB/s eta 0:00:02 2024-05-15T23:29:09.2959145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 569.8/779.2 MB 140.3 MB/s eta 0:00:02 2024-05-15T23:29:09.2960222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 575.3/779.2 MB 126.5 MB/s eta 0:00:02 2024-05-15T23:29:09.2961301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 581.4/779.2 MB 165.2 MB/s eta 0:00:02 2024-05-15T23:29:09.2962380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 587.2/779.2 MB 184.9 MB/s eta 0:00:02 2024-05-15T23:29:09.2963475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 593.5/779.2 MB 183.1 MB/s eta 0:00:02 2024-05-15T23:29:09.2964554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 600.8/779.2 MB 212.5 MB/s eta 0:00:01 2024-05-15T23:29:09.2965721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 605.1/779.2 MB 167.1 MB/s eta 0:00:02 2024-05-15T23:29:09.2966795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 610.4/779.2 MB 141.2 MB/s eta 0:00:02 2024-05-15T23:29:09.2967875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 615.8/779.2 MB 153.7 MB/s eta 0:00:02 2024-05-15T23:29:09.2968951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 621.8/779.2 MB 165.5 MB/s eta 0:00:01 2024-05-15T23:29:09.2970127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 625.4/779.2 MB 157.4 MB/s eta 0:00:01 2024-05-15T23:29:09.2971200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 628.7/779.2 MB 113.6 MB/s eta 0:00:02 2024-05-15T23:29:09.2972266Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 634.4/779.2 MB 121.3 MB/s eta 0:00:02 2024-05-15T23:29:09.2973358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 640.7/779.2 MB 185.7 MB/s eta 0:00:01 2024-05-15T23:29:09.2974426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 646.8/779.2 MB 177.4 MB/s eta 0:00:01 2024-05-15T23:29:09.2975496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 653.3/779.2 MB 183.6 MB/s eta 0:00:01 2024-05-15T23:29:09.2976638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 659.6/779.2 MB 186.6 MB/s eta 0:00:01 2024-05-15T23:29:09.2977714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 664.0/779.2 MB 154.5 MB/s eta 0:00:01 2024-05-15T23:29:09.2978788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 671.2/779.2 MB 161.0 MB/s eta 0:00:01 2024-05-15T23:29:09.2979875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 678.4/779.2 MB 208.7 MB/s eta 0:00:01 2024-05-15T23:29:10.9238116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 684.2/779.2 MB 181.3 MB/s eta 0:00:01 2024-05-15T23:29:10.9240052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 690.5/779.2 MB 172.4 MB/s eta 0:00:01 2024-05-15T23:29:10.9241332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 696.2/779.2 MB 179.4 MB/s eta 0:00:01 2024-05-15T23:29:10.9242429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 702.5/779.2 MB 193.4 MB/s eta 0:00:01 2024-05-15T23:29:10.9243516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 708.8/779.2 MB 186.3 MB/s eta 0:00:01 2024-05-15T23:29:10.9244859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 713.4/779.2 MB 160.6 MB/s eta 0:00:01 2024-05-15T23:29:10.9246022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 718.3/779.2 MB 138.8 MB/s eta 0:00:01 2024-05-15T23:29:10.9247106Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 723.8/779.2 MB 150.8 MB/s eta 0:00:01 2024-05-15T23:29:10.9248206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 729.8/779.2 MB 169.0 MB/s eta 0:00:01 2024-05-15T23:29:10.9249455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 736.1/779.2 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:10.9250575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 743.2/779.2 MB 193.4 MB/s eta 0:00:01 2024-05-15T23:29:10.9251671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 747.6/779.2 MB 214.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9252746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 752.9/779.2 MB 149.1 MB/s eta 0:00:01 2024-05-15T23:29:10.9253821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 756.1/779.2 MB 111.9 MB/s eta 0:00:01 2024-05-15T23:29:10.9254987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 762.5/779.2 MB 138.4 MB/s eta 0:00:01 2024-05-15T23:29:10.9256115Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 769.4/779.2 MB 203.8 MB/s eta 0:00:01 2024-05-15T23:29:10.9257126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 775.9/779.2 MB 190.5 MB/s eta 0:00:01 2024-05-15T23:29:10.9258199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9259208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9260232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9261226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9262245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9263260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9264278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9265269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9266256Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9267248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9268319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9269324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9270324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9271329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9272334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9273340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9274372Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9275374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9276415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9277474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9278653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9279754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:10.9280766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3425922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3427421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3428465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3429493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3430510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3431516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3432678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3433677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3434662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3435682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3436733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3437737Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3438991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3440000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3441001Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3442007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3443126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3444129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3445120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3446144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3447162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3448176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3449199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3450259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3451259Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3452254Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3453336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3454344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3455331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3456351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3457369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3458381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3459393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3460382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3461379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3462434Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3463426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3464421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3465429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3466425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:12.3467431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7570732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7572194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7573422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7574454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7575611Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7576620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7577651Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7578762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7579779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7580776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7581820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7582847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7583859Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7584888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7585877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7586875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7587890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7588960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7589967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7590960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7592003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7593021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7594022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7595045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7596047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7597088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7598159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7599351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7600363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7601362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7602373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7603389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7604398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7605423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7606432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7607430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7608539Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7609573Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7610642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7611676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:13.7612673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1722371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1723750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1725094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1726162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1727180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1728321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1729327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1730382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1731406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1732431Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1733451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1734478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1735480Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1736485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1737577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1738597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1739606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1740668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1741674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1742693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1743729Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1744768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1745769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1746782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1747818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1748830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1749851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1750885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1751883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1752900Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1753927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1754936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1755940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1756942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1758084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1759302Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1760310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1761401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1762390Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1763400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:15.1764424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6901738Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6903171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6904220Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6905223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6906246Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6907251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6908459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6909456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6910451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6911474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6912473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6913471Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6914474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6915465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 779.2/779.2 MB 153.2 MB/s eta 0:00:01 2024-05-15T23:29:17.6916456Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 779.2/779.2 MB 1.8 MB/s eta 0:00:00 2024-05-15T23:29:17.6917501Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:17.6918536Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-05-15T23:29:17.6919376Z Collecting transformers>=4.1 (from lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:17.6920177Z Downloading transformers-4.40.2-py3-none-any.whl (9.0 MB) 2024-05-15T23:29:17.6921018Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.0 MB ? eta -:--:-- 2024-05-15T23:29:17.6922050Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 5.2/9.0 MB 164.0 MB/s eta 0:00:01 2024-05-15T23:29:17.6923088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.0/9.0 MB 171.9 MB/s eta 0:00:01 2024-05-15T23:29:17.6924065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.0/9.0 MB 110.8 MB/s eta 0:00:00 2024-05-15T23:29:17.6925386Z [?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:29:17.6926987Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from torchao->-r ./requirements.txt (line 4)) (23.0) 2024-05-15T23:29:17.6928690Z 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:29:17.6930161Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:29:17.6931106Z Downloading fsspec-2024.5.0-py3-none-any.whl (316 kB) 2024-05-15T23:29:17.6931972Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/316.1 kB ? eta -:--:-- 2024-05-15T23:29:17.6933003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 316.1/316.1 kB 57.7 MB/s eta 0:00:00 2024-05-15T23:29:17.6934372Z [?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:29:17.6936118Z 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:29:17.6937824Z 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:29:17.6939204Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r ./requirements.txt (line 7)) 2024-05-15T23:29:17.6940139Z Downloading typing_extensions-4.11.0-py3-none-any.whl (34 kB) 2024-05-15T23:29:17.6940982Z Collecting regex>=2022.1.18 (from tiktoken->-r ./requirements.txt (line 13)) 2024-05-15T23:29:17.6942068Z Downloading regex-2024.5.15-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (785 kB) 2024-05-15T23:29:17.6943216Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/785.0 kB ? eta -:--:-- 2024-05-15T23:29:17.6944234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 785.0/785.0 kB 97.4 MB/s eta 0:00:00 2024-05-15T23:29:17.6945167Z [?25hCollecting tornado>=2.0 (from snakeviz->-r ./requirements.txt (line 16)) 2024-05-15T23:29:17.6946345Z 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:29:17.6961280Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-05-15T23:29:17.6962310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 68.2 MB/s eta 0:00:00 2024-05-15T23:29:17.6963253Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r ./requirements.txt (line 21)) 2024-05-15T23:29:17.6964322Z Downloading pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-05-15T23:29:17.6965380Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-05-15T23:29:17.6966314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 125.4 MB/s eta 0:00:00 2024-05-15T23:29:17.6967653Z [?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:29:17.6968863Z Collecting lxml~=4.9 (from blobfile->-r ./requirements.txt (line 21)) 2024-05-15T23:29:17.6969992Z 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:29:17.6971073Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-05-15T23:29:17.6972050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 286.1 MB/s eta 0:00:01 2024-05-15T23:29:19.3800961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 144.2 MB/s eta 0:00:00 2024-05-15T23:29:19.3802077Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:29:19.3802858Z Downloading werkzeug-3.0.3-py3-none-any.whl (227 kB) 2024-05-15T23:29:19.3803698Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.3 kB ? eta -:--:-- 2024-05-15T23:29:19.3804929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.3/227.3 kB 46.0 MB/s eta 0:00:00 2024-05-15T23:29:19.3806288Z [?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:29:19.3807511Z Collecting itsdangerous>=2.1.2 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:29:19.3808346Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-05-15T23:29:19.3809624Z 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:29:19.3810880Z Collecting blinker>=1.6.2 (from flask->-r ./requirements.txt (line 30)) 2024-05-15T23:29:19.3811606Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-05-15T23:29:19.3812846Z 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:29:19.3814293Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:19.3815431Z Downloading safetensors-0.4.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.2 MB) 2024-05-15T23:29:19.3816490Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-05-15T23:29:19.3817437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 117.5 MB/s eta 0:00:00 2024-05-15T23:29:19.3818451Z [?25hCollecting pyarrow>=12.0.0 (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:19.3819548Z Downloading pyarrow-16.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (40.9 MB) 2024-05-15T23:29:19.3820571Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.9 MB ? eta -:--:-- 2024-05-15T23:29:19.3821607Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/40.9 MB 232.9 MB/s eta 0:00:01 2024-05-15T23:29:19.3822723Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 15.9/40.9 MB 229.0 MB/s eta 0:00:01 2024-05-15T23:29:19.3823827Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 24.1/40.9 MB 242.7 MB/s eta 0:00:01 2024-05-15T23:29:19.3824946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 29.4/40.9 MB 206.6 MB/s eta 0:00:01 2024-05-15T23:29:19.3826037Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 36.0/40.9 MB 165.4 MB/s eta 0:00:01 2024-05-15T23:29:19.3827090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 197.4 MB/s eta 0:00:01 2024-05-15T23:29:19.3828168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 197.4 MB/s eta 0:00:01 2024-05-15T23:29:19.3829278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 197.4 MB/s eta 0:00:01 2024-05-15T23:29:19.3830286Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 40.9/40.9 MB 197.4 MB/s eta 0:00:01 2024-05-15T23:29:19.3831272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.9/40.9 MB 57.0 MB/s eta 0:00:00 2024-05-15T23:29:19.3832368Z [?25hCollecting pyarrow-hotfix (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:19.3833258Z Downloading pyarrow_hotfix-0.6-py3-none-any.whl (7.9 kB) 2024-05-15T23:29:19.3834160Z 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:29:19.3834987Z Downloading dill-0.3.8-py3-none-any.whl (116 kB) 2024-05-15T23:29:19.3835788Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-05-15T23:29:19.3836764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 29.1 MB/s eta 0:00:00 2024-05-15T23:29:19.3837752Z [?25hCollecting pandas (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:19.3838946Z Downloading pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-05-15T23:29:19.3839986Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-05-15T23:29:19.3841008Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 6.3/13.0 MB 202.0 MB/s eta 0:00:01 2024-05-15T23:29:19.3842120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 11.8/13.0 MB 161.6 MB/s eta 0:00:01 2024-05-15T23:29:19.3843184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 157.5 MB/s eta 0:00:01 2024-05-15T23:29:19.3844186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 98.6 MB/s eta 0:00:00 2024-05-15T23:29:19.3845155Z [?25hCollecting xxhash (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:19.3846218Z Downloading xxhash-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-05-15T23:29:19.3847259Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-05-15T23:29:19.3848212Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 45.1 MB/s eta 0:00:00 2024-05-15T23:29:19.3849217Z [?25hCollecting multiprocess (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:19.3850180Z Downloading multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-05-15T23:29:19.3851123Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-05-15T23:29:19.3852071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 32.2 MB/s eta 0:00:00 2024-05-15T23:29:19.3853164Z [?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:29:19.3854148Z Downloading fsspec-2024.3.1-py3-none-any.whl (171 kB) 2024-05-15T23:29:19.3854959Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.0 kB ? eta -:--:-- 2024-05-15T23:29:19.3855908Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.0/172.0 kB 51.0 MB/s eta 0:00:00 2024-05-15T23:29:19.3856890Z [?25hCollecting aiohttp (from datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8516973Z Downloading aiohttp-3.9.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-05-15T23:29:20.8518751Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-05-15T23:29:20.8519739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 73.2 MB/s eta 0:00:00 2024-05-15T23:29:20.8521107Z [?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:29:20.8522957Z 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:29:20.8524747Z 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:29:20.8526539Z 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:29:20.8527966Z Collecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8528790Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-05-15T23:29:20.8529603Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-05-15T23:29:20.8530669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 41.5 MB/s eta 0:00:00 2024-05-15T23:29:20.8531655Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8532461Z Downloading nltk-3.8.1-py3-none-any.whl (1.5 MB) 2024-05-15T23:29:20.8533246Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-05-15T23:29:20.8534187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 123.8 MB/s eta 0:00:00 2024-05-15T23:29:20.8535870Z [?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:29:20.8537307Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8538166Z Downloading portalocker-2.8.2-py3-none-any.whl (17 kB) 2024-05-15T23:29:20.8539108Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8539954Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-05-15T23:29:20.8540788Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8541628Z Downloading colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-05-15T23:29:20.8542520Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8543616Z Downloading scipy-1.13.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (38.6 MB) 2024-05-15T23:29:20.8544637Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/38.6 MB ? eta -:--:-- 2024-05-15T23:29:20.8545666Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.6/38.6 MB 167.7 MB/s eta 0:00:01 2024-05-15T23:29:20.8546874Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.3/38.6 MB 169.6 MB/s eta 0:00:01 2024-05-15T23:29:20.8547977Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 17.8/38.6 MB 184.9 MB/s eta 0:00:01 2024-05-15T23:29:20.8549073Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 24.2/38.6 MB 169.4 MB/s eta 0:00:01 2024-05-15T23:29:20.8550170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 30.2/38.6 MB 179.1 MB/s eta 0:00:01 2024-05-15T23:29:20.8551287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 35.6/38.6 MB 166.3 MB/s eta 0:00:01 2024-05-15T23:29:20.8552340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 180.9 MB/s eta 0:00:01 2024-05-15T23:29:20.8553356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 180.9 MB/s eta 0:00:01 2024-05-15T23:29:20.8554394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 180.9 MB/s eta 0:00:01 2024-05-15T23:29:20.8555401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 38.6/38.6 MB 180.9 MB/s eta 0:00:01 2024-05-15T23:29:20.8556375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.6/38.6 MB 48.4 MB/s eta 0:00:00 2024-05-15T23:29:20.8557474Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8558470Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-05-15T23:29:20.8559329Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-05-15T23:29:20.8560283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 51.0 MB/s eta 0:00:00 2024-05-15T23:29:20.8561381Z [?25hCollecting threadpoolctl>=2.0.0 (from scikit-learn>=0.24.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8562314Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-05-15T23:29:20.8563123Z Collecting sympy (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8563908Z Downloading sympy-1.12-py3-none-any.whl (5.7 MB) 2024-05-15T23:29:20.8564783Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/5.7 MB ? eta -:--:-- 2024-05-15T23:29:20.8565804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 5.2/5.7 MB 156.2 MB/s eta 0:00:01 2024-05-15T23:29:20.8566831Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.7/5.7 MB 99.8 MB/s eta 0:00:00 2024-05-15T23:29:20.8567772Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8568701Z Downloading networkx-3.3-py3-none-any.whl (1.7 MB) 2024-05-15T23:29:20.8569548Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:29:20.8570536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 113.2 MB/s eta 0:00:00 2024-05-15T23:29:20.8571633Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:20.8572740Z Downloading nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-05-15T23:29:20.8573711Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-05-15T23:29:20.8574781Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.7/23.7 MB 200.6 MB/s eta 0:00:01 2024-05-15T23:29:22.0871381Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 9.5/23.7 MB 139.6 MB/s eta 0:00:01 2024-05-15T23:29:22.0872884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 16.3/23.7 MB 140.1 MB/s eta 0:00:01 2024-05-15T23:29:22.0874049Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 20.3/23.7 MB 153.6 MB/s eta 0:00:01 2024-05-15T23:29:22.0875098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 148.8 MB/s eta 0:00:01 2024-05-15T23:29:22.0876282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 148.8 MB/s eta 0:00:01 2024-05-15T23:29:22.0877267Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 71.6 MB/s eta 0:00:00 2024-05-15T23:29:22.0878546Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:22.0879739Z Downloading nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-05-15T23:29:22.0880702Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-05-15T23:29:22.0881634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 87.1 MB/s eta 0:00:00 2024-05-15T23:29:22.0882728Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:22.0883838Z Downloading nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-05-15T23:29:22.0884792Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-05-15T23:29:22.0885789Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 6.1/14.1 MB 183.4 MB/s eta 0:00:01 2024-05-15T23:29:22.0886945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 209.2 MB/s eta 0:00:01 2024-05-15T23:29:22.0887951Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 209.2 MB/s eta 0:00:01 2024-05-15T23:29:22.0888921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 109.2 MB/s eta 0:00:00 2024-05-15T23:29:22.0889975Z [?25hCollecting nvidia-cudnn-cu12==8.9.2.26 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:22.0891100Z Downloading nvidia_cudnn_cu12-8.9.2.26-py3-none-manylinux1_x86_64.whl (731.7 MB) 2024-05-15T23:29:22.0892042Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/731.7 MB ? eta -:--:-- 2024-05-15T23:29:22.0892982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/731.7 MB 199.8 MB/s eta 0:00:04 2024-05-15T23:29:22.0893998Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/731.7 MB 194.5 MB/s eta 0:00:04 2024-05-15T23:29:22.0895013Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/731.7 MB 165.5 MB/s eta 0:00:05 2024-05-15T23:29:22.0896081Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.1/731.7 MB 162.4 MB/s eta 0:00:05 2024-05-15T23:29:22.0897172Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.4/731.7 MB 201.3 MB/s eta 0:00:04 2024-05-15T23:29:22.0898357Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.8/731.7 MB 203.2 MB/s eta 0:00:04 2024-05-15T23:29:22.0899504Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.8/731.7 MB 149.1 MB/s eta 0:00:05 2024-05-15T23:29:22.0900614Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.3/731.7 MB 121.1 MB/s eta 0:00:06 2024-05-15T23:29:22.0901709Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.4/731.7 MB 137.1 MB/s eta 0:00:05 2024-05-15T23:29:22.0902789Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 54.5/731.7 MB 150.3 MB/s eta 0:00:05 2024-05-15T23:29:22.0903876Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.8/731.7 MB 170.1 MB/s eta 0:00:04 2024-05-15T23:29:22.0904976Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.4/731.7 MB 169.0 MB/s eta 0:00:04 2024-05-15T23:29:22.0906066Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.3/731.7 MB 164.4 MB/s eta 0:00:05 2024-05-15T23:29:22.0907163Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.2/731.7 MB 169.1 MB/s eta 0:00:04 2024-05-15T23:29:22.0908305Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.6/731.7 MB 173.7 MB/s eta 0:00:04 2024-05-15T23:29:22.0909387Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 89.7/731.7 MB 160.8 MB/s eta 0:00:04 2024-05-15T23:29:22.0910468Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 93.3/731.7 MB 175.6 MB/s eta 0:00:04 2024-05-15T23:29:22.0911575Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.6/731.7 MB 148.0 MB/s eta 0:00:05 2024-05-15T23:29:22.0912662Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 105.0/731.7 MB 184.3 MB/s eta 0:00:04 2024-05-15T23:29:22.0913746Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 112.3/731.7 MB 202.3 MB/s eta 0:00:04 2024-05-15T23:29:22.0914848Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.6/731.7 MB 193.3 MB/s eta 0:00:04 2024-05-15T23:29:22.0915941Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.8/731.7 MB 186.2 MB/s eta 0:00:04 2024-05-15T23:29:22.0917029Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 130.0/731.7 MB 160.3 MB/s eta 0:00:04 2024-05-15T23:29:23.4382597Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 135.3/731.7 MB 160.9 MB/s eta 0:00:04 2024-05-15T23:29:23.4384083Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.5/731.7 MB 161.7 MB/s eta 0:00:04 2024-05-15T23:29:23.4385202Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.8/731.7 MB 178.6 MB/s eta 0:00:04 2024-05-15T23:29:23.4386415Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.1/731.7 MB 184.6 MB/s eta 0:00:04 2024-05-15T23:29:23.4387524Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 159.4/731.7 MB 194.4 MB/s eta 0:00:03 2024-05-15T23:29:23.4388635Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4389767Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4390874Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4391955Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4393060Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4394146Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4395235Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4396405Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.5/731.7 MB 184.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4397505Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 165.2/731.7 MB 30.3 MB/s eta 0:00:19 2024-05-15T23:29:23.4398845Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 169.9/731.7 MB 30.2 MB/s eta 0:00:19 2024-05-15T23:29:23.4400079Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 174.1/731.7 MB 134.3 MB/s eta 0:00:05 2024-05-15T23:29:23.4401296Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 179.5/731.7 MB 133.4 MB/s eta 0:00:05 2024-05-15T23:29:23.4402518Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.2/731.7 MB 134.9 MB/s eta 0:00:05 2024-05-15T23:29:23.4403764Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 186.9/731.7 MB 113.1 MB/s eta 0:00:05 2024-05-15T23:29:23.4404976Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.2/731.7 MB 128.9 MB/s eta 0:00:05 2024-05-15T23:29:23.4406194Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.1/731.7 MB 148.1 MB/s eta 0:00:04 2024-05-15T23:29:23.4407385Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 202.9/731.7 MB 172.2 MB/s eta 0:00:04 2024-05-15T23:29:23.4408486Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.0/731.7 MB 163.0 MB/s eta 0:00:04 2024-05-15T23:29:23.4409587Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.1/731.7 MB 101.1 MB/s eta 0:00:06 2024-05-15T23:29:23.4410750Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 208.6/731.7 MB 81.0 MB/s eta 0:00:07 2024-05-15T23:29:23.4411844Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 211.8/731.7 MB 70.6 MB/s eta 0:00:08 2024-05-15T23:29:23.4412929Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 216.0/731.7 MB 68.7 MB/s eta 0:00:08 2024-05-15T23:29:23.4414046Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 221.3/731.7 MB 123.4 MB/s eta 0:00:05 2024-05-15T23:29:23.4415132Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 227.4/731.7 MB 169.1 MB/s eta 0:00:03 2024-05-15T23:29:23.4416213Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 233.8/731.7 MB 192.8 MB/s eta 0:00:03 2024-05-15T23:29:23.4417387Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 238.0/731.7 MB 156.9 MB/s eta 0:00:04 2024-05-15T23:29:23.4418480Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 241.2/731.7 MB 136.9 MB/s eta 0:00:04 2024-05-15T23:29:23.4419576Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 244.3/731.7 MB 100.7 MB/s eta 0:00:05 2024-05-15T23:29:23.4420682Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 249.8/731.7 MB 109.8 MB/s eta 0:00:05 2024-05-15T23:29:23.4421764Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 257.0/731.7 MB 193.4 MB/s eta 0:00:03 2024-05-15T23:29:23.4422848Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 263.8/731.7 MB 185.9 MB/s eta 0:00:03 2024-05-15T23:29:23.4423940Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 270.4/731.7 MB 195.9 MB/s eta 0:00:03 2024-05-15T23:29:23.4425050Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 276.3/731.7 MB 172.5 MB/s eta 0:00:03 2024-05-15T23:29:23.4426147Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 283.6/731.7 MB 191.3 MB/s eta 0:00:03 2024-05-15T23:29:24.7938425Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 289.4/731.7 MB 208.6 MB/s eta 0:00:03 2024-05-15T23:29:24.7939995Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 295.7/731.7 MB 168.7 MB/s eta 0:00:03 2024-05-15T23:29:24.7941181Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 303.4/731.7 MB 213.1 MB/s eta 0:00:03 2024-05-15T23:29:24.7942292Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 310.4/731.7 MB 208.0 MB/s eta 0:00:03 2024-05-15T23:29:24.7943425Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 314.2/731.7 MB 155.2 MB/s eta 0:00:03 2024-05-15T23:29:24.7944537Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 319.6/731.7 MB 131.0 MB/s eta 0:00:04 2024-05-15T23:29:24.7945667Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 326.1/731.7 MB 193.1 MB/s eta 0:00:03 2024-05-15T23:29:24.7946785Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 332.7/731.7 MB 185.7 MB/s eta 0:00:03 2024-05-15T23:29:24.7947896Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 339.7/731.7 MB 197.6 MB/s eta 0:00:02 2024-05-15T23:29:24.7948987Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 346.0/731.7 MB 199.0 MB/s eta 0:00:02 2024-05-15T23:29:24.7950287Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 351.3/731.7 MB 173.8 MB/s eta 0:00:03 2024-05-15T23:29:24.7951392Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 357.0/731.7 MB 157.2 MB/s eta 0:00:03 2024-05-15T23:29:24.7952490Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 363.0/731.7 MB 173.1 MB/s eta 0:00:03 2024-05-15T23:29:24.7953592Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 369.1/731.7 MB 199.6 MB/s eta 0:00:02 2024-05-15T23:29:24.7954659Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 373.8/731.7 MB 154.0 MB/s eta 0:00:03 2024-05-15T23:29:24.7955743Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 378.5/731.7 MB 142.3 MB/s eta 0:00:03 2024-05-15T23:29:24.7956850Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 384.8/731.7 MB 190.8 MB/s eta 0:00:02 2024-05-15T23:29:24.7957938Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 388.0/731.7 MB 138.9 MB/s eta 0:00:03 2024-05-15T23:29:24.7959224Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 395.3/731.7 MB 152.8 MB/s eta 0:00:03 2024-05-15T23:29:24.7960397Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 400.6/731.7 MB 174.6 MB/s eta 0:00:02 2024-05-15T23:29:24.7961477Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 406.3/731.7 MB 157.2 MB/s eta 0:00:03 2024-05-15T23:29:24.7962560Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 412.1/731.7 MB 186.4 MB/s eta 0:00:02 2024-05-15T23:29:24.7963662Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 416.3/731.7 MB 147.9 MB/s eta 0:00:03 2024-05-15T23:29:24.7964744Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 422.6/731.7 MB 153.0 MB/s eta 0:00:03 2024-05-15T23:29:24.7965811Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 428.9/731.7 MB 185.0 MB/s eta 0:00:02 2024-05-15T23:29:24.7966905Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 434.9/731.7 MB 172.0 MB/s eta 0:00:02 2024-05-15T23:29:24.7967977Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 441.0/731.7 MB 175.6 MB/s eta 0:00:02 2024-05-15T23:29:24.7969065Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 447.1/731.7 MB 173.3 MB/s eta 0:00:02 2024-05-15T23:29:24.7970298Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 451.6/731.7 MB 152.7 MB/s eta 0:00:02 2024-05-15T23:29:24.7971386Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 456.5/731.7 MB 135.3 MB/s eta 0:00:03 2024-05-15T23:29:24.7972451Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 460.5/731.7 MB 128.3 MB/s eta 0:00:03 2024-05-15T23:29:24.7973585Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 464.6/731.7 MB 121.2 MB/s eta 0:00:03 2024-05-15T23:29:24.7974660Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 470.8/731.7 MB 151.9 MB/s eta 0:00:02 2024-05-15T23:29:24.7975738Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 477.7/731.7 MB 183.1 MB/s eta 0:00:02 2024-05-15T23:29:24.7976836Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 483.4/731.7 MB 173.2 MB/s eta 0:00:02 2024-05-15T23:29:24.7977906Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 488.8/731.7 MB 164.8 MB/s eta 0:00:02 2024-05-15T23:29:24.7978976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 495.0/731.7 MB 172.1 MB/s eta 0:00:02 2024-05-15T23:29:24.7980128Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 501.1/731.7 MB 174.4 MB/s eta 0:00:02 2024-05-15T23:29:24.7981205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 507.0/731.7 MB 171.7 MB/s eta 0:00:02 2024-05-15T23:29:26.1482615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 513.5/731.7 MB 177.4 MB/s eta 0:00:02 2024-05-15T23:29:26.1484166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 518.0/731.7 MB 160.5 MB/s eta 0:00:02 2024-05-15T23:29:26.1485401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 524.3/731.7 MB 159.2 MB/s eta 0:00:02 2024-05-15T23:29:26.1486497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 528.5/731.7 MB 172.6 MB/s eta 0:00:02 2024-05-15T23:29:26.1487607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 530.6/731.7 MB 113.6 MB/s eta 0:00:02 2024-05-15T23:29:26.1488694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 535.8/731.7 MB 115.5 MB/s eta 0:00:02 2024-05-15T23:29:26.1489783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 541.6/731.7 MB 157.2 MB/s eta 0:00:02 2024-05-15T23:29:26.1491086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 547.9/731.7 MB 182.6 MB/s eta 0:00:02 2024-05-15T23:29:26.1492167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 553.5/731.7 MB 172.9 MB/s eta 0:00:02 2024-05-15T23:29:26.1493244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 559.2/731.7 MB 172.1 MB/s eta 0:00:02 2024-05-15T23:29:26.1494406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 563.1/731.7 MB 160.8 MB/s eta 0:00:02 2024-05-15T23:29:26.1495487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 570.1/731.7 MB 153.5 MB/s eta 0:00:02 2024-05-15T23:29:26.1496570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 576.0/731.7 MB 174.5 MB/s eta 0:00:01 2024-05-15T23:29:26.1497671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 582.0/731.7 MB 179.2 MB/s eta 0:00:01 2024-05-15T23:29:26.1498743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 586.1/731.7 MB 151.5 MB/s eta 0:00:01 2024-05-15T23:29:26.1499844Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 592.2/731.7 MB 136.2 MB/s eta 0:00:02 2024-05-15T23:29:26.1500963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 599.2/731.7 MB 187.3 MB/s eta 0:00:01 2024-05-15T23:29:26.1502040Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 605.0/731.7 MB 185.0 MB/s eta 0:00:01 2024-05-15T23:29:26.1503119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 609.8/731.7 MB 153.1 MB/s eta 0:00:01 2024-05-15T23:29:26.1504242Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 614.7/731.7 MB 139.4 MB/s eta 0:00:01 2024-05-15T23:29:26.1505321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 617.6/731.7 MB 121.0 MB/s eta 0:00:01 2024-05-15T23:29:26.1506406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 622.8/731.7 MB 126.5 MB/s eta 0:00:01 2024-05-15T23:29:26.1507502Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 628.4/731.7 MB 155.2 MB/s eta 0:00:01 2024-05-15T23:29:26.1508575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 634.3/731.7 MB 163.1 MB/s eta 0:00:01 2024-05-15T23:29:26.1509641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 639.6/731.7 MB 164.3 MB/s eta 0:00:01 2024-05-15T23:29:26.1510717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 643.3/731.7 MB 130.9 MB/s eta 0:00:01 2024-05-15T23:29:26.1511809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 648.1/731.7 MB 117.7 MB/s eta 0:00:01 2024-05-15T23:29:26.1512882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 654.3/731.7 MB 159.1 MB/s eta 0:00:01 2024-05-15T23:29:26.1514027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 657.6/731.7 MB 133.3 MB/s eta 0:00:01 2024-05-15T23:29:26.1515096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 665.0/731.7 MB 157.6 MB/s eta 0:00:01 2024-05-15T23:29:26.1516187Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 670.6/731.7 MB 175.6 MB/s eta 0:00:01 2024-05-15T23:29:26.1517265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 673.2/731.7 MB 168.5 MB/s eta 0:00:01 2024-05-15T23:29:26.1518629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 675.3/731.7 MB 107.4 MB/s eta 0:00:01 2024-05-15T23:29:26.1519715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 680.9/731.7 MB 100.1 MB/s eta 0:00:01 2024-05-15T23:29:26.1520795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 686.1/731.7 MB 156.0 MB/s eta 0:00:01 2024-05-15T23:29:26.1521868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 691.0/731.7 MB 145.2 MB/s eta 0:00:01 2024-05-15T23:29:26.1522950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 695.2/731.7 MB 131.3 MB/s eta 0:00:01 2024-05-15T23:29:26.1524039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 700.5/731.7 MB 131.1 MB/s eta 0:00:01 2024-05-15T23:29:26.1525206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 701.5/731.7 MB 143.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7499889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 701.5/731.7 MB 143.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7501388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 701.5/731.7 MB 143.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7502774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 702.7/731.7 MB 50.8 MB/s eta 0:00:01 2024-05-15T23:29:27.7504007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 707.9/731.7 MB 53.7 MB/s eta 0:00:01 2024-05-15T23:29:27.7505140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 714.1/731.7 MB 176.7 MB/s eta 0:00:01 2024-05-15T23:29:27.7506257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 719.8/731.7 MB 164.7 MB/s eta 0:00:01 2024-05-15T23:29:27.7507382Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 724.6/731.7 MB 159.7 MB/s eta 0:00:01 2024-05-15T23:29:27.7508464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 730.8/731.7 MB 164.0 MB/s eta 0:00:01 2024-05-15T23:29:27.7509757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7510866Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7511959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7513045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7514167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7515270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7516362Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7517482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7518806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7519881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7521210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7522317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7523425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7524628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7525682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7526758Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7527889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7528969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7530022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7531224Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7532305Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7533369Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7534423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7535568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7536626Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7537697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7538818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7539878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7540897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7542050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7543059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:27.7544126Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1675823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1677249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1678841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1680148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1681244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1682260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1683257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1684268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1685270Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1686287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1687504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1688516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1689526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1690628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1691640Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1692641Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1693663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1694652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1695655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1696786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1697802Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1698816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1699814Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1700834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1701846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1702849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1703867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1704854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1705850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1706940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1707959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1708967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1709975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1710983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1711989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1712991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1714015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1715005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1716004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1717076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:29.1718091Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5848491Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5849918Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5851042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5852068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5853096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5854089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5855079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5856063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5857290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5858294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5859289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5860380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5861422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5862452Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5863478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5864490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5865486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5866489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5867508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5868511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5869519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5870536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5871531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5872567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5873570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5874577Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5875581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5876638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5877655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5878917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5880018Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5881017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5882003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5883021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5884025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5885026Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5886046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5887036Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5888046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5889057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:30.5890130Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5878182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5879819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5880919Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5882231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5883255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5884280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5885278Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5886271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5887658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5888657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5889653Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5890719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5891731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5892713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5893714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5894746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5895755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5896756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5897889Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5898894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5899929Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5900953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5901967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5902962Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5903949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5904966Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5905961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5906958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5908025Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5909011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5910011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5911029Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5912084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5913080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5914084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5915093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5916100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5917167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 731.7/731.7 MB 161.1 MB/s eta 0:00:01 2024-05-15T23:29:32.5918144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 731.7/731.7 MB 1.8 MB/s eta 0:00:00 2024-05-15T23:29:32.5919438Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:32.5920511Z Downloading nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-05-15T23:29:32.5921595Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-05-15T23:29:33.9404115Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.4/410.6 MB 161.3 MB/s eta 0:00:03 2024-05-15T23:29:33.9405548Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.6/410.6 MB 178.6 MB/s eta 0:00:03 2024-05-15T23:29:33.9406834Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/410.6 MB 180.0 MB/s eta 0:00:03 2024-05-15T23:29:33.9407936Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.0/410.6 MB 137.0 MB/s eta 0:00:03 2024-05-15T23:29:33.9409044Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.1/410.6 MB 117.0 MB/s eta 0:00:04 2024-05-15T23:29:33.9410157Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/410.6 MB 116.1 MB/s eta 0:00:04 2024-05-15T23:29:33.9411360Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.9/410.6 MB 145.1 MB/s eta 0:00:03 2024-05-15T23:29:33.9412453Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/410.6 MB 147.3 MB/s eta 0:00:03 2024-05-15T23:29:33.9413561Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 45.1/410.6 MB 151.7 MB/s eta 0:00:03 2024-05-15T23:29:33.9414655Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.9/410.6 MB 141.1 MB/s eta 0:00:03 2024-05-15T23:29:33.9415745Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.8/410.6 MB 153.7 MB/s eta 0:00:03 2024-05-15T23:29:33.9416852Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.0/410.6 MB 175.7 MB/s eta 0:00:02 2024-05-15T23:29:33.9417937Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/410.6 MB 175.2 MB/s eta 0:00:02 2024-05-15T23:29:33.9419018Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.4/410.6 MB 160.3 MB/s eta 0:00:03 2024-05-15T23:29:33.9420111Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.1/410.6 MB 137.6 MB/s eta 0:00:03 2024-05-15T23:29:33.9421371Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.0/410.6 MB 102.4 MB/s eta 0:00:04 2024-05-15T23:29:33.9422462Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.3/410.6 MB 91.7 MB/s eta 0:00:04 2024-05-15T23:29:33.9423645Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 86.0/410.6 MB 88.4 MB/s eta 0:00:04 2024-05-15T23:29:33.9424741Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 92.3/410.6 MB 146.9 MB/s eta 0:00:03 2024-05-15T23:29:33.9425816Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 96.6/410.6 MB 154.2 MB/s eta 0:00:03 2024-05-15T23:29:33.9426909Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/410.6 MB 121.3 MB/s eta 0:00:03 2024-05-15T23:29:33.9428021Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 102.8/410.6 MB 102.6 MB/s eta 0:00:04 2024-05-15T23:29:33.9429108Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 108.6/410.6 MB 109.0 MB/s eta 0:00:03 2024-05-15T23:29:33.9430196Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 113.2/410.6 MB 151.5 MB/s eta 0:00:02 2024-05-15T23:29:33.9431296Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.3/410.6 MB 152.1 MB/s eta 0:00:02 2024-05-15T23:29:33.9432388Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 118.5/410.6 MB 101.8 MB/s eta 0:00:03 2024-05-15T23:29:33.9433474Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 124.8/410.6 MB 173.1 MB/s eta 0:00:02 2024-05-15T23:29:33.9434635Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 130.8/410.6 MB 180.7 MB/s eta 0:00:02 2024-05-15T23:29:33.9435724Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 136.3/410.6 MB 167.8 MB/s eta 0:00:02 2024-05-15T23:29:33.9436811Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 142.6/410.6 MB 177.7 MB/s eta 0:00:02 2024-05-15T23:29:33.9437918Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 147.8/410.6 MB 165.1 MB/s eta 0:00:02 2024-05-15T23:29:33.9439185Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 152.0/410.6 MB 146.1 MB/s eta 0:00:02 2024-05-15T23:29:33.9440275Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 156.2/410.6 MB 133.7 MB/s eta 0:00:02 2024-05-15T23:29:33.9441366Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 158.3/410.6 MB 104.3 MB/s eta 0:00:03 2024-05-15T23:29:33.9442505Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 162.5/410.6 MB 104.8 MB/s eta 0:00:03 2024-05-15T23:29:33.9443597Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 166.3/410.6 MB 94.9 MB/s eta 0:00:03 2024-05-15T23:29:33.9444790Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 168.7/410.6 MB 107.0 MB/s eta 0:00:03 2024-05-15T23:29:33.9445881Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 173.2/410.6 MB 104.9 MB/s eta 0:00:03 2024-05-15T23:29:33.9446956Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 178.3/410.6 MB 135.5 MB/s eta 0:00:02 2024-05-15T23:29:35.2932382Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 184.5/410.6 MB 162.3 MB/s eta 0:00:02 2024-05-15T23:29:35.2935397Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 189.8/410.6 MB 165.8 MB/s eta 0:00:02 2024-05-15T23:29:35.2937839Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 195.0/410.6 MB 158.7 MB/s eta 0:00:02 2024-05-15T23:29:35.2940038Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 200.3/410.6 MB 152.3 MB/s eta 0:00:02 2024-05-15T23:29:35.2942084Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 205.9/410.6 MB 157.2 MB/s eta 0:00:02 2024-05-15T23:29:35.2943179Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 210.8/410.6 MB 154.9 MB/s eta 0:00:02 2024-05-15T23:29:35.2944414Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 216.0/410.6 MB 147.5 MB/s eta 0:00:02 2024-05-15T23:29:35.2945512Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 221.2/410.6 MB 157.4 MB/s eta 0:00:02 2024-05-15T23:29:35.2946599Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 222.6/410.6 MB 116.4 MB/s eta 0:00:02 2024-05-15T23:29:35.2947698Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 224.4/410.6 MB 93.7 MB/s eta 0:00:02 2024-05-15T23:29:35.2948785Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 229.6/410.6 MB 92.2 MB/s eta 0:00:02 2024-05-15T23:29:35.2949879Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 232.8/410.6 MB 114.9 MB/s eta 0:00:02 2024-05-15T23:29:35.2950986Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 237.0/410.6 MB 113.7 MB/s eta 0:00:02 2024-05-15T23:29:35.2952063Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 238.4/410.6 MB 88.7 MB/s eta 0:00:02 2024-05-15T23:29:35.2953145Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 243.3/410.6 MB 113.6 MB/s eta 0:00:02 2024-05-15T23:29:35.2954329Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 249.7/410.6 MB 161.2 MB/s eta 0:00:01 2024-05-15T23:29:35.2955416Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 256.8/410.6 MB 209.5 MB/s eta 0:00:01 2024-05-15T23:29:35.2956492Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 260.0/410.6 MB 147.2 MB/s eta 0:00:02 2024-05-15T23:29:35.2957581Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 265.5/410.6 MB 134.5 MB/s eta 0:00:02 2024-05-15T23:29:35.2958848Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 271.9/410.6 MB 175.9 MB/s eta 0:00:01 2024-05-15T23:29:35.2959930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 278.9/410.6 MB 194.5 MB/s eta 0:00:01 2024-05-15T23:29:35.2961030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 283.2/410.6 MB 159.2 MB/s eta 0:00:01 2024-05-15T23:29:35.2962134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 288.8/410.6 MB 141.5 MB/s eta 0:00:01 2024-05-15T23:29:35.2963226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 294.7/410.6 MB 169.7 MB/s eta 0:00:01 2024-05-15T23:29:35.2964412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 298.8/410.6 MB 158.7 MB/s eta 0:00:01 2024-05-15T23:29:35.2965494Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 302.2/410.6 MB 115.1 MB/s eta 0:00:01 2024-05-15T23:29:35.2966578Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 308.3/410.6 MB 127.5 MB/s eta 0:00:01 2024-05-15T23:29:35.2967744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 312.5/410.6 MB 162.6 MB/s eta 0:00:01 2024-05-15T23:29:35.2968825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 317.4/410.6 MB 133.0 MB/s eta 0:00:01 2024-05-15T23:29:35.2969887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 319.8/410.6 MB 109.3 MB/s eta 0:00:01 2024-05-15T23:29:35.2971057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 323.0/410.6 MB 119.3 MB/s eta 0:00:01 2024-05-15T23:29:35.2972141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 328.9/410.6 MB 124.8 MB/s eta 0:00:01 2024-05-15T23:29:35.2973279Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 332.7/410.6 MB 122.3 MB/s eta 0:00:01 2024-05-15T23:29:35.2974373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 337.9/410.6 MB 134.8 MB/s eta 0:00:01 2024-05-15T23:29:35.2975441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 341.3/410.6 MB 115.2 MB/s eta 0:00:01 2024-05-15T23:29:35.2976514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 347.1/410.6 MB 135.1 MB/s eta 0:00:01 2024-05-15T23:29:35.2977595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 353.4/410.6 MB 179.7 MB/s eta 0:00:01 2024-05-15T23:29:35.2978691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 355.5/410.6 MB 139.7 MB/s eta 0:00:01 2024-05-15T23:29:35.2979772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 359.7/410.6 MB 121.4 MB/s eta 0:00:01 2024-05-15T23:29:36.7867249Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 363.4/410.6 MB 97.5 MB/s eta 0:00:01 2024-05-15T23:29:36.7868457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 369.1/410.6 MB 131.8 MB/s eta 0:00:01 2024-05-15T23:29:36.7869557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 374.3/410.6 MB 161.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7870655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 379.6/410.6 MB 159.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7872064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 384.6/410.6 MB 145.0 MB/s eta 0:00:01 2024-05-15T23:29:36.7873158Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 390.1/410.6 MB 161.6 MB/s eta 0:00:01 2024-05-15T23:29:36.7874360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 392.4/410.6 MB 124.0 MB/s eta 0:00:01 2024-05-15T23:29:36.7875432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 398.8/410.6 MB 131.4 MB/s eta 0:00:01 2024-05-15T23:29:36.7876476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 403.7/410.6 MB 175.4 MB/s eta 0:00:01 2024-05-15T23:29:36.7877501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 409.2/410.6 MB 150.6 MB/s eta 0:00:01 2024-05-15T23:29:36.7878786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7879798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7880792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7881821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7882880Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7883893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7885002Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7885993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7887000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7888019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7889022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7890020Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7891108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7892135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7893191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7894189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7895297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7896288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7897298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7898325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7899325Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7900467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7901479Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7902490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7903538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7904534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7905619Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7906614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7907632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:36.7908664Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2027620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2029073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2030320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2031334Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2032348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2033600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2034597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2035580Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2036591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2037595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2038783Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2039809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2040817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2041828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2042851Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2043987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2044995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2046011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2047117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2048142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2049155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2050250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2051272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2052283Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2053310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2054313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2055316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2056330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2057359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2058367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2059367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2060388Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2061401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2062413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2063501Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2064504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2065509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2066587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2067600Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2068614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:38.2069617Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:39.9214754Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 136.2 MB/s eta 0:00:01 2024-05-15T23:29:39.9217250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.8 MB/s eta 0:00:00 2024-05-15T23:29:39.9219393Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:39.9221547Z Downloading nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-05-15T23:29:39.9223420Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-05-15T23:29:39.9224636Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/121.6 MB 231.0 MB/s eta 0:00:01 2024-05-15T23:29:39.9225740Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.5/121.6 MB 160.1 MB/s eta 0:00:01 2024-05-15T23:29:39.9227058Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.3/121.6 MB 124.0 MB/s eta 0:00:01 2024-05-15T23:29:39.9228159Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.0/121.6 MB 200.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9229263Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.2/121.6 MB 174.0 MB/s eta 0:00:01 2024-05-15T23:29:39.9230345Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.4/121.6 MB 129.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9231432Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.6/121.6 MB 106.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9232530Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.9/121.6 MB 101.5 MB/s eta 0:00:01 2024-05-15T23:29:39.9233634Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/121.6 MB 117.7 MB/s eta 0:00:01 2024-05-15T23:29:39.9234713Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 42.9/121.6 MB 100.3 MB/s eta 0:00:01 2024-05-15T23:29:39.9235793Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 46.4/121.6 MB 95.1 MB/s eta 0:00:01 2024-05-15T23:29:39.9236986Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 50.3/121.6 MB 92.3 MB/s eta 0:00:01 2024-05-15T23:29:39.9238072Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 57.7/121.6 MB 161.7 MB/s eta 0:00:01 2024-05-15T23:29:39.9239348Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 64.0/121.6 MB 212.5 MB/s eta 0:00:01 2024-05-15T23:29:39.9240444Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 67.8/121.6 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:39.9241525Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 73.8/121.6 MB 139.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9242605Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 79.8/121.6 MB 174.6 MB/s eta 0:00:01 2024-05-15T23:29:39.9243719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 86.4/121.6 MB 181.6 MB/s eta 0:00:01 2024-05-15T23:29:39.9244797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 93.3/121.6 MB 210.2 MB/s eta 0:00:01 2024-05-15T23:29:39.9245873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 98.6/121.6 MB 179.2 MB/s eta 0:00:01 2024-05-15T23:29:39.9247063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 102.8/121.6 MB 164.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9248149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 102.8/121.6 MB 164.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9249243Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 102.8/121.6 MB 164.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9250418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 104.9/121.6 MB 62.9 MB/s eta 0:00:01 2024-05-15T23:29:39.9251490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 111.6/121.6 MB 65.7 MB/s eta 0:00:01 2024-05-15T23:29:39.9252567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 117.8/121.6 MB 188.8 MB/s eta 0:00:01 2024-05-15T23:29:39.9253638Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9254677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9255692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9256803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9257797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9258817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9259843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9260843Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:39.9261857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3805448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3806917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3808287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3809459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3810744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3811767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3812767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3813873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3814871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3815869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3816885Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3817868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3818870Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3819940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3833792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3834898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3835922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3836974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3837997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3839221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3840233Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3841250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3842268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 176.4 MB/s eta 0:00:01 2024-05-15T23:29:41.3843387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 8.5 MB/s eta 0:00:00 2024-05-15T23:29:41.3844535Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:41.3845715Z Downloading nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-05-15T23:29:41.3846683Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-05-15T23:29:41.3847806Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.0/56.5 MB 195.5 MB/s eta 0:00:01 2024-05-15T23:29:41.3848917Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 10.5/56.5 MB 151.9 MB/s eta 0:00:01 2024-05-15T23:29:41.3850029Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.0/56.5 MB 127.8 MB/s eta 0:00:01 2024-05-15T23:29:41.3851216Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.6/56.5 MB 107.1 MB/s eta 0:00:01 2024-05-15T23:29:41.3852306Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 18.9/56.5 MB 108.0 MB/s eta 0:00:01 2024-05-15T23:29:41.3853395Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 23.1/56.5 MB 87.7 MB/s eta 0:00:01 2024-05-15T23:29:41.3854510Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 25.2/56.5 MB 111.7 MB/s eta 0:00:01 2024-05-15T23:29:41.3855615Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 28.8/56.5 MB 81.8 MB/s eta 0:00:01 2024-05-15T23:29:41.3856688Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 33.5/56.5 MB 101.5 MB/s eta 0:00:01 2024-05-15T23:29:41.3857846Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 39.0/56.5 MB 150.6 MB/s eta 0:00:01 2024-05-15T23:29:41.3858927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 44.0/56.5 MB 162.3 MB/s eta 0:00:01 2024-05-15T23:29:41.3860015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 49.6/56.5 MB 152.8 MB/s eta 0:00:01 2024-05-15T23:29:41.3861082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.1/56.5 MB 175.8 MB/s eta 0:00:01 2024-05-15T23:29:41.3862101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7875125Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7876297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7877315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7878496Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7879838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7880818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7881795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7882794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7883805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7884791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7885887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7886883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7887878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7888873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 181.4 MB/s eta 0:00:01 2024-05-15T23:29:42.7889985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 17.0 MB/s eta 0:00:00 2024-05-15T23:29:42.7891167Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:42.7892269Z Downloading nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-05-15T23:29:42.7893244Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-05-15T23:29:42.7894279Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/124.2 MB 189.3 MB/s eta 0:00:01 2024-05-15T23:29:42.7895378Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.9/124.2 MB 173.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7896474Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.7/124.2 MB 181.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7897572Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/124.2 MB 165.3 MB/s eta 0:00:01 2024-05-15T23:29:42.7898666Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 30.1/124.2 MB 158.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7899764Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.5/124.2 MB 139.0 MB/s eta 0:00:01 2024-05-15T23:29:42.7900942Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 37.2/124.2 MB 120.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7902034Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 43.0/124.2 MB 129.0 MB/s eta 0:00:01 2024-05-15T23:29:42.7903113Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 49.3/124.2 MB 195.1 MB/s eta 0:00:01 2024-05-15T23:29:42.7904215Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 55.2/124.2 MB 169.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7905312Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 62.2/124.2 MB 201.3 MB/s eta 0:00:01 2024-05-15T23:29:42.7906388Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 68.2/124.2 MB 184.0 MB/s eta 0:00:01 2024-05-15T23:29:42.7907489Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 71.3/124.2 MB 138.3 MB/s eta 0:00:01 2024-05-15T23:29:42.7908558Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 76.4/124.2 MB 131.0 MB/s eta 0:00:01 2024-05-15T23:29:42.7909643Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 81.6/124.2 MB 158.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7910803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 87.0/124.2 MB 157.7 MB/s eta 0:00:01 2024-05-15T23:29:42.7911967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 91.4/124.2 MB 139.3 MB/s eta 0:00:01 2024-05-15T23:29:42.7913062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 95.4/124.2 MB 144.1 MB/s eta 0:00:01 2024-05-15T23:29:42.7914253Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 101.0/124.2 MB 131.9 MB/s eta 0:00:01 2024-05-15T23:29:42.7915344Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 105.9/124.2 MB 171.0 MB/s eta 0:00:01 2024-05-15T23:29:42.7916420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 111.1/124.2 MB 163.0 MB/s eta 0:00:01 2024-05-15T23:29:42.7917514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 117.4/124.2 MB 170.5 MB/s eta 0:00:01 2024-05-15T23:29:44.2557356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2559123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2560554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2561747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2563000Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2564005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2565031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2566078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2567066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2568097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2569094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2570096Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2571421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2572439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2573442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2574567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2575564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2576566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2577555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2578568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2579582Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2580591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2581607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2582591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2583585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2584674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2585671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2586674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2587679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2588674Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2589675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2590691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2591687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 203.3 MB/s eta 0:00:01 2024-05-15T23:29:44.2592662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 8.5 MB/s eta 0:00:00 2024-05-15T23:29:44.2593843Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:44.2594960Z Downloading nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-05-15T23:29:44.2595938Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-05-15T23:29:44.2596957Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.3/196.0 MB 160.0 MB/s eta 0:00:02 2024-05-15T23:29:44.2598066Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.5/196.0 MB 163.9 MB/s eta 0:00:02 2024-05-15T23:29:44.2599402Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.8/196.0 MB 151.6 MB/s eta 0:00:02 2024-05-15T23:29:44.2600501Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/196.0 MB 161.0 MB/s eta 0:00:02 2024-05-15T23:29:44.2601618Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.1/196.0 MB 101.4 MB/s eta 0:00:02 2024-05-15T23:29:45.6468995Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 27.5/196.0 MB 105.9 MB/s eta 0:00:02 2024-05-15T23:29:45.6470547Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/196.0 MB 152.1 MB/s eta 0:00:02 2024-05-15T23:29:45.6472330Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 38.8/196.0 MB 166.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6473479Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 44.0/196.0 MB 172.2 MB/s eta 0:00:01 2024-05-15T23:29:45.6474592Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.2/196.0 MB 160.0 MB/s eta 0:00:01 2024-05-15T23:29:45.6475769Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.6/196.0 MB 172.9 MB/s eta 0:00:01 2024-05-15T23:29:45.6476867Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 61.9/196.0 MB 196.5 MB/s eta 0:00:01 2024-05-15T23:29:45.6477972Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/196.0 MB 195.8 MB/s eta 0:00:01 2024-05-15T23:29:45.6479237Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/196.0 MB 195.8 MB/s eta 0:00:01 2024-05-15T23:29:45.6480372Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 68.2/196.0 MB 195.8 MB/s eta 0:00:01 2024-05-15T23:29:45.6481463Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 74.4/196.0 MB 81.8 MB/s eta 0:00:02 2024-05-15T23:29:45.6482676Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 80.4/196.0 MB 179.3 MB/s eta 0:00:01 2024-05-15T23:29:45.6483772Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 87.1/196.0 MB 189.5 MB/s eta 0:00:01 2024-05-15T23:29:45.6484861Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 93.6/196.0 MB 186.3 MB/s eta 0:00:01 2024-05-15T23:29:45.6485953Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 100.5/196.0 MB 192.0 MB/s eta 0:00:01 2024-05-15T23:29:45.6487073Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 106.9/196.0 MB 200.8 MB/s eta 0:00:01 2024-05-15T23:29:45.6488163Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 112.9/196.0 MB 173.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6489269Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 119.6/196.0 MB 193.2 MB/s eta 0:00:01 2024-05-15T23:29:45.6490423Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 125.8/196.0 MB 190.2 MB/s eta 0:00:01 2024-05-15T23:29:45.6491525Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 130.0/196.0 MB 156.9 MB/s eta 0:00:01 2024-05-15T23:29:45.6492612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 133.2/196.0 MB 126.6 MB/s eta 0:00:01 2024-05-15T23:29:45.6493764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 139.6/196.0 MB 139.9 MB/s eta 0:00:01 2024-05-15T23:29:45.6494854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 143.7/196.0 MB 153.4 MB/s eta 0:00:01 2024-05-15T23:29:45.6495939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 150.3/196.0 MB 153.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6497047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 157.3/196.0 MB 197.0 MB/s eta 0:00:01 2024-05-15T23:29:45.6498135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 163.1/196.0 MB 174.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6499223Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 168.8/196.0 MB 179.3 MB/s eta 0:00:01 2024-05-15T23:29:45.6500317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 172.0/196.0 MB 182.5 MB/s eta 0:00:01 2024-05-15T23:29:45.6501403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 177.6/196.0 MB 133.2 MB/s eta 0:00:01 2024-05-15T23:29:45.6502485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 183.8/196.0 MB 169.2 MB/s eta 0:00:01 2024-05-15T23:29:45.6503646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 189.5/196.0 MB 166.0 MB/s eta 0:00:01 2024-05-15T23:29:45.6504705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 194.0/196.0 MB 149.8 MB/s eta 0:00:01 2024-05-15T23:29:45.6505765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6506790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6507804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6508809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6509832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6510817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:45.6511838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0608717Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0610156Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0611356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0612508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0613523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0614529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0615562Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0616596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0617601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0618607Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0619612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0620630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0621646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0622747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0623753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0624743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0625827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0626828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0627825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0628819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0629830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0630845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0631856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0632926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0633936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0634943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0635986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0636993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0638011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0639296Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0640295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0641314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0642324Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0643424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0644425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0645439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0646467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0647486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0648489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0649510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:47.0650563Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5871585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5873914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5874987Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 145.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5875981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 5.4 MB/s eta 0:00:00 2024-05-15T23:29:48.5877047Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:48.5878101Z Downloading nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-05-15T23:29:48.5879401Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-05-15T23:29:48.5880425Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/176.2 MB 204.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5881554Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.7/176.2 MB 160.3 MB/s eta 0:00:02 2024-05-15T23:29:48.5882638Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/176.2 MB 182.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5883744Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.1/176.2 MB 165.5 MB/s eta 0:00:01 2024-05-15T23:29:48.5884972Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.4/176.2 MB 172.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5886075Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.5/176.2 MB 205.5 MB/s eta 0:00:01 2024-05-15T23:29:48.5887166Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.0/176.2 MB 204.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5888348Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.2/176.2 MB 174.7 MB/s eta 0:00:01 2024-05-15T23:29:48.5889427Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 52.4/176.2 MB 140.8 MB/s eta 0:00:01 2024-05-15T23:29:48.5890608Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 56.6/176.2 MB 145.5 MB/s eta 0:00:01 2024-05-15T23:29:48.5891717Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 57.8/176.2 MB 106.5 MB/s eta 0:00:02 2024-05-15T23:29:48.5892811Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 64.4/176.2 MB 110.5 MB/s eta 0:00:02 2024-05-15T23:29:48.5893894Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 70.7/176.2 MB 182.4 MB/s eta 0:00:01 2024-05-15T23:29:48.5895013Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 77.6/176.2 MB 199.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5896145Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 85.0/176.2 MB 207.4 MB/s eta 0:00:01 2024-05-15T23:29:48.5897248Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 90.2/176.2 MB 174.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5898335Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 96.8/176.2 MB 172.9 MB/s eta 0:00:01 2024-05-15T23:29:48.5899439Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 103.0/176.2 MB 196.9 MB/s eta 0:00:01 2024-05-15T23:29:48.5900519Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 109.0/176.2 MB 219.1 MB/s eta 0:00:01 2024-05-15T23:29:48.5901632Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 114.3/176.2 MB 170.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5902713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 119.7/176.2 MB 158.7 MB/s eta 0:00:01 2024-05-15T23:29:48.5903804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 127.0/176.2 MB 186.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5904883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 134.6/176.2 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:29:48.5906048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 142.6/176.2 MB 234.2 MB/s eta 0:00:01 2024-05-15T23:29:48.5907129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 144.4/176.2 MB 139.8 MB/s eta 0:00:01 2024-05-15T23:29:48.5908311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 147.8/176.2 MB 130.6 MB/s eta 0:00:01 2024-05-15T23:29:48.5909410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 155.2/176.2 MB 164.5 MB/s eta 0:00:01 2024-05-15T23:29:48.5910506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 160.9/176.2 MB 186.0 MB/s eta 0:00:01 2024-05-15T23:29:48.5911581Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 168.2/176.2 MB 186.2 MB/s eta 0:00:01 2024-05-15T23:29:48.5912685Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 170.9/176.2 MB 146.9 MB/s eta 0:00:01 2024-05-15T23:29:48.5913728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:48.5914765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:48.5915863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0586349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0587742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0589216Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0590426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0591429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0592467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0593468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0594465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0595450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0596459Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0597458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0598736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0599731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0600711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0601703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0602731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0603728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0604723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0605722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0606711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0607740Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0608848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0609850Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0610907Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0611909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0612917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0613924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0614934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0615975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0616985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0617991Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0619067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0620063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0621057Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0622061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0623066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0624066Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0625076Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 138.9 MB/s eta 0:00:01 2024-05-15T23:29:50.0626053Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 6.7 MB/s eta 0:00:00 2024-05-15T23:29:50.0627116Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:50.0628154Z Downloading nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-05-15T23:29:50.0629161Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-05-15T23:29:51.4069517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 34.9 MB/s eta 0:00:00 2024-05-15T23:29:51.4070870Z [?25hCollecting triton==2.3.0 (from torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:51.4071975Z Downloading triton-2.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (168.1 MB) 2024-05-15T23:29:51.4073040Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/168.1 MB ? eta -:--:-- 2024-05-15T23:29:51.4074076Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/168.1 MB 189.0 MB/s eta 0:00:01 2024-05-15T23:29:51.4075183Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.9/168.1 MB 165.1 MB/s eta 0:00:01 2024-05-15T23:29:51.4076309Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.8/168.1 MB 165.8 MB/s eta 0:00:01 2024-05-15T23:29:51.4077398Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/168.1 MB 176.1 MB/s eta 0:00:01 2024-05-15T23:29:51.4078692Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 28.6/168.1 MB 157.0 MB/s eta 0:00:01 2024-05-15T23:29:51.4080062Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.6/168.1 MB 164.1 MB/s eta 0:00:01 2024-05-15T23:29:51.4081162Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.5/168.1 MB 180.5 MB/s eta 0:00:01 2024-05-15T23:29:51.4082238Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.7/168.1 MB 186.4 MB/s eta 0:00:01 2024-05-15T23:29:51.4083361Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/168.1 MB 172.6 MB/s eta 0:00:01 2024-05-15T23:29:51.4084454Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 60.5/168.1 MB 183.3 MB/s eta 0:00:01 2024-05-15T23:29:51.4085553Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 65.1/168.1 MB 163.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4086695Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 70.2/168.1 MB 166.3 MB/s eta 0:00:01 2024-05-15T23:29:51.4087798Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 75.5/168.1 MB 157.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4088897Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 81.0/168.1 MB 155.1 MB/s eta 0:00:01 2024-05-15T23:29:51.4090111Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 87.1/168.1 MB 173.5 MB/s eta 0:00:01 2024-05-15T23:29:51.4091296Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 93.1/168.1 MB 171.5 MB/s eta 0:00:01 2024-05-15T23:29:51.4092389Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 100.7/168.1 MB 213.7 MB/s eta 0:00:01 2024-05-15T23:29:51.4093751Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 106.5/168.1 MB 183.1 MB/s eta 0:00:01 2024-05-15T23:29:51.4094832Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 112.4/168.1 MB 170.3 MB/s eta 0:00:01 2024-05-15T23:29:51.4095912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 118.5/168.1 MB 180.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4097017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 124.9/168.1 MB 187.8 MB/s eta 0:00:01 2024-05-15T23:29:51.4098098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 132.1/168.1 MB 207.8 MB/s eta 0:00:01 2024-05-15T23:29:51.4099182Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 138.6/168.1 MB 196.0 MB/s eta 0:00:01 2024-05-15T23:29:51.4100272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 143.6/168.1 MB 204.5 MB/s eta 0:00:01 2024-05-15T23:29:51.4101351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 145.9/168.1 MB 120.3 MB/s eta 0:00:01 2024-05-15T23:29:51.4102428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 152.0/168.1 MB 125.7 MB/s eta 0:00:01 2024-05-15T23:29:51.4103504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 158.8/168.1 MB 178.1 MB/s eta 0:00:01 2024-05-15T23:29:51.4104574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 165.7/168.1 MB 204.6 MB/s eta 0:00:01 2024-05-15T23:29:51.4105593Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4106615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4107642Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4108644Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4109639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4110711Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4111733Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:51.4112763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4131368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4132841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4133944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4134986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4135973Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4136965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4138007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4139021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 168.1/168.1 MB 211.2 MB/s eta 0:00:01 2024-05-15T23:29:55.4140008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.1/168.1 MB 16.0 MB/s eta 0:00:00 2024-05-15T23:29:55.4141238Z [?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:29:55.4142674Z Downloading nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl (21.1 MB) 2024-05-15T23:29:55.4143658Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/21.1 MB ? eta -:--:-- 2024-05-15T23:29:55.4144672Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/21.1 MB 226.1 MB/s eta 0:00:01 2024-05-15T23:29:55.4145786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 14.2/21.1 MB 191.4 MB/s eta 0:00:01 2024-05-15T23:29:55.4146868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 19.9/21.1 MB 191.6 MB/s eta 0:00:01 2024-05-15T23:29:55.4147925Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 21.1/21.1 MB 186.0 MB/s eta 0:00:01 2024-05-15T23:29:55.4148904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 21.1/21.1 MB 86.2 MB/s eta 0:00:00 2024-05-15T23:29:55.4149972Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4151123Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-05-15T23:29:55.4152147Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-05-15T23:29:55.4153199Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 113.2 MB/s eta 0:00:00 2024-05-15T23:29:55.4154573Z [?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:29:55.4156408Z 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:29:55.4157882Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4159064Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-05-15T23:29:55.4159975Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4160862Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-05-15T23:29:55.4161784Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4162657Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-05-15T23:29:55.4163551Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4164400Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-05-15T23:29:55.4165267Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4166106Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-05-15T23:29:55.4167017Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4167925Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-05-15T23:29:55.4168821Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4169716Z Downloading aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-05-15T23:29:55.4170696Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4172029Z Downloading 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:29:55.4173243Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-05-15T23:29:55.4174201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 34.6 MB/s eta 0:00:00 2024-05-15T23:29:55.4175376Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4176530Z Downloading multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-05-15T23:29:55.4177553Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-05-15T23:29:55.4178559Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 4.3 MB/s eta 0:00:00 2024-05-15T23:29:55.4179614Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4180710Z Downloading yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-05-15T23:29:55.4181707Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-05-15T23:29:55.4182671Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 11.9 MB/s eta 0:00:00 2024-05-15T23:29:55.4184210Z [?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:29:55.4186356Z 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:29:55.4188519Z 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:29:55.4190098Z Collecting tzdata>=2022.7 (from pandas->datasets>=2.0.0->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:29:55.4190992Z Downloading tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-05-15T23:29:55.4191832Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-05-15T23:29:55.4192944Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 12.0 MB/s eta 0:00:00 2024-05-15T23:30:57.8384502Z [?25hCollecting mpmath>=0.19 (from sympy->torch>=1.8->lm-eval==0.4->-r ./requirements.txt (line 20)) 2024-05-15T23:30:57.8385612Z Downloading mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-05-15T23:30:57.8386696Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-05-15T23:30:57.8387804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 17.3 MB/s eta 0:00:00 2024-05-15T23:30:57.8388708Z [?25hBuilding wheels for collected packages: lm-eval, rouge-score, sqlitedict 2024-05-15T23:30:57.8389863Z Building wheel for lm-eval (pyproject.toml) ... [?25l- \ | / - \ | done 2024-05-15T23:30:57.8391938Z [?25h Created wheel for lm-eval: filename=lm_eval-0.4.0-py3-none-any.whl size=994997 sha256=4713f75404ab47b1e8a37dacb67b090ab0fe55821ecf5f5de0ddb50877bdf82e 2024-05-15T23:30:57.8393909Z Stored in directory: /root/.cache/pip/wheels/c0/0c/4a/43c6bc9f3ad182a3fcd95a3a1607f6138f98905e1c5e3dcaaf 2024-05-15T23:30:57.8395299Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-05-15T23:30:57.8396748Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=ee6b77d2a34e44bbac54631dd7bea3973fd8060380ff5ba774e0d1fa60898397 2024-05-15T23:30:57.8398956Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-05-15T23:30:57.8400231Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-05-15T23:30:57.8401517Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=eb724bb69367389e996b162ad05538e4d9147dd825002fea64ac23aeca79d370 2024-05-15T23:30:57.8402958Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-05-15T23:30:57.8403870Z Successfully built lm-eval rouge-score sqlitedict 2024-05-15T23:30:57.8409360Z Installing collected packages: sqlitedict, sentencepiece, 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, 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:30:57.8422333Z 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 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 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 2024-05-15T23:30:57.8431138Z 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:30:57.8432525Z + popd 2024-05-15T23:30:57.8432852Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:30:57.8433273Z + clone_executorch 2024-05-15T23:30:57.8433870Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-05-15T23:30:57.8434582Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-05-15T23:30:57.8435141Z + rm -rf /pytorch/torchchat/et-build 2024-05-15T23:30:57.8435642Z + mkdir -p /pytorch/torchchat/et-build/src 2024-05-15T23:30:57.8436155Z + pushd /pytorch/torchchat/et-build/src 2024-05-15T23:30:57.8436815Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:30:57.8437507Z + git clone https://github.com/pytorch/executorch.git 2024-05-15T23:30:57.8438049Z Cloning into 'executorch'... 2024-05-15T23:30:57.8438756Z remote: Enumerating objects: 84774, done. 2024-05-15T23:30:57.8439288Z remote: Counting objects: 0% (1/116) 2024-05-15T23:30:57.8439798Z remote: Counting objects: 1% (2/116) 2024-05-15T23:30:57.8440291Z remote: Counting objects: 2% (3/116) 2024-05-15T23:30:57.8440796Z remote: Counting objects: 3% (4/116) 2024-05-15T23:30:57.8441306Z remote: Counting objects: 4% (5/116) 2024-05-15T23:30:57.8441809Z remote: Counting objects: 5% (6/116) 2024-05-15T23:30:57.8442303Z remote: Counting objects: 6% (7/116) 2024-05-15T23:30:57.8442801Z remote: Counting objects: 7% (9/116) 2024-05-15T23:30:57.8443313Z remote: Counting objects: 8% (10/116) 2024-05-15T23:30:57.8443913Z remote: Counting objects: 9% (11/116) 2024-05-15T23:30:57.8444426Z remote: Counting objects: 10% (12/116) 2024-05-15T23:30:57.8444946Z remote: Counting objects: 11% (13/116) 2024-05-15T23:30:57.8445458Z remote: Counting objects: 12% (14/116) 2024-05-15T23:30:57.8445983Z remote: Counting objects: 13% (16/116) 2024-05-15T23:30:57.8446486Z remote: Counting objects: 14% (17/116) 2024-05-15T23:30:57.8447004Z remote: Counting objects: 15% (18/116) 2024-05-15T23:30:57.8447523Z remote: Counting objects: 16% (19/116) 2024-05-15T23:30:57.8448023Z remote: Counting objects: 17% (20/116) 2024-05-15T23:30:57.8448545Z remote: Counting objects: 18% (21/116) 2024-05-15T23:30:57.8449059Z remote: Counting objects: 19% (23/116) 2024-05-15T23:30:57.8449567Z remote: Counting objects: 20% (24/116) 2024-05-15T23:30:57.8450061Z remote: Counting objects: 21% (25/116) 2024-05-15T23:30:57.8450618Z remote: Counting objects: 22% (26/116) 2024-05-15T23:30:57.8451125Z remote: Counting objects: 23% (27/116) 2024-05-15T23:30:57.8451641Z remote: Counting objects: 24% (28/116) 2024-05-15T23:30:57.8452136Z remote: Counting objects: 25% (29/116) 2024-05-15T23:30:57.8452636Z remote: Counting objects: 26% (31/116) 2024-05-15T23:30:57.8453146Z remote: Counting objects: 27% (32/116) 2024-05-15T23:30:57.8453679Z remote: Counting objects: 28% (33/116) 2024-05-15T23:30:57.8454193Z remote: Counting objects: 29% (34/116) 2024-05-15T23:30:57.8454712Z remote: Counting objects: 30% (35/116) 2024-05-15T23:30:57.8455223Z remote: Counting objects: 31% (36/116) 2024-05-15T23:30:57.8455733Z remote: Counting objects: 32% (38/116) 2024-05-15T23:30:57.8456236Z remote: Counting objects: 33% (39/116) 2024-05-15T23:30:57.8456748Z remote: Counting objects: 34% (40/116) 2024-05-15T23:30:57.8457259Z remote: Counting objects: 35% (41/116) 2024-05-15T23:30:57.8457755Z remote: Counting objects: 36% (42/116) 2024-05-15T23:30:57.8458266Z remote: Counting objects: 37% (43/116) 2024-05-15T23:30:57.8458775Z remote: Counting objects: 38% (45/116) 2024-05-15T23:30:57.8459284Z remote: Counting objects: 39% (46/116) 2024-05-15T23:30:57.8459779Z remote: Counting objects: 40% (47/116) 2024-05-15T23:30:57.8460297Z remote: Counting objects: 41% (48/116) 2024-05-15T23:30:57.8460817Z remote: Counting objects: 42% (49/116) 2024-05-15T23:30:57.8461333Z remote: Counting objects: 43% (50/116) 2024-05-15T23:30:57.8461831Z remote: Counting objects: 44% (52/116) 2024-05-15T23:30:57.8462332Z remote: Counting objects: 45% (53/116) 2024-05-15T23:30:57.8462845Z remote: Counting objects: 46% (54/116) 2024-05-15T23:30:57.8463432Z remote: Counting objects: 47% (55/116) 2024-05-15T23:30:57.8463932Z remote: Counting objects: 48% (56/116) 2024-05-15T23:30:57.8464436Z remote: Counting objects: 49% (57/116) 2024-05-15T23:30:57.8464938Z remote: Counting objects: 50% (58/116) 2024-05-15T23:30:57.8465443Z remote: Counting objects: 51% (60/116) 2024-05-15T23:30:57.8465941Z remote: Counting objects: 52% (61/116) 2024-05-15T23:30:57.8466442Z remote: Counting objects: 53% (62/116) 2024-05-15T23:30:57.8466947Z remote: Counting objects: 54% (63/116) 2024-05-15T23:30:57.8467574Z remote: Counting objects: 55% (64/116) 2024-05-15T23:30:57.8468082Z remote: Counting objects: 56% (65/116) 2024-05-15T23:30:57.8468604Z remote: Counting objects: 57% (67/116) 2024-05-15T23:30:57.8469123Z remote: Counting objects: 58% (68/116) 2024-05-15T23:30:57.8469626Z remote: Counting objects: 59% (69/116) 2024-05-15T23:30:57.8470146Z remote: Counting objects: 60% (70/116) 2024-05-15T23:30:57.8470672Z remote: Counting objects: 61% (71/116) 2024-05-15T23:30:57.8471178Z remote: Counting objects: 62% (72/116) 2024-05-15T23:30:57.8471675Z remote: Counting objects: 63% (74/116) 2024-05-15T23:30:57.8472186Z remote: Counting objects: 64% (75/116) 2024-05-15T23:30:57.8472693Z remote: Counting objects: 65% (76/116) 2024-05-15T23:30:57.8473277Z remote: Counting objects: 66% (77/116) 2024-05-15T23:30:57.8473774Z remote: Counting objects: 67% (78/116) 2024-05-15T23:30:57.8474279Z remote: Counting objects: 68% (79/116) 2024-05-15T23:30:57.8474782Z remote: Counting objects: 69% (81/116) 2024-05-15T23:30:57.8475286Z remote: Counting objects: 70% (82/116) 2024-05-15T23:30:57.8475798Z remote: Counting objects: 71% (83/116) 2024-05-15T23:30:57.8476308Z remote: Counting objects: 72% (84/116) 2024-05-15T23:30:57.8476811Z remote: Counting objects: 73% (85/116) 2024-05-15T23:30:57.8477308Z remote: Counting objects: 74% (86/116) 2024-05-15T23:30:57.8477823Z remote: Counting objects: 75% (87/116) 2024-05-15T23:30:57.8478566Z remote: Counting objects: 76% (89/116) 2024-05-15T23:30:57.8479141Z remote: Counting objects: 77% (90/116) 2024-05-15T23:30:57.8479704Z remote: Counting objects: 78% (91/116) 2024-05-15T23:30:58.7719648Z remote: Counting objects: 79% (92/116) 2024-05-15T23:30:58.7720378Z remote: Counting objects: 80% (93/116) 2024-05-15T23:30:58.7721084Z remote: Counting objects: 81% (94/116) 2024-05-15T23:30:58.7721785Z remote: Counting objects: 82% (96/116) 2024-05-15T23:30:58.7722441Z remote: Counting objects: 83% (97/116) 2024-05-15T23:30:58.7723094Z remote: Counting objects: 84% (98/116) 2024-05-15T23:30:58.7723734Z remote: Counting objects: 85% (99/116) 2024-05-15T23:30:58.7724252Z remote: Counting objects: 86% (100/116) 2024-05-15T23:30:58.7724776Z remote: Counting objects: 87% (101/116) 2024-05-15T23:30:58.7725292Z remote: Counting objects: 88% (103/116) 2024-05-15T23:30:58.7725810Z remote: Counting objects: 89% (104/116) 2024-05-15T23:30:58.7726321Z remote: Counting objects: 90% (105/116) 2024-05-15T23:30:58.7726839Z remote: Counting objects: 91% (106/116) 2024-05-15T23:30:58.7727354Z remote: Counting objects: 92% (107/116) 2024-05-15T23:30:58.7727858Z remote: Counting objects: 93% (108/116) 2024-05-15T23:30:58.7728369Z remote: Counting objects: 94% (110/116) 2024-05-15T23:30:58.7728930Z remote: Counting objects: 95% (111/116) 2024-05-15T23:30:58.7729442Z remote: Counting objects: 96% (112/116) 2024-05-15T23:30:58.7729951Z remote: Counting objects: 97% (113/116) 2024-05-15T23:30:58.7730555Z remote: Counting objects: 98% (114/116) 2024-05-15T23:30:58.7731058Z remote: Counting objects: 99% (115/116) 2024-05-15T23:30:58.7731567Z remote: Counting objects: 100% (116/116) 2024-05-15T23:30:58.7732109Z remote: Counting objects: 100% (116/116), done. 2024-05-15T23:30:58.7732667Z remote: Compressing objects: 1% (1/78) 2024-05-15T23:30:58.7733426Z remote: Compressing objects: 2% (2/78) 2024-05-15T23:30:58.7734001Z remote: Compressing objects: 3% (3/78) 2024-05-15T23:30:58.7734597Z remote: Compressing objects: 5% (4/78) 2024-05-15T23:30:58.7735113Z remote: Compressing objects: 6% (5/78) 2024-05-15T23:30:58.7735635Z remote: Compressing objects: 7% (6/78) 2024-05-15T23:30:58.7736150Z remote: Compressing objects: 8% (7/78) 2024-05-15T23:30:58.7736675Z remote: Compressing objects: 10% (8/78) 2024-05-15T23:30:58.7737186Z remote: Compressing objects: 11% (9/78) 2024-05-15T23:30:58.7737714Z remote: Compressing objects: 12% (10/78) 2024-05-15T23:30:58.7738257Z remote: Compressing objects: 14% (11/78) 2024-05-15T23:30:58.7738792Z remote: Compressing objects: 15% (12/78) 2024-05-15T23:30:58.7739321Z remote: Compressing objects: 16% (13/78) 2024-05-15T23:30:58.7739847Z remote: Compressing objects: 17% (14/78) 2024-05-15T23:30:58.7740386Z remote: Compressing objects: 19% (15/78) 2024-05-15T23:30:58.7740919Z remote: Compressing objects: 20% (16/78) 2024-05-15T23:30:58.7741442Z remote: Compressing objects: 21% (17/78) 2024-05-15T23:30:58.7741968Z remote: Compressing objects: 23% (18/78) 2024-05-15T23:30:58.7742494Z remote: Compressing objects: 24% (19/78) 2024-05-15T23:30:58.7743024Z remote: Compressing objects: 25% (20/78) 2024-05-15T23:30:58.7743547Z remote: Compressing objects: 26% (21/78) 2024-05-15T23:30:58.7744176Z remote: Compressing objects: 28% (22/78) 2024-05-15T23:30:58.7744700Z remote: Compressing objects: 29% (23/78) 2024-05-15T23:30:58.7745219Z remote: Compressing objects: 30% (24/78) 2024-05-15T23:30:58.7745752Z remote: Compressing objects: 32% (25/78) 2024-05-15T23:30:58.7746278Z remote: Compressing objects: 33% (26/78) 2024-05-15T23:30:58.7746803Z remote: Compressing objects: 34% (27/78) 2024-05-15T23:30:58.7747317Z remote: Compressing objects: 35% (28/78) 2024-05-15T23:30:58.7747844Z remote: Compressing objects: 37% (29/78) 2024-05-15T23:30:58.7748383Z remote: Compressing objects: 38% (30/78) 2024-05-15T23:30:58.7748903Z remote: Compressing objects: 39% (31/78) 2024-05-15T23:30:58.7749426Z remote: Compressing objects: 41% (32/78) 2024-05-15T23:30:58.7749948Z remote: Compressing objects: 42% (33/78) 2024-05-15T23:30:58.7750480Z remote: Compressing objects: 43% (34/78) 2024-05-15T23:30:58.7751014Z remote: Compressing objects: 44% (35/78) 2024-05-15T23:30:58.7751530Z remote: Compressing objects: 46% (36/78) 2024-05-15T23:30:58.7752054Z remote: Compressing objects: 47% (37/78) 2024-05-15T23:30:58.7752578Z remote: Compressing objects: 48% (38/78) 2024-05-15T23:30:58.7753102Z remote: Compressing objects: 50% (39/78) 2024-05-15T23:30:58.7753627Z remote: Compressing objects: 51% (40/78) 2024-05-15T23:30:58.7754147Z remote: Compressing objects: 52% (41/78) 2024-05-15T23:30:58.7754672Z remote: Compressing objects: 53% (42/78) 2024-05-15T23:30:58.7755188Z remote: Compressing objects: 55% (43/78) 2024-05-15T23:30:58.7755722Z remote: Compressing objects: 56% (44/78) 2024-05-15T23:30:58.7756256Z remote: Compressing objects: 57% (45/78) 2024-05-15T23:30:58.7756784Z remote: Compressing objects: 58% (46/78) 2024-05-15T23:30:58.7757303Z remote: Compressing objects: 60% (47/78) 2024-05-15T23:30:58.7757828Z remote: Compressing objects: 61% (48/78) 2024-05-15T23:30:58.7758543Z remote: Compressing objects: 62% (49/78) 2024-05-15T23:30:58.7759079Z remote: Compressing objects: 64% (50/78) 2024-05-15T23:30:58.7759599Z remote: Compressing objects: 65% (51/78) 2024-05-15T23:30:58.7760126Z remote: Compressing objects: 66% (52/78) 2024-05-15T23:30:58.7760649Z remote: Compressing objects: 67% (53/78) 2024-05-15T23:30:58.7761177Z remote: Compressing objects: 69% (54/78) 2024-05-15T23:30:58.7761695Z remote: Compressing objects: 70% (55/78) 2024-05-15T23:30:58.7762221Z remote: Compressing objects: 71% (56/78) 2024-05-15T23:30:58.7762753Z remote: Compressing objects: 73% (57/78) 2024-05-15T23:30:58.7763358Z remote: Compressing objects: 74% (58/78) 2024-05-15T23:30:58.7763883Z remote: Compressing objects: 75% (59/78) 2024-05-15T23:30:58.7764453Z remote: Compressing objects: 76% (60/78) 2024-05-15T23:30:58.7765056Z remote: Compressing objects: 78% (61/78) 2024-05-15T23:30:58.7765579Z remote: Compressing objects: 79% (62/78) 2024-05-15T23:30:58.7766178Z remote: Compressing objects: 80% (63/78) 2024-05-15T23:30:58.7766704Z remote: Compressing objects: 82% (64/78) 2024-05-15T23:30:58.7767230Z remote: Compressing objects: 83% (65/78) 2024-05-15T23:30:58.7767744Z remote: Compressing objects: 84% (66/78) 2024-05-15T23:30:58.7768271Z remote: Compressing objects: 85% (67/78) 2024-05-15T23:30:58.7768797Z remote: Compressing objects: 87% (68/78) 2024-05-15T23:30:58.7769325Z remote: Compressing objects: 88% (69/78) 2024-05-15T23:30:58.7769847Z remote: Compressing objects: 89% (70/78) 2024-05-15T23:30:58.7770433Z remote: Compressing objects: 91% (71/78) 2024-05-15T23:30:58.7770966Z remote: Compressing objects: 92% (72/78) 2024-05-15T23:30:58.7771492Z remote: Compressing objects: 93% (73/78) 2024-05-15T23:30:58.7772017Z remote: Compressing objects: 94% (74/78) 2024-05-15T23:30:58.7772545Z remote: Compressing objects: 96% (75/78) 2024-05-15T23:30:58.7773067Z remote: Compressing objects: 97% (76/78) 2024-05-15T23:30:58.7773687Z remote: Compressing objects: 98% (77/78) 2024-05-15T23:30:58.7774215Z remote: Compressing objects: 100% (78/78) 2024-05-15T23:30:58.7774770Z remote: Compressing objects: 100% (78/78), done. 2024-05-15T23:30:58.7775256Z Receiving objects: 0% (1/84774) 2024-05-15T23:30:58.7775670Z Receiving objects: 1% (848/84774) 2024-05-15T23:30:58.7776096Z Receiving objects: 2% (1696/84774) 2024-05-15T23:30:58.7776521Z Receiving objects: 3% (2544/84774) 2024-05-15T23:30:58.7776933Z Receiving objects: 4% (3391/84774) 2024-05-15T23:30:58.7777350Z Receiving objects: 5% (4239/84774) 2024-05-15T23:30:58.7777783Z Receiving objects: 6% (5087/84774) 2024-05-15T23:30:58.7778200Z Receiving objects: 7% (5935/84774) 2024-05-15T23:30:58.7778614Z Receiving objects: 8% (6782/84774) 2024-05-15T23:30:58.7779043Z Receiving objects: 9% (7630/84774) 2024-05-15T23:30:58.7779461Z Receiving objects: 10% (8478/84774) 2024-05-15T23:30:58.7779876Z Receiving objects: 11% (9326/84774) 2024-05-15T23:30:58.7780298Z Receiving objects: 12% (10173/84774) 2024-05-15T23:30:58.7780724Z Receiving objects: 13% (11021/84774) 2024-05-15T23:30:58.7781150Z Receiving objects: 14% (11869/84774) 2024-05-15T23:30:58.7781565Z Receiving objects: 15% (12717/84774) 2024-05-15T23:30:58.7781987Z Receiving objects: 16% (13564/84774) 2024-05-15T23:30:58.7782514Z Receiving objects: 17% (14412/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7783144Z Receiving objects: 18% (15260/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7783766Z Receiving objects: 19% (16108/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7784398Z Receiving objects: 20% (16955/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7785009Z Receiving objects: 21% (17803/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7785620Z Receiving objects: 22% (18651/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7786268Z Receiving objects: 23% (19499/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7786925Z Receiving objects: 24% (20346/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7787626Z Receiving objects: 25% (21194/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7788245Z Receiving objects: 26% (22042/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7788849Z Receiving objects: 27% (22889/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7789461Z Receiving objects: 28% (23737/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7790075Z Receiving objects: 29% (24585/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7790696Z Receiving objects: 30% (25433/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7791367Z Receiving objects: 31% (26280/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7791979Z Receiving objects: 32% (27128/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7792592Z Receiving objects: 33% (27976/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7793205Z Receiving objects: 34% (28824/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7793806Z Receiving objects: 35% (29671/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7794423Z Receiving objects: 36% (30519/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7795032Z Receiving objects: 37% (31367/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7795652Z Receiving objects: 38% (32215/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7796254Z Receiving objects: 39% (33062/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7796864Z Receiving objects: 40% (33910/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7797482Z Receiving objects: 41% (34758/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7798100Z Receiving objects: 42% (35606/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7798832Z Receiving objects: 43% (36453/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7799452Z Receiving objects: 44% (37301/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7800059Z Receiving objects: 45% (38149/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7800670Z Receiving objects: 46% (38997/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7801360Z Receiving objects: 47% (39844/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7801979Z Receiving objects: 48% (40692/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7802590Z Receiving objects: 49% (41540/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7803195Z Receiving objects: 50% (42387/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7803797Z Receiving objects: 51% (43235/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7804409Z Receiving objects: 52% (44083/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7805021Z Receiving objects: 53% (44931/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7805637Z Receiving objects: 54% (45778/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7806236Z Receiving objects: 55% (46626/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7806844Z Receiving objects: 56% (47474/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7807451Z Receiving objects: 57% (48322/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7808076Z Receiving objects: 58% (49169/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7808677Z Receiving objects: 59% (50017/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7809296Z Receiving objects: 60% (50865/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7809907Z Receiving objects: 61% (51713/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7810559Z Receiving objects: 62% (52560/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7811163Z Receiving objects: 63% (53408/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:30:58.7811778Z Receiving objects: 64% (54256/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1436260Z Receiving objects: 65% (55104/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1437495Z Receiving objects: 66% (55951/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1438631Z Receiving objects: 67% (56799/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1439322Z Receiving objects: 68% (57647/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1440073Z Receiving objects: 69% (58495/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1440812Z Receiving objects: 70% (59342/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1441425Z Receiving objects: 71% (60190/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1442049Z Receiving objects: 72% (61038/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1442660Z Receiving objects: 73% (61886/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1443407Z Receiving objects: 74% (62733/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1444096Z Receiving objects: 75% (63581/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1444957Z Receiving objects: 76% (64429/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1445578Z Receiving objects: 77% (65276/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1446193Z Receiving objects: 77% (65327/84774), 23.99 MiB | 47.97 MiB/s 2024-05-15T23:31:01.1446977Z Receiving objects: 78% (66124/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1462002Z Receiving objects: 79% (66972/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1462688Z Receiving objects: 80% (67820/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1463463Z Receiving objects: 81% (68667/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1464161Z Receiving objects: 82% (69515/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1464779Z Receiving objects: 83% (70363/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1465385Z Receiving objects: 84% (71211/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1466007Z Receiving objects: 85% (72058/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1466744Z Receiving objects: 86% (72906/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1467459Z Receiving objects: 87% (73754/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1468063Z Receiving objects: 88% (74602/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1468674Z Receiving objects: 89% (75449/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1477267Z Receiving objects: 90% (76297/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1477886Z Receiving objects: 91% (77145/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1478707Z Receiving objects: 92% (77993/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1479410Z Receiving objects: 93% (78840/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1480164Z Receiving objects: 94% (79688/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1480781Z Receiving objects: 95% (80536/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1481384Z Receiving objects: 96% (81384/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1482013Z Receiving objects: 97% (82231/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1482628Z Receiving objects: 98% (83079/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1483364Z Receiving objects: 99% (83927/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1484321Z remote: Total 84774 (delta 67), reused 71 (delta 38), pack-reused 84658 2024-05-15T23:31:01.1485035Z Receiving objects: 100% (84774/84774), 46.88 MiB | 46.87 MiB/s 2024-05-15T23:31:01.1485692Z Receiving objects: 100% (84774/84774), 57.90 MiB | 46.72 MiB/s, done. 2024-05-15T23:31:01.1486264Z Resolving deltas: 0% (0/65366) 2024-05-15T23:31:01.1486705Z Resolving deltas: 1% (654/65366) 2024-05-15T23:31:01.1487244Z Resolving deltas: 2% (1309/65366) 2024-05-15T23:31:01.1487715Z Resolving deltas: 3% (1961/65366) 2024-05-15T23:31:01.1488123Z Resolving deltas: 4% (2616/65366) 2024-05-15T23:31:01.1488546Z Resolving deltas: 5% (3269/65366) 2024-05-15T23:31:01.1488961Z Resolving deltas: 6% (3922/65366) 2024-05-15T23:31:01.1489392Z Resolving deltas: 7% (4577/65366) 2024-05-15T23:31:01.1489797Z Resolving deltas: 8% (5230/65366) 2024-05-15T23:31:01.1490290Z Resolving deltas: 9% (5883/65366) 2024-05-15T23:31:01.1490794Z Resolving deltas: 10% (6537/65366) 2024-05-15T23:31:01.1491320Z Resolving deltas: 11% (7191/65366) 2024-05-15T23:31:01.1491732Z Resolving deltas: 12% (7844/65366) 2024-05-15T23:31:01.1492147Z Resolving deltas: 13% (8498/65366) 2024-05-15T23:31:01.1492553Z Resolving deltas: 14% (9152/65366) 2024-05-15T23:31:01.1492965Z Resolving deltas: 15% (9805/65366) 2024-05-15T23:31:01.1493379Z Resolving deltas: 16% (10459/65366) 2024-05-15T23:31:01.1493799Z Resolving deltas: 17% (11113/65366) 2024-05-15T23:31:01.1494223Z Resolving deltas: 18% (11766/65366) 2024-05-15T23:31:01.1494635Z Resolving deltas: 19% (12420/65366) 2024-05-15T23:31:01.1495045Z Resolving deltas: 20% (13074/65366) 2024-05-15T23:31:01.1495461Z Resolving deltas: 21% (13727/65366) 2024-05-15T23:31:01.1495873Z Resolving deltas: 22% (14383/65366) 2024-05-15T23:31:01.1496397Z Resolving deltas: 23% (15037/65366) 2024-05-15T23:31:01.1496817Z Resolving deltas: 24% (15688/65366) 2024-05-15T23:31:01.1497232Z Resolving deltas: 25% (16342/65366) 2024-05-15T23:31:01.1497647Z Resolving deltas: 26% (16996/65366) 2024-05-15T23:31:01.1498051Z Resolving deltas: 27% (17649/65366) 2024-05-15T23:31:01.1498467Z Resolving deltas: 28% (18303/65366) 2024-05-15T23:31:01.1498890Z Resolving deltas: 29% (18957/65366) 2024-05-15T23:31:01.1499304Z Resolving deltas: 30% (19610/65366) 2024-05-15T23:31:01.1499721Z Resolving deltas: 31% (20264/65366) 2024-05-15T23:31:01.1500134Z Resolving deltas: 32% (20918/65366) 2024-05-15T23:31:01.1500543Z Resolving deltas: 33% (21573/65366) 2024-05-15T23:31:01.1500956Z Resolving deltas: 34% (22225/65366) 2024-05-15T23:31:01.1501368Z Resolving deltas: 35% (22879/65366) 2024-05-15T23:31:01.1501784Z Resolving deltas: 36% (23533/65366) 2024-05-15T23:31:01.1502194Z Resolving deltas: 37% (24186/65366) 2024-05-15T23:31:01.1502601Z Resolving deltas: 38% (24840/65366) 2024-05-15T23:31:01.1503021Z Resolving deltas: 39% (25493/65366) 2024-05-15T23:31:01.1503430Z Resolving deltas: 40% (26147/65366) 2024-05-15T23:31:01.1503840Z Resolving deltas: 41% (26801/65366) 2024-05-15T23:31:01.1504243Z Resolving deltas: 42% (27454/65366) 2024-05-15T23:31:01.1504652Z Resolving deltas: 43% (28108/65366) 2024-05-15T23:31:01.1505162Z Resolving deltas: 44% (28763/65366) 2024-05-15T23:31:01.1505564Z Resolving deltas: 45% (29417/65366) 2024-05-15T23:31:01.1505974Z Resolving deltas: 46% (30069/65366) 2024-05-15T23:31:01.1506385Z Resolving deltas: 47% (30724/65366) 2024-05-15T23:31:01.1506795Z Resolving deltas: 48% (31377/65366) 2024-05-15T23:31:01.1507200Z Resolving deltas: 49% (32030/65366) 2024-05-15T23:31:01.1507613Z Resolving deltas: 50% (32683/65366) 2024-05-15T23:31:01.1508021Z Resolving deltas: 51% (33337/65366) 2024-05-15T23:31:01.1508431Z Resolving deltas: 52% (33991/65366) 2024-05-15T23:31:01.1508837Z Resolving deltas: 53% (34644/65366) 2024-05-15T23:31:01.1509258Z Resolving deltas: 54% (35298/65366) 2024-05-15T23:31:01.1509677Z Resolving deltas: 55% (35954/65366) 2024-05-15T23:31:01.1510085Z Resolving deltas: 56% (36606/65366) 2024-05-15T23:31:01.1510505Z Resolving deltas: 57% (37259/65366) 2024-05-15T23:31:01.1510920Z Resolving deltas: 58% (37913/65366) 2024-05-15T23:31:01.1511333Z Resolving deltas: 59% (38566/65366) 2024-05-15T23:31:01.1511742Z Resolving deltas: 60% (39220/65366) 2024-05-15T23:31:01.1512158Z Resolving deltas: 61% (39874/65366) 2024-05-15T23:31:01.1512576Z Resolving deltas: 62% (40532/65366) 2024-05-15T23:31:01.1512989Z Resolving deltas: 63% (41181/65366) 2024-05-15T23:31:01.1513452Z Resolving deltas: 64% (41835/65366) 2024-05-15T23:31:01.1514000Z Resolving deltas: 65% (42488/65366) 2024-05-15T23:31:01.1514424Z Resolving deltas: 66% (43142/65366) 2024-05-15T23:31:01.1514839Z Resolving deltas: 67% (43796/65366) 2024-05-15T23:31:01.1515246Z Resolving deltas: 68% (44449/65366) 2024-05-15T23:31:01.1515668Z Resolving deltas: 69% (45103/65366) 2024-05-15T23:31:01.1516088Z Resolving deltas: 70% (45758/65366) 2024-05-15T23:31:01.1516496Z Resolving deltas: 71% (46410/65366) 2024-05-15T23:31:01.1516908Z Resolving deltas: 72% (47066/65366) 2024-05-15T23:31:01.1517318Z Resolving deltas: 73% (47718/65366) 2024-05-15T23:31:01.1517732Z Resolving deltas: 74% (48371/65366) 2024-05-15T23:31:01.1518145Z Resolving deltas: 75% (49025/65366) 2024-05-15T23:31:01.1518776Z Resolving deltas: 76% (49679/65366) 2024-05-15T23:31:01.1519190Z Resolving deltas: 77% (50332/65366) 2024-05-15T23:31:01.1519602Z Resolving deltas: 78% (50986/65366) 2024-05-15T23:31:01.1520008Z Resolving deltas: 79% (51640/65366) 2024-05-15T23:31:01.1520422Z Resolving deltas: 80% (52293/65366) 2024-05-15T23:31:01.1520833Z Resolving deltas: 81% (52947/65366) 2024-05-15T23:31:01.1521237Z Resolving deltas: 82% (53601/65366) 2024-05-15T23:31:01.1521651Z Resolving deltas: 83% (54256/65366) 2024-05-15T23:31:01.1522061Z Resolving deltas: 84% (54908/65366) 2024-05-15T23:31:01.1522578Z Resolving deltas: 84% (55112/65366) 2024-05-15T23:31:01.1522990Z Resolving deltas: 85% (55562/65366) 2024-05-15T23:31:01.1523400Z Resolving deltas: 86% (56215/65366) 2024-05-15T23:31:01.1523837Z Resolving deltas: 87% (56869/65366) 2024-05-15T23:31:01.1524246Z Resolving deltas: 88% (57523/65366) 2024-05-15T23:31:01.1524649Z Resolving deltas: 89% (58176/65366) 2024-05-15T23:31:01.1525069Z Resolving deltas: 90% (58830/65366) 2024-05-15T23:31:01.1525477Z Resolving deltas: 91% (59484/65366) 2024-05-15T23:31:01.1525887Z Resolving deltas: 92% (60137/65366) 2024-05-15T23:31:01.1526303Z Resolving deltas: 93% (60791/65366) 2024-05-15T23:31:01.1526717Z Resolving deltas: 94% (61445/65366) 2024-05-15T23:31:01.1527130Z Resolving deltas: 95% (62098/65366) 2024-05-15T23:31:01.1527547Z Resolving deltas: 96% (62752/65366) 2024-05-15T23:31:01.1527952Z Resolving deltas: 97% (63407/65366) 2024-05-15T23:31:01.1528371Z Resolving deltas: 98% (64059/65366) 2024-05-15T23:31:01.1528784Z Resolving deltas: 99% (64713/65366) 2024-05-15T23:31:01.1529204Z Resolving deltas: 100% (65366/65366) 2024-05-15T23:31:01.1529635Z Resolving deltas: 100% (65366/65366), done. 2024-05-15T23:31:01.1530067Z + cd executorch 2024-05-15T23:31:01.1530587Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-05-15T23:31:01.1531124Z + git checkout fff20a738c5bb5c1cb259468b0a8aa6c6be8cd38 2024-05-15T23:31:01.1531952Z Note: switching to 'fff20a738c5bb5c1cb259468b0a8aa6c6be8cd38'. 2024-05-15T23:31:01.1532376Z 2024-05-15T23:31:01.1532744Z You are in 'detached HEAD' state. You can look around, make experimental 2024-05-15T23:31:01.1533539Z changes and commit them, and you can discard any commits you make in this 2024-05-15T23:31:01.1534303Z state without impacting any branches by switching back to a branch. 2024-05-15T23:31:01.1534755Z 2024-05-15T23:31:01.1535066Z If you want to create a new branch to retain commits you create, you may 2024-05-15T23:31:01.1535865Z do so (now or later) by using -c with the switch command. Example: 2024-05-15T23:31:01.1536292Z 2024-05-15T23:31:01.1536484Z git switch -c 2024-05-15T23:31:01.1536760Z 2024-05-15T23:31:01.1536916Z Or undo this operation with: 2024-05-15T23:31:01.1537169Z 2024-05-15T23:31:01.1537290Z git switch - 2024-05-15T23:31:01.1537482Z 2024-05-15T23:31:01.1537825Z Turn off this advice by setting config variable advice.detachedHead to false 2024-05-15T23:31:01.1538336Z 2024-05-15T23:31:01.1538545Z HEAD is now at fff20a738 Update pytorch pin (#3562) 2024-05-15T23:31:01.1539130Z + echo 'Install executorch: submodule update' 2024-05-15T23:31:01.1539603Z Install executorch: submodule update 2024-05-15T23:31:01.1540026Z + git submodule sync 2024-05-15T23:31:01.1540415Z + git submodule update --init 2024-05-15T23:31:01.1541760Z 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:31:01.1543812Z 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:31:01.1545790Z 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:31:01.1547933Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-05-15T23:31:01.1549836Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-05-15T23:31:01.1551403Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-05-15T23:31:01.1553130Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-05-15T23:31:35.7035468Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-05-15T23:31:35.7037317Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-05-15T23:31:35.7039784Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-05-15T23:31:35.7042293Z 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:31:35.7044631Z 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:31:35.7046598Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-05-15T23:31:35.7048637Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-05-15T23:31:35.7050787Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-05-15T23:31:35.7052675Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-05-15T23:31:35.7054055Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-05-15T23:31:35.7055353Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-05-15T23:31:35.7056674Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-05-15T23:31:35.7058028Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-05-15T23:31:35.7059608Z Submodule 'third-party/lm-evaluation-harness' (https://github.com/EleutherAI/lm-evaluation-harness) registered for path 'third-party/lm-evaluation-harness' 2024-05-15T23:31:35.7061180Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-05-15T23:31:35.7062534Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-05-15T23:31:35.7063806Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-05-15T23:31:35.7065023Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-05-15T23:31:35.7066224Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-05-15T23:31:35.7067479Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-05-15T23:31:35.7068660Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-05-15T23:31:35.7069761Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-05-15T23:31:35.7070867Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-05-15T23:31:35.7071989Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-05-15T23:31:35.7073114Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-05-15T23:31:35.7074267Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-05-15T23:31:35.7075597Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/models/llama2/third-party/abseil-cpp'... 2024-05-15T23:31:35.7076805Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/models/llama2/third-party/re2'... 2024-05-15T23:31:35.7077884Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-05-15T23:31:35.7079188Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-05-15T23:31:35.7080260Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-05-15T23:31:35.7081283Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-05-15T23:31:35.7082215Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-05-15T23:31:35.7083110Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-05-15T23:31:35.7084080Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-05-15T23:31:35.7085014Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-05-15T23:31:35.7086032Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/lm-evaluation-harness'... 2024-05-15T23:31:35.7087030Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-05-15T23:31:35.7087950Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-05-15T23:31:35.7089223Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-05-15T23:31:35.7090638Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-05-15T23:31:35.7091941Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-05-15T23:31:35.7093291Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-05-15T23:31:35.7094577Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-05-15T23:31:35.7095767Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-05-15T23:31:35.7096976Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-05-15T23:31:35.7098201Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '70bbd07c1de310a1f89379c746b8f24a506c3283' 2024-05-15T23:31:35.7099430Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-05-15T23:31:35.7100691Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-05-15T23:31:35.7101995Z Submodule path 'examples/models/llama2/third-party/abseil-cpp': checked out '854193071498f330b71083d7e06a7cd18e02a4cc' 2024-05-15T23:31:35.7103293Z Submodule path 'examples/models/llama2/third-party/re2': checked out 'ac82d4f628a2045d89964ae11c48403d3b091af1' 2024-05-15T23:31:35.7104471Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-05-15T23:31:35.7105577Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-05-15T23:31:35.7106758Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-05-15T23:31:35.7107916Z Submodule path 'third-party/flatbuffers': checked out '0100f6a5779831fa7a651e4b67ef389a8752bd9b' 2024-05-15T23:31:35.7108964Z Submodule path 'third-party/flatcc': checked out 'eb5228f76d395bffe31a33398ff73e60dfba5914' 2024-05-15T23:31:35.7109989Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-05-15T23:31:35.7111037Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-05-15T23:31:35.7112181Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-05-15T23:31:35.7113317Z Submodule path 'third-party/lm-evaluation-harness': checked out '49695e8d94c3ab011b7ae8814d809de30b1b1182' 2024-05-15T23:31:35.7114434Z Submodule path 'third-party/prelude': checked out '923237d9e55a8f5a0ad0eeb1154388e8f159f62f' 2024-05-15T23:31:35.7115482Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-05-15T23:31:35.7116169Z + popd 2024-05-15T23:31:35.7116483Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:31:35.7116926Z + install_executorch_libs pipefail 2024-05-15T23:31:35.7119622Z + 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:31:35.7123831Z + 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:31:35.7126174Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-05-15T23:31:35.7126686Z + CMAKE_BUILD_ARGS='--target install' 2024-05-15T23:31:35.7127136Z + install_executorch_python_libs pipefail 2024-05-15T23:31:35.7127651Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-05-15T23:31:35.7128165Z + pushd /pytorch/torchchat/et-build/src 2024-05-15T23:31:35.7128823Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:31:35.7129399Z + cd executorch 2024-05-15T23:31:35.7129818Z + echo 'Building and installing python libraries' 2024-05-15T23:31:35.7130412Z Building and installing python libraries 2024-05-15T23:31:35.7130887Z + '[' pipefail = false ']' 2024-05-15T23:31:35.7131282Z + echo 'Installing pybind' 2024-05-15T23:31:37.7094526Z Installing pybind 2024-05-15T23:31:37.7095362Z + bash ./install_requirements.sh --pybind xnnpack 2024-05-15T23:31:37.7096407Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-05-15T23:31:37.7097121Z Collecting torch==2.4.0.dev20240507 2024-05-15T23:31:37.7098160Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.4.0.dev20240507%2Bcpu-cp311-cp311-linux_x86_64.whl (192.7 MB) 2024-05-15T23:31:37.7099417Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/192.7 MB ? eta -:--:-- 2024-05-15T23:31:37.7100466Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/192.7 MB 218.6 MB/s eta 0:00:01 2024-05-15T23:31:37.7101577Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.9/192.7 MB 220.4 MB/s eta 0:00:01 2024-05-15T23:31:37.7102803Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.1/192.7 MB 203.1 MB/s eta 0:00:01 2024-05-15T23:31:37.7104446Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 31.4/192.7 MB 255.2 MB/s eta 0:00:01 2024-05-15T23:31:37.7106009Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.1/192.7 MB 254.5 MB/s eta 0:00:01 2024-05-15T23:31:37.7107559Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.2/192.7 MB 195.8 MB/s eta 0:00:01 2024-05-15T23:31:37.7109385Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/192.7 MB 259.2 MB/s eta 0:00:01 2024-05-15T23:31:37.7110961Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 65.3/192.7 MB 284.9 MB/s eta 0:00:01 2024-05-15T23:31:37.7112486Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 74.7/192.7 MB 271.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7114210Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 84.7/192.7 MB 287.8 MB/s eta 0:00:01 2024-05-15T23:31:37.7115758Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 94.8/192.7 MB 290.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7117306Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 104.8/192.7 MB 290.2 MB/s eta 0:00:01 2024-05-15T23:31:37.7119255Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 114.9/192.7 MB 290.9 MB/s eta 0:00:01 2024-05-15T23:31:37.7120821Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 124.9/192.7 MB 289.1 MB/s eta 0:00:01 2024-05-15T23:31:37.7122356Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 134.9/192.7 MB 288.0 MB/s eta 0:00:01 2024-05-15T23:31:37.7123914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 145.0/192.7 MB 290.1 MB/s eta 0:00:01 2024-05-15T23:31:37.7125445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 155.1/192.7 MB 290.4 MB/s eta 0:00:01 2024-05-15T23:31:37.7126971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 165.1/192.7 MB 289.1 MB/s eta 0:00:01 2024-05-15T23:31:37.7128487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 175.1/192.7 MB 289.0 MB/s eta 0:00:01 2024-05-15T23:31:37.7130238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 185.2/192.7 MB 289.9 MB/s eta 0:00:01 2024-05-15T23:31:37.7131739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7133172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7134615Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7136016Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7137425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7138894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7140322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7141744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7143289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7144715Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7146157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7147601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7149021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7150428Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7151874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7153315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:37.7154762Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:50.9676331Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:50.9677832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 192.7/192.7 MB 298.7 MB/s eta 0:00:01 2024-05-15T23:31:50.9679193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 192.7/192.7 MB 14.0 MB/s eta 0:00:00 2024-05-15T23:31:50.9680008Z [?25hCollecting torchvision==0.19.0.dev20240507 2024-05-15T23:31:50.9681262Z 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:31:50.9682571Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:31:50.9683590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 107.9 MB/s eta 0:00:00 2024-05-15T23:31:50.9684672Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.29.3) 2024-05-15T23:31:50.9685775Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-05-15T23:31:50.9686896Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-05-15T23:31:50.9687666Z Collecting tomli 2024-05-15T23:31:50.9688185Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-05-15T23:31:50.9689060Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-05-15T23:31:50.9690353Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-05-15T23:31:50.9691078Z Collecting timm==0.6.13 2024-05-15T23:31:50.9691630Z Downloading timm-0.6.13-py3-none-any.whl (549 kB) 2024-05-15T23:31:50.9692497Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/549.1 kB ? eta -:--:-- 2024-05-15T23:31:50.9693516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 549.1/549.1 kB 21.1 MB/s eta 0:00:00 2024-05-15T23:31:50.9694292Z [?25hCollecting torchaudio==2.2.0.dev20240507 2024-05-15T23:31:50.9695440Z 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:31:50.9696800Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-05-15T23:31:50.9697796Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 92.9 MB/s eta 0:00:00 2024-05-15T23:31:50.9698547Z [?25hCollecting torchsr==1.0.4 2024-05-15T23:31:50.9699110Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-05-15T23:31:50.9699632Z Collecting transformers==4.38.2 2024-05-15T23:31:50.9700263Z Downloading transformers-4.38.2-py3-none-any.whl (8.5 MB) 2024-05-15T23:31:50.9701158Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.5 MB ? eta -:--:-- 2024-05-15T23:31:50.9702221Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 3.5/8.5 MB 105.3 MB/s eta 0:00:01 2024-05-15T23:31:50.9703526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.5/8.5 MB 130.5 MB/s eta 0:00:01 2024-05-15T23:31:50.9704629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.5/8.5 MB 130.5 MB/s eta 0:00:01 2024-05-15T23:31:50.9705654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/8.5 MB 81.9 MB/s eta 0:00:00 2024-05-15T23:31:50.9706965Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.13.1) 2024-05-15T23:31:50.9708552Z 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:31:50.9710042Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (1.12) 2024-05-15T23:31:50.9711539Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.3) 2024-05-15T23:31:50.9713060Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (3.1.3) 2024-05-15T23:31:50.9714517Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.4.0.dev20240507) (2024.3.1) 2024-05-15T23:31:50.9716083Z Requirement already satisfied: numpy in /opt/conda/lib/python3.11/site-packages (from torchvision==0.19.0.dev20240507) (1.26.4) 2024-05-15T23:31:50.9717180Z Collecting pillow!=8.3.*,>=5.3.0 (from torchvision==0.19.0.dev20240507) 2024-05-15T23:31:50.9718206Z Downloading pillow-10.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB) 2024-05-15T23:31:50.9719357Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.4 MB ? eta -:--:-- 2024-05-15T23:31:50.9720406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 4.4/4.4 MB 226.2 MB/s eta 0:00:01 2024-05-15T23:31:50.9721413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.4/4.4 MB 101.3 MB/s eta 0:00:00 2024-05-15T23:31:50.9722567Z [?25hRequirement already satisfied: huggingface-hub in /opt/conda/lib/python3.11/site-packages (from timm==0.6.13) (0.23.0) 2024-05-15T23:31:50.9724010Z Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (23.0) 2024-05-15T23:31:50.9725474Z 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:31:50.9726852Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.38.2) (2.29.0) 2024-05-15T23:31:50.9727819Z Collecting tokenizers<0.19,>=0.14 (from transformers==4.38.2) 2024-05-15T23:31:50.9728755Z Downloading tokenizers-0.15.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-05-15T23:31:50.9729804Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-05-15T23:31:50.9730817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 112.5 MB/s eta 0:00:00 2024-05-15T23:31:50.9732097Z [?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:31:50.9733515Z 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:31:50.9734943Z 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:31:50.9736492Z 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:31:50.9738110Z 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:31:50.9739601Z 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:31:50.9741140Z 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:31:50.9742646Z 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:31:50.9743936Z Installing collected packages: tomli, pillow, torch, torchvision, torchaudio, tokenizers, transformers, torchsr, timm 2024-05-15T23:31:50.9744842Z Attempting uninstall: torch 2024-05-15T23:31:50.9745270Z Found existing installation: torch 2.3.0 2024-05-15T23:31:50.9745784Z Uninstalling torch-2.3.0: 2024-05-15T23:31:50.9746276Z Successfully uninstalled torch-2.3.0 2024-05-15T23:31:50.9746769Z Attempting uninstall: tokenizers 2024-05-15T23:31:50.9747273Z Found existing installation: tokenizers 0.19.1 2024-05-15T23:31:50.9747850Z Uninstalling tokenizers-0.19.1: 2024-05-15T23:31:50.9748407Z Successfully uninstalled tokenizers-0.19.1 2024-05-15T23:31:50.9748926Z Attempting uninstall: transformers 2024-05-15T23:31:58.5061150Z Found existing installation: transformers 4.40.2 2024-05-15T23:31:58.5062113Z Uninstalling transformers-4.40.2: 2024-05-15T23:31:58.5062761Z Successfully uninstalled transformers-4.40.2 2024-05-15T23:31:58.5064287Z Successfully installed pillow-10.3.0 timm-0.6.13 tokenizers-0.15.2 tomli-2.0.1 torch-2.4.0.dev20240507+cpu torchaudio-2.2.0.dev20240507+cpu torchsr-1.0.4 torchvision-0.19.0.dev20240507+cpu transformers-4.38.2 2024-05-15T23:31:58.5066726Z 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:31:58.5068418Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-05-15T23:31:58.5069335Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-05-15T23:31:58.5070054Z Looking in indexes: https://pypi.org/simple, 2024-05-15T23:31:58.5070683Z Processing /pytorch/torchchat/et-build/src/executorch 2024-05-15T23:31:58.5071280Z Running command Preparing metadata (pyproject.toml) 2024-05-15T23:31:58.5072614Z /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:31:58.5073893Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-05-15T23:31:58.5074484Z running dist_info 2024-05-15T23:31:58.5075033Z creating /tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info 2024-05-15T23:31:58.5075858Z writing /tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/PKG-INFO 2024-05-15T23:31:58.5076892Z writing dependency_links to /tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/dependency_links.txt 2024-05-15T23:31:58.5078045Z writing entry points to /tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/entry_points.txt 2024-05-15T23:31:58.5079321Z writing requirements to /tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/requires.txt 2024-05-15T23:31:58.5080418Z writing top-level names to /tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/top_level.txt 2024-05-15T23:31:58.5081489Z writing manifest file '/tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/SOURCES.txt' 2024-05-15T23:31:58.5082536Z reading manifest file '/tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/SOURCES.txt' 2024-05-15T23:31:58.5083272Z adding license file 'LICENSE' 2024-05-15T23:31:58.5084014Z writing manifest file '/tmp/pip-modern-metadata-6t1y2ve3/executorch.egg-info/SOURCES.txt' 2024-05-15T23:31:58.5085212Z creating '/tmp/pip-modern-metadata-6t1y2ve3/executorch-0.3.0a0+fff20a7.dist-info' 2024-05-15T23:31:58.5086035Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-05-15T23:31:58.5087022Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5087997Z Collecting expecttest (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5088678Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-05-15T23:31:58.5089661Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5090705Z Collecting flatbuffers (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5091429Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-05-15T23:31:58.5092446Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5093406Z Collecting hypothesis (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5094100Z Downloading hypothesis-6.102.4-py3-none-any.whl (462 kB) 2024-05-15T23:31:58.5094971Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/462.5 kB ? eta -:--:-- 2024-05-15T23:31:58.5095941Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 462.5/462.5 kB 25.2 MB/s eta 0:00:00 2024-05-15T23:31:58.5097302Z [?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:31:58.5098735Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (23.0) 2024-05-15T23:31:58.5100135Z Requirement already satisfied: pandas in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (2.2.2) 2024-05-15T23:31:58.5101472Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5102486Z Collecting parameterized (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5103215Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-05-15T23:31:58.5104219Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5105143Z Collecting pytest (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5105788Z Downloading pytest-8.2.0-py3-none-any.whl (339 kB) 2024-05-15T23:31:58.5106595Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/339.2 kB ? eta -:--:-- 2024-05-15T23:31:58.5107543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 339.2/339.2 kB 57.3 MB/s eta 0:00:00 2024-05-15T23:31:58.5108696Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5109709Z Collecting pytest-xdist (from executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5110466Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-05-15T23:31:58.5111280Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-05-15T23:31:58.5112228Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 14.6 MB/s eta 0:00:00 2024-05-15T23:31:58.5113429Z [?25hRequirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (6.0.1) 2024-05-15T23:31:58.5114871Z 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:31:58.5116278Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (1.12) 2024-05-15T23:31:58.5117655Z Requirement already satisfied: tabulate in /opt/conda/lib/python3.11/site-packages (from executorch==0.3.0a0+fff20a7) (0.9.0) 2024-05-15T23:31:58.5119359Z 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:31:58.5120811Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5121969Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5122941Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-05-15T23:31:58.5124177Z 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:31:58.5125792Z 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:31:58.5127352Z 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:31:58.5128745Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5129742Z Collecting iniconfig (from pytest->executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5130498Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-05-15T23:31:58.5131455Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5132470Z Collecting pluggy<2.0,>=1.5 (from pytest->executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5133179Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-05-15T23:31:58.5134112Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-05-15T23:31:58.5135142Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.3.0a0+fff20a7) 2024-05-15T23:31:58.5135874Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-05-15T23:31:58.5136683Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-05-15T23:31:58.5137625Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 11.5 MB/s eta 0:00:00 2024-05-15T23:31:58.5138886Z [?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:31:58.5140549Z 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:31:58.5141648Z Building wheels for collected packages: executorch 2024-05-15T23:31:58.5142285Z Running command Building wheel for executorch (pyproject.toml) 2024-05-15T23:31:58.5143642Z /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:32:04.4271474Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-05-15T23:32:04.4272389Z running bdist_wheel 2024-05-15T23:32:04.4272840Z running build 2024-05-15T23:32:04.4273489Z command options for 'CustomBuild': 2024-05-15T23:32:04.4274149Z build_base = pip-out 2024-05-15T23:32:04.4274713Z build_purelib = pip-out/lib 2024-05-15T23:32:04.4275457Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-05-15T23:32:04.4276291Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-05-15T23:32:04.4277062Z build_scripts = pip-out/scripts-3.11 2024-05-15T23:32:04.4277824Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-05-15T23:32:04.4278808Z plat_name = linux-x86_64 2024-05-15T23:32:04.4279330Z compiler = None 2024-05-15T23:32:04.4279768Z parallel = 15 2024-05-15T23:32:04.4280188Z debug = None 2024-05-15T23:32:04.4280606Z force = None 2024-05-15T23:32:04.4281074Z executable = /opt/conda/bin/python 2024-05-15T23:32:04.4281918Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-05-15T23:32:04.4283151Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-05-15T23:32:04.4284708Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-05-15T23:32:04.4286752Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-05-15T23:32:04.4288104Z temporarily unsetting HOME while running as root 2024-05-15T23:32:04.4296702Z 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:32:04.4304487Z -- The C compiler identification is GNU 9.3.1 2024-05-15T23:32:04.4305361Z -- The CXX compiler identification is GNU 9.3.1 2024-05-15T23:32:04.4306171Z -- Detecting C compiler ABI info 2024-05-15T23:32:04.4306900Z -- Detecting C compiler ABI info - done 2024-05-15T23:32:04.4307983Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-05-15T23:32:04.4308986Z -- Detecting C compile features 2024-05-15T23:32:04.4309654Z -- Detecting C compile features - done 2024-05-15T23:32:04.4310367Z -- Detecting CXX compiler ABI info 2024-05-15T23:32:04.4311117Z -- Detecting CXX compiler ABI info - done 2024-05-15T23:32:04.4312197Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-05-15T23:32:04.4313236Z -- Detecting CXX compile features 2024-05-15T23:32:04.4313982Z -- Detecting CXX compile features - done 2024-05-15T23:32:04.4314756Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-05-15T23:32:04.4315627Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-05-15T23:32:04.4316453Z -- Check if compiler accepts -pthread 2024-05-15T23:32:04.4317168Z -- Check if compiler accepts -pthread - yes 2024-05-15T23:32:04.4317823Z -- Found Threads: TRUE 2024-05-15T23:32:04.4319755Z -- 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:32:04.4321665Z -- Configuring done (0.0s) 2024-05-15T23:32:04.4322306Z -- Generating done (0.0s) 2024-05-15T23:32:04.4323798Z -- 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:32:04.4325342Z [ 11%] Creating directories for 'fxdiv' 2024-05-15T23:32:04.4326230Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-05-15T23:32:04.4326996Z Cloning into 'FXdiv-source'... 2024-05-15T23:32:04.4327614Z Already on 'master' 2024-05-15T23:32:04.4328292Z Your branch is up to date with 'origin/master'. 2024-05-15T23:32:04.4329166Z [ 33%] Performing update step for 'fxdiv' 2024-05-15T23:32:04.4329905Z [ 44%] No patch step for 'fxdiv' 2024-05-15T23:32:04.4330704Z [ 55%] No configure step for 'fxdiv' 2024-05-15T23:32:04.4331476Z [ 66%] No build step for 'fxdiv' 2024-05-15T23:32:04.4332167Z [ 77%] No install step for 'fxdiv' 2024-05-15T23:32:04.4332865Z [ 88%] No test step for 'fxdiv' 2024-05-15T23:32:04.4333538Z [100%] Completed 'fxdiv' 2024-05-15T23:32:04.4334081Z [100%] Built target fxdiv 2024-05-15T23:32:04.4334745Z -- Looking for pthread_create in pthreads 2024-05-15T23:32:04.4335629Z -- Looking for pthread_create in pthreads - not found 2024-05-15T23:32:04.4336485Z -- Looking for pthread_create in pthread 2024-05-15T23:32:04.4337489Z -- Looking for pthread_create in pthread - found 2024-05-15T23:32:04.4338408Z -- Using python executable '/opt/conda/bin/python' 2024-05-15T23:32:04.4340683Z -- 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:32:04.4342697Z -- Killing buck2 daemon 2024-05-15T23:32:04.4343341Z -- executorch: Generating source lists 2024-05-15T23:32:04.4345081Z -- 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:32:04.4347723Z -- 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:32:04.4349363Z -- Proceeding with version: 23.5.26.0 2024-05-15T23:32:04.4350059Z -- Looking for strtof_l 2024-05-15T23:32:04.4350663Z -- Looking for strtof_l - found 2024-05-15T23:32:04.4351312Z -- Looking for strtoull_l 2024-05-15T23:32:04.4351953Z -- Looking for strtoull_l - found 2024-05-15T23:32:04.4352608Z -- Looking for realpath 2024-05-15T23:32:04.4353226Z -- Looking for realpath - found 2024-05-15T23:32:04.4353831Z -- CMAKE_CXX_FLAGS: 2024-05-15T23:32:04.4354369Z -- Generating operator lib: 2024-05-15T23:32:04.4354968Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:32:04.4356062Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-05-15T23:32:04.4357073Z -- ROOT_OPS: 2024-05-15T23:32:04.4357519Z -- INCLUDE_ALL_OPS: 2024-05-15T23:32:04.4360682Z 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:32:04.4363576Z -- Generating kernel bindings: 2024-05-15T23:32:04.4364254Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:32:04.4365333Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-05-15T23:32:04.4366330Z -- CUSTOM_OPS_YAML: 2024-05-15T23:32:04.4371004Z 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:32:04.4375374Z -- Generating operator lib: 2024-05-15T23:32:04.4376034Z -- LIB_NAME: portable_ops_lib 2024-05-15T23:32:04.4376738Z -- KERNEL_LIBS: portable_kernels 2024-05-15T23:32:04.4377450Z -- DEPS: executorch 2024-05-15T23:32:04.4379486Z -- 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:32:04.4382187Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:32:04.4383692Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:32:04.4384470Z Call Stack (most recent call first): 2024-05-15T23:32:04.4385967Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:32:04.4387476Z examples/models/llama2/custom_ops/CMakeLists.txt:80 (find_package) 2024-05-15T23:32:04.4388185Z 2024-05-15T23:32:04.4388192Z 2024-05-15T23:32:04.4388823Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-05-15T23:32:04.4389808Z -- Generating operator lib: 2024-05-15T23:32:04.4390639Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:32:04.4391846Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-05-15T23:32:04.4393039Z -- ROOT_OPS: 2024-05-15T23:32:04.4393575Z -- INCLUDE_ALL_OPS: 2024-05-15T23:32:04.4396769Z 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:32:04.4400060Z -- Generating kernel bindings: 2024-05-15T23:32:04.4400724Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:32:04.4401950Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-05-15T23:32:04.4403111Z -- CUSTOM_OPS_YAML: 2024-05-15T23:32:04.4407700Z 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:32:04.4412150Z -- Generating operator lib: 2024-05-15T23:32:04.4412774Z -- LIB_NAME: optimized_ops_lib 2024-05-15T23:32:04.4413459Z -- KERNEL_LIBS: optimized_kernels 2024-05-15T23:32:04.4414110Z -- DEPS: executorch 2024-05-15T23:32:04.4414694Z -- Generating operator lib: 2024-05-15T23:32:04.4415381Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:32:04.4416589Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-05-15T23:32:04.4417787Z -- ROOT_OPS: 2024-05-15T23:32:04.4418313Z -- INCLUDE_ALL_OPS: 2024-05-15T23:32:05.8099243Z 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:32:05.8101597Z -- Generating kernel bindings: 2024-05-15T23:32:05.8102183Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:32:05.8102780Z -- FUNCTIONS_YAML: 2024-05-15T23:32:05.8103794Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-05-15T23:32:05.8111132Z 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:32:05.8119416Z -- Generating operator lib: 2024-05-15T23:32:05.8119878Z -- LIB_NAME: quantized_ops_lib 2024-05-15T23:32:05.8120339Z -- KERNEL_LIBS: quantized_kernels 2024-05-15T23:32:05.8120783Z -- DEPS: executorch 2024-05-15T23:32:05.8121179Z -- Merging kernel yaml files: 2024-05-15T23:32:05.8122091Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-05-15T23:32:05.8123530Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-05-15T23:32:05.8124842Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-05-15T23:32:05.8125733Z -- Generating operator lib: 2024-05-15T23:32:05.8126197Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:32:05.8127270Z -- 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:32:05.8128224Z -- ROOT_OPS: 2024-05-15T23:32:05.8128568Z -- INCLUDE_ALL_OPS: 2024-05-15T23:32:05.8130931Z 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:32:05.8133102Z -- Generating kernel bindings: 2024-05-15T23:32:05.8133579Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:32:05.8134641Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-05-15T23:32:05.8135604Z -- CUSTOM_OPS_YAML: 2024-05-15T23:32:05.8138664Z 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:32:05.8141555Z -- Generating operator lib: 2024-05-15T23:32:05.8142074Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-05-15T23:32:05.8142632Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-05-15T23:32:05.8143143Z -- DEPS: executorch 2024-05-15T23:32:05.8143847Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-05-15T23:32:05.8144740Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:32:05.8145313Z CMake. 2024-05-15T23:32:05.8145489Z 2024-05-15T23:32:05.8145808Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:32:05.8146701Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:32:05.8147180Z 2024-05-15T23:32:05.8147185Z 2024-05-15T23:32:05.8147383Z -- Looking for C++ include unistd.h 2024-05-15T23:32:05.8147898Z -- Looking for C++ include unistd.h - found 2024-05-15T23:32:05.8148399Z -- Looking for C++ include stdint.h 2024-05-15T23:32:05.8148903Z -- Looking for C++ include stdint.h - found 2024-05-15T23:32:05.8149415Z -- Looking for C++ include inttypes.h 2024-05-15T23:32:05.8149938Z -- Looking for C++ include inttypes.h - found 2024-05-15T23:32:05.8150448Z -- Looking for C++ include sys/types.h 2024-05-15T23:32:05.8150972Z -- Looking for C++ include sys/types.h - found 2024-05-15T23:32:05.8151490Z -- Looking for C++ include sys/stat.h 2024-05-15T23:32:05.8151994Z -- Looking for C++ include sys/stat.h - found 2024-05-15T23:32:05.8152502Z -- Looking for C++ include fnmatch.h 2024-05-15T23:32:05.8153007Z -- Looking for C++ include fnmatch.h - found 2024-05-15T23:32:05.8153522Z -- Looking for C++ include stddef.h 2024-05-15T23:32:05.8154016Z -- Looking for C++ include stddef.h - found 2024-05-15T23:32:05.8154505Z -- Check size of uint32_t 2024-05-15T23:32:05.8154921Z -- Check size of uint32_t - done 2024-05-15T23:32:05.8155355Z -- Looking for strtoll 2024-05-15T23:32:05.8155761Z -- Looking for strtoll - found 2024-05-15T23:32:05.8156306Z -- The ASM compiler identification is GNU 2024-05-15T23:32:05.8156924Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-05-15T23:32:05.8158220Z -- 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:32:05.8159572Z -- Configuring done (0.0s) 2024-05-15T23:32:05.8159988Z -- Generating done (0.0s) 2024-05-15T23:32:05.8161013Z -- 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:32:05.8162047Z [ 11%] Creating directories for 'fp16' 2024-05-15T23:32:05.8162731Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-05-15T23:32:05.8163337Z -- Downloading... 2024-05-15T23:32:05.8164550Z 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:32:05.8165734Z timeout='none' 2024-05-15T23:32:05.8166118Z inactivity timeout='none' 2024-05-15T23:32:05.8166961Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-05-15T23:32:05.8167782Z -- [download 1% complete] 2024-05-15T23:32:05.8168204Z -- [download 10% complete] 2024-05-15T23:32:05.8168623Z -- [download 18% complete] 2024-05-15T23:32:05.8169031Z -- [download 27% complete] 2024-05-15T23:32:05.8169459Z -- [download 31% complete] 2024-05-15T23:32:05.8169876Z -- [download 57% complete] 2024-05-15T23:32:05.8170369Z -- [download 63% complete] 2024-05-15T23:32:05.8170768Z -- [download 100% complete] 2024-05-15T23:32:05.8171169Z -- verifying file... 2024-05-15T23:32:05.8172450Z 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:32:05.8173636Z -- Downloading... done 2024-05-15T23:32:05.8174014Z -- extracting... 2024-05-15T23:32:05.8175215Z 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:32:05.8176835Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-05-15T23:32:05.8177676Z -- extracting... [tar xfz] 2024-05-15T23:32:05.8178098Z -- extracting... [analysis] 2024-05-15T23:32:05.8178502Z -- extracting... [rename] 2024-05-15T23:32:05.8179033Z -- extracting... [clean up] 2024-05-15T23:32:05.8179458Z -- extracting... done 2024-05-15T23:32:05.8179865Z [ 33%] No update step for 'fp16' 2024-05-15T23:32:05.8180331Z [ 44%] No patch step for 'fp16' 2024-05-15T23:32:05.8180797Z [ 55%] No configure step for 'fp16' 2024-05-15T23:32:05.8181265Z [ 66%] No build step for 'fp16' 2024-05-15T23:32:05.8181716Z [ 77%] No install step for 'fp16' 2024-05-15T23:32:05.8182183Z [ 88%] No test step for 'fp16' 2024-05-15T23:32:05.8182631Z [100%] Completed 'fp16' 2024-05-15T23:32:05.8183014Z [100%] Built target fp16 2024-05-15T23:32:05.8183995Z 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:32:05.8185133Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:32:05.8185729Z CMake. 2024-05-15T23:32:05.8185905Z 2024-05-15T23:32:05.8186248Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:32:05.8187074Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:32:05.8187560Z 2024-05-15T23:32:05.8187566Z 2024-05-15T23:32:05.8188503Z -- 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:32:05.8189899Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-05-15T23:32:05.8190700Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:32:05.8191287Z CMake. 2024-05-15T23:32:05.8191462Z 2024-05-15T23:32:05.8191783Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:32:05.8192596Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:32:05.8193085Z 2024-05-15T23:32:05.8193090Z 2024-05-15T23:32:05.8193275Z -- Configuring done (0.0s) 2024-05-15T23:32:05.8193698Z -- Generating done (0.0s) 2024-05-15T23:32:05.8194732Z -- 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:32:05.8195777Z [ 11%] Creating directories for 'psimd' 2024-05-15T23:32:05.8196376Z [ 22%] Performing download step (git clone) for 'psimd' 2024-05-15T23:32:05.8196941Z Cloning into 'psimd-source'... 2024-05-15T23:32:05.8197361Z Already on 'master' 2024-05-15T23:32:05.8197827Z Your branch is up to date with 'origin/master'. 2024-05-15T23:32:05.8198577Z [ 33%] Performing update step for 'psimd' 2024-05-15T23:32:05.8199096Z [ 44%] No patch step for 'psimd' 2024-05-15T23:32:05.8199572Z [ 55%] No configure step for 'psimd' 2024-05-15T23:32:05.8200059Z [ 66%] No build step for 'psimd' 2024-05-15T23:32:05.8200529Z [ 77%] No install step for 'psimd' 2024-05-15T23:32:05.8201014Z [ 88%] No test step for 'psimd' 2024-05-15T23:32:05.8201448Z [100%] Completed 'psimd' 2024-05-15T23:32:13.4683605Z [100%] Built target psimd 2024-05-15T23:32:13.4691141Z 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:32:13.4692988Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:32:13.4693839Z CMake. 2024-05-15T23:32:13.4694115Z 2024-05-15T23:32:13.4694541Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:32:13.4695594Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:32:13.4696230Z 2024-05-15T23:32:13.4696238Z 2024-05-15T23:32:13.4696606Z -- pybind11 v2.12.0 dev1 2024-05-15T23:32:13.4697718Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-05-15T23:32:13.4699057Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-05-15T23:32:13.4700393Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-05-15T23:32:13.4702038Z the cmake_policy command to set the policy and suppress this warning. 2024-05-15T23:32:13.4702773Z 2024-05-15T23:32:13.4703018Z Call Stack (most recent call first): 2024-05-15T23:32:13.4704092Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-05-15T23:32:13.4705331Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-05-15T23:32:13.4706386Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-05-15T23:32:13.4707482Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-05-15T23:32:13.4708246Z 2024-05-15T23:32:13.4761890Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-05-15T23:32:13.4763427Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-05-15T23:32:13.4764283Z -- Performing Test HAS_FLTO 2024-05-15T23:32:13.4764952Z -- Performing Test HAS_FLTO - Success 2024-05-15T23:32:13.4786203Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-05-15T23:32:13.4787838Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-05-15T23:32:13.4788762Z CMake. 2024-05-15T23:32:13.4789016Z 2024-05-15T23:32:13.4789515Z Update the VERSION argument value or use a ... suffix to tell 2024-05-15T23:32:13.4792284Z CMake that the project does not need compatibility with older versions. 2024-05-15T23:32:13.4793221Z 2024-05-15T23:32:13.4793314Z 2024-05-15T23:32:13.4794250Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-05-15T23:32:13.4796185Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-05-15T23:32:13.4797624Z -- Setting GNU C compiler options with c11 and Posix 2024-05-15T23:32:13.4800976Z -- Disabling -pedantic for GCC >= 8.0 2024-05-15T23:32:13.4802331Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-05-15T23:32:13.4803534Z -- GCC_VERSION: 9 2024-05-15T23:32:13.4803936Z 2024-05-15T23:32:13.4805761Z -- 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:32:13.4808623Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-05-15T23:32:13.4810479Z static library kineto_LIBRARY-NOTFOUND not found. 2024-05-15T23:32:13.4811390Z Call Stack (most recent call first): 2024-05-15T23:32:13.4812977Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-05-15T23:32:13.4814618Z CMakeLists.txt:581 (find_package) 2024-05-15T23:32:13.4816994Z 2024-05-15T23:32:13.4817080Z 2024-05-15T23:32:13.4817362Z -- 2024-05-15T23:32:13.4817922Z -- ******** Summary ******** 2024-05-15T23:32:13.4818747Z -- CMAKE_BUILD_TYPE : Release 2024-05-15T23:32:13.4821495Z -- CMAKE_CXX_STANDARD : 17 2024-05-15T23:32:13.4822389Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-05-15T23:32:13.4823245Z -- CMAKE_TOOLCHAIN_FILE : 2024-05-15T23:32:13.4825507Z -- BUCK2 : /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-071372cfde6e9936c62eb92823742392af4a945570df5c5b34d3eed1b03813c3 2024-05-15T23:32:13.4827866Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-05-15T23:32:13.4830727Z -- FLATC_EXECUTABLE : flatc 2024-05-15T23:32:13.4831582Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-05-15T23:32:13.4832425Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-05-15T23:32:13.4833344Z -- EXECUTORCH_LOG_LEVEL : Info 2024-05-15T23:32:13.4834265Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-05-15T23:32:13.4835737Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-05-15T23:32:13.4837883Z -- EXECUTORCH_BUILD_COREML : OFF 2024-05-15T23:32:13.4839068Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-05-15T23:32:13.4839912Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-05-15T23:32:13.4840807Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-05-15T23:32:13.4841718Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-05-15T23:32:13.4842571Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-05-15T23:32:13.4843406Z -- EXECUTORCH_BUILD_FLATC : ON 2024-05-15T23:32:13.4844219Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-05-15T23:32:13.4845086Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-05-15T23:32:13.4845934Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-05-15T23:32:13.4846782Z -- EXECUTORCH_BUILD_MPS : OFF 2024-05-15T23:32:13.4847613Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-05-15T23:32:13.4848495Z -- EXECUTORCH_BUILD_QNN : OFF 2024-05-15T23:32:13.4849341Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-05-15T23:32:13.4850382Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-05-15T23:32:13.4851264Z -- EXECUTORCH_BUILD_SDK : OFF 2024-05-15T23:32:13.4852147Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-05-15T23:32:13.4853004Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-05-15T23:32:13.4854179Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-05-15T23:32:13.4855022Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-05-15T23:32:13.4855851Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-05-15T23:32:13.4856616Z -- Configuring done (7.1s) 2024-05-15T23:32:13.4857211Z -- Generating done (1.4s) 2024-05-15T23:32:13.4858629Z -- 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:32:13.4859975Z restored HOME 2024-05-15T23:32:13.4861891Z 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:32:13.4864476Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-05-15T23:32:13.4866120Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-05-15T23:32:13.4867789Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-05-15T23:32:13.4869425Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-05-15T23:32:13.4871050Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-05-15T23:32:13.4872630Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-05-15T23:32:13.4874208Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-05-15T23:32:13.4875893Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-05-15T23:32:13.4877567Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-05-15T23:32:13.4879847Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-05-15T23:32:13.4881442Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-05-15T23:32:13.4883166Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-05-15T23:32:13.4884877Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-05-15T23:32:13.4886483Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-05-15T23:32:13.4888103Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-05-15T23:32:13.4890412Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-05-15T23:32:13.4892133Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-05-15T23:32:13.4893857Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-05-15T23:32:13.4895580Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-05-15T23:32:13.4897282Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-05-15T23:32:13.4899125Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-05-15T23:32:13.4901050Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-05-15T23:32:13.4902790Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-05-15T23:32:13.4904360Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-05-15T23:32:13.4905975Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-05-15T23:32:13.4907689Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-05-15T23:32:13.4909932Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-05-15T23:32:13.4911763Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-05-15T23:32:13.4913514Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-05-15T23:32:13.4915285Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-05-15T23:32:13.4917256Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-05-15T23:32:13.4919787Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-05-15T23:32:13.4921772Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-05-15T23:32:13.4923654Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-05-15T23:32:21.0181831Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-05-15T23:32:21.0183833Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-05-15T23:32:21.0185087Z [100%] Linking CXX executable flatc 2024-05-15T23:32:21.0185731Z [100%] Built target flatc 2024-05-15T23:32:21.0187011Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-05-15T23:32:21.0189081Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-05-15T23:32:21.0190873Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-05-15T23:32:21.0192801Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-05-15T23:32:21.0194885Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-05-15T23:32:21.0196867Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-05-15T23:32:21.0199024Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-05-15T23:32:21.0200950Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-05-15T23:32:21.0203098Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-05-15T23:32:21.0204910Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-05-15T23:32:21.0206599Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-05-15T23:32:21.0208158Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-05-15T23:32:21.0210126Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/cmetrohash64.c.o 2024-05-15T23:32:21.0211883Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-05-15T23:32:21.0213542Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-05-15T23:32:21.0215149Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-05-15T23:32:21.0216787Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-05-15T23:32:21.0218089Z [ 0%] Built target microkernel-utils 2024-05-15T23:32:21.0219454Z [ 0%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-05-15T23:32:21.0221326Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-05-15T23:32:21.0222834Z [ 10%] Built target flatc 2024-05-15T23:32:21.0224119Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-05-15T23:32:21.0226088Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-05-15T23:32:21.0227926Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-05-15T23:32:21.0229106Z [ 10%] Generating common_schema headers 2024-05-15T23:32:21.0230398Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-05-15T23:32:21.0232164Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-05-15T23:32:21.0233919Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-05-15T23:32:21.0235001Z [ 10%] Built target common_schema 2024-05-15T23:32:21.0236311Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-05-15T23:32:21.0238229Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-05-15T23:32:21.0240432Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-05-15T23:32:21.0241815Z [ 20%] Generating xnnpack_schema headers 2024-05-15T23:32:21.0243139Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-05-15T23:32:21.0244337Z [ 20%] Built target xnnpack_schema 2024-05-15T23:32:21.0245647Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-05-15T23:32:21.0246931Z [ 20%] Generating bundled_program headers 2024-05-15T23:32:21.0248293Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-05-15T23:32:21.0250313Z [ 20%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-05-15T23:32:21.0251525Z [ 20%] Built target bundled_program_schema 2024-05-15T23:32:21.0252849Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-05-15T23:32:21.0254652Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-05-15T23:32:21.0256572Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-05-15T23:32:21.0258997Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-05-15T23:32:21.0260944Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-05-15T23:32:21.0262139Z [ 20%] Generating program_schema headers 2024-05-15T23:32:21.0265761Z [ 20%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-05-15T23:32:21.0268927Z [ 20%] Built target program_schema 2024-05-15T23:32:21.0272135Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-05-15T23:32:21.0275915Z [ 30%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-05-15T23:32:21.0279916Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-05-15T23:32:21.0282958Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-05-15T23:32:21.0285552Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-05-15T23:32:21.0288129Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-05-15T23:32:21.0291223Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-05-15T23:32:21.0293770Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-05-15T23:32:21.0296376Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-05-15T23:32:21.0299009Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-05-15T23:32:21.0301938Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-05-15T23:32:21.0304369Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-05-15T23:32:21.0306887Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-05-15T23:32:21.0309112Z [ 30%] Linking C static library libcpuinfo.a 2024-05-15T23:32:21.0310595Z [ 30%] Built target cpuinfo 2024-05-15T23:32:21.0312494Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-05-15T23:32:21.0314928Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:32:21.0317397Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-05-15T23:32:21.0320332Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-05-15T23:32:21.0322729Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:32:21.0325296Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-05-15T23:32:21.0328230Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-05-15T23:32:21.0331308Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-05-15T23:32:21.0334124Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-05-15T23:32:21.0337102Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-05-15T23:32:21.0340049Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-05-15T23:32:21.0342819Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:32:21.0345966Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-05-15T23:32:21.0349009Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-05-15T23:32:21.0351889Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:32:21.0354981Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-05-15T23:32:21.0359855Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-05-15T23:32:21.0361662Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:32:21.0363414Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-05-15T23:32:21.0365228Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-05-15T23:32:24.7407331Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-05-15T23:32:24.7409262Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-05-15T23:32:24.7410654Z [ 30%] Linking C static library libpthreadpool.a 2024-05-15T23:32:24.7412106Z [ 30%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-05-15T23:32:24.7413700Z [ 30%] Built target pthreadpool 2024-05-15T23:32:24.7415071Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-05-15T23:32:24.7416777Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-05-15T23:32:24.7418600Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-05-15T23:32:24.7420361Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-05-15T23:32:24.7421571Z [ 30%] Built target allocator 2024-05-15T23:32:24.7422876Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-05-15T23:32:24.7424913Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-05-15T23:32:24.7426688Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-05-15T23:32:24.7428291Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/target/Posix.cpp.o 2024-05-15T23:32:24.7430105Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-05-15T23:32:24.7431981Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-05-15T23:32:24.7433506Z [ 30%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-05-15T23:32:24.7435333Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-05-15T23:32:24.7437366Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-05-15T23:32:24.7442138Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-05-15T23:32:24.7444006Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-05-15T23:32:24.7445895Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-05-15T23:32:24.7447808Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-05-15T23:32:24.7449021Z [ 30%] Built target logging 2024-05-15T23:32:24.7450650Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-05-15T23:32:24.7453040Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-05-15T23:32:24.7454993Z [ 30%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-05-15T23:32:24.7456320Z [ 30%] Built target flatcc 2024-05-15T23:32:24.7457635Z [ 30%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-05-15T23:32:24.7459856Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-05-15T23:32:24.7462013Z [ 30%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-05-15T23:32:24.7464013Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-05-15T23:32:24.7465868Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-05-15T23:32:24.7467730Z [ 30%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-05-15T23:32:24.7469121Z [ 30%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:32:24.7470690Z [ 40%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-05-15T23:32:24.7472253Z [ 40%] Built target executorch_no_prim_ops 2024-05-15T23:32:24.7473594Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-05-15T23:32:24.7475421Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-05-15T23:32:24.7476607Z [ 40%] Built target flatccrt 2024-05-15T23:32:24.7477701Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-05-15T23:32:24.7478991Z [ 40%] Built target normalization 2024-05-15T23:32:24.7480185Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-05-15T23:32:24.7481334Z [ 40%] Built target memory 2024-05-15T23:32:24.7482627Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-05-15T23:32:24.7483824Z [ 40%] Built target indirection 2024-05-15T23:32:24.7485271Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-05-15T23:32:24.7486530Z [ 40%] Built target mutex 2024-05-15T23:32:24.7487778Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-05-15T23:32:24.7489719Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-05-15T23:32:24.7491955Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-05-15T23:32:24.7493217Z [ 40%] Built target operator-utils 2024-05-15T23:32:24.7494610Z [ 40%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-05-15T23:32:24.7496456Z [ 40%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-05-15T23:32:24.7498188Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-05-15T23:32:24.7500072Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-05-15T23:32:24.7501900Z [ 40%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-05-15T23:32:24.7503114Z [ 40%] Built target flatcc_cli 2024-05-15T23:32:24.7504500Z [ 40%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-05-15T23:32:24.7506317Z [ 40%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-05-15T23:32:24.7508080Z [ 40%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-05-15T23:32:24.7509189Z [ 40%] Built target jit 2024-05-15T23:32:24.7510468Z [ 50%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-05-15T23:32:24.7512792Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-05-15T23:32:24.7515114Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-05-15T23:32:24.7516928Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-05-15T23:32:24.7518134Z [ 50%] Built target post-operation 2024-05-15T23:32:24.7519609Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-05-15T23:32:24.7520811Z [ 50%] Built target hardware-config 2024-05-15T23:32:24.7521466Z [ 50%] Generating etdump headers 2024-05-15T23:32:24.7522884Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-05-15T23:32:24.7524206Z [ 50%] Built target etdump_schema 2024-05-15T23:32:24.7525710Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-05-15T23:32:24.7527328Z [ 50%] Built target cache 2024-05-15T23:32:24.7528703Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-05-15T23:32:24.7530262Z [ 50%] Built target operator-run 2024-05-15T23:32:24.7531744Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-05-15T23:32:24.7533900Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-05-15T23:32:24.7535297Z [ 50%] Built target microparams-init 2024-05-15T23:32:24.7536755Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-05-15T23:32:24.7538909Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-05-15T23:32:24.7541165Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-05-15T23:32:24.7543390Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-05-15T23:32:24.7544799Z [ 60%] Linking CXX static library libexecutorch.a 2024-05-15T23:32:24.7545524Z [ 60%] Built target executorch 2024-05-15T23:32:24.7547035Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-05-15T23:32:24.7548794Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:32:24.7549883Z [ 60%] Built target packing 2024-05-15T23:32:24.7551034Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-05-15T23:32:24.7553101Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-05-15T23:32:24.7554851Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-05-15T23:32:24.7556737Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-05-15T23:32:29.1676120Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-05-15T23:32:29.1678966Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-05-15T23:32:29.1681685Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-05-15T23:32:29.1683906Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-05-15T23:32:29.1686235Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-05-15T23:32:29.1688597Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-05-15T23:32:29.1691188Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-05-15T23:32:29.1693551Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-05-15T23:32:29.1695891Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-05-15T23:32:29.1698382Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-05-15T23:32:29.1700656Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-05-15T23:32:29.1702998Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-05-15T23:32:29.1705079Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-05-15T23:32:29.1707321Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-05-15T23:32:29.1709592Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-05-15T23:32:29.1711502Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-05-15T23:32:29.1712829Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-05-15T23:32:29.1714643Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-05-15T23:32:29.1716989Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-05-15T23:32:29.1719572Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-05-15T23:32:29.1721311Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:32:29.1722933Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-05-15T23:32:29.1724946Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-05-15T23:32:29.1726692Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-05-15T23:32:29.1728578Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-05-15T23:32:29.1730903Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-05-15T23:32:29.1733275Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-05-15T23:32:29.1735510Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-05-15T23:32:29.1737314Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-05-15T23:32:29.1739393Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-05-15T23:32:29.1741035Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-05-15T23:32:29.1742609Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-05-15T23:32:29.1744163Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-05-15T23:32:29.1745789Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-05-15T23:32:29.1747444Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-05-15T23:32:29.1748755Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-05-15T23:32:29.1749592Z [ 60%] Built target extension_data_loader 2024-05-15T23:32:29.1750698Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-05-15T23:32:29.1752109Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-05-15T23:32:29.1754136Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-05-15T23:32:29.1756556Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-05-15T23:32:29.1759673Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-05-15T23:32:29.1761483Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:32:29.1763395Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-05-15T23:32:29.1765472Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-05-15T23:32:29.1767260Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-05-15T23:32:29.1769212Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-05-15T23:32:29.1771494Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-05-15T23:32:29.1773739Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-05-15T23:32:29.1775841Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-05-15T23:32:29.1778069Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-05-15T23:32:29.1779725Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-05-15T23:32:29.1780716Z [ 60%] Linking CXX static library libbundled_program.a 2024-05-15T23:32:29.1781505Z [ 60%] Built target bundled_program 2024-05-15T23:32:29.1782849Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-05-15T23:32:29.1784923Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-05-15T23:32:29.1787013Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-05-15T23:32:29.1788866Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-05-15T23:32:29.1790913Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-05-15T23:32:29.1793117Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-05-15T23:32:29.1795271Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-05-15T23:32:29.1796911Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-05-15T23:32:29.1799082Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-05-15T23:32:29.1800631Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-05-15T23:32:29.1801774Z [ 60%] Linking CXX static library libetdump.a 2024-05-15T23:32:29.1802443Z [ 60%] Built target etdump 2024-05-15T23:32:29.1803431Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-05-15T23:32:29.1804631Z [ 60%] Built target microkernels-prod 2024-05-15T23:32:29.1805720Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-05-15T23:32:29.1806811Z [ 60%] Built target operators 2024-05-15T23:32:29.1808080Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-05-15T23:32:29.1809765Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-05-15T23:32:29.1811587Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-05-15T23:32:29.1813551Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-05-15T23:32:29.1815156Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-05-15T23:32:29.1816965Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-05-15T23:32:29.1818811Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-05-15T23:32:32.6443765Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-05-15T23:32:32.6445170Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-05-15T23:32:32.6446361Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-05-15T23:32:32.6447446Z [ 60%] Built target quantized_kernels 2024-05-15T23:32:32.6448216Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-05-15T23:32:32.6449798Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-05-15T23:32:32.6451631Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-05-15T23:32:32.6453546Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-05-15T23:32:32.6454897Z [ 60%] Generating code for kernel registration 2024-05-15T23:32:32.6456350Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-05-15T23:32:32.6458009Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-05-15T23:32:32.6459808Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-05-15T23:32:32.6461408Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-05-15T23:32:32.6463316Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-05-15T23:32:32.6465198Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-05-15T23:32:32.6466759Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-05-15T23:32:32.6468445Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-05-15T23:32:32.6470574Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-05-15T23:32:32.6472470Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-05-15T23:32:32.6474369Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-05-15T23:32:32.6476350Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-05-15T23:32:32.6478289Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-05-15T23:32:32.6480541Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-05-15T23:32:32.6482624Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-05-15T23:32:32.6484481Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-05-15T23:32:32.6486107Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-05-15T23:32:32.6488133Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-05-15T23:32:32.6490796Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-05-15T23:32:32.6492649Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-05-15T23:32:32.6494518Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-05-15T23:32:32.6496420Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-05-15T23:32:32.6498331Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-05-15T23:32:32.6500307Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-05-15T23:32:32.6502313Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-05-15T23:32:32.6504538Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-05-15T23:32:32.6506169Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-05-15T23:32:32.6507861Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-05-15T23:32:32.6509491Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-05-15T23:32:32.6511301Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-05-15T23:32:32.6513320Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:32:32.6515182Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-05-15T23:32:32.6516900Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-05-15T23:32:32.6519473Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-05-15T23:32:32.6520696Z [ 70%] Linking CXX static library libutil.a 2024-05-15T23:32:32.6521338Z [ 70%] Built target util 2024-05-15T23:32:32.6522542Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-05-15T23:32:32.6524454Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-05-15T23:32:32.6526737Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-05-15T23:32:32.6528671Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-05-15T23:32:32.6531029Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-05-15T23:32:32.6532727Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-05-15T23:32:32.6534783Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-05-15T23:32:32.6537013Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-05-15T23:32:32.6538839Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-05-15T23:32:32.6540731Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-05-15T23:32:32.6542646Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-05-15T23:32:32.6544097Z [ 70%] Linking CXX static library libquantized_ops_lib.a 2024-05-15T23:32:32.6545222Z [ 70%] Built target quantized_ops_lib 2024-05-15T23:32:32.6546555Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-05-15T23:32:32.6548436Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-05-15T23:32:32.6550608Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-05-15T23:32:32.6552976Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-05-15T23:32:32.6554977Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-05-15T23:32:32.6556970Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-05-15T23:32:32.6559472Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-05-15T23:32:32.6561092Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-05-15T23:32:32.6562428Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-05-15T23:32:32.6564052Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-05-15T23:32:32.6565957Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-05-15T23:32:32.6567906Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-05-15T23:32:32.6569772Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-05-15T23:32:32.6571857Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-05-15T23:32:32.6573850Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-05-15T23:32:32.6575763Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-05-15T23:32:32.6577325Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-05-15T23:32:32.6578434Z [ 70%] Built target subgraph 2024-05-15T23:32:32.6579765Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-05-15T23:32:32.6582023Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-05-15T23:32:41.9503328Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-05-15T23:32:41.9505418Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-05-15T23:32:41.9507478Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-05-15T23:32:41.9509623Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-05-15T23:32:41.9511798Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-05-15T23:32:41.9513955Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-05-15T23:32:41.9516052Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-05-15T23:32:41.9518251Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-05-15T23:32:41.9520977Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-05-15T23:32:41.9523501Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-05-15T23:32:41.9525322Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-05-15T23:32:41.9527311Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-05-15T23:32:41.9529093Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-05-15T23:32:41.9531142Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-05-15T23:32:41.9533257Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-05-15T23:32:41.9535362Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-05-15T23:32:41.9537502Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-05-15T23:32:41.9539636Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-05-15T23:32:41.9541394Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-05-15T23:32:41.9543445Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-05-15T23:32:41.9545546Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-05-15T23:32:41.9547632Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-05-15T23:32:41.9549711Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-05-15T23:32:41.9551792Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-05-15T23:32:41.9553920Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-05-15T23:32:41.9555675Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-05-15T23:32:41.9557253Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-05-15T23:32:41.9559951Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-05-15T23:32:41.9562056Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-05-15T23:32:41.9564150Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-05-15T23:32:41.9566242Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-05-15T23:32:41.9568347Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-05-15T23:32:41.9571335Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-05-15T23:32:41.9573310Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-05-15T23:32:41.9574978Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-05-15T23:32:41.9576618Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-05-15T23:32:41.9577898Z [ 70%] Linking CXX static library libXNNPACK.a 2024-05-15T23:32:41.9579135Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-05-15T23:32:41.9580699Z [ 70%] Built target XNNPACK 2024-05-15T23:32:41.9582337Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-05-15T23:32:41.9583944Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-05-15T23:32:41.9585532Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-05-15T23:32:41.9587149Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-05-15T23:32:41.9588720Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-05-15T23:32:41.9590293Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-05-15T23:32:41.9591869Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-05-15T23:32:41.9593521Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-05-15T23:32:41.9595191Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-05-15T23:32:41.9596819Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-05-15T23:32:41.9598798Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-05-15T23:32:41.9600529Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-05-15T23:32:41.9602167Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-05-15T23:32:41.9603840Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-05-15T23:32:41.9605525Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-05-15T23:32:41.9607167Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-05-15T23:32:41.9608926Z [ 80%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-05-15T23:32:41.9610759Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-05-15T23:32:41.9612359Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-05-15T23:32:41.9614007Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-05-15T23:32:41.9615905Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-05-15T23:32:41.9617163Z [ 80%] Linking CXX static library libxnnpack_backend.a 2024-05-15T23:32:41.9617971Z [ 80%] Built target xnnpack_backend 2024-05-15T23:32:41.9619120Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-05-15T23:32:41.9620720Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-05-15T23:32:41.9622309Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-05-15T23:32:41.9623862Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-05-15T23:32:41.9625410Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-05-15T23:32:41.9627027Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-05-15T23:32:41.9628682Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-05-15T23:32:41.9630337Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-05-15T23:32:41.9631984Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-05-15T23:32:41.9633894Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-05-15T23:32:41.9635422Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-05-15T23:32:41.9636945Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-05-15T23:32:41.9639949Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-05-15T23:32:41.9641650Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-05-15T23:32:41.9643463Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-05-15T23:32:41.9645157Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-05-15T23:32:41.9646708Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-05-15T23:33:10.4840947Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-05-15T23:33:10.4842465Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-05-15T23:33:10.4843934Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-05-15T23:33:10.4845541Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-05-15T23:33:10.4847164Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-05-15T23:33:10.4848871Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-05-15T23:33:10.4960841Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-05-15T23:33:10.4962521Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-05-15T23:33:10.4964096Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-05-15T23:33:10.4965646Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-05-15T23:33:10.4967235Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-05-15T23:33:10.4968914Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-05-15T23:33:10.4971324Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-05-15T23:33:10.4972885Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-05-15T23:33:10.4974414Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-05-15T23:33:10.4975611Z [ 80%] Linking CXX static library libeigen_blas.a 2024-05-15T23:33:10.4976375Z [ 80%] Built target eigen_blas 2024-05-15T23:33:10.4977364Z [ 80%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-05-15T23:33:10.4978904Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-05-15T23:33:10.4980452Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-05-15T23:33:10.4981964Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-05-15T23:33:10.4983151Z [ 80%] Linking CXX static library libcpublas.a 2024-05-15T23:33:10.4983899Z [ 80%] Built target cpublas 2024-05-15T23:33:10.4984981Z [ 80%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-05-15T23:33:10.4986601Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-05-15T23:33:10.4988253Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-05-15T23:33:10.4990470Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-05-15T23:33:10.4992749Z /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:33:10.4994638Z 420 | [scaling_factor](Vec x, Vec y) { 2024-05-15T23:33:10.4995358Z | ^ 2024-05-15T23:33:10.4996459Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-05-15T23:33:10.4998072Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-05-15T23:33:10.5000303Z [ 80%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-05-15T23:33:10.5002205Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-05-15T23:33:10.5003403Z [ 80%] Linking CXX static library libcustom_ops.a 2024-05-15T23:33:10.5004162Z [ 80%] Built target custom_ops 2024-05-15T23:33:10.5005389Z [ 80%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-05-15T23:33:10.5007114Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-05-15T23:33:10.5008651Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-05-15T23:33:10.5010434Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-05-15T23:33:10.5012075Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-05-15T23:33:10.5013711Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-05-15T23:33:10.5015355Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-05-15T23:33:10.5016886Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-05-15T23:33:10.5018524Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-05-15T23:33:10.5020178Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-05-15T23:33:10.5022351Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-05-15T23:33:10.5024073Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-05-15T23:33:10.5025691Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-05-15T23:33:10.5027241Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-05-15T23:33:10.5028806Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-05-15T23:33:10.5030428Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-05-15T23:33:10.5032136Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-05-15T23:33:10.5033851Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-05-15T23:33:10.5035438Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-05-15T23:33:10.5036769Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-05-15T23:33:10.5038193Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-05-15T23:33:10.5039981Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-05-15T23:33:10.5042024Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-05-15T23:33:10.5043659Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-05-15T23:33:10.5045313Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-05-15T23:33:10.5047033Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-05-15T23:33:10.5048721Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-05-15T23:33:10.5050452Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-05-15T23:33:10.5051996Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-05-15T23:33:10.5053527Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-05-15T23:33:10.5055140Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-05-15T23:33:10.5056813Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-05-15T23:33:10.5058501Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-05-15T23:33:10.5060122Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-05-15T23:33:10.5061897Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-05-15T23:33:10.5063580Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-05-15T23:33:10.5065097Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-05-15T23:33:10.5066710Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-05-15T23:33:10.5068278Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-05-15T23:33:10.5069786Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-05-15T23:33:10.5071364Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-05-15T23:33:10.5072917Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-05-15T23:33:10.5074936Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-05-15T23:33:10.5076550Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-05-15T23:33:10.5078291Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-05-15T23:33:10.5080323Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-05-15T23:33:10.5081862Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-05-15T23:33:10.5083411Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-05-15T23:33:10.5085107Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-05-15T23:35:56.3018328Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-05-15T23:35:56.3020171Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-05-15T23:35:56.3028215Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-05-15T23:35:56.3029797Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-05-15T23:35:56.3032081Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-05-15T23:35:56.3044014Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-05-15T23:35:56.3046064Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-05-15T23:35:56.3048163Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-05-15T23:35:56.3114799Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-05-15T23:35:56.3118234Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-05-15T23:35:56.3138911Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-05-15T23:35:56.3140751Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-05-15T23:35:56.3142554Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-05-15T23:35:56.3144292Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-05-15T23:35:56.3146073Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-05-15T23:35:56.3147854Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-05-15T23:35:56.3195576Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-05-15T23:35:56.3197617Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-05-15T23:35:56.3199904Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-05-15T23:35:56.3202805Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-05-15T23:35:56.3205099Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-05-15T23:35:56.3206879Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-05-15T23:35:56.3208044Z [100%] Built target custom_ops_aot_lib 2024-05-15T23:35:56.3209156Z [100%] Linking CXX static library libportable_kernels.a 2024-05-15T23:35:56.3210366Z [100%] Built target portable_kernels 2024-05-15T23:35:56.3211826Z [100%] Generating selected_operators.yaml for portable_ops_lib 2024-05-15T23:35:56.3213073Z [100%] Generating code for kernel registration 2024-05-15T23:35:56.3214930Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:35:56.3217033Z [100%] Linking CXX static library libportable_ops_lib.a 2024-05-15T23:35:56.3218142Z [100%] Built target portable_ops_lib 2024-05-15T23:35:56.3219486Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-05-15T23:35:56.3221324Z [100%] Linking CXX shared module _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-05-15T23:35:56.3222538Z [100%] Built target portable_lib 2024-05-15T23:35:56.3223499Z [ 0%] Built target microkernel-utils 2024-05-15T23:35:56.3224420Z [ 0%] Built target pthreadpool 2024-05-15T23:35:56.3225355Z [ 16%] Built target cpuinfo 2024-05-15T23:35:56.3226251Z [ 16%] Built target indirection 2024-05-15T23:35:56.3227172Z [ 16%] Built target logging 2024-05-15T23:35:56.3228034Z [ 16%] Built target allocator 2024-05-15T23:35:56.3248822Z [ 16%] Built target microparams-init 2024-05-15T23:35:56.3250772Z [ 16%] Built target normalization 2024-05-15T23:35:56.3251535Z [ 33%] Built target eigen_blas 2024-05-15T23:35:56.3252147Z [ 33%] Built target packing 2024-05-15T23:35:56.3253388Z [ 33%] Built target hardware-config 2024-05-15T23:35:56.3254072Z [ 50%] Built target flatc 2024-05-15T23:35:56.3254658Z [ 50%] Built target mutex 2024-05-15T23:35:56.3255353Z [ 66%] Built target microkernels-prod 2024-05-15T23:35:56.3256107Z [ 66%] Built target operator-utils 2024-05-15T23:35:56.3256857Z [ 66%] Built target post-operation 2024-05-15T23:35:56.3257504Z [ 66%] Built target memory 2024-05-15T23:35:56.3258172Z [ 66%] Built target operator-run 2024-05-15T23:35:56.3258752Z [ 66%] Built target jit 2024-05-15T23:35:56.3259348Z [ 66%] Generating common_schema headers 2024-05-15T23:35:56.3260065Z [ 83%] Built target xnnpack_schema 2024-05-15T23:35:56.3260682Z [ 83%] Built target cache 2024-05-15T23:35:56.3261261Z [ 83%] Built target common_schema 2024-05-15T23:35:56.3262018Z [ 83%] Generating program_schema headers 2024-05-15T23:35:56.3262711Z [ 83%] Built target operators 2024-05-15T23:35:56.3263318Z [ 83%] Built target program_schema 2024-05-15T23:35:56.3263974Z [100%] Built target subgraph 2024-05-15T23:35:56.3265029Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:35:56.3266638Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:35:56.3268250Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:35:56.3269950Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:35:56.3271825Z [100%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:35:56.3273078Z [100%] Built target XNNPACK 2024-05-15T23:35:56.3273826Z [100%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:35:56.3274694Z [100%] Built target executorch_no_prim_ops 2024-05-15T23:35:56.3275389Z [100%] Built target cpublas 2024-05-15T23:35:56.3276003Z [100%] Built target xnnpack_backend 2024-05-15T23:35:56.3276627Z [100%] Built target custom_ops 2024-05-15T23:35:56.3277354Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-05-15T23:35:56.3278140Z [100%] Built target custom_ops_aot_lib 2024-05-15T23:35:56.3279966Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-05-15T23:35:56.3281647Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-05-15T23:35:56.3284367Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-05-15T23:35:56.3285694Z [ 0%] Built target microkernel-utils 2024-05-15T23:35:56.3287329Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-05-15T23:35:56.3288920Z [ 0%] Built target pthreadpool 2024-05-15T23:35:56.3290376Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-05-15T23:35:56.3292185Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-05-15T23:35:56.3293990Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-05-15T23:35:56.3295116Z [ 1%] Built target flatccrt 2024-05-15T23:35:56.3296345Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-05-15T23:35:56.3298291Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-05-15T23:35:56.3300245Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-05-15T23:35:56.3301426Z [ 1%] Built target flatcc 2024-05-15T23:35:56.3302790Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-05-15T23:35:56.3304385Z [ 3%] Built target cpuinfo 2024-05-15T23:35:56.3304985Z [ 3%] Built target eigen_blas 2024-05-15T23:35:56.3305602Z [ 3%] Built target allocator 2024-05-15T23:35:56.3306196Z [ 4%] Built target flatc 2024-05-15T23:35:56.3307483Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-05-15T23:35:56.3309433Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-05-15T23:35:56.3311470Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-05-15T23:35:56.3312703Z [ 4%] Built target logging 2024-05-15T23:35:56.3314029Z [ 4%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-05-15T23:35:56.3315384Z [ 4%] Built target microparams-init 2024-05-15T23:35:56.3316086Z [ 4%] Built target indirection 2024-05-15T23:35:56.3316820Z [ 5%] Built target microkernels-prod 2024-05-15T23:35:56.3317520Z [ 5%] Built target normalization 2024-05-15T23:35:56.3319427Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-05-15T23:35:56.3321756Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-05-15T23:35:56.3324032Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-05-15T23:35:56.3325433Z [ 5%] Built target mutex 2024-05-15T23:35:56.3326675Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-05-15T23:35:56.3327874Z [ 5%] Built target memory 2024-05-15T23:35:56.3328540Z [ 5%] Built target operator-utils 2024-05-15T23:35:56.3329146Z [ 5%] Built target packing 2024-05-15T23:35:56.3330639Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-05-15T23:35:56.3332038Z [ 6%] Built target operator-run 2024-05-15T23:35:56.3332682Z [ 6%] Built target xnnpack_schema 2024-05-15T23:35:56.3334118Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-05-15T23:35:56.3336219Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-05-15T23:35:56.3338634Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-05-15T23:35:56.3340820Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-05-15T23:35:57.2883889Z [ 6%] Built target flatcc_cli 2024-05-15T23:35:57.2884622Z [ 6%] Built target bundled_program_schema 2024-05-15T23:35:57.2885312Z [ 6%] Generating common_schema headers 2024-05-15T23:35:57.2885933Z [ 6%] Built target jit 2024-05-15T23:35:57.2886666Z [ 6%] Built target post-operation 2024-05-15T23:35:57.2887325Z [ 6%] Built target hardware-config 2024-05-15T23:35:57.2887925Z [ 6%] Built target etdump_schema 2024-05-15T23:35:57.2888492Z [ 6%] Built target cache 2024-05-15T23:35:57.2889052Z [ 6%] Built target common_schema 2024-05-15T23:35:57.2889650Z [ 6%] Generating program_schema headers 2024-05-15T23:35:57.2890414Z [ 6%] Built target operators 2024-05-15T23:35:57.2890967Z [ 6%] Built target program_schema 2024-05-15T23:35:57.2891564Z [ 7%] Built target subgraph 2024-05-15T23:35:57.2892202Z [ 7%] Linking C static library libcpuinfo_internals.a 2024-05-15T23:35:57.2893267Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-05-15T23:35:57.2894595Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-05-15T23:35:57.2896318Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-05-15T23:35:57.2897777Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-05-15T23:35:57.2898845Z [ 7%] Built target XNNPACK 2024-05-15T23:35:57.2899853Z [ 7%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-05-15T23:35:57.2900922Z [ 7%] Built target cpuinfo_internals 2024-05-15T23:35:57.2901688Z [ 7%] Built target convolution-test-helpers 2024-05-15T23:35:57.2903241Z [ 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:35:57.2905743Z [ 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:35:57.2907994Z [ 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:35:57.2910314Z [ 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:35:57.2912745Z [ 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:35:57.2914943Z [ 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:35:57.2917165Z [ 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:35:57.2919577Z [ 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:35:57.2921934Z [ 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:35:57.2924186Z [ 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:35:57.2926476Z [ 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:35:57.2928785Z [ 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:35:57.2931520Z [ 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:35:57.2933902Z [ 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:35:57.2936195Z [ 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:35:57.2938636Z [ 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:35:57.2941149Z [ 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:35:57.2943471Z [ 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:35:57.2945385Z [ 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:35:57.2947080Z [ 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:35:57.2948945Z [ 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:35:57.2950612Z [ 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:35:57.2952611Z [ 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:35:57.2954390Z [ 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:35:57.2956008Z [ 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:35:57.2957594Z [ 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:35:57.2960612Z [ 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:35:57.2962791Z [ 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:35:57.2964972Z [ 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:35:57.2967242Z [ 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:35:57.2969531Z [ 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:35:57.2972093Z [ 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:35:57.2974337Z [ 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:35:57.2976514Z [ 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:35:57.2978716Z [ 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:35:57.2981359Z [ 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:35:57.2983687Z [ 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:35:57.2986013Z [ 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:35:57.2988279Z [ 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:35:57.2990857Z [ 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:35:57.2993264Z [ 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:35:57.2995691Z [ 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:35:57.2998178Z [ 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:35:57.3000895Z [ 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:35:57.3003897Z [ 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:35:57.3006713Z [ 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:35:57.3009488Z [ 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:35:57.3012523Z [ 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:35:57.7321717Z [ 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:35:57.7325027Z [ 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:35:57.7327637Z [ 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:35:57.7330741Z [ 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:35:57.7334052Z [ 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:35:57.7337294Z [ 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:35:57.7340494Z [ 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:35:57.7343650Z [ 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:35:57.7346816Z [ 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:35:57.7350371Z [ 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:35:57.7353729Z [ 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:35:57.7357047Z [ 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:35:57.7361396Z [ 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:35:57.7364676Z [ 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:35:57.7367939Z [ 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:35:57.7371305Z [ 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:35:57.7374557Z [ 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:35:57.7378034Z [ 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:35:57.7381323Z [ 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:35:57.7384587Z [ 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:35:57.7387816Z [ 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:35:57.7391020Z [ 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:35:57.7393956Z [ 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:35:57.7396728Z [ 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:35:57.7400066Z [ 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:35:57.7403234Z [ 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:35:57.7406305Z [ 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:35:57.7409537Z [ 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:35:57.7413046Z [ 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:35:57.7416578Z [ 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:35:57.7419542Z [ 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:35:57.7422741Z [ 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:35:57.7425692Z [ 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:35:57.7428711Z [ 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:35:57.7431558Z [ 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:35:57.7434770Z [ 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:35:57.7437814Z [ 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:35:57.7441463Z [ 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:35:57.7444371Z [ 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:35:57.7447117Z [ 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:35:57.7450299Z [ 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:35:57.7453228Z [ 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:35:57.7456150Z [ 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:35:57.7458822Z [ 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:35:57.7461515Z [ 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:35:57.7464356Z [ 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:35:57.7467019Z [ 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:35:57.7469798Z [ 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:35:57.7472510Z [ 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:35:57.7475225Z [ 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:35:58.9920756Z [ 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:35:58.9923850Z [ 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:35:58.9926533Z [ 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:35:58.9928380Z [ 9%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-05-15T23:35:58.9930372Z [ 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:35:58.9932968Z [ 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:35:58.9935580Z [ 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:35:58.9938312Z [ 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:35:58.9940836Z [ 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:35:58.9943297Z [ 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:35:58.9945164Z [ 9%] Built target executorch_no_prim_ops 2024-05-15T23:35:58.9946991Z [ 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:35:58.9949673Z [ 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:35:58.9952519Z [ 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:35:58.9954110Z [ 9%] Built target executorch 2024-05-15T23:35:58.9954704Z [ 9%] Built target cpublas 2024-05-15T23:35:58.9956288Z [ 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:35:58.9959490Z [ 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:35:58.9962385Z [ 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:35:58.9964125Z [ 9%] Built target xnnpack_backend 2024-05-15T23:35:58.9965955Z [ 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:35:58.9968753Z [ 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:35:58.9971708Z [ 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:35:58.9973869Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-05-15T23:35:58.9976095Z [ 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:35:58.9977574Z [ 9%] Built target quantized_kernels 2024-05-15T23:35:58.9978543Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-05-15T23:35:58.9979887Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-05-15T23:35:58.9980889Z [ 9%] Built target extension_data_loader 2024-05-15T23:35:58.9981505Z [ 9%] Built target custom_ops 2024-05-15T23:35:58.9983526Z [ 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:35:58.9985100Z [ 9%] Built target etdump 2024-05-15T23:35:58.9985681Z [ 9%] Built target bundled_program 2024-05-15T23:35:58.9987389Z [ 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:35:58.9990321Z [ 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:35:58.9992561Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-05-15T23:35:58.9994016Z [ 9%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-05-15T23:35:58.9995453Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-05-15T23:35:58.9996525Z [ 9%] Built target util 2024-05-15T23:35:58.9997470Z [ 9%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-05-15T23:35:59.0001037Z [ 9%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-05-15T23:35:59.0002647Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-05-15T23:35:59.0005365Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-05-15T23:35:59.0007535Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-05-15T23:35:59.0010048Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-05-15T23:35:59.0012147Z [ 10%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-05-15T23:35:59.0014304Z [ 10%] 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:35:59.0015944Z [ 13%] Built target portable_kernels 2024-05-15T23:35:59.0017806Z [ 13%] 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:35:59.0019547Z [ 13%] Built target quantized_ops_lib 2024-05-15T23:35:59.0020219Z [ 13%] Built target portable_ops_lib 2024-05-15T23:35:59.0021362Z [ 13%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-05-15T23:35:59.0023651Z [ 13%] 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:35:59.0025421Z [ 13%] Linking CXX static library libgflags_nothreads.a 2024-05-15T23:35:59.0026273Z [ 13%] Built target gflags_nothreads_static 2024-05-15T23:35:59.0028047Z [ 13%] 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:35:59.0030709Z [ 13%] 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:35:59.0032393Z [ 13%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-05-15T23:35:59.0034224Z [ 13%] 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:35:59.0036935Z [ 13%] 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:35:59.0040458Z [ 13%] 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:35:59.0043502Z [ 13%] 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:35:59.0046308Z [ 13%] 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:35:59.0049208Z [ 13%] 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:35:59.0052207Z [ 13%] 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:35:59.0054774Z [ 13%] 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:35:59.0057538Z [ 13%] 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:35:59.0060396Z [ 13%] 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:35:59.0061958Z [ 13%] Built target custom_ops_aot_lib 2024-05-15T23:35:59.0063721Z [ 13%] 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:35:59.0066377Z [ 13%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-05-15T23:35:59.0068431Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-05-15T23:35:59.0070986Z /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:35:59.8305539Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-05-15T23:35:59.8306344Z | ^ 2024-05-15T23:35:59.8307848Z [ 13%] 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:35:59.8310192Z [ 13%] 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:35:59.8312366Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-05-15T23:35:59.8314806Z /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:35:59.8316577Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-05-15T23:35:59.8317239Z | ^ 2024-05-15T23:35:59.8318736Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-05-15T23:35:59.8320436Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-05-15T23:35:59.8321880Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-05-15T23:35:59.8324083Z /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:35:59.8325510Z 32 | [](Vec x) { return x.neg(); }, 2024-05-15T23:35:59.8325957Z | ^ 2024-05-15T23:35:59.8327257Z /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:35:59.8328744Z 888 | __VA_ARGS__ \ 2024-05-15T23:35:59.8329232Z | ^~~~~~~~~~~ 2024-05-15T23:35:59.8332811Z /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:35:59.8334691Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:35:59.8335493Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:35:59.8337402Z /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:35:59.8339373Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-05-15T23:35:59.8340256Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:35:59.8341910Z /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:35:59.8343672Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-05-15T23:35:59.8344543Z | ^~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:35:59.8346305Z [ 13%] 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:35:59.8349079Z [ 13%] 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:35:59.8351619Z [ 13%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-05-15T23:35:59.8353632Z [ 13%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:35:59.8356069Z [ 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:35:59.8357832Z [ 13%] Linking CXX static library libextension_module_static.a 2024-05-15T23:35:59.8360051Z [ 13%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-05-15T23:35:59.8361371Z [ 13%] Built target extension_module_static 2024-05-15T23:35:59.8363209Z [ 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:35:59.8365892Z [ 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:35:59.8368171Z [ 13%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-05-15T23:35:59.8370745Z [ 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:35:59.8373409Z [ 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:35:59.8375145Z [ 13%] Linking CXX shared library libextension_module.so 2024-05-15T23:35:59.8376983Z [ 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:35:59.8378967Z [ 13%] Linking CXX shared module _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-05-15T23:35:59.8381061Z [ 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:35:59.8383760Z [ 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:35:59.8386389Z [ 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:35:59.8387934Z [ 14%] Built target extension_module 2024-05-15T23:35:59.8389870Z [ 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:35:59.8392323Z [ 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:35:59.8394812Z [ 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:35:59.8397347Z [ 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:35:59.8399979Z [ 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:35:59.8402426Z [ 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:35:59.8404913Z [ 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:35:59.8407350Z [ 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:35:59.8410213Z [ 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:35:59.8412791Z [ 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:35:59.8415204Z [ 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:35:59.8417616Z [ 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:35:59.8420211Z [ 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:35:59.8422883Z [ 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:35:59.8425533Z [ 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:35:59.8428325Z [ 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:35:59.8431063Z [ 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:35:59.8433816Z [ 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:35:59.8436378Z [ 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:35:59.8439338Z [ 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:35:59.8441962Z [ 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:35:59.8444608Z [ 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:35:59.8447091Z [ 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:36:00.5234207Z [ 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:36:00.5236494Z [ 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:36:00.5238828Z [ 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:36:00.5241003Z [ 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:36:00.5243202Z [ 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:36:00.5245321Z [ 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:36:00.5247451Z [ 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:36:00.5249651Z [ 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:36:00.5251915Z [ 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:36:00.5254530Z [ 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:36:00.5257175Z [ 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:36:00.5259867Z [ 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:36:00.5262487Z [ 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:36:00.5265022Z [ 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:36:00.5267574Z [ 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:36:00.5270134Z [ 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:36:00.5272639Z [ 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:36:00.5275127Z [ 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:36:00.5277765Z [ 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:36:00.5280733Z [ 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:36:00.5282411Z [ 14%] Linking CXX executable xnn_executor_runner 2024-05-15T23:36:00.5284296Z [ 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:36:00.5287034Z [ 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:36:00.5289768Z [ 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:36:00.5292885Z [ 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:36:00.5295533Z [ 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:36:00.5298234Z [ 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:36:00.5300970Z [ 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:36:00.5303600Z [ 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:36:00.5306277Z [ 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:36:00.5308983Z [ 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:36:00.5311648Z [ 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:36:00.5314582Z [ 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:36:00.5317280Z [ 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:36:00.5321036Z [ 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:36:00.5323719Z [ 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:36:00.5326451Z [ 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:36:00.5329150Z [ 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:36:00.5331957Z [ 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:36:00.5334740Z [ 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:36:00.5337476Z [ 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:36:00.5340149Z [ 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:36:00.5342861Z [ 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:36:00.5345599Z [ 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:36:00.5348306Z [ 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:36:00.5351012Z [ 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:36:00.5353698Z [ 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:36:00.5356595Z [ 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:36:00.5359418Z [ 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:36:00.5362044Z [ 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:36:00.5364693Z [ 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:36:00.5367347Z [ 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:36:00.5370102Z [ 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:36:00.5372780Z [ 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:36:00.5375436Z [ 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:36:00.5378312Z [ 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:36:00.9291726Z [ 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:36:00.9294514Z [ 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:36:00.9297280Z [ 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:36:00.9299921Z [ 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:36:00.9302589Z [ 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:36:00.9305261Z [ 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:36:00.9307981Z [ 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:36:00.9310602Z [ 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:36:00.9313196Z [ 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:36:00.9316238Z [ 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:36:00.9320220Z [ 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:36:00.9323640Z [ 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:36:00.9326952Z [ 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:36:00.9330926Z [ 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:36:00.9334327Z [ 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:36:00.9337563Z [ 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:36:00.9340760Z [ 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:36:00.9344032Z [ 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:36:00.9347262Z [ 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:36:00.9350467Z [ 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:36:00.9354177Z [ 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:36:00.9357065Z [ 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:36:00.9359712Z [ 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:36:00.9362102Z [ 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:36:00.9364391Z [ 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:36:00.9365861Z [ 15%] Built target xnn_executor_runner 2024-05-15T23:36:00.9367485Z [ 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:36:00.9370053Z [ 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:36:00.9372501Z [ 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:36:00.9375007Z [ 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:36:00.9377478Z [ 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:36:00.9379965Z [ 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:36:00.9382428Z [ 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:36:00.9384999Z [ 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:36:00.9387597Z [ 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:36:00.9390543Z [ 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:36:00.9393211Z [ 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:36:00.9395753Z [ 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:36:00.9398154Z [ 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:36:00.9400782Z [ 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:36:00.9403201Z [ 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:36:00.9405657Z [ 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:36:00.9408275Z [ 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:36:00.9411069Z [ 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:36:00.9414029Z [ 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:36:00.9416708Z [ 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:36:00.9419501Z [ 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:36:00.9422214Z [ 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:36:00.9424870Z [ 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:36:00.9427629Z [ 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:36:00.9430225Z [ 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:36:00.9432806Z [ 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:36:00.9435325Z [ 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:36:00.9437955Z [ 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:36:01.3568982Z [ 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:36:01.3571581Z [ 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:36:01.3574009Z [ 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:36:01.3577027Z [ 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:36:01.3579774Z [ 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:36:01.3582672Z [ 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:36:01.3586218Z [ 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:36:01.3588836Z [ 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:36:01.3591443Z [ 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:36:01.3594053Z [ 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:36:01.3596699Z [ 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:36:01.3600357Z [ 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:36:01.3603138Z [ 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:36:01.3605729Z [ 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:36:01.3608723Z [ 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:36:01.3611530Z [ 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:36:01.3614324Z [ 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:36:01.3617046Z [ 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:36:01.3619596Z [ 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:36:01.3622019Z [ 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:36:01.3624445Z [ 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:36:01.3626705Z [ 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:36:01.3629368Z [ 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:36:01.3631958Z [ 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:36:01.3634373Z [ 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:36:01.3636733Z [ 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:36:01.3639376Z [ 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:36:01.3641755Z [ 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:36:01.3644264Z [ 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:36:01.3647064Z [ 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:36:01.3649442Z [ 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:36:01.3652130Z [ 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:36:01.3654494Z [ 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:36:01.3656936Z [ 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:36:01.3659562Z [ 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:36:01.3662303Z [ 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:36:01.3664965Z [ 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:36:01.3667741Z [ 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:36:01.3670294Z [ 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:36:01.3672714Z [ 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:36:01.3675192Z [ 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:36:01.3677702Z [ 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:36:01.3680395Z [ 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:36:01.3682786Z [ 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:36:01.3685207Z [ 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:36:01.3687640Z [ 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:36:01.3690023Z [ 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:36:01.3692505Z [ 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:36:01.3694902Z [ 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:36:01.3697272Z [ 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:36:01.3699736Z [ 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:36:01.3702199Z [ 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:36:01.3704683Z [ 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:36:01.3707614Z [ 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:36:01.3710080Z [ 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:36:01.3712512Z [ 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:36:01.3714922Z [ 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:36:01.3717490Z [ 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:36:01.7587289Z [ 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:36:01.7589887Z [ 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:36:01.7592356Z [ 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:36:01.7594795Z [ 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:36:01.7597709Z [ 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:36:01.7600610Z [ 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:36:01.7603244Z [ 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:36:01.7605830Z [ 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:36:01.7608375Z [ 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:36:01.7610909Z [ 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:36:01.7613574Z [ 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:36:01.7616139Z [ 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:36:01.7618657Z [ 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:36:01.7621092Z [ 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:36:01.7623495Z [ 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:36:01.7625909Z [ 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:36:01.7628417Z [ 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:36:01.7630998Z [ 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:36:01.7633638Z [ 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:36:01.7636518Z [ 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:36:01.7639444Z [ 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:36:01.7641985Z [ 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:36:01.7644835Z [ 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:36:01.7647423Z [ 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:36:01.7649995Z [ 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:36:01.7652620Z [ 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:36:01.7655083Z [ 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:36:01.7657868Z [ 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:36:01.7660449Z [ 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:36:01.7663132Z [ 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:36:01.7665761Z [ 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:36:01.7668390Z [ 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:36:01.7670994Z [ 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:36:01.7673609Z [ 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:36:01.7676190Z [ 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:36:01.7679013Z [ 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:36:01.7681519Z [ 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:36:01.7684002Z [ 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:36:01.7686504Z [ 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:36:01.7688996Z [ 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:36:01.7691553Z [ 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:36:01.7694314Z [ 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:36:01.7697274Z [ 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:36:01.7699917Z [ 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:36:01.7702527Z [ 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:36:01.7705136Z [ 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:36:01.7707730Z [ 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:36:01.7710284Z [ 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:36:01.7712811Z [ 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:36:01.7715294Z [ 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:36:01.7717743Z [ 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:36:01.7721798Z [ 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:36:01.7724301Z [ 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:36:01.7726778Z [ 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:36:01.7729296Z [ 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:36:01.7731796Z [ 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:36:01.7734468Z [ 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:36:02.2230222Z [ 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:36:02.2232712Z [ 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:36:02.2235259Z [ 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:36:02.2237746Z [ 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:36:02.2240371Z [ 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:36:02.2242885Z [ 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:36:02.2245412Z [ 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:36:02.2247796Z [ 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:36:02.2250344Z [ 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:36:02.2253393Z [ 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:36:02.2255882Z [ 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:36:02.2258206Z [ 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:36:02.2260731Z [ 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:36:02.2262928Z [ 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:36:02.2265268Z [ 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:36:02.2267855Z [ 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:36:02.2270358Z [ 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:36:02.2272883Z [ 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:36:02.2275822Z [ 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:36:02.2278717Z [ 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:36:02.2281358Z [ 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:36:02.2284123Z [ 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:36:02.2286810Z [ 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:36:02.2289498Z [ 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:36:02.2292135Z [ 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:36:02.2295194Z [ 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:36:02.2297811Z [ 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:36:02.2300464Z [ 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:36:02.2303088Z [ 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:36:02.2305773Z [ 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:36:02.2308392Z [ 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:36:02.2310956Z [ 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:36:02.2313513Z [ 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:36:02.2316374Z [ 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:36:02.2319712Z [ 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:36:02.2322562Z [ 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:36:02.2325454Z [ 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:36:02.2328274Z [ 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:36:02.2331089Z [ 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:36:02.2333863Z [ 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:36:02.2336613Z [ 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:36:02.2339553Z [ 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:36:02.2342199Z [ 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:36:02.2344868Z [ 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:36:02.2347478Z [ 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:36:02.2350172Z [ 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:36:02.2352844Z [ 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:36:02.2355512Z [ 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:36:02.2358166Z [ 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:36:02.2361002Z [ 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:36:02.2363573Z [ 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:36:02.2366238Z [ 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:36:02.2368901Z [ 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:36:02.2371900Z [ 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:36:02.2374998Z [ 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:36:02.2377693Z [ 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:36:02.2380552Z [ 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:36:02.2383122Z [ 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:36:02.6833164Z [ 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:36:02.6835700Z [ 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:36:02.6838174Z [ 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:36:02.6841080Z [ 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:36:02.6843718Z [ 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:36:02.6846314Z [ 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:36:02.6848775Z [ 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:36:02.6851549Z [ 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:36:02.6854115Z [ 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:36:02.6856467Z [ 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:36:02.6858877Z [ 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:36:02.6861354Z [ 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:36:02.6863893Z [ 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:36:02.6866410Z [ 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:36:02.6868923Z [ 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:36:02.6871493Z [ 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:36:02.6874243Z [ 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:36:02.6877152Z [ 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:36:02.6880397Z [ 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:36:02.6883535Z [ 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:36:02.6886525Z [ 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:36:02.6889500Z [ 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:36:02.6892932Z [ 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:36:02.6895699Z [ 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:36:02.6898516Z [ 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:36:02.6901175Z [ 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:36:02.6903734Z [ 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:36:02.6906199Z [ 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:36:02.6908984Z [ 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:36:02.6912217Z [ 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:36:02.6915681Z [ 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:36:02.6919854Z [ 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:36:02.6922792Z [ 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:36:02.6925711Z [ 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:36:02.6928232Z [ 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:36:02.6930743Z [ 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:36:02.6933279Z [ 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:36:02.6935699Z [ 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:36:02.6938114Z [ 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:36:02.6940562Z [ 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:36:02.6942942Z [ 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:36:02.6945447Z [ 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:36:02.6947901Z [ 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:36:02.6950330Z [ 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:36:02.6952778Z [ 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:36:02.6955715Z [ 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:36:02.6958203Z [ 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:36:02.6961143Z [ 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:36:02.6963705Z [ 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:36:02.6966360Z [ 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:36:02.6968890Z [ 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:36:02.6991784Z [ 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:36:02.6994665Z [ 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:36:02.6997559Z [ 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:36:02.7000199Z [ 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:36:02.7002726Z [ 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:36:03.0113486Z [ 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:36:03.0115901Z [ 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:36:03.0118079Z [ 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:36:03.0120753Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-05-15T23:36:03.0123023Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-05-15T23:36:03.0125104Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-05-15T23:36:03.0127307Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-05-15T23:36:03.0129596Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-05-15T23:36:03.0131729Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-05-15T23:36:03.0134073Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-05-15T23:36:03.0136265Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-05-15T23:36:03.0138257Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-05-15T23:36:03.0139762Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-05-15T23:36:03.0141596Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-05-15T23:36:03.0143139Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-05-15T23:36:03.0146251Z [ 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:36:03.0147925Z [ 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:36:03.0149552Z [ 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:36:03.0151280Z [ 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:36:03.0153190Z [ 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:36:03.0155040Z [ 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:36:03.0156894Z [ 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:36:03.0159252Z [ 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:36:03.0161146Z [ 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:36:03.0163021Z [ 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:36:03.0164881Z [ 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:36:03.0166730Z [ 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:36:03.0168570Z [ 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:36:03.0170429Z [ 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:36:03.0172315Z [ 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:36:03.0174321Z [ 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:36:03.0176184Z [ 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:36:03.0178028Z [ 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:36:03.0179885Z [ 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:36:03.0181735Z [ 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:36:03.0183755Z [ 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:36:03.0185590Z [ 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:36:03.0187372Z [ 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:36:03.0189258Z [ 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:36:03.0191619Z [ 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:36:03.0193514Z [ 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:36:03.0195521Z [ 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:36:03.0197383Z [ 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:36:03.0200023Z [ 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:36:03.0201870Z [ 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:36:03.0203711Z [ 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:36:03.0205564Z [ 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:36:03.0207402Z [ 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:36:03.0209234Z [ 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:36:03.0211060Z [ 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:36:03.0213075Z [ 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:36:03.0214956Z [ 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:36:03.0216824Z [ 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:36:03.0218676Z [ 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:36:03.0220535Z [ 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:36:03.3428048Z [ 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:36:03.3437746Z [ 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:36:03.3441262Z [ 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:36:03.3444201Z [ 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:36:03.3447046Z [ 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:36:03.3449933Z [ 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:36:03.3452893Z [ 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:36:03.3455766Z [ 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:36:03.3458667Z [ 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:36:03.3461554Z [ 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:36:03.3464747Z [ 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:36:03.3467625Z [ 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:36:03.3470539Z [ 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:36:03.3473455Z [ 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:36:03.3476368Z [ 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:36:03.3479675Z [ 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:36:03.3482598Z [ 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:36:03.3485445Z [ 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:36:03.3488299Z [ 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:36:03.3491120Z [ 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:36:03.3494018Z [ 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:36:03.3496877Z [ 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:36:03.3499794Z [ 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:36:03.3502671Z [ 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:36:03.3505986Z [ 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:36:03.3508897Z [ 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:36:03.3511781Z [ 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:36:03.3514670Z [ 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:36:03.3518651Z [ 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:36:03.3521537Z [ 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:36:03.3524492Z [ 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:36:03.3527410Z [ 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:36:03.3530676Z [ 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:36:03.3533762Z [ 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:36:03.3536595Z [ 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:36:03.3539377Z [ 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:36:03.3542160Z [ 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:36:03.3544692Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-05-15T23:36:03.3547082Z [ 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:36:03.3549479Z [ 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:36:03.3551944Z [ 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:36:03.3554480Z [ 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:36:03.3557069Z [ 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:36:03.3559899Z [ 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:36:03.3562480Z [ 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:36:03.3564983Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-05-15T23:36:03.3567318Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-05-15T23:36:03.3570103Z [ 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:36:03.3572893Z [ 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:36:03.3575538Z [ 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:36:03.3578286Z [ 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:36:03.3581195Z [ 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:36:03.3584050Z [ 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:36:03.3586949Z [ 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:36:04.1621376Z [ 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:36:04.1624737Z [ 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:36:04.1627599Z [ 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:36:04.1630513Z [ 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:36:04.1633450Z [ 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:36:04.1636358Z [ 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:36:04.1639804Z [ 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:36:04.1642676Z [ 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:36:04.1645538Z [ 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:36:04.1648406Z [ 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:36:04.1651257Z [ 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:36:04.1654358Z [ 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:36:04.1657293Z [ 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:36:04.1660190Z [ 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:36:04.1663131Z [ 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:36:04.1666541Z [ 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:36:04.1669456Z [ 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:36:04.1672385Z [ 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:36:04.1675372Z [ 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:36:04.1678847Z [ 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:36:04.1681844Z [ 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:36:04.1684894Z [ 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:36:04.1688318Z [ 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:36:04.1691341Z [ 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:36:04.1694557Z [ 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:36:04.1697591Z [ 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:36:04.1700662Z [ 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:36:04.1703727Z [ 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:36:04.1706777Z [ 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:36:04.1709836Z [ 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:36:04.1712868Z [ 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:36:04.1715795Z [ 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:36:04.1719313Z [ 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:36:04.1722367Z [ 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:36:04.1725369Z [ 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:36:04.1728846Z [ 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:36:04.1731890Z [ 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:36:04.1735085Z [ 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:36:04.1738151Z [ 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:36:04.1741148Z [ 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:36:04.1744164Z [ 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:36:04.1747181Z [ 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:36:04.1750144Z [ 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:36:04.1753597Z [ 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:36:04.1756518Z [ 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:36:04.1759864Z [ 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:36:04.1762727Z [ 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:36:04.1765648Z [ 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:36:04.1768483Z [ 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:36:04.1771310Z [ 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:36:04.8288726Z [ 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:36:04.8291609Z [ 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:36:04.8294526Z [ 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:36:04.8297477Z [ 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:36:04.8300206Z [ 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:36:04.8302945Z [ 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:36:04.8305884Z [ 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:36:04.8309269Z [ 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:36:04.8312163Z [ 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:36:04.8315078Z [ 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:36:04.8318142Z [ 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:36:04.8321522Z [ 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:36:04.8324458Z [ 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:36:04.8327323Z [ 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:36:04.8330223Z [ 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:36:04.8333791Z [ 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:36:04.8336655Z [ 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:36:04.8339299Z [ 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:36:04.8342024Z [ 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:36:04.8344713Z [ 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:36:04.8347467Z [ 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:36:04.8350463Z [ 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:36:04.8353635Z [ 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:36:04.8356829Z [ 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:36:04.8360154Z [ 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:36:04.8363203Z [ 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:36:04.8366404Z [ 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:36:04.8369419Z [ 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:36:04.8373075Z [ 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:36:04.8376252Z [ 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:36:04.8379446Z [ 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:36:04.8382663Z [ 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:36:04.8385590Z [ 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:36:04.8388737Z [ 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:36:04.8391871Z [ 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:36:04.8394887Z [ 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:36:04.8398147Z [ 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:36:04.8401526Z [ 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:36:04.8404502Z [ 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:36:04.8407549Z [ 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:36:04.8410541Z [ 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:36:04.8413751Z [ 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:36:04.8416922Z [ 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:36:04.8420106Z [ 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:36:04.8423322Z [ 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:36:04.8426350Z [ 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:36:04.8429702Z [ 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:36:04.8432842Z [ 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:36:04.8436314Z [ 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:36:04.8440128Z [ 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:36:05.6376398Z [ 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:36:05.6379744Z [ 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:36:05.6383122Z [ 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:36:05.6386610Z [ 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:36:05.6390071Z [ 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:36:05.6393525Z [ 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:36:05.6397028Z [ 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:36:05.6400267Z [ 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:36:05.6403322Z [ 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:36:05.6406259Z [ 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:36:05.6409292Z [ 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:36:05.6412346Z [ 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:36:05.6415375Z [ 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:36:05.6418557Z [ 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:36:05.6421867Z [ 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:36:05.6425142Z [ 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:36:05.6428435Z [ 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:36:05.6431735Z [ 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:36:05.6435286Z [ 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:36:05.6438796Z [ 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:36:05.6441912Z [ 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:36:05.6445113Z [ 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:36:05.6448254Z [ 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:36:05.6451395Z [ 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:36:05.6454701Z [ 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:36:05.6457847Z [ 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:36:05.6461283Z [ 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:36:05.6464433Z [ 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:36:05.6467583Z [ 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:36:05.6470674Z [ 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:36:05.6473829Z [ 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:36:05.6477007Z [ 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:36:05.6480373Z [ 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:36:05.6483522Z [ 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:36:05.6486695Z [ 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:36:05.6489819Z [ 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:36:05.6493111Z [ 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:36:05.6496205Z [ 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:36:05.6499237Z [ 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:36:05.6501318Z [ 25%] Built target portable_lib 2024-05-15T23:36:05.6503281Z [ 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:36:05.6506268Z [ 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:36:05.6509324Z [ 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:36:05.6512352Z [ 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:36:05.6515366Z [ 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:36:05.6518671Z [ 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:36:05.6521737Z [ 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:36:05.6524933Z [ 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:36:05.6527752Z [ 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:36:06.2178700Z [ 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:36:06.2181843Z [ 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:36:06.2184970Z [ 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:36:06.2188183Z [ 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:36:06.2191179Z [ 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:36:06.2194262Z [ 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:36:06.2197174Z [ 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:36:06.2200564Z [ 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:36:06.2203866Z [ 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:36:06.2207052Z [ 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:36:06.2210266Z [ 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:36:06.2213817Z [ 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:36:06.2217032Z [ 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:36:06.2220349Z [ 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:36:06.2223658Z [ 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:36:06.2226930Z [ 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:36:06.2230232Z [ 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:36:06.2233540Z [ 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:36:06.2236816Z [ 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:36:06.2240478Z [ 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:36:06.2243663Z [ 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:36:06.2246867Z [ 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:36:06.2250018Z [ 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:36:06.2253385Z [ 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:36:06.2256407Z [ 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:36:06.2259456Z [ 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:36:06.2262570Z [ 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:36:06.2265249Z [ 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:36:06.2268028Z [ 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:36:06.2270786Z [ 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:36:06.2273625Z [ 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:36:06.2276452Z [ 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:36:06.2279788Z [ 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:36:06.2282347Z [ 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:36:06.2284940Z [ 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:36:06.2287714Z [ 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:36:06.2290440Z [ 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:36:06.2293263Z [ 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:36:06.2295810Z [ 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:36:06.2298329Z [ 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:36:06.2301174Z [ 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:36:06.2303630Z [ 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:36:06.2306255Z [ 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:36:06.2309041Z [ 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:36:06.2311133Z [ 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:36:06.2313226Z [ 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:36:06.2315626Z [ 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:36:06.2318263Z [ 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:36:06.2321092Z [ 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:36:06.2323479Z [ 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:36:06.2325752Z [ 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:36:06.6098391Z [ 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:36:06.6100867Z [ 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:36:06.6103317Z [ 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:36:06.6105806Z [ 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:36:06.6108653Z [ 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:36:06.6111208Z [ 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:36:06.6113830Z [ 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:36:06.6116390Z [ 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:36:06.6119484Z [ 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:36:06.6122053Z [ 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:36:06.6124683Z [ 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:36:06.6127323Z [ 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:36:06.6130334Z [ 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:36:06.6133163Z [ 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:36:06.6135803Z [ 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:36:06.6138417Z [ 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:36:06.6141277Z [ 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:36:06.6143937Z [ 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:36:06.6146552Z [ 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:36:06.6149148Z [ 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:36:06.6151906Z [ 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:36:06.6154875Z [ 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:36:06.6157872Z [ 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:36:06.6161160Z [ 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:36:06.6164221Z [ 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:36:06.6167261Z [ 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:36:06.6170698Z [ 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:36:06.6173908Z [ 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:36:06.6176950Z [ 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:36:06.6180036Z [ 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:36:06.6183094Z [ 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:36:06.6186186Z [ 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:36:06.6189185Z [ 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:36:06.6192205Z [ 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:36:06.6195567Z [ 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:36:06.6198153Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:36:06.6216927Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:36:06.6218700Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-05-15T23:36:06.6220449Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-05-15T23:36:06.6222857Z /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:36:06.6224995Z 56 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-05-15T23:36:06.6225858Z | ^ 2024-05-15T23:36:06.6227568Z /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:36:06.6229331Z 888 | __VA_ARGS__ \ 2024-05-15T23:36:06.6230041Z | ^~~~~~~~~~~ 2024-05-15T23:36:06.6231830Z /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:36:06.6233652Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:36:06.6234470Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:06.6236389Z /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:36:06.6238689Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-05-15T23:36:06.6239564Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:06.6241229Z /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:36:06.6242904Z 49 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-05-15T23:36:06.6243740Z | ^~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:06.6246008Z [ 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:36:06.6249103Z [ 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:36:06.6252151Z [ 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:36:06.6255400Z [ 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:36:06.6258428Z [ 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:36:06.6261504Z [ 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:36:07.2970677Z [ 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:36:07.2974112Z [ 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:36:07.2977593Z [ 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:36:07.2980700Z [ 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:36:07.2983804Z [ 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:36:07.2986783Z [ 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:36:07.2989896Z [ 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:36:07.2992988Z [ 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:36:07.2996010Z [ 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:36:07.2999152Z [ 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:36:07.3002013Z [ 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:36:07.3004929Z [ 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:36:07.3007795Z [ 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:36:07.3010750Z [ 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:36:07.3013873Z [ 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:36:07.3017079Z [ 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:36:07.3019982Z [ 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:36:07.3022891Z [ 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:36:07.3025889Z [ 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:36:07.3028773Z [ 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:36:07.3031622Z [ 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:36:07.3034591Z [ 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:36:07.3037461Z [ 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:36:07.3041049Z [ 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:36:07.3044036Z [ 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:36:07.3046928Z [ 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:36:07.3049901Z [ 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:36:07.3053001Z [ 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:36:07.3056016Z [ 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:36:07.3058730Z [ 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:36:07.3061240Z [ 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:36:07.3063875Z [ 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:36:07.3066458Z [ 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:36:07.3069279Z [ 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:36:07.3072276Z [ 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:36:07.3075406Z [ 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:36:07.3080455Z [ 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:36:07.3083892Z [ 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:36:07.3086972Z [ 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:36:07.3090108Z [ 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:36:07.3093312Z [ 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:36:07.3096336Z [ 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:36:07.3099462Z [ 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:36:07.3102035Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:36:07.3104054Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:36:07.3106096Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-05-15T23:36:07.3107803Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-05-15T23:36:07.3110261Z /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:36:07.3112110Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-05-15T23:36:07.3112754Z | ^ 2024-05-15T23:36:07.3114597Z /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:36:07.3116296Z 888 | __VA_ARGS__ \ 2024-05-15T23:36:07.3117025Z | ^~~~~~~~~~~ 2024-05-15T23:36:07.3119079Z /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:36:07.3120922Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:36:07.3121752Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:07.7990278Z /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:36:07.7992580Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:36:07.7993645Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:07.7995826Z /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:36:07.7997935Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:36:07.7999184Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:07.8000965Z /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:36:07.8002600Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-05-15T23:36:07.8003256Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:07.8005331Z [ 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:36:07.8009019Z [ 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:36:07.8012324Z [ 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:36:07.8015818Z [ 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:36:07.8019079Z [ 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:36:07.8022365Z [ 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:36:07.8025650Z [ 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:36:07.8028938Z [ 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:36:07.8032116Z [ 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:36:07.8035482Z [ 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:36:07.8038840Z [ 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:36:07.8041820Z [ 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:36:07.8044759Z [ 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:36:07.8047790Z [ 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:36:07.8050766Z [ 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:36:07.8053803Z [ 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:36:07.8056697Z [ 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:36:07.8059682Z [ 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:36:07.8062526Z [ 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:36:07.8065348Z [ 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:36:07.8068223Z [ 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:36:07.8071189Z [ 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:36:07.8074135Z [ 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:36:07.8077278Z [ 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:36:07.8080397Z [ 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:36:07.8083373Z [ 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:36:07.8085715Z [ 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:36:07.8088196Z [ 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:36:07.8090735Z [ 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:36:07.8093465Z [ 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:36:07.8096100Z [ 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:36:07.8098960Z [ 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:36:07.8101394Z [ 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:36:07.8103367Z [ 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:36:07.8105164Z [ 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:36:07.8106902Z [ 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:36:07.8108634Z [ 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:36:07.8110413Z [ 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:36:07.8112191Z [ 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:36:07.8113921Z [ 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:36:07.8115675Z [ 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:36:07.8117622Z [ 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:36:07.8120297Z [ 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:36:07.8122790Z [ 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:36:07.8125204Z [ 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:36:07.8128060Z [ 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:36:07.8130883Z [ 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:36:08.2292487Z [ 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:36:08.2295174Z [ 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:36:08.2297647Z [ 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:36:08.2300094Z [ 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:36:08.2302546Z [ 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:36:08.2304911Z [ 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:36:08.2307718Z [ 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:36:08.2310156Z [ 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:36:08.2312600Z [ 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:36:08.2315092Z [ 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:36:08.2317600Z [ 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:36:08.2320473Z [ 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:36:08.2323129Z [ 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:36:08.2325728Z [ 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:36:08.2328143Z [ 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:36:08.2330691Z [ 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:36:08.2333528Z [ 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:36:08.2336234Z [ 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:36:08.2338778Z [ 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:36:08.2341426Z [ 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:36:08.2344304Z [ 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:36:08.2346851Z [ 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:36:08.2349343Z [ 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:36:08.2351895Z [ 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:36:08.2354135Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:36:08.2355920Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:36:08.2357615Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-05-15T23:36:08.2361124Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-05-15T23:36:08.2363382Z /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:36:08.2365269Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-05-15T23:36:08.2365909Z | ^ 2024-05-15T23:36:08.2367514Z /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:36:08.2369070Z 888 | __VA_ARGS__ \ 2024-05-15T23:36:08.2369713Z | ^~~~~~~~~~~ 2024-05-15T23:36:08.2371380Z /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:36:08.2373298Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:36:08.2374067Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.2375941Z /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:36:08.2377985Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:36:08.2378826Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.2380144Z /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:36:08.2381402Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:36:08.2381954Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.2383062Z /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:36:08.2384225Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-05-15T23:36:08.2384829Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.2385970Z [ 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:36:08.2387789Z [ 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:36:08.2389640Z [ 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:36:08.2391735Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-05-15T23:36:08.2393615Z [ 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:36:08.2395591Z [ 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:36:08.2397522Z [ 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:36:08.2400248Z [ 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:36:08.2401868Z [ 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:36:08.2403485Z [ 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:36:08.2405109Z [ 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:36:08.2406738Z [ 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:36:08.2408542Z [ 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:36:08.2410130Z [ 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:36:08.2411651Z [ 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:36:08.2413271Z [ 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:36:08.4645735Z [ 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:36:08.4648652Z [ 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:36:08.4650931Z [ 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:36:08.4652827Z [ 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:36:08.4654500Z [ 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:36:08.4656179Z [ 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:36:08.4657852Z [ 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:36:08.4659812Z [ 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:36:08.4662101Z [ 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:36:08.4664427Z [ 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:36:08.4666753Z [ 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:36:08.4669489Z [ 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:36:08.4672072Z [ 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:36:08.4674490Z [ 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:36:08.4676864Z [ 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:36:08.4679642Z [ 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:36:08.4682181Z [ 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:36:08.4684419Z [ 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:36:08.4686820Z [ 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:36:08.4689479Z [ 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:36:08.4691571Z [ 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:36:08.4694024Z [ 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:36:08.4696568Z [ 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:36:08.4699308Z [ 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:36:08.4701263Z [ 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:36:08.4702863Z [ 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:36:08.4704441Z [ 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:36:08.4705928Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:36:08.4707394Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:36:08.4708528Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-05-15T23:36:08.4709643Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-05-15T23:36:08.4711229Z /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:36:08.4712412Z 70 | [](Vec x, Vec y) { return x * y; }, 2024-05-15T23:36:08.4712868Z | ^ 2024-05-15T23:36:08.4714159Z /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:36:08.4715436Z 888 | __VA_ARGS__ \ 2024-05-15T23:36:08.4715919Z | ^~~~~~~~~~~ 2024-05-15T23:36:08.4717303Z /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:36:08.4718764Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:36:08.4719314Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.4720555Z /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:36:08.4722066Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:36:08.4722937Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.4724833Z /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:36:08.4726455Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:36:08.4727199Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.4728876Z /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:36:08.4730382Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-05-15T23:36:08.4731378Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.4732503Z /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:36:08.4733841Z 67 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-05-15T23:36:08.4734416Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:08.4735566Z [ 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:36:08.4737328Z [ 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:36:08.4739400Z [ 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:36:08.4741171Z [ 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:36:08.4742979Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-05-15T23:36:08.4744789Z [ 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:36:08.4746488Z [ 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:36:08.4748111Z [ 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:36:08.4749980Z [ 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:36:08.4752067Z [ 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:36:08.4753893Z [ 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:36:08.4755594Z [ 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:36:08.4757327Z [ 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:36:08.4759400Z [ 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:36:08.8756958Z [ 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:36:08.8760286Z [ 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:36:08.8762298Z [ 29%] 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:36:08.8764303Z [ 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:36:08.8766357Z [ 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:36:08.8768339Z [ 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:36:08.8770480Z [ 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:36:08.8773053Z [ 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:36:08.8775936Z [ 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:36:08.8778382Z [ 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:36:08.8780893Z [ 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:36:08.8783352Z [ 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:36:08.8785747Z [ 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:36:08.8788155Z [ 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:36:08.8790521Z [ 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:36:08.8793218Z [ 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:36:08.8795742Z [ 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:36:08.8798257Z [ 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:36:08.8801008Z [ 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:36:08.8803468Z [ 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:36:08.8805932Z [ 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:36:08.8808434Z [ 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:36:08.8810869Z [ 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:36:08.8813338Z [ 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:36:08.8815588Z [ 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:36:08.8817690Z [ 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:36:08.8819737Z [ 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:36:08.8821754Z [ 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:36:08.8824289Z [ 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:36:08.8826768Z [ 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:36:08.8829353Z [ 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:36:08.8832298Z [ 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:36:08.8835019Z [ 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:36:08.8837730Z [ 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:36:08.8840406Z [ 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:36:08.8842261Z [ 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:36:08.8843996Z [ 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:36:08.8845738Z [ 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:36:08.8847425Z [ 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:36:08.8849099Z [ 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:36:08.8850770Z [ 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:36:08.8852441Z [ 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:36:08.8854220Z [ 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:36:08.8855882Z [ 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:36:08.8857546Z [ 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:36:08.8859490Z [ 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:36:08.8861200Z [ 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:36:08.8862925Z [ 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:36:08.8864636Z [ 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:36:08.8866344Z [ 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:36:08.8868040Z [ 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:36:08.8869733Z [ 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:36:08.8871432Z [ 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:36:08.8873137Z [ 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:36:08.8875020Z [ 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:36:08.8876796Z [ 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:36:09.2248058Z [ 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:36:09.2251242Z [ 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:36:09.2254214Z [ 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:36:09.2257041Z [ 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:36:09.2259769Z [ 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:36:09.2262560Z [ 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:36:09.2265362Z [ 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:36:09.2268123Z [ 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:36:09.2270636Z [ 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:36:09.2272900Z [ 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:36:09.2275262Z [ 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:36:09.2277766Z [ 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:36:09.2281138Z [ 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:36:09.2283915Z [ 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:36:09.2286612Z [ 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:36:09.2289372Z [ 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:36:09.2292103Z [ 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:36:09.2294931Z [ 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:36:09.2297709Z [ 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:36:09.2300459Z [ 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:36:09.2303540Z [ 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:36:09.2306229Z [ 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:36:09.2308961Z [ 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:36:09.2311725Z [ 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:36:09.2314502Z [ 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:36:09.2317191Z [ 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:36:09.2320888Z [ 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:36:09.2323428Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-05-15T23:36:09.2326045Z [ 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:36:09.2328759Z [ 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:36:09.2331447Z [ 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:36:09.2334259Z [ 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:36:09.2337001Z [ 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:36:09.2339711Z [ 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:36:09.2342416Z [ 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:36:09.2345384Z [ 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:36:09.2347871Z [ 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:36:09.2350146Z [ 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:36:09.2352412Z [ 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:36:09.2354693Z [ 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:36:09.2357218Z [ 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:36:09.2360329Z [ 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:36:09.2363072Z [ 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:36:09.2365783Z [ 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:36:09.2368777Z [ 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:36:09.2371534Z [ 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:36:09.2374423Z [ 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:36:09.2377077Z [ 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:36:09.2379791Z [ 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:36:09.2382545Z [ 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:36:09.2385089Z [ 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:36:09.2387416Z [ 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:36:09.2389714Z [ 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:36:09.2392123Z [ 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:36:09.2394924Z [ 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:36:09.5596047Z [ 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:36:09.5599086Z [ 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:36:09.5601902Z [ 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:36:09.5604891Z [ 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:36:09.5608003Z [ 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:36:09.5610610Z [ 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:36:09.5613343Z [ 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:36:09.5616055Z [ 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:36:09.5619408Z [ 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:36:09.5621963Z [ 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:36:09.5624508Z [ 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:36:09.5627496Z [ 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:36:09.5630041Z [ 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:36:09.5632618Z [ 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:36:09.5635204Z [ 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:36:09.5637728Z [ 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:36:09.5640483Z [ 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:36:09.5643070Z [ 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:36:09.5645828Z [ 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:36:09.5648305Z [ 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:36:09.5651080Z [ 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:36:09.5653850Z [ 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:36:09.5656502Z [ 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:36:09.5659054Z [ 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:36:09.5661686Z [ 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:36:09.5663836Z [ 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:36:09.5665865Z [ 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:36:09.5667982Z [ 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:36:09.5669727Z [ 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:36:09.5671471Z [ 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:36:09.5673255Z [ 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:36:09.5675081Z [ 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:36:09.5676892Z [ 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:36:09.5679171Z [ 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:36:09.5680996Z [ 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:36:09.5682806Z [ 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:36:09.5684632Z [ 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:36:09.5686447Z [ 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:36:09.5688259Z [ 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:36:09.5690075Z [ 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:36:09.5691891Z [ 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:36:09.5693884Z [ 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:36:09.5695747Z [ 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:36:09.5697556Z [ 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:36:09.5699347Z [ 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:36:09.5701093Z [ 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:36:09.5702817Z [ 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:36:09.5704756Z [ 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:36:09.5706575Z [ 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:36:09.5708381Z [ 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:36:09.5710342Z [ 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:36:09.5712152Z [ 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:36:09.5713960Z [ 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:36:10.0246531Z [ 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:36:10.0249624Z [ 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:36:10.0252886Z [ 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:36:10.0255502Z [ 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:36:10.0258402Z [ 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:36:10.0261399Z [ 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:36:10.0264325Z [ 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:36:10.0267237Z [ 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:36:10.0270109Z [ 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:36:10.0272999Z [ 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:36:10.0275927Z [ 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:36:10.0279402Z [ 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:36:10.0282224Z [ 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:36:10.0284818Z [ 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:36:10.0287380Z [ 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:36:10.0290255Z [ 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:36:10.0293705Z [ 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:36:10.0296578Z [ 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:36:10.0299333Z [ 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:36:10.0302136Z [ 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:36:10.0304904Z [ 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:36:10.0307851Z [ 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:36:10.0310604Z [ 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:36:10.0313384Z [ 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:36:10.0316496Z [ 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:36:10.0319502Z [ 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:36:10.0322194Z [ 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:36:10.0324829Z [ 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:36:10.0327554Z [ 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:36:10.0330447Z [ 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:36:10.0333608Z [ 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:36:10.0336764Z [ 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:36:10.0339860Z [ 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:36:10.0342945Z [ 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:36:10.0345996Z [ 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:36:10.0348959Z [ 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:36:10.0351701Z [ 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:36:10.0354730Z [ 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:36:10.0358124Z [ 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:36:10.0361077Z [ 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:36:10.0364063Z [ 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:36:10.0367291Z [ 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:36:10.0370411Z [ 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:36:10.0373743Z [ 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:36:10.0376740Z [ 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:36:10.0379833Z [ 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:36:10.0383373Z [ 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:36:10.0386365Z [ 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:36:10.0389329Z [ 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:36:10.0392449Z [ 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:36:10.0395436Z [ 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:36:10.0398686Z [ 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:36:10.9297610Z [ 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:36:10.9300753Z [ 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:36:10.9303898Z [ 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:36:10.9306973Z [ 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:36:10.9310030Z [ 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:36:10.9313148Z [ 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:36:10.9316176Z [ 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:36:10.9320011Z [ 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:36:10.9323072Z [ 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:36:10.9326164Z [ 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:36:10.9329308Z [ 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:36:10.9332401Z [ 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:36:10.9335778Z [ 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:36:10.9338881Z [ 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:36:10.9341975Z [ 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:36:10.9345432Z [ 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:36:10.9348545Z [ 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:36:10.9351720Z [ 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:36:10.9354776Z [ 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:36:10.9357696Z [ 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:36:10.9360740Z [ 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:36:10.9363484Z [ 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:36:10.9366108Z [ 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:36:10.9368858Z [ 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:36:10.9371536Z [ 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:36:10.9374454Z [ 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:36:10.9377054Z [ 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:36:10.9379869Z [ 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:36:10.9382676Z [ 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:36:10.9385886Z [ 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:36:10.9388768Z [ 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:36:10.9391634Z [ 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:36:10.9394532Z [ 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:36:10.9397386Z [ 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:36:10.9400582Z [ 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:36:10.9403411Z [ 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:36:10.9406335Z [ 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:36:10.9409473Z [ 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:36:10.9412351Z [ 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:36:10.9415421Z [ 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:36:10.9418341Z [ 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:36:10.9421172Z [ 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:36:10.9424114Z [ 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:36:10.9426945Z [ 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:36:10.9429886Z [ 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:36:10.9432613Z [ 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:36:10.9435375Z [ 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:36:10.9438012Z [ 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:36:10.9441041Z [ 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:36:10.9443710Z [ 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:36:10.9446499Z [ 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:36:10.9449606Z [ 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:36:11.8561357Z [ 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:36:11.8563918Z [ 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:36:11.8566485Z [ 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:36:11.8569049Z [ 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:36:11.8571592Z [ 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:36:11.8574275Z [ 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:36:11.8576755Z [ 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:36:11.8579227Z [ 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:36:11.8582143Z [ 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:36:11.8584618Z [ 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:36:11.8587095Z [ 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:36:11.8589575Z [ 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:36:11.8592102Z [ 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:36:11.8594606Z [ 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:36:11.8597130Z [ 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:36:11.8599910Z [ 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:36:11.8602322Z [ 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:36:11.8604695Z [ 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:36:11.8606913Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-05-15T23:36:11.8608829Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-05-15T23:36:11.8610471Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-05-15T23:36:11.8612062Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-05-15T23:36:11.8614476Z /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:36:11.8616717Z 53 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-05-15T23:36:11.8617536Z | ^ 2024-05-15T23:36:11.8619170Z /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:36:11.8620767Z 888 | __VA_ARGS__ \ 2024-05-15T23:36:11.8621482Z | ^~~~~~~~~~~ 2024-05-15T23:36:11.8623158Z /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:36:11.8624910Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-05-15T23:36:11.8625674Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:11.8627513Z /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:36:11.8629499Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-05-15T23:36:11.8630425Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:11.8632310Z /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:36:11.8634428Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-05-15T23:36:11.8635252Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:11.8637100Z /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:36:11.8639418Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-05-15T23:36:11.8640325Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:11.8641873Z /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:36:11.8643473Z 46 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-05-15T23:36:11.8644278Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-05-15T23:36:11.8645889Z [ 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:36:11.8648380Z [ 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:36:11.8650837Z [ 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:36:11.8653462Z [ 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:36:11.8656101Z [ 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:36:11.8658729Z [ 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:36:11.8661338Z [ 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:36:11.8664003Z [ 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:36:11.8666669Z [ 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:36:11.8669270Z [ 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:36:11.8672342Z [ 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:36:11.8674980Z [ 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:36:11.8677583Z [ 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:36:11.8680560Z [ 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:36:11.8683108Z [ 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:36:11.8685771Z [ 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:36:11.8688395Z [ 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:36:11.8691023Z [ 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:36:11.8694123Z [ 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:36:11.8696800Z [ 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:36:11.8699322Z [ 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:36:12.5061366Z [ 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:36:12.5064267Z [ 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:36:12.5067334Z [ 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:36:12.5070169Z [ 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:36:12.5072945Z [ 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:36:12.5075760Z [ 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:36:12.5078906Z [ 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:36:12.5081657Z [ 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:36:12.5084416Z [ 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:36:12.5087255Z [ 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:36:12.5090026Z [ 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:36:12.5092977Z [ 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:36:12.5096144Z [ 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:36:12.5099969Z [ 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:36:12.5102697Z [ 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:36:12.5105484Z [ 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:36:12.5108266Z [ 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:36:12.5110869Z [ 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:36:12.5113632Z [ 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:36:12.5116508Z [ 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:36:12.5119694Z [ 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:36:12.5122377Z [ 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:36:12.5124969Z [ 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:36:12.5127582Z [ 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:36:12.5130131Z [ 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:36:12.5132842Z [ 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:36:12.5135496Z [ 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:36:12.5138683Z [ 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:36:12.5141226Z [ 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:36:12.5143423Z [ 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:36:12.5145618Z [ 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:36:12.5147933Z [ 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:36:12.5150233Z [ 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:36:12.5152657Z [ 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:36:12.5154989Z [ 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:36:12.5157549Z [ 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:36:12.5160954Z [ 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:36:12.5163538Z [ 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:36:12.5166127Z [ 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:36:12.5168663Z [ 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:36:12.5171032Z [ 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:36:12.5173616Z [ 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:36:12.5176004Z [ 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:36:12.5178414Z [ 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:36:12.5181220Z [ 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:36:12.5183786Z [ 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:36:12.5186348Z [ 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:36:12.5188749Z [ 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:36:12.5191229Z [ 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:36:12.5193651Z [ 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:36:12.5196100Z [ 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:36:12.5198999Z [ 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:36:12.5201466Z [ 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:36:12.5203861Z [ 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:36:12.5206355Z [ 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:36:12.5208877Z [ 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:36:12.5211309Z [ 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:36:12.5213776Z [ 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:36:13.0155776Z [ 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:36:13.0157914Z [ 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:36:13.0160475Z [ 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:36:13.0162591Z [ 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:36:13.0164648Z [ 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:36:13.0166780Z [ 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:36:13.0168876Z [ 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:36:13.0170600Z [ 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:36:13.0172230Z [ 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:36:13.0173962Z [ 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:36:13.0175595Z [ 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:36:13.0177636Z [ 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:36:13.0179257Z [ 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:36:13.0180872Z [ 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:36:13.0182457Z [ 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:36:13.0184011Z [ 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:36:13.0185572Z [ 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:36:13.0187151Z [ 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:36:13.0188731Z [ 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:36:13.0190309Z [ 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:36:13.0191919Z [ 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:36:13.0193520Z [ 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:36:13.0195079Z [ 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:36:13.0196737Z [ 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:36:13.0199063Z [ 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:36:13.0201180Z [ 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:36:13.0203533Z [ 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:36:13.0205749Z [ 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:36:13.0208123Z [ 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:36:13.0210543Z [ 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:36:13.0212877Z [ 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:36:13.0214441Z [ 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:36:13.0216084Z [ 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:36:13.0217826Z [ 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:36:13.0219431Z [ 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:36:13.0221394Z [ 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:36:13.0223170Z [ 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:36:13.0224986Z [ 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:36:13.0226891Z [ 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:36:13.0228717Z [ 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:36:13.0230507Z [ 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:36:13.0232315Z [ 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:36:13.0234068Z [ 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:36:13.0235896Z [ 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:36:13.0237848Z [ 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:36:13.0240140Z [ 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:36:13.0242103Z [ 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:36:13.0244193Z [ 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:36:13.0246375Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-05-15T23:36:13.0248480Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-05-15T23:36:13.0251006Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-05-15T23:36:13.0253323Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-05-15T23:36:13.0255340Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-05-15T23:36:13.0257413Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-05-15T23:36:13.0259538Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-05-15T23:36:13.0261770Z [ 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:36:13.0263892Z [ 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:36:13.0266301Z [ 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:36:13.0268752Z [ 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:36:13.6611185Z [ 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:36:13.6613996Z [ 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:36:13.6616738Z [ 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:36:13.6619423Z [ 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:36:13.6622062Z [ 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:36:13.6624680Z [ 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:36:13.6627174Z [ 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:36:13.6629552Z [ 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:36:13.6631926Z [ 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:36:13.6634307Z [ 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:36:13.6636772Z [ 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:36:13.6642655Z [ 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:36:13.6645309Z [ 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:36:13.6647941Z [ 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:36:13.6650395Z [ 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:36:13.6653470Z [ 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:36:13.6655974Z [ 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:36:13.6658394Z [ 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:36:13.6660921Z [ 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:36:13.6663454Z [ 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:36:13.6666037Z [ 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:36:13.6668764Z [ 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:36:13.6671430Z [ 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:36:13.6674109Z [ 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:36:13.6677204Z [ 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:36:13.6680338Z [ 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:36:13.6682983Z [ 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:36:13.6685569Z [ 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:36:13.6688166Z [ 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:36:13.6690674Z [ 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:36:13.6693409Z [ 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:36:13.6695975Z [ 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:36:13.6698442Z [ 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:36:13.6701088Z [ 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:36:13.6703665Z [ 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:36:13.6706417Z [ 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:36:13.6709213Z [ 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:36:13.6711898Z [ 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:36:13.6715083Z [ 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:36:13.6717849Z [ 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:36:13.6721000Z [ 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:36:13.6723710Z [ 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:36:13.6726394Z [ 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:36:13.6729206Z [ 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:36:13.6732178Z [ 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:36:13.6735031Z [ 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:36:13.6737813Z [ 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:36:13.6741075Z [ 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:36:13.6743730Z [ 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:36:13.6746487Z [ 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:36:13.6749230Z [ 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:36:13.6751955Z [ 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:36:13.6754624Z [ 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:36:13.6757443Z [ 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:36:13.6760687Z [ 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:36:14.1970398Z [ 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:36:14.1973421Z [ 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:36:14.1975973Z [ 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:36:14.1978600Z [ 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:36:14.1981056Z [ 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:36:14.1983642Z [ 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:36:14.1986665Z [ 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:36:14.1989227Z [ 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:36:14.1991984Z [ 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:36:14.1995105Z [ 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:36:14.1998268Z [ 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:36:14.2002114Z [ 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:36:14.2005469Z [ 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:36:14.2008955Z [ 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:36:14.2012435Z [ 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:36:14.2015895Z [ 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:36:14.2019179Z [ 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:36:14.2022519Z [ 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:36:14.2025871Z [ 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:36:14.2029174Z [ 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:36:14.2031980Z [ 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:36:14.2034644Z [ 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:36:14.2037390Z [ 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:36:14.2040747Z [ 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:36:14.2043573Z [ 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:36:14.2046432Z [ 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:36:14.2049150Z [ 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:36:14.2052115Z [ 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:36:14.2054958Z [ 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:36:14.2057547Z [ 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:36:14.2060174Z [ 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:36:14.2062748Z [ 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:36:14.2065340Z [ 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:36:14.2067764Z [ 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:36:14.2070134Z [ 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:36:14.2072482Z [ 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:36:14.2074697Z [ 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:36:14.2076893Z [ 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:36:14.2079312Z [ 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:36:14.2081468Z [ 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:36:14.2083615Z [ 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:36:14.2085818Z [ 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:36:14.2088119Z [ 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:36:14.2090334Z [ 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:36:14.2092890Z [ 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:36:14.2095414Z [ 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:36:14.2098006Z [ 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:36:14.2100810Z [ 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:36:14.2103341Z [ 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:36:14.2105810Z [ 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:36:14.2108366Z [ 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:36:14.2111201Z [ 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:36:14.2113567Z [ 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:36:14.2115966Z [ 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:36:14.6227030Z [ 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:36:14.6229912Z [ 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:36:14.6237468Z [ 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:36:14.6240269Z [ 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:36:14.6242372Z [ 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:36:14.6244983Z [ 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:36:14.6246933Z [ 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:36:14.6248828Z [ 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:36:14.6250718Z [ 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:36:14.6252602Z [ 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:36:14.6254616Z [ 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:36:14.6256504Z [ 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:36:14.6258379Z [ 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:36:14.6260243Z [ 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:36:14.6262154Z [ 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:36:14.6264026Z [ 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:36:14.6265703Z [ 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:36:14.6267188Z [ 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:36:14.6268694Z [ 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:36:14.6270398Z [ 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:36:14.6271943Z [ 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:36:14.6273514Z [ 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:36:14.6275044Z [ 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:36:14.6276498Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-05-15T23:36:14.6277921Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-05-15T23:36:14.6280006Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-05-15T23:36:14.6282022Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-05-15T23:36:14.6284238Z [ 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:36:14.6286835Z [ 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:36:14.6289024Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-05-15T23:36:14.6291213Z [ 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:36:14.6293755Z [ 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:36:14.6296091Z [ 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:36:14.6298306Z [ 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:36:14.6300865Z [ 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:36:14.6303634Z [ 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:36:14.6306372Z [ 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:36:14.6309191Z [ 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:36:14.6312036Z [ 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:36:14.6314873Z [ 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:36:14.6317590Z [ 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:36:14.6320605Z [ 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:36:14.6323518Z [ 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:36:14.6326592Z [ 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:36:14.6329573Z [ 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:36:14.6332522Z [ 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:36:14.6335738Z [ 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:36:14.6338938Z [ 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:36:14.6342154Z [ 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:36:14.6345393Z [ 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:36:14.6348794Z [ 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:36:14.6351828Z [ 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:36:14.6354964Z [ 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:36:14.6358103Z [ 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:36:15.5656087Z [ 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:36:15.5659207Z [ 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:36:15.5662121Z [ 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:36:15.5665015Z [ 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:36:15.5668094Z [ 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:36:15.5670939Z [ 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:36:15.5673824Z [ 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:36:15.5676730Z [ 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:36:15.5679813Z [ 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:36:15.5683074Z [ 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:36:15.5685903Z [ 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:36:15.5688732Z [ 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:36:15.5691587Z [ 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:36:15.5694632Z [ 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:36:15.5697592Z [ 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:36:15.5700516Z [ 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:36:15.5703414Z [ 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:36:15.5706714Z [ 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:36:15.5709616Z [ 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:36:15.5712454Z [ 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:36:15.5715333Z [ 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:36:15.5718234Z [ 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:36:15.5721757Z [ 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:36:15.5724624Z [ 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:36:15.5727531Z [ 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:36:15.5730435Z [ 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:36:15.5733506Z [ 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:36:15.5736246Z [ 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:36:15.5738976Z [ 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:36:15.5741694Z [ 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:36:15.5744909Z [ 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:36:15.5747708Z [ 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:36:15.5750558Z [ 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:36:15.5753349Z [ 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:36:15.5755906Z [ 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:36:15.5758278Z [ 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:36:15.5761079Z [ 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:36:15.5763448Z [ 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:36:15.5765972Z [ 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:36:15.5769044Z [ 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:36:15.5771764Z [ 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:36:15.5774620Z [ 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:36:15.5777274Z [ 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:36:15.5779950Z [ 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:36:15.5782756Z [ 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:36:15.5785828Z [ 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:36:15.5788950Z [ 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:36:15.5792095Z [ 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:36:15.5795229Z [ 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:36:15.5798769Z [ 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:36:16.4685764Z [ 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:36:16.4689605Z [ 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:36:16.4692942Z [ 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:36:16.4696231Z [ 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:36:16.4699452Z [ 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:36:16.4702693Z [ 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:36:16.4705891Z [ 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:36:16.4709050Z [ 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:36:16.4712151Z [ 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:36:16.4715455Z [ 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:36:16.4718837Z [ 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:36:16.4721706Z [ 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:36:16.4724797Z [ 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:36:16.4727810Z [ 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:36:16.4730934Z [ 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:36:16.4734242Z [ 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:36:16.4737086Z [ 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:36:16.4740061Z [ 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:36:16.4743035Z [ 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:36:16.4746116Z [ 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:36:16.4749123Z [ 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:36:16.4752371Z [ 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:36:16.4756071Z [ 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:36:16.4759360Z [ 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:36:16.4762524Z [ 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:36:16.4765625Z [ 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:36:16.4768562Z [ 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:36:16.4771422Z [ 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:36:16.4774643Z [ 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:36:16.4777612Z [ 41%] 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:36:16.4781045Z [ 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:36:16.4783968Z [ 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:36:16.4786899Z [ 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:36:16.4789934Z [ 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:36:16.4792955Z [ 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:36:16.4796037Z [ 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:36:16.4799242Z [ 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:36:16.4802132Z [ 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:36:16.4804939Z [ 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:36:16.4807914Z [ 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:36:16.4810905Z [ 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:36:16.4814017Z [ 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:36:16.4817095Z [ 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:36:16.4820510Z [ 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:36:16.4823497Z [ 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:36:16.4826579Z [ 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:36:16.4829646Z [ 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:36:16.4832627Z [ 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:36:16.4835714Z [ 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:36:17.1668418Z [ 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:36:17.1671058Z [ 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:36:17.1674291Z [ 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:36:17.1677416Z [ 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:36:17.1680621Z [ 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:36:17.1683566Z [ 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:36:17.1686561Z [ 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:36:17.1689527Z [ 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:36:17.1692543Z [ 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:36:17.1696014Z [ 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:36:17.1698918Z [ 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:36:17.1701750Z [ 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:36:17.1704604Z [ 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:36:17.1707332Z [ 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:36:17.1710097Z [ 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:36:17.1735081Z [ 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:36:17.1738096Z [ 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:36:17.1740866Z [ 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:36:17.1743921Z [ 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:36:17.1746757Z [ 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:36:17.1749606Z [ 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:36:17.1752232Z [ 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:36:17.1754589Z [ 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:36:17.1757061Z [ 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:36:17.1760197Z [ 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:36:17.1762637Z [ 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:36:17.1765068Z [ 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:36:17.1767938Z [ 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:36:17.1770840Z [ 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:36:17.1773901Z [ 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:36:17.1776800Z [ 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:36:17.1779454Z [ 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:36:17.1781976Z [ 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:36:17.1784536Z [ 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:36:17.1787189Z [ 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:36:17.1789901Z [ 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:36:17.1792983Z [ 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:36:17.1796018Z [ 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:36:17.1799928Z [ 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:36:17.1802975Z [ 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:36:17.1805977Z [ 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:36:17.1809070Z [ 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:36:17.1811971Z [ 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:36:17.1815123Z [ 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:36:17.1818122Z [ 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:36:17.1821044Z [ 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:36:17.1824140Z [ 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:36:17.1826616Z [ 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:36:17.1829077Z [ 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:36:17.1831577Z [ 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:36:17.1834217Z [ 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:36:17.1837085Z [ 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:36:17.1840513Z [ 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:36:17.8886333Z [ 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:36:17.8888972Z [ 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:36:17.8891211Z [ 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:36:17.8893258Z [ 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:36:17.8895209Z [ 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:36:17.8897179Z [ 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:36:17.8899109Z [ 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:36:17.8901355Z [ 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:36:17.8903333Z [ 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:36:17.8905211Z [ 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:36:17.8907108Z [ 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:36:17.8909036Z [ 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:36:17.8910939Z [ 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:36:17.8912982Z [ 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:36:17.8914907Z [ 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:36:17.8917043Z [ 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:36:17.8919313Z [ 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:36:17.8921445Z [ 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:36:17.8923365Z [ 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:36:17.8925255Z [ 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:36:17.8927169Z [ 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:36:17.8929055Z [ 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:36:17.8930866Z [ 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:36:17.8932768Z [ 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:36:17.8934586Z [ 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:36:17.8936366Z [ 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:36:17.8938276Z [ 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:36:17.8940077Z [ 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:36:17.8941882Z [ 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:36:17.8943943Z [ 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:36:17.8945754Z [ 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:36:17.8947597Z [ 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:36:17.8949382Z [ 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:36:17.8951161Z [ 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:36:17.8952944Z [ 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:36:17.8954767Z [ 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:36:17.8956581Z [ 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:36:17.8958848Z [ 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:36:17.8960658Z [ 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:36:17.8962445Z [ 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:36:17.8964273Z [ 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:36:17.8966073Z [ 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:36:17.8967863Z [ 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:36:17.8969661Z [ 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:36:17.8971430Z [ 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:36:17.8973304Z [ 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:36:17.8975115Z [ 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:36:17.8976889Z [ 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:36:17.8978672Z [ 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:36:17.8980446Z [ 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:36:17.8982187Z [ 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:36:17.8984309Z [ 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:36:17.8986597Z [ 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:36:18.7841661Z [ 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:36:18.7844128Z [ 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:36:18.7846409Z [ 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:36:18.7848730Z [ 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:36:18.7851131Z [ 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:36:18.7853741Z [ 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:36:18.7856127Z [ 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:36:18.7859021Z [ 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:36:18.7861764Z [ 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:36:18.7864551Z [ 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:36:18.7867311Z [ 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:36:18.7869810Z [ 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:36:18.7872236Z [ 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:36:18.7874726Z [ 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:36:18.7877327Z [ 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:36:18.7880503Z [ 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:36:18.7883137Z [ 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:36:18.7885764Z [ 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:36:18.7888324Z [ 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:36:18.7890739Z [ 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:36:18.7893582Z [ 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:36:18.7896565Z [ 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:36:18.7899621Z [ 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:36:18.7901932Z [ 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:36:18.7904222Z [ 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:36:18.7906510Z [ 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:36:18.7909094Z [ 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:36:18.7912067Z [ 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:36:18.7915064Z [ 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:36:18.7917889Z [ 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:36:18.7920930Z [ 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:36:18.7923710Z [ 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:36:18.7926293Z [ 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:36:18.7929123Z [ 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:36:18.7931899Z [ 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:36:18.7934872Z [ 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:36:18.7937710Z [ 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:36:18.7940515Z [ 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:36:18.7943313Z [ 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:36:18.7946134Z [ 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:36:18.7949034Z [ 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:36:18.7951846Z [ 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:36:18.7954668Z [ 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:36:18.7957448Z [ 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:36:18.7960647Z [ 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:36:18.7963858Z [ 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:36:18.7966705Z [ 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:36:18.7969541Z [ 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:36:18.7972431Z [ 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:36:18.7975239Z [ 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:36:18.7977707Z [ 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:36:18.7980392Z [ 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:36:18.7983060Z [ 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:36:18.7986165Z [ 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:36:18.7989123Z [ 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:36:18.7992119Z [ 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:36:19.6147273Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-05-15T23:36:19.6149711Z [ 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:36:19.6152523Z [ 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:36:19.6154735Z [ 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:36:19.6157030Z [ 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:36:19.6159881Z [ 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:36:19.6163445Z [ 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:36:19.6166411Z [ 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:36:19.6169328Z [ 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:36:19.6172216Z [ 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:36:19.6175161Z [ 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:36:19.6177860Z [ 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:36:19.6180511Z [ 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:36:19.6183166Z [ 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:36:19.6186242Z [ 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:36:19.6189340Z [ 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:36:19.6192270Z [ 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:36:19.6195238Z [ 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:36:19.6198265Z [ 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:36:19.6201740Z [ 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:36:19.6205229Z [ 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:36:19.6208365Z [ 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:36:19.6211321Z [ 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:36:19.6214506Z [ 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:36:19.6217375Z [ 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:36:19.6219917Z [ 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:36:19.6222302Z [ 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:36:19.6224697Z [ 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:36:19.6227328Z [ 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:36:19.6229884Z [ 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:36:19.6232413Z [ 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:36:19.6234919Z [ 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:36:19.6237573Z [ 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:36:19.6240563Z [ 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:36:19.6243614Z [ 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:36:19.6246352Z [ 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:36:19.6249039Z [ 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:36:19.6251604Z [ 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:36:19.6254391Z [ 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:36:19.6257053Z [ 45%] 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:36:19.6259725Z [ 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:36:19.6262400Z [ 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:36:19.6264938Z [ 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:36:19.6267667Z [ 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:36:19.6270221Z [ 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:36:19.6273012Z [ 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:36:19.6275867Z [ 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:36:19.6278987Z [ 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:36:19.6281761Z [ 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:36:19.6284441Z [ 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:36:19.6287074Z [ 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:36:19.6289328Z [ 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:36:19.6291785Z [ 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:36:19.6294275Z [ 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:36:19.6296528Z [ 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:36:19.6298906Z [ 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:36:20.2575190Z [ 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:36:20.2577195Z [ 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:36:20.2579147Z [ 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:36:20.2581053Z [ 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:36:20.2582847Z [ 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:36:20.2585150Z [ 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:36:20.2587165Z [ 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:36:20.2588933Z [ 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:36:20.2590734Z [ 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:36:20.2592529Z [ 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:36:20.2594460Z [ 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:36:20.2596227Z [ 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:36:20.2598021Z [ 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:36:20.2600321Z [ 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:36:20.2602348Z [ 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:36:20.2604374Z [ 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:36:20.2606449Z [ 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:36:20.2608536Z [ 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:36:20.2610560Z [ 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:36:20.2612484Z [ 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:36:20.2614391Z [ 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:36:20.2616142Z [ 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:36:20.2617898Z [ 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:36:20.2619683Z [ 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:36:20.2621641Z [ 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:36:20.2623324Z [ 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:36:20.2624936Z [ 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:36:20.2626550Z [ 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:36:20.2628149Z [ 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:36:20.2629790Z [ 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:36:20.2631482Z [ 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:36:20.2633155Z [ 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:36:20.2634834Z [ 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:36:20.2636631Z [ 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:36:20.2638700Z [ 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:36:20.2640380Z [ 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:36:20.2641970Z [ 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:36:20.2643562Z [ 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:36:20.2645152Z [ 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:36:20.2646731Z [ 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:36:20.2648368Z [ 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:36:20.2649938Z [ 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:36:20.2651616Z [ 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:36:20.2653247Z [ 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:36:20.2654762Z [ 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:36:20.2656291Z [ 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:36:20.2657817Z [ 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:36:20.2659329Z [ 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:36:20.2661015Z [ 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:36:20.2662513Z [ 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:36:20.2664010Z [ 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:36:20.2665702Z [ 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:36:20.2667518Z [ 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:36:20.2669349Z [ 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:36:20.2671432Z [ 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:36:20.8729041Z [ 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:36:20.8732315Z [ 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:36:20.8735395Z [ 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:36:20.8738175Z [ 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:36:20.8741060Z [ 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:36:20.8743793Z [ 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:36:20.8746564Z [ 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:36:20.8749472Z [ 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:36:20.8753334Z [ 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:36:20.8756528Z [ 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:36:20.8760057Z [ 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:36:20.8763302Z [ 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:36:20.8766448Z [ 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:36:20.8769446Z [ 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:36:20.8772527Z [ 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:36:20.8776130Z [ 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:36:20.8779125Z [ 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:36:20.8782176Z [ 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:36:20.8785203Z [ 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:36:20.8788313Z [ 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:36:20.8791245Z [ 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:36:20.8794224Z [ 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:36:20.8797330Z [ 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:36:20.8801000Z [ 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:36:20.8804085Z [ 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:36:20.8807271Z [ 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:36:20.8810463Z [ 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:36:20.8813786Z [ 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:36:20.8816974Z [ 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:36:20.8820128Z [ 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:36:20.8823204Z [ 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:36:20.8826426Z [ 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:36:20.8829187Z [ 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:36:20.8831708Z [ 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:36:20.8834038Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-05-15T23:36:20.8836296Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-05-15T23:36:20.8838894Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-05-15T23:36:20.8841349Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-05-15T23:36:20.8843646Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-05-15T23:36:20.8845884Z [ 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:36:20.8848674Z [ 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:36:20.8851424Z [ 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:36:20.8854242Z [ 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:36:20.8856960Z [ 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:36:20.8859823Z [ 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:36:20.8862834Z [ 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:36:20.8865511Z [ 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:36:20.8867687Z [ 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:36:20.8869615Z [ 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:36:20.8871526Z [ 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:36:20.8873445Z [ 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:36:20.8875353Z [ 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:36:22.0254645Z [ 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:36:22.0257963Z [ 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:36:22.0261210Z [ 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:36:22.0264483Z [ 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:36:22.0267480Z [ 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:36:22.0270666Z [ 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:36:22.0274326Z [ 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:36:22.0277349Z [ 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:36:22.0281087Z [ 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:36:22.0284393Z [ 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:36:22.0287628Z [ 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:36:22.0290823Z [ 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:36:22.0294237Z [ 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:36:22.0297523Z [ 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:36:22.0300916Z [ 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:36:22.0304167Z [ 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:36:22.0307409Z [ 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:36:22.0310575Z [ 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:36:22.0313882Z [ 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:36:22.0317217Z [ 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:36:22.0320780Z [ 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:36:22.0324087Z [ 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:36:22.0327346Z [ 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:36:22.0330602Z [ 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:36:22.0333923Z [ 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:36:22.0337172Z [ 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:36:22.0340375Z [ 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:36:22.0343907Z [ 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:36:22.0347083Z [ 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:36:22.0350767Z [ 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:36:22.0353516Z [ 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:36:22.0356346Z [ 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:36:22.0359636Z [ 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:36:22.0363143Z [ 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:36:22.0366024Z [ 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:36:22.0369165Z [ 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:36:22.0372210Z [ 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:36:22.0375152Z [ 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:36:22.0378332Z [ 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:36:22.0381490Z [ 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:36:22.0384578Z [ 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:36:22.0387481Z [ 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:36:22.0390188Z [ 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:36:22.0392906Z [ 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:36:22.0395579Z [ 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:36:22.0398960Z [ 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:36:22.0402072Z [ 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:36:22.0405160Z [ 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:36:22.0408593Z [ 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:36:22.0411661Z [ 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:36:23.1916790Z [ 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:36:23.1919986Z [ 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:36:23.1922875Z [ 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:36:23.1925910Z [ 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:36:23.1929005Z [ 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:36:23.1931989Z [ 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:36:23.1935585Z [ 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:36:23.1938593Z [ 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:36:23.1941565Z [ 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:36:23.1944589Z [ 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:36:23.1947602Z [ 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:36:23.1950561Z [ 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:36:23.1953595Z [ 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:36:23.1956640Z [ 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:36:23.1959950Z [ 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:36:23.1962977Z [ 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:36:23.1965995Z [ 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:36:23.1968946Z [ 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:36:23.1972286Z [ 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:36:23.1975430Z [ 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:36:23.1978335Z [ 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:36:23.1981217Z [ 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:36:23.1984049Z [ 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:36:23.1986932Z [ 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:36:23.1989823Z [ 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:36:23.1992650Z [ 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:36:23.1995817Z [ 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:36:23.1999008Z [ 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:36:23.2001864Z [ 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:36:23.2004668Z [ 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:36:23.2007543Z [ 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:36:23.2010361Z [ 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:36:23.2013278Z [ 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:36:23.2016013Z [ 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:36:23.2018784Z [ 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:36:23.2021528Z [ 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:36:23.2024308Z [ 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:36:23.2027048Z [ 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:36:23.2029766Z [ 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:36:23.2032878Z [ 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:36:23.2035654Z [ 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:36:23.2038782Z [ 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:36:23.2041550Z [ 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:36:23.2044313Z [ 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:36:23.2047026Z [ 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:36:23.2049793Z [ 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:36:23.2052537Z [ 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:36:23.2055784Z [ 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:36:23.8323721Z [ 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:36:23.8326712Z [ 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:36:23.8329659Z [ 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:36:23.8332756Z [ 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:36:23.8335878Z [ 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:36:23.8338894Z [ 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:36:23.8342010Z [ 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:36:23.8344911Z [ 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:36:23.8347835Z [ 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:36:23.8351052Z [ 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:36:23.8354139Z [ 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:36:23.8357010Z [ 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:36:23.8467888Z [ 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:36:23.8471243Z [ 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:36:23.8474111Z [ 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:36:23.8477063Z [ 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:36:23.8480426Z [ 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:36:23.8483380Z [ 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:36:23.8486322Z [ 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:36:23.8489299Z [ 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:36:23.8492606Z [ 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:36:23.8495792Z [ 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:36:23.8498857Z [ 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:36:23.8501642Z [ 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:36:23.8504696Z [ 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:36:23.8507561Z [ 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:36:23.8510506Z [ 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:36:23.8513481Z [ 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:36:23.8516273Z [ 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:36:23.8521479Z [ 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:36:23.8524114Z [ 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:36:23.8526935Z [ 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:36:23.8529535Z [ 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:36:23.8532606Z [ 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:36:23.8535650Z [ 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:36:23.8538535Z [ 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:36:23.8541361Z [ 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:36:23.8543967Z [ 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:36:23.8546609Z [ 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:36:23.8549307Z [ 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:36:23.8551927Z [ 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:36:23.8554948Z [ 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:36:23.8557549Z [ 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:36:23.8560758Z [ 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:36:23.8563427Z [ 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:36:23.8566153Z [ 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:36:23.8568844Z [ 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:36:23.8571556Z [ 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:36:23.8574473Z [ 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:36:23.8576954Z [ 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:36:23.8579399Z [ 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:36:25.2008164Z [ 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:36:25.2010349Z [ 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:36:25.2012544Z [ 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:36:25.2014883Z [ 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:36:25.2017023Z [ 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:36:25.2019488Z [ 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:36:25.2021721Z [ 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:36:25.2024154Z [ 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:36:25.2026858Z [ 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:36:25.2029640Z [ 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:36:25.2032385Z [ 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:36:25.2034805Z [ 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:36:25.2037154Z [ 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:36:25.2040000Z [ 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:36:25.2042645Z [ 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:36:25.2045344Z [ 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:36:25.2047978Z [ 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:36:25.2050782Z [ 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:36:25.2053783Z [ 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:36:25.2056578Z [ 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:36:25.2059344Z [ 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:36:25.2062328Z [ 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:36:25.2065047Z [ 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:36:25.2067946Z [ 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:36:25.2070908Z [ 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:36:25.2073937Z [ 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:36:25.2077343Z [ 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:36:25.2080665Z [ 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:36:25.2083454Z [ 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:36:25.2086435Z [ 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:36:25.2089376Z [ 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:36:25.2092023Z [ 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:36:25.2095077Z [ 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:36:25.2097949Z [ 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:36:25.2100701Z [ 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:36:25.2103153Z [ 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:36:25.2105875Z [ 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:36:25.2108579Z [ 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:36:25.2111487Z [ 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:36:25.2114536Z [ 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:36:25.2117444Z [ 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:36:25.2120633Z [ 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:36:25.2123593Z [ 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:36:25.2126572Z [ 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:36:25.2129344Z [ 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:36:25.2132179Z [ 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:36:25.2135338Z [ 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:36:25.2138314Z [ 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:36:25.2141231Z [ 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:36:25.2144559Z [ 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:36:25.2147493Z [ 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:36:25.2150491Z [ 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:36:25.2153365Z [ 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:36:26.0630852Z [ 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:36:26.0633622Z [ 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:36:26.0655088Z [ 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:36:26.0657936Z [ 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:36:26.0660674Z [ 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:36:26.0663152Z [ 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:36:26.0665795Z [ 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:36:26.0668336Z [ 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:36:26.0670833Z [ 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:36:26.0673614Z [ 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:36:26.0675935Z [ 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:36:26.0678662Z [ 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:36:26.0681076Z [ 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:36:26.0683395Z [ 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:36:26.0685949Z [ 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:36:26.0688666Z [ 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:36:26.0691181Z [ 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:36:26.0694110Z [ 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:36:26.0696958Z [ 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:36:26.0699582Z [ 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:36:26.0702159Z [ 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:36:26.0704696Z [ 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:36:26.0707027Z [ 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:36:26.0709441Z [ 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:36:26.0711870Z [ 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:36:26.0714476Z [ 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:36:26.0717303Z [ 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:36:26.0720197Z [ 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:36:26.0723025Z [ 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:36:26.0725601Z [ 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:36:26.0728290Z [ 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:36:26.0730980Z [ 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:36:26.0733905Z [ 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:36:26.0736712Z [ 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:36:26.0739865Z [ 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:36:26.0742709Z [ 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:36:26.0745446Z [ 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:36:26.0747997Z [ 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:36:26.0750875Z [ 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:36:26.0753429Z [ 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:36:26.0756365Z [ 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:36:26.0759322Z [ 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:36:26.0761982Z [ 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:36:26.0764820Z [ 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:36:26.0767766Z [ 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:36:26.0770504Z [ 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:36:26.0773133Z [ 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:36:26.0775630Z [ 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:36:26.0778385Z [ 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:36:26.0780832Z [ 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:36:26.0783424Z [ 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:36:26.0785954Z [ 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:36:26.0788512Z [ 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:36:26.0790888Z [ 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:36:27.3155031Z [ 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:36:27.3158165Z [ 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:36:27.3161559Z [ 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:36:27.3164627Z [ 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:36:27.3167352Z [ 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:36:27.3170092Z [ 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:36:27.3173095Z [ 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:36:27.3175568Z [ 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:36:27.3178175Z [ 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:36:27.3181189Z [ 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:36:27.3183774Z [ 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:36:27.3186373Z [ 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:36:27.3189077Z [ 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:36:27.3191852Z [ 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:36:27.3194682Z [ 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:36:27.3197440Z [ 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:36:27.3200532Z [ 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:36:27.3203544Z [ 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:36:27.3206297Z [ 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:36:27.3208968Z [ 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:36:27.3211753Z [ 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:36:27.3214685Z [ 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:36:27.3217418Z [ 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:36:27.3220193Z [ 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:36:27.3222924Z [ 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:36:27.3225554Z [ 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:36:27.3228304Z [ 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:36:27.3231104Z [ 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:36:27.3233939Z [ 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:36:27.3236833Z [ 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:36:27.3240011Z [ 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:36:27.3242850Z [ 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:36:27.3246151Z [ 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:36:27.3248956Z [ 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:36:27.3252082Z [ 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:36:27.3255158Z [ 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:36:27.3258193Z [ 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:36:27.3261224Z [ 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:36:27.3264145Z [ 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:36:27.3267015Z [ 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:36:27.3270088Z [ 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:36:27.3272801Z [ 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:36:27.3275444Z [ 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:36:27.3278073Z [ 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:36:27.3281118Z [ 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:36:27.3283798Z [ 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:36:27.3286440Z [ 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:36:27.3288961Z [ 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:36:27.3291417Z [ 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:36:27.3294112Z [ 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:36:27.3296815Z [ 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:36:27.3299583Z [ 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:36:27.3302378Z [ 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:36:27.3305218Z [ 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:36:27.3308061Z [ 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:36:28.9758070Z [ 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:36:28.9760700Z [ 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:36:28.9763267Z [ 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:36:28.9766099Z [ 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:36:28.9769119Z [ 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:36:28.9772174Z [ 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:36:28.9775478Z [ 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:36:28.9778573Z [ 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:36:28.9781952Z [ 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:36:28.9785028Z [ 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:36:28.9787971Z [ 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:36:28.9790991Z [ 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:36:28.9794003Z [ 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:36:28.9797009Z [ 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:36:28.9800212Z [ 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:36:28.9803011Z [ 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:36:28.9805868Z [ 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:36:28.9808542Z [ 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:36:28.9810853Z [ 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:36:28.9813539Z [ 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:36:28.9816045Z [ 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:36:28.9818606Z [ 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:36:28.9821393Z [ 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:36:28.9823954Z [ 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:36:28.9826520Z [ 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:36:28.9828846Z [ 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:36:28.9831042Z [ 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:36:28.9833493Z [ 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:36:28.9836192Z [ 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:36:28.9839186Z [ 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:36:28.9842028Z [ 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:36:28.9844706Z [ 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:36:28.9847396Z [ 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:36:28.9850088Z [ 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:36:28.9852725Z [ 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:36:28.9855440Z [ 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:36:28.9858087Z [ 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:36:28.9860266Z [ 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:36:28.9862106Z [ 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:36:28.9863924Z [ 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:36:28.9865742Z [ 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:36:28.9867553Z [ 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:36:28.9869385Z [ 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:36:28.9871091Z [ 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:36:28.9872917Z [ 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:36:28.9874517Z [ 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:36:28.9891211Z [ 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:36:28.9893187Z [ 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:36:28.9894792Z [ 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:36:28.9896386Z [ 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:36:28.9897985Z [ 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:36:28.9899541Z [ 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:36:28.9901100Z [ 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:36:28.9902917Z [ 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:36:30.4204980Z [ 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:36:30.4207681Z [ 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:36:30.4210201Z [ 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:36:30.4212405Z [ 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:36:30.4214700Z [ 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:36:30.4216817Z [ 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:36:30.4218966Z [ 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:36:30.4221602Z [ 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:36:30.4224300Z [ 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:36:30.4227002Z [ 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:36:30.4229729Z [ 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:36:30.4232426Z [ 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:36:30.4235009Z [ 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:36:30.4237524Z [ 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:36:30.4240836Z [ 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:36:30.4243420Z [ 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:36:30.4245960Z [ 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:36:30.4248548Z [ 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:36:30.4251180Z [ 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:36:30.4253967Z [ 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:36:30.4256659Z [ 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:36:30.4259197Z [ 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:36:30.4261621Z [ 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:36:30.4264114Z [ 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:36:30.4266273Z [ 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:36:30.4268395Z [ 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:36:30.4270576Z [ 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:36:30.4272600Z [ 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:36:30.4274699Z [ 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:36:30.4276877Z [ 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:36:30.4279494Z [ 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:36:30.4281708Z [ 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:36:30.4283922Z [ 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:36:30.4286212Z [ 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:36:30.4288495Z [ 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:36:30.4290730Z [ 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:36:30.4293188Z [ 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:36:30.4295651Z [ 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:36:30.4298442Z [ 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:36:30.4300680Z [ 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:36:30.4303004Z [ 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:36:30.4305277Z [ 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:36:30.4307483Z [ 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:36:30.4309681Z [ 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:36:30.4311998Z [ 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:36:30.4314365Z [ 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:36:30.4316734Z [ 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:36:30.4320088Z [ 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:36:30.4322732Z [ 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:36:30.4325268Z [ 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:36:30.4327651Z [ 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:36:30.4330210Z [ 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:36:30.4332823Z [ 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:36:30.4335646Z [ 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:36:30.4338200Z [ 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:36:30.4340843Z [ 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:36:30.4343413Z [ 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:36:30.4346148Z [ 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:36:32.1098290Z [ 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:36:32.1101097Z [ 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:36:32.1103885Z [ 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:36:32.1106991Z [ 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:36:32.1109751Z [ 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:36:32.1112439Z [ 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:36:32.1115074Z [ 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:36:32.1117733Z [ 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:36:32.1120681Z [ 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:36:32.1123298Z [ 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:36:32.1125914Z [ 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:36:32.1128519Z [ 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:36:32.1131425Z [ 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:36:32.1134143Z [ 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:36:32.1136684Z [ 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:36:32.1139219Z [ 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:36:32.1141712Z [ 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:36:32.1143860Z [ 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:36:32.1145914Z [ 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:36:32.1148091Z [ 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:36:32.1150310Z [ 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:36:32.1152619Z [ 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:36:32.1155139Z [ 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:36:32.1157603Z [ 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:36:32.1160814Z [ 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:36:32.1163466Z [ 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:36:32.1166160Z [ 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:36:32.1168829Z [ 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:36:32.1171853Z [ 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:36:32.1174761Z [ 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:36:32.1177285Z [ 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:36:32.1179935Z [ 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:36:32.1182793Z [ 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:36:32.1185650Z [ 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:36:32.1188451Z [ 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:36:32.1191284Z [ 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:36:32.1194385Z [ 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:36:32.1197218Z [ 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:36:32.1200405Z [ 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:36:32.1203234Z [ 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:36:32.1206077Z [ 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:36:32.1208941Z [ 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:36:32.1211806Z [ 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:36:32.1214772Z [ 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:36:32.1217589Z [ 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:36:32.1220418Z [ 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:36:32.1223292Z [ 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:36:32.1226764Z [ 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:36:32.1229752Z [ 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:36:32.1232815Z [ 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:36:32.1236618Z [ 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:36:32.1239851Z [ 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:36:32.1243070Z [ 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:36:32.1246097Z [ 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:36:32.1249468Z [ 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:36:32.1252701Z [ 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:36:33.6748187Z [ 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:36:33.6751595Z [ 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:36:33.6755063Z [ 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:36:33.6757752Z [ 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:36:33.6760814Z [ 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:36:33.6763514Z [ 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:36:33.6766126Z [ 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:36:33.6768682Z [ 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:36:33.6771386Z [ 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:36:33.6774313Z [ 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:36:33.6777045Z [ 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:36:33.6779756Z [ 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:36:33.6782456Z [ 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:36:33.6785030Z [ 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:36:33.6787466Z [ 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:36:33.6790695Z [ 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:36:33.6793406Z [ 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:36:33.6796011Z [ 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:36:33.6799159Z [ 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:36:33.6801846Z [ 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:36:33.6804458Z [ 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:36:33.6807203Z [ 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:36:33.6809911Z [ 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:36:33.6813486Z [ 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:36:33.6816481Z [ 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:36:33.6819342Z [ 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:36:33.6822204Z [ 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:36:33.6824993Z [ 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:36:33.6827853Z [ 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:36:33.6830633Z [ 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:36:33.6833635Z [ 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:36:33.6836681Z [ 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:36:33.6840152Z [ 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:36:33.6842999Z [ 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:36:33.6845895Z [ 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:36:33.6848707Z [ 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:36:33.6851510Z [ 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:36:33.6854901Z [ 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:36:33.6857729Z [ 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:36:33.6860298Z [ 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:36:33.6862674Z [ 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:36:33.6864965Z [ 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:36:33.6867287Z [ 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:36:33.6869567Z [ 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:36:33.6871900Z [ 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:36:33.6874010Z [ 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:36:33.6876654Z [ 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:36:33.6879417Z [ 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:36:33.6881804Z [ 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:36:33.6884232Z [ 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:36:33.6886711Z [ 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:36:33.6889076Z [ 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:36:33.6891499Z [ 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:36:35.2617923Z [ 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:36:35.2621127Z [ 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:36:35.2624143Z [ 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:36:35.2627084Z [ 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:36:35.2630022Z [ 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:36:35.2633079Z [ 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:36:35.2636103Z [ 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:36:35.2639938Z [ 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:36:35.2643012Z [ 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:36:35.2646073Z [ 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:36:35.2649144Z [ 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:36:35.2652264Z [ 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:36:35.2655578Z [ 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:36:35.2658772Z [ 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:36:35.2661951Z [ 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:36:35.2665504Z [ 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:36:35.2668686Z [ 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:36:35.2671857Z [ 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:36:35.2675020Z [ 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:36:35.2678220Z [ 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:36:35.2683941Z [ 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:36:35.2688264Z [ 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:36:35.2692486Z [ 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:36:35.2696227Z [ 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:36:35.2699415Z [ 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:36:35.2702596Z [ 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:36:35.2705760Z [ 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:36:35.2708992Z [ 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:36:35.2712414Z [ 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:36:35.2715286Z [ 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:36:35.2718723Z [ 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:36:35.2721907Z [ 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:36:35.2725053Z [ 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:36:35.2728178Z [ 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:36:35.2731423Z [ 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:36:35.2734787Z [ 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:36:35.2738202Z [ 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:36:35.2741326Z [ 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:36:35.2744470Z [ 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:36:35.2747634Z [ 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:36:35.2750539Z [ 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:36:35.2753381Z [ 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:36:35.2755969Z [ 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:36:35.2759064Z [ 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:36:35.2761802Z [ 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:36:35.2764886Z [ 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:36:35.2767925Z [ 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:36:35.2771040Z [ 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:36:35.2774322Z [ 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:36:35.2777003Z [ 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:36:35.2779964Z [ 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:36:36.6538086Z [ 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:36:36.6541211Z [ 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:36:36.6544050Z [ 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:36:36.6546695Z [ 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:36:36.6549264Z [ 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:36:36.6551656Z [ 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:36:36.6554585Z [ 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:36:36.6558748Z [ 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:36:36.6561989Z [ 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:36:36.6565266Z [ 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:36:36.6568697Z [ 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:36:36.6572037Z [ 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:36:36.6575540Z [ 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:36:36.6578871Z [ 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:36:36.6582120Z [ 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:36:36.6585241Z [ 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:36:36.6588469Z [ 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:36:36.6591680Z [ 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:36:36.6594813Z [ 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:36:36.6598008Z [ 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:36:36.6601962Z [ 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:36:36.6605211Z [ 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:36:36.6608469Z [ 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:36:36.6611748Z [ 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:36:36.6615086Z [ 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:36:36.6618202Z [ 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:36:36.6621317Z [ 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:36:36.6624442Z [ 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:36:36.6628002Z [ 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:36:36.6631125Z [ 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:36:36.6634064Z [ 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:36:36.6637151Z [ 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:36:36.6640573Z [ 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:36:36.6643388Z [ 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:36:36.6646301Z [ 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:36:36.6649331Z [ 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:36:36.6652386Z [ 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:36:36.6655691Z [ 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:36:36.6658891Z [ 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:36:36.6662057Z [ 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:36:36.6665229Z [ 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:36:36.6668694Z [ 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:36:36.6671868Z [ 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:36:36.6675009Z [ 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:36:36.6678150Z [ 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:36:36.6681620Z [ 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:36:36.6684776Z [ 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:36:36.6687932Z [ 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:36:36.6691078Z [ 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:36:36.6694782Z [ 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:36:37.6430455Z [ 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:36:37.6433513Z [ 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:36:37.6436528Z [ 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:36:37.6440491Z [ 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:36:37.6443318Z [ 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:36:37.6446076Z [ 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:36:37.6448741Z [ 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:36:37.6451291Z [ 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:36:37.6453972Z [ 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:36:37.6456758Z [ 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:36:37.6459689Z [ 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:36:37.6462648Z [ 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:36:37.6466063Z [ 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:36:37.6468910Z [ 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:36:37.6471772Z [ 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:36:37.6474734Z [ 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:36:37.6477572Z [ 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:36:37.6480817Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-05-15T23:36:37.6483371Z [ 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:36:37.6485762Z [ 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:36:37.6488406Z [ 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:36:37.6490848Z [ 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:36:37.6493540Z [ 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:36:37.6496146Z [ 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:36:37.6498704Z [ 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:36:37.6501197Z [ 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:36:37.6503881Z [ 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:36:37.6506589Z [ 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:36:37.6509328Z [ 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:36:37.6512200Z [ 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:36:37.6514824Z [ 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:36:37.6517525Z [ 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:36:37.6521048Z [ 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:36:37.6523775Z [ 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:36:37.6526765Z [ 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:36:37.6529148Z [ 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:36:37.6531292Z [ 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:36:37.6533678Z [ 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:36:37.6535980Z [ 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:36:37.6538342Z [ 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:36:37.6540462Z [ 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:36:37.6542572Z [ 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:36:37.6544857Z [ 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:36:37.6547526Z [ 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:36:37.6550036Z [ 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:36:37.6552850Z [ 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:36:37.6555724Z [ 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:36:37.6558871Z [ 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:36:37.6561349Z [ 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:36:37.6563808Z [ 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:36:37.6566330Z [ 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:36:37.6569138Z [ 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:36:37.6572133Z [ 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:36:38.9559564Z [ 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:36:38.9562245Z [ 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:36:38.9564960Z [ 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:36:38.9567723Z [ 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:36:38.9570648Z [ 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:36:38.9573414Z [ 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:36:38.9575797Z [ 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:36:38.9578541Z [ 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:36:38.9581178Z [ 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:36:38.9583822Z [ 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:36:38.9586495Z [ 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:36:38.9589209Z [ 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:36:38.9592126Z [ 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:36:38.9594618Z [ 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:36:38.9597066Z [ 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:36:38.9599901Z [ 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:36:38.9602361Z [ 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:36:38.9605033Z [ 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:36:38.9607654Z [ 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:36:38.9610451Z [ 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:36:38.9613130Z [ 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:36:38.9615912Z [ 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:36:38.9618650Z [ 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:36:38.9621257Z [ 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:36:38.9623867Z [ 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:36:38.9626809Z [ 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:36:38.9630034Z [ 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:36:38.9632946Z [ 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:36:38.9635808Z [ 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:36:38.9640168Z [ 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:36:38.9643059Z [ 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:36:38.9645966Z [ 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:36:38.9648869Z [ 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:36:38.9651576Z [ 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:36:38.9654592Z [ 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:36:38.9657797Z [ 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:36:38.9660671Z [ 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:36:38.9663575Z [ 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:36:38.9666484Z [ 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:36:38.9669417Z [ 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:36:38.9672414Z [ 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:36:38.9675329Z [ 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:36:38.9678258Z [ 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:36:38.9681429Z [ 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:36:38.9684394Z [ 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:36:38.9687485Z [ 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:36:38.9690163Z [ 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:36:38.9693252Z [ 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:36:38.9696116Z [ 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:36:38.9699350Z [ 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:36:38.9702281Z [ 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:36:38.9705218Z [ 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:36:38.9708159Z [ 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:36:40.2322390Z [ 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:36:40.2325534Z [ 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:36:40.2328531Z [ 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:36:40.2331529Z [ 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:36:40.2334884Z [ 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:36:40.2337584Z [ 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:36:40.2340623Z [ 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:36:40.2343342Z [ 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:36:40.2346212Z [ 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:36:40.2349033Z [ 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:36:40.2351862Z [ 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:36:40.2354701Z [ 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:36:40.2357582Z [ 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:36:40.2360766Z [ 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:36:40.2363700Z [ 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:36:40.2366392Z [ 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:36:40.2368878Z [ 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:36:40.2371306Z [ 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:36:40.2374346Z [ 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:36:40.2376954Z [ 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:36:40.2379535Z [ 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:36:40.2382080Z [ 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:36:40.2384626Z [ 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:36:40.2387171Z [ 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:36:40.2389946Z [ 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:36:40.2392531Z [ 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:36:40.2395261Z [ 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:36:40.2398189Z [ 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:36:40.2401102Z [ 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:36:40.2403481Z [ 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:36:40.2405894Z [ 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:36:40.2408225Z [ 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:36:40.2410771Z [ 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:36:40.2413546Z [ 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:36:40.2416385Z [ 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:36:40.2419253Z [ 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:36:40.2422124Z [ 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:36:40.2424962Z [ 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:36:40.2427829Z [ 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:36:40.2430692Z [ 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:36:40.2433593Z [ 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:36:40.2436556Z [ 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:36:40.2440098Z [ 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:36:40.2443149Z [ 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:36:40.2446119Z [ 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:36:40.2449613Z [ 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:36:40.2452665Z [ 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:36:40.2455821Z [ 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:36:40.2458796Z [ 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:36:40.2462425Z [ 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:36:40.2465691Z [ 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:36:40.2468590Z [ 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:36:40.2471353Z [ 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:36:40.2474052Z [ 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:36:40.2476678Z [ 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:36:41.7666262Z [ 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:36:41.7669070Z [ 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:36:41.7671942Z [ 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:36:41.7674766Z [ 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:36:41.7677615Z [ 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:36:41.7681076Z [ 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:36:41.7683986Z [ 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:36:41.7686887Z [ 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:36:41.7689759Z [ 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:36:41.7693048Z [ 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:36:41.7695796Z [ 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:36:41.7698416Z [ 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:36:41.7701073Z [ 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:36:41.7703603Z [ 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:36:41.7706064Z [ 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:36:41.7708606Z [ 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:36:41.7710807Z [ 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:36:41.7713090Z [ 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:36:41.7716027Z [ 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:36:41.7719304Z [ 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:36:41.7721904Z [ 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:36:41.7724181Z [ 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:36:41.7726613Z [ 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:36:41.7729167Z [ 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:36:41.7731678Z [ 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:36:41.7734112Z [ 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:36:41.7736413Z [ 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:36:41.7738643Z [ 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:36:41.7740960Z [ 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:36:41.7743375Z [ 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:36:41.7745625Z [ 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:36:41.7747933Z [ 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:36:41.7750219Z [ 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:36:41.7753057Z [ 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:36:41.7755648Z [ 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:36:41.7758079Z [ 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:36:41.7760870Z [ 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:36:41.7763434Z [ 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:36:41.7765853Z [ 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:36:41.7769636Z [ 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:36:41.7772002Z [ 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:36:41.7774646Z [ 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:36:41.7777586Z [ 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:36:41.7780140Z [ 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:36:41.7782444Z [ 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:36:41.7784887Z [ 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:36:41.7787401Z [ 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:36:41.7789822Z [ 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:36:41.7792278Z [ 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:36:41.7794873Z [ 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:36:41.7797415Z [ 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:36:41.7800439Z [ 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:36:41.7802814Z [ 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:36:41.7805121Z [ 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:36:41.7807415Z [ 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:36:41.7809747Z [ 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:36:41.7811950Z [ 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:36:43.2464035Z [ 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:36:43.2466672Z [ 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:36:43.2469191Z [ 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:36:43.2471740Z [ 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:36:43.2474160Z [ 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:36:43.2476657Z [ 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:36:43.2479414Z [ 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:36:43.2482073Z [ 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:36:43.2484615Z [ 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:36:43.2487497Z [ 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:36:43.2490118Z [ 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:36:43.2492662Z [ 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:36:43.2495752Z [ 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:36:43.2498826Z [ 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:36:43.2501932Z [ 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:36:43.2504723Z [ 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:36:43.2507525Z [ 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:36:43.2510435Z [ 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:36:43.2513323Z [ 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:36:43.2516228Z [ 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:36:43.2519564Z [ 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:36:43.2522397Z [ 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:36:43.2525260Z [ 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:36:43.2528395Z [ 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:36:43.2531282Z [ 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:36:43.2534381Z [ 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:36:43.2537408Z [ 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:36:43.2540511Z [ 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:36:43.2543420Z [ 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:36:43.2546507Z [ 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:36:43.2549613Z [ 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:36:43.2552983Z [ 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:36:43.2556005Z [ 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:36:43.2559306Z [ 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:36:43.2562171Z [ 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:36:43.2564820Z [ 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:36:43.2567517Z [ 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:36:43.2570445Z [ 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:36:43.2573538Z [ 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:36:43.2576458Z [ 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:36:43.2579410Z [ 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:36:43.2582314Z [ 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:36:43.2585025Z [ 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:36:43.2587511Z [ 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:36:43.2590086Z [ 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:36:43.2593046Z [ 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:36:43.2595442Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-05-15T23:36:43.2597607Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-05-15T23:36:43.2600512Z [ 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:36:43.2603401Z [ 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:36:43.2606190Z [ 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:36:43.2608949Z [ 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:36:43.2611894Z [ 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:36:43.2615554Z [ 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:36:44.9824210Z [ 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:36:44.9827472Z [ 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:36:44.9830672Z [ 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:36:44.9833871Z [ 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:36:44.9836865Z [ 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:36:44.9840159Z [ 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:36:44.9843300Z [ 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:36:44.9846461Z [ 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:36:44.9849395Z [ 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:36:44.9852500Z [ 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:36:44.9855890Z [ 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:36:44.9859071Z [ 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:36:44.9862230Z [ 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:36:44.9865752Z [ 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:36:44.9868996Z [ 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:36:44.9871971Z [ 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:36:44.9875135Z [ 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:36:44.9878303Z [ 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:36:44.9881838Z [ 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:36:44.9885090Z [ 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:36:44.9888600Z [ 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:36:44.9891790Z [ 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:36:44.9895104Z [ 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:36:44.9898315Z [ 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:36:44.9901516Z [ 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:36:44.9904646Z [ 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:36:44.9907739Z [ 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:36:44.9910809Z [ 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:36:44.9913968Z [ 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:36:44.9916872Z [ 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:36:44.9920190Z [ 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:36:44.9923288Z [ 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:36:44.9926405Z [ 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:36:44.9929172Z [ 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:36:44.9932345Z [ 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:36:44.9935484Z [ 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:36:44.9938394Z [ 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:36:44.9941451Z [ 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:36:44.9944641Z [ 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:36:44.9947751Z [ 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:36:44.9950882Z [ 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:36:44.9954264Z [ 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:36:44.9957435Z [ 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:36:44.9961059Z [ 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:36:44.9964334Z [ 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:36:44.9967625Z [ 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:36:44.9970949Z [ 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:36:44.9974484Z [ 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:36:44.9977753Z [ 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:36:46.6467531Z [ 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:36:46.6470898Z [ 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:36:46.6474083Z [ 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:36:46.6477643Z [ 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:36:46.6481049Z [ 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:36:46.6484680Z [ 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:36:46.6488237Z [ 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:36:46.6491349Z [ 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:36:46.6494652Z [ 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:36:46.6497758Z [ 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:36:46.6500895Z [ 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:36:46.6504043Z [ 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:36:46.6507236Z [ 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:36:46.6510757Z [ 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:36:46.6513868Z [ 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:36:46.6517030Z [ 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:36:46.6520612Z [ 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:36:46.6523735Z [ 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:36:46.6526845Z [ 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:36:46.6529953Z [ 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:36:46.6533055Z [ 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:36:46.6536291Z [ 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:36:46.6539418Z [ 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:36:46.6542588Z [ 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:36:46.6545805Z [ 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:36:46.6548425Z [ 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:36:46.6551528Z [ 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:36:46.6554680Z [ 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:36:46.6557831Z [ 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:36:46.6561173Z [ 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:36:46.6564297Z [ 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:36:46.6567458Z [ 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:36:46.6570615Z [ 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:36:46.6573866Z [ 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:36:46.6577395Z [ 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:36:46.6580517Z [ 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:36:46.6583642Z [ 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:36:46.6586800Z [ 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:36:46.6589977Z [ 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:36:46.6593177Z [ 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:36:46.6596328Z [ 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:36:46.6599720Z [ 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:36:46.6602903Z [ 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:36:46.6606008Z [ 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:36:46.6609165Z [ 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:36:46.6612331Z [ 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:36:46.6615415Z [ 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:36:46.6618089Z [ 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:36:46.6620730Z [ 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:36:46.6623436Z [ 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:36:48.4148577Z [ 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:36:48.4151436Z [ 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:36:48.4154288Z [ 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:36:48.4157236Z [ 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:36:48.4160542Z [ 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:36:48.4163726Z [ 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:36:48.4167300Z [ 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:36:48.4170463Z [ 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:36:48.4173831Z [ 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:36:48.4177020Z [ 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:36:48.4180113Z [ 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:36:48.4183111Z [ 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:36:48.4186141Z [ 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:36:48.4189133Z [ 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:36:48.4192098Z [ 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:36:48.4194991Z [ 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:36:48.4227267Z [ 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:36:48.4230241Z [ 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:36:48.4233196Z [ 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:36:48.4236433Z [ 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:36:48.4239694Z [ 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:36:48.4242523Z [ 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:36:48.4245473Z [ 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:36:48.4248433Z [ 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:36:48.4251332Z [ 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:36:48.4254385Z [ 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:36:48.4257274Z [ 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:36:48.4261010Z [ 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:36:48.4264770Z [ 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:36:48.4267966Z [ 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:36:48.4270897Z [ 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:36:48.4273806Z [ 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:36:48.4276661Z [ 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:36:48.4279728Z [ 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:36:48.4282623Z [ 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:36:48.4285526Z [ 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:36:48.4288451Z [ 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:36:48.4291372Z [ 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:36:48.4294462Z [ 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:36:48.4297428Z [ 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:36:48.4300303Z [ 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:36:48.4303207Z [ 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:36:48.4306461Z [ 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:36:48.4309374Z [ 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:36:48.4312349Z [ 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:36:48.4315307Z [ 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:36:48.4318237Z [ 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:36:48.4321600Z [ 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:36:48.4324472Z [ 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:36:48.4327264Z [ 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:36:48.4330633Z [ 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:36:48.4333792Z [ 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:36:48.4336710Z [ 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:36:50.2403692Z [ 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:36:50.2406658Z [ 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:36:50.2409255Z [ 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:36:50.2411949Z [ 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:36:50.2414917Z [ 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:36:50.2417474Z [ 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:36:50.2420191Z [ 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:36:50.2423018Z [ 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:36:50.2425980Z [ 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:36:50.2428732Z [ 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:36:50.2431301Z [ 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:36:50.2434512Z [ 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:36:50.2437369Z [ 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:36:50.2440379Z [ 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:36:50.2442913Z [ 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:36:50.2445463Z [ 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:36:50.2448205Z [ 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:36:50.2451020Z [ 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:36:50.2453958Z [ 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:36:50.2457219Z [ 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:36:50.2460043Z [ 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:36:50.2462951Z [ 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:36:50.2465922Z [ 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:36:50.2468862Z [ 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:36:50.2471862Z [ 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:36:50.2474582Z [ 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:36:50.2477254Z [ 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:36:50.2480297Z [ 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:36:50.2482935Z [ 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:36:50.2485707Z [ 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:36:50.2488710Z [ 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:36:50.2491382Z [ 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:36:50.2494340Z [ 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:36:50.2497788Z [ 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:36:50.2500647Z [ 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:36:50.2503302Z [ 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:36:50.2506016Z [ 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:36:50.2508939Z [ 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:36:50.2511576Z [ 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:36:50.2514210Z [ 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:36:50.2516729Z [ 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:36:50.2519900Z [ 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:36:50.2522512Z [ 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:36:50.2525119Z [ 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:36:50.2527739Z [ 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:36:50.2530252Z [ 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:36:50.2533004Z [ 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:36:50.2535766Z [ 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:36:50.2538240Z [ 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:36:50.2540876Z [ 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:36:50.2543476Z [ 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:36:50.2545986Z [ 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:36:50.2548484Z [ 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:36:50.2550998Z [ 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:36:51.9391131Z [ 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:36:51.9394336Z [ 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:36:51.9397897Z [ 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:36:51.9401598Z [ 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:36:51.9404714Z [ 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:36:51.9407922Z [ 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:36:51.9411193Z [ 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:36:51.9414880Z [ 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:36:51.9417984Z [ 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:36:51.9421117Z [ 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:36:51.9425274Z [ 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:36:51.9428519Z [ 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:36:51.9431727Z [ 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:36:51.9434883Z [ 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:36:51.9437916Z [ 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:36:51.9441461Z [ 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:36:51.9444515Z [ 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:36:51.9447576Z [ 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:36:51.9450608Z [ 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:36:51.9453518Z [ 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:36:51.9457213Z [ 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:36:51.9460020Z [ 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:36:51.9462403Z [ 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:36:51.9465258Z [ 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:36:51.9467812Z [ 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:36:51.9470354Z [ 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:36:51.9472907Z [ 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:36:51.9475484Z [ 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:36:51.9478091Z [ 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:36:51.9481171Z [ 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:36:51.9483718Z [ 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:36:51.9486469Z [ 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:36:51.9488862Z [ 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:36:51.9491448Z [ 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:36:51.9493925Z [ 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:36:51.9496375Z [ 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:36:51.9498791Z [ 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:36:51.9501271Z [ 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:36:51.9503723Z [ 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:36:51.9506217Z [ 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:36:51.9508763Z [ 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:36:51.9511267Z [ 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:36:51.9513814Z [ 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:36:51.9516206Z [ 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:36:51.9520236Z [ 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:36:51.9522906Z [ 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:36:51.9525808Z [ 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:36:51.9528334Z [ 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:36:51.9531031Z [ 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:36:51.9533523Z [ 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:36:51.9535963Z [ 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:36:51.9538282Z [ 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:36:53.5125607Z [ 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:36:53.5128533Z [ 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:36:53.5131982Z [ 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:36:53.5134815Z [ 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:36:53.5137575Z [ 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:36:53.5140268Z [ 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:36:53.5142921Z [ 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:36:53.5145638Z [ 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:36:53.5148441Z [ 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:36:53.5151296Z [ 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:36:53.5154219Z [ 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:36:53.5157119Z [ 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:36:53.5160706Z [ 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:36:53.5163584Z [ 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:36:53.5166374Z [ 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:36:53.5169521Z [ 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:36:53.5172923Z [ 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:36:53.5175780Z [ 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:36:53.5178660Z [ 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:36:53.5181427Z [ 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:36:53.5184173Z [ 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:36:53.5187027Z [ 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:36:53.5189834Z [ 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:36:53.5192594Z [ 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:36:53.5195703Z [ 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:36:53.5198921Z [ 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:36:53.5201709Z [ 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:36:53.5204531Z [ 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:36:53.5207449Z [ 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:36:53.5210445Z [ 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:36:53.5213413Z [ 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:36:53.5216291Z [ 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:36:53.5219178Z [ 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:36:53.5222210Z [ 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:36:53.5225110Z [ 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:36:53.5228046Z [ 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:36:53.5230946Z [ 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:36:53.5233903Z [ 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:36:53.5237241Z [ 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:36:53.5240441Z [ 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:36:53.5243240Z [ 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:36:53.5246054Z [ 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:36:53.5248940Z [ 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:36:53.5251893Z [ 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:36:53.5254690Z [ 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:36:53.5257567Z [ 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:36:53.5260647Z [ 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:36:53.5263479Z [ 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:36:53.5266212Z [ 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:36:53.5269181Z [ 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:36:53.5272051Z [ 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:36:53.5274810Z [ 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:36:53.5277746Z [ 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:36:54.8874333Z [ 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:36:54.8877256Z [ 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:36:54.8881333Z [ 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:36:54.8884112Z [ 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:36:54.8886799Z [ 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:36:54.8889610Z [ 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:36:54.8892646Z [ 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:36:54.8895935Z [ 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:36:54.8898846Z [ 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:36:54.8901532Z [ 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:36:54.8904480Z [ 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:36:54.8907308Z [ 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:36:54.8910034Z [ 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:36:54.8912855Z [ 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:36:54.8915584Z [ 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:36:54.8919161Z [ 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:36:54.8921818Z [ 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:36:54.8924576Z [ 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:36:54.8927369Z [ 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:36:54.8930253Z [ 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:36:54.8932839Z [ 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:36:54.8935185Z [ 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:36:54.8937495Z [ 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:36:54.8939936Z [ 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:36:54.8942291Z [ 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:36:54.8944800Z [ 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:36:54.8947423Z [ 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:36:54.8950136Z [ 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:36:54.8952881Z [ 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:36:54.8956278Z [ 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:36:54.8959823Z [ 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:36:54.8962889Z [ 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:36:54.8965757Z [ 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:36:54.8968792Z [ 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:36:54.8971894Z [ 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:36:54.8974958Z [ 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:36:54.8977967Z [ 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:36:54.8981492Z [ 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:36:54.8984511Z [ 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:36:54.8987568Z [ 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:36:54.8990485Z [ 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:36:54.8993478Z [ 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:36:54.8996520Z [ 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:36:54.8999957Z [ 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:36:54.9003108Z [ 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:36:54.9006075Z [ 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:36:54.9009082Z [ 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:36:54.9012395Z [ 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:36:54.9015464Z [ 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:36:54.9018825Z [ 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:36:56.2620038Z [ 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:36:56.2623367Z [ 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:36:56.2626663Z [ 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:36:56.2629955Z [ 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:36:56.2633259Z [ 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:36:56.2636546Z [ 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:36:56.2640155Z [ 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:36:56.2643702Z [ 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:36:56.2646777Z [ 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:36:56.2649842Z [ 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:36:56.2653142Z [ 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:36:56.2656185Z [ 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:36:56.2659267Z [ 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:36:56.2662352Z [ 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:36:56.2665414Z [ 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:36:56.2668557Z [ 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:36:56.2671616Z [ 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:36:56.2674713Z [ 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:36:56.2677815Z [ 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:36:56.2680995Z [ 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:36:56.2684504Z [ 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:36:56.2687573Z [ 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:36:56.2690763Z [ 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:36:56.2693751Z [ 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:36:56.2696814Z [ 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:36:56.2699893Z [ 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:36:56.2702654Z [ 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:36:56.2705420Z [ 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:36:56.2708973Z [ 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:36:56.2711965Z [ 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:36:56.2715079Z [ 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:36:56.2718212Z [ 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:36:56.2721768Z [ 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:36:56.2724889Z [ 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:36:56.2728012Z [ 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:36:56.2731264Z [ 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:36:56.2733624Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-05-15T23:36:56.2735606Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-05-15T23:36:56.2737683Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-05-15T23:36:56.2740082Z [ 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:36:56.2742852Z [ 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:36:56.2745660Z [ 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:36:56.2748607Z [ 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:36:56.2751216Z [ 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:36:56.2754247Z [ 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:36:56.2757358Z [ 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:36:56.2760740Z [ 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:36:56.2763536Z [ 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:36:56.2766501Z [ 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:36:56.2769089Z [ 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:36:56.2772215Z [ 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:36:57.6221096Z [ 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:36:57.6224031Z [ 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:36:57.6227191Z [ 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:36:57.6230386Z [ 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:36:57.6233471Z [ 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:36:57.6236442Z [ 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:36:57.6239864Z [ 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:36:57.6243038Z [ 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:36:57.6246175Z [ 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:36:57.6249317Z [ 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:36:57.6252703Z [ 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:36:57.6255892Z [ 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:36:57.6259511Z [ 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:36:57.6262693Z [ 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:36:57.6265878Z [ 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:36:57.6269105Z [ 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:36:57.6272269Z [ 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:36:57.6275433Z [ 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:36:57.6278777Z [ 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:36:57.6281633Z [ 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:36:57.6284833Z [ 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:36:57.6287694Z [ 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:36:57.6290699Z [ 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:36:57.6293551Z [ 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:36:57.6296374Z [ 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:36:57.6299236Z [ 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:36:57.6302078Z [ 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:36:57.6304941Z [ 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:36:57.6307851Z [ 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:36:57.6310769Z [ 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:36:57.6313646Z [ 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:36:57.6316542Z [ 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:36:57.6320125Z [ 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:36:57.6323012Z [ 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:36:57.6325857Z [ 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:36:57.6329104Z [ 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:36:57.6332154Z [ 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:36:57.6334922Z [ 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:36:57.6337799Z [ 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:36:57.6341065Z [ 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:36:57.6344465Z [ 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:36:57.6347820Z [ 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:36:57.6351643Z [ 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:36:57.6354949Z [ 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:36:57.6358810Z [ 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:36:57.6362216Z [ 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:36:57.6365544Z [ 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:36:57.6368893Z [ 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:36:57.6372463Z [ 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:36:57.6375798Z [ 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:36:58.9193996Z [ 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:36:58.9196838Z [ 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:36:58.9199977Z [ 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:36:58.9202927Z [ 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:36:58.9205860Z [ 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:36:58.9209270Z [ 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:36:58.9212154Z [ 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:36:58.9214490Z [ 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:36:58.9216730Z [ 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:36:58.9218718Z [ 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:36:58.9220457Z [ 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:36:58.9222278Z [ 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:36:58.9224282Z [ 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:36:58.9226418Z [ 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:36:58.9228310Z [ 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:36:58.9230185Z [ 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:36:58.9232046Z [ 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:36:58.9233946Z [ 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:36:58.9235738Z [ 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:36:58.9237540Z [ 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:36:58.9239562Z [ 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:36:58.9241314Z [ 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:36:58.9243118Z [ 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:36:58.9244851Z [ 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:36:58.9246590Z [ 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:36:58.9248379Z [ 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:36:58.9250310Z [ 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:36:58.9252359Z [ 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:36:58.9254251Z [ 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:36:58.9256131Z [ 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:36:58.9258006Z [ 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:36:58.9259893Z [ 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:36:58.9261761Z [ 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:36:58.9263722Z [ 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:36:58.9265590Z [ 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:36:58.9267581Z [ 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:36:58.9269449Z [ 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:36:58.9271328Z [ 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:36:58.9273208Z [ 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:36:58.9275082Z [ 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:36:58.9276955Z [ 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:36:58.9279119Z [ 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:36:58.9281000Z [ 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:36:58.9282875Z [ 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:36:58.9284740Z [ 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:36:58.9286612Z [ 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:36:58.9288460Z [ 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:36:58.9290794Z [ 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:36:58.9293506Z [ 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:36:58.9296147Z [ 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:36:58.9298852Z [ 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:37:00.3319516Z [ 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:37:00.3322691Z [ 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:37:00.3325832Z [ 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:37:00.3328949Z [ 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:37:00.3332019Z [ 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:37:00.3335573Z [ 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:37:00.3338681Z [ 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:37:00.3341811Z [ 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:37:00.3344996Z [ 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:37:00.3347785Z [ 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:37:00.3350556Z [ 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:37:00.3353375Z [ 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:37:00.3356141Z [ 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:37:00.3359632Z [ 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:37:00.3362752Z [ 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:37:00.3365782Z [ 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:37:00.3368881Z [ 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:37:00.3372168Z [ 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:37:00.3375647Z [ 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:37:00.3378750Z [ 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:37:00.3381841Z [ 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:37:00.3384903Z [ 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:37:00.3387952Z [ 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:37:00.3391003Z [ 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:37:00.3393870Z [ 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:37:00.3396468Z [ 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:37:00.3399441Z [ 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:37:00.3402346Z [ 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:37:00.3404955Z [ 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:37:00.3407509Z [ 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:37:00.3410285Z [ 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:37:00.3412900Z [ 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:37:00.3415766Z [ 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:37:00.3418895Z [ 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:37:00.3421958Z [ 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:37:00.3425081Z [ 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:37:00.3428135Z [ 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:37:00.3431179Z [ 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:37:00.3434314Z [ 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:37:00.3437374Z [ 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:37:00.3440753Z [ 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:37:00.3443978Z [ 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:37:00.3447136Z [ 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:37:00.3450403Z [ 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:37:00.3453366Z [ 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:37:00.3456263Z [ 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:37:00.3459087Z [ 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:37:00.3461940Z [ 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:37:00.3464785Z [ 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:37:00.3467954Z [ 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:37:00.3470870Z [ 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:37:00.3473684Z [ 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:37:01.7433900Z [ 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:37:01.7436551Z [ 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:37:01.7439394Z [ 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:37:01.7441920Z [ 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:37:01.7444581Z [ 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:37:01.7447466Z [ 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:37:01.7450569Z [ 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:37:01.7453501Z [ 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:37:01.7456521Z [ 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:37:01.7459388Z [ 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:37:01.7462539Z [ 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:37:01.7465590Z [ 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:37:01.7468460Z [ 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:37:01.7471361Z [ 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:37:01.7474232Z [ 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:37:01.7477031Z [ 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:37:01.7479903Z [ 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:37:01.7482182Z [ 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:37:01.7484872Z [ 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:37:01.7487498Z [ 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:37:01.7489945Z [ 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:37:01.7492656Z [ 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:37:01.7495433Z [ 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:37:01.7498097Z [ 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:37:01.7500506Z [ 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:37:01.7502987Z [ 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:37:01.7505425Z [ 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:37:01.7507884Z [ 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:37:01.7510198Z [ 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:37:01.7512519Z [ 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:37:01.7514848Z [ 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:37:01.7517153Z [ 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:37:01.7519997Z [ 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:37:01.7522385Z [ 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:37:01.7524799Z [ 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:37:01.7527237Z [ 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:37:01.7529817Z [ 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:37:01.7532540Z [ 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:37:01.7535041Z [ 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:37:01.7537602Z [ 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:37:01.7540579Z [ 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:37:01.7543069Z [ 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:37:01.7545625Z [ 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:37:01.7548184Z [ 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:37:01.7550572Z [ 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:37:01.7553100Z [ 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:37:01.7555509Z [ 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:37:01.7557595Z [ 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:37:01.7559860Z [ 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:37:01.7562082Z [ 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:37:01.7564340Z [ 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:37:01.7566536Z [ 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:37:01.7568913Z [ 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:37:03.1146355Z [ 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:37:03.1148621Z [ 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:37:03.1151201Z [ 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:37:03.1153726Z [ 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:37:03.1156392Z [ 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:37:03.1159402Z [ 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:37:03.1162061Z [ 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:37:03.1164698Z [ 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:37:03.1167274Z [ 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:37:03.1169906Z [ 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:37:03.1172907Z [ 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:37:03.1175528Z [ 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:37:03.1178200Z [ 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:37:03.1180904Z [ 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:37:03.1183613Z [ 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:37:03.1186219Z [ 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:37:03.1188748Z [ 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:37:03.1191314Z [ 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:37:03.1193856Z [ 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:37:03.1196387Z [ 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:37:03.1199060Z [ 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:37:03.1200881Z [ 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:37:03.1202610Z [ 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:37:03.1204351Z [ 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:37:03.1206523Z [ 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:37:03.1208273Z [ 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:37:03.1210115Z [ 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:37:03.1211889Z [ 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:37:03.1213630Z [ 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:37:03.1215376Z [ 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:37:03.1217113Z [ 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:37:03.1218842Z [ 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:37:03.1220698Z [ 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:37:03.1222413Z [ 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:37:03.1224143Z [ 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:37:03.1226134Z [ 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:37:03.1227885Z [ 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:37:03.1229691Z [ 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:37:03.1231474Z [ 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:37:03.1233261Z [ 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:37:03.1235045Z [ 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:37:03.1236879Z [ 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:37:03.1239009Z [ 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:37:03.1240812Z [ 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:37:03.1242576Z [ 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:37:03.1244345Z [ 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:37:03.1246455Z [ 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:37:03.1248240Z [ 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:37:03.1250182Z [ 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:37:03.1251957Z [ 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:37:03.1253725Z [ 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:37:03.1255494Z [ 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:37:03.1257351Z [ 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:37:04.4317743Z [ 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:37:04.4322037Z [ 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:37:04.4324656Z [ 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:37:04.4327430Z [ 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:37:04.4330399Z [ 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:37:04.4333478Z [ 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:37:04.4336673Z [ 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:37:04.4340029Z [ 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:37:04.4343034Z [ 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:37:04.4346176Z [ 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:37:04.4349160Z [ 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:37:04.4352210Z [ 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:37:04.4355208Z [ 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:37:04.4358219Z [ 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:37:04.4361909Z [ 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:37:04.4365130Z [ 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:37:04.4368219Z [ 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:37:04.4371500Z [ 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:37:04.4374530Z [ 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:37:04.4377545Z [ 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:37:04.4380667Z [ 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:37:04.4383709Z [ 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:37:04.4387082Z [ 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:37:04.4391409Z [ 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:37:04.4394596Z [ 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:37:04.4397659Z [ 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:37:04.4401151Z [ 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:37:04.4403933Z [ 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:37:04.4407050Z [ 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:37:04.4410313Z [ 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:37:04.4413595Z [ 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:37:04.4416999Z [ 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:37:04.4420419Z [ 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:37:04.4425137Z [ 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:37:04.4428973Z [ 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:37:04.4432490Z [ 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:37:04.4435993Z [ 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:37:04.4439754Z [ 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:37:04.4443276Z [ 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:37:04.4446749Z [ 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:37:04.4450320Z [ 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:37:04.4453768Z [ 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:37:04.4457576Z [ 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:37:04.4461063Z [ 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:37:04.4464488Z [ 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:37:04.4467877Z [ 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:37:04.4471214Z [ 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:37:04.4474263Z [ 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:37:05.7724934Z [ 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:37:05.7728206Z [ 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:37:05.7731636Z [ 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:37:05.7734879Z [ 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:37:05.7738065Z [ 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:37:05.7741208Z [ 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:37:05.7744862Z [ 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:37:05.7748214Z [ 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:37:05.7751472Z [ 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:37:05.7754751Z [ 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:37:05.7757957Z [ 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:37:05.7761633Z [ 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:37:05.7764813Z [ 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:37:05.7768241Z [ 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:37:05.7772131Z [ 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:37:05.7775473Z [ 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:37:05.7778445Z [ 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:37:05.7781292Z [ 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:37:05.7784253Z [ 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:37:05.7787285Z [ 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:37:05.7790206Z [ 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:37:05.7793155Z [ 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:37:05.7796069Z [ 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:37:05.7799191Z [ 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:37:05.7802158Z [ 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:37:05.7805242Z [ 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:37:05.7808180Z [ 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:37:05.7811743Z [ 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:37:05.7814697Z [ 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:37:05.7817660Z [ 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:37:05.7820610Z [ 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:37:05.7823515Z [ 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:37:05.7826460Z [ 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:37:05.7829378Z [ 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:37:05.7832312Z [ 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:37:05.7835699Z [ 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:37:05.7838927Z [ 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:37:05.7842032Z [ 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:37:05.7844966Z [ 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:37:05.7847758Z [ 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:37:05.7850889Z [ 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:37:05.7853936Z [ 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:37:05.7857012Z [ 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:37:05.7860057Z [ 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:37:05.7863129Z [ 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:37:05.7866203Z [ 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:37:05.7868906Z [ 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:37:05.7871383Z [ 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:37:05.7874153Z [ 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:37:05.7876530Z [ 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:37:07.0811277Z [ 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:37:07.0813818Z [ 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:37:07.0816184Z [ 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:37:07.0818512Z [ 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:37:07.0820800Z [ 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:37:07.0823191Z [ 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:37:07.0825556Z [ 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:37:07.0869275Z [ 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:37:07.0872590Z [ 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:37:07.0875436Z [ 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:37:07.0878146Z [ 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:37:07.0881113Z [ 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:37:07.0883520Z [ 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:37:07.0885949Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-05-15T23:37:07.0888566Z [ 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:37:07.0891578Z [ 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:37:07.0894563Z [ 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:37:07.0897529Z [ 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:37:07.0900205Z [ 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:37:07.0902807Z [ 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:37:07.0905420Z [ 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:37:07.0908007Z [ 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:37:07.0910648Z [ 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:37:07.0913038Z [ 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:37:07.0916013Z [ 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:37:07.0920815Z [ 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:37:07.0923422Z [ 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:37:07.0926044Z [ 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:37:07.0928828Z [ 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:37:07.0931946Z [ 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:37:07.0934987Z [ 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:37:07.0938482Z [ 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:37:07.0941679Z [ 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:37:07.0944866Z [ 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:37:07.0947683Z [ 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:37:07.0950308Z [ 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:37:07.0952811Z [ 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:37:07.0955832Z [ 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:37:07.0959275Z [ 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:37:07.0962201Z [ 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:37:07.0965179Z [ 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:37:07.0968191Z [ 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:37:07.0971415Z [ 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:37:07.0974458Z [ 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:37:07.0977892Z [ 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:37:07.0980925Z [ 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:37:07.0983981Z [ 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:37:07.0987011Z [ 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:37:07.0990052Z [ 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:37:07.0993063Z [ 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:37:07.0996171Z [ 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:37:07.0999650Z [ 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:37:07.1003081Z [ 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:37:07.1006145Z [ 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:37:07.1009193Z [ 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:37:08.7240567Z [ 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:37:08.7243674Z [ 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:37:08.7246755Z [ 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:37:08.7249827Z [ 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:37:08.7252974Z [ 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:37:08.7255994Z [ 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:37:08.7259089Z [ 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:37:08.7262181Z [ 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:37:08.7265319Z [ 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:37:08.7268399Z [ 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:37:08.7271488Z [ 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:37:08.7275100Z [ 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:37:08.7278806Z [ 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:37:08.7281635Z [ 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:37:08.7284535Z [ 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:37:08.7287429Z [ 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:37:08.7290523Z [ 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:37:08.7293502Z [ 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:37:08.7296883Z [ 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:37:08.7299662Z [ 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:37:08.7302545Z [ 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:37:08.7305686Z [ 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:37:08.7308968Z [ 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:37:08.7312244Z [ 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:37:08.7315368Z [ 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:37:08.7318994Z [ 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:37:08.7322083Z [ 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:37:08.7325319Z [ 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:37:08.7328255Z [ 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:37:08.7331306Z [ 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:37:08.7334535Z [ 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:37:08.7337995Z [ 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:37:08.7341418Z [ 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:37:08.7344780Z [ 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:37:08.7348165Z [ 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:37:08.7351664Z [ 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:37:08.7354761Z [ 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:37:08.7357863Z [ 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:37:08.7361546Z [ 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:37:08.7364645Z [ 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:37:08.7367635Z [ 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:37:08.7370884Z [ 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:37:08.7374114Z [ 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:37:08.7377377Z [ 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:37:08.7380607Z [ 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:37:08.7383678Z [ 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:37:08.7386717Z [ 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:37:08.7389681Z [ 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:37:08.7392934Z [ 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:37:10.4147729Z [ 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:37:10.4150629Z [ 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:37:10.4153654Z [ 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:37:10.4157187Z [ 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:37:10.4160658Z [ 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:37:10.4163631Z [ 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:37:10.4166272Z [ 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:37:10.4168763Z [ 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:37:10.4171475Z [ 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:37:10.4173961Z [ 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:37:10.4176341Z [ 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:37:10.4179257Z [ 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:37:10.4181791Z [ 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:37:10.4184264Z [ 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:37:10.4187121Z [ 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:37:10.4190150Z [ 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:37:10.4193079Z [ 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:37:10.4196408Z [ 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:37:10.4200450Z [ 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:37:10.4203896Z [ 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:37:10.4207305Z [ 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:37:10.4210907Z [ 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:37:10.4214475Z [ 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:37:10.4217987Z [ 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:37:10.4221712Z [ 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:37:10.4224969Z [ 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:37:10.4228403Z [ 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:37:10.4231952Z [ 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:37:10.4235474Z [ 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:37:10.4239273Z [ 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:37:10.4242706Z [ 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:37:10.4246553Z [ 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:37:10.4250249Z [ 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:37:10.4253590Z [ 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:37:10.4256784Z [ 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:37:10.4260150Z [ 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:37:10.4263765Z [ 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:37:10.4267198Z [ 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:37:10.4270452Z [ 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:37:10.4273731Z [ 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:37:10.4277144Z [ 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:37:10.4281001Z [ 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:37:10.4284313Z [ 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:37:10.4287913Z [ 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:37:10.4291426Z [ 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:37:10.4294648Z [ 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:37:10.4297707Z [ 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:37:10.4300954Z [ 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:37:12.1691240Z [ 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:37:12.1694035Z [ 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:37:12.1697208Z [ 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:37:12.1700010Z [ 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:37:12.1703025Z [ 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:37:12.1706163Z [ 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:37:12.1708987Z [ 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:37:12.1711824Z [ 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:37:12.1714899Z [ 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:37:12.1717908Z [ 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:37:12.1721259Z [ 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:37:12.1724396Z [ 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:37:12.1727083Z [ 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:37:12.1729834Z [ 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:37:12.1732754Z [ 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:37:12.1735913Z [ 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:37:12.1738739Z [ 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:37:12.1741640Z [ 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:37:12.1744494Z [ 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:37:12.1747335Z [ 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:37:12.1749986Z [ 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:37:12.1752606Z [ 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:37:12.1755335Z [ 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:37:12.1758213Z [ 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:37:12.1761401Z [ 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:37:12.1764064Z [ 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:37:12.1766783Z [ 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:37:12.1769743Z [ 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:37:12.1772605Z [ 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:37:12.1775121Z [ 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:37:12.1777629Z [ 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:37:12.1780134Z [ 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:37:12.1782567Z [ 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:37:12.1784971Z [ 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:37:12.1787798Z [ 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:37:12.1790982Z [ 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:37:12.1793999Z [ 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:37:12.1797052Z [ 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:37:12.1800975Z [ 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:37:12.1804269Z [ 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:37:12.1807436Z [ 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:37:12.1810660Z [ 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:37:12.1813770Z [ 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:37:12.1816883Z [ 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:37:12.1819669Z [ 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:37:12.1822623Z [ 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:37:12.1825824Z [ 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:37:12.1828858Z [ 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:37:12.1831725Z [ 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:37:12.1834590Z [ 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:37:12.1837421Z [ 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:37:12.1840344Z [ 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:37:13.9543306Z [ 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:37:13.9545870Z [ 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:37:13.9548386Z [ 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:37:13.9551200Z [ 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:37:13.9554065Z [ 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:37:13.9556911Z [ 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:37:13.9560040Z [ 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:37:13.9562831Z [ 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:37:13.9565834Z [ 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:37:13.9568544Z [ 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:37:13.9571416Z [ 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:37:13.9574293Z [ 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:37:13.9577074Z [ 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:37:13.9579713Z [ 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:37:13.9582180Z [ 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:37:13.9584710Z [ 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:37:13.9587253Z [ 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:37:13.9590177Z [ 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:37:13.9592710Z [ 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:37:13.9595169Z [ 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:37:13.9597597Z [ 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:37:13.9600162Z [ 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:37:13.9602399Z [ 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:37:13.9605119Z [ 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:37:13.9608036Z [ 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:37:13.9611086Z [ 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:37:13.9614001Z [ 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:37:13.9616944Z [ 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:37:13.9619842Z [ 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:37:13.9622742Z [ 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:37:13.9625801Z [ 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:37:13.9629184Z [ 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:37:13.9632059Z [ 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:37:13.9634936Z [ 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:37:13.9637721Z [ 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:37:13.9640786Z [ 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:37:13.9643739Z [ 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:37:13.9646492Z [ 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:37:13.9649261Z [ 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:37:13.9652379Z [ 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:37:13.9655830Z [ 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:37:13.9658584Z [ 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:37:13.9661430Z [ 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:37:13.9664217Z [ 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:37:13.9666804Z [ 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:37:13.9669518Z [ 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:37:13.9672173Z [ 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:37:13.9674829Z [ 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:37:13.9677556Z [ 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:37:13.9680518Z [ 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:37:13.9683162Z [ 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:37:13.9685822Z [ 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:37:13.9688607Z [ 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:37:13.9692018Z [ 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:37:13.9694979Z [ 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:37:15.1626548Z [ 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:37:15.1629081Z [ 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:37:15.1631543Z [ 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:37:15.1634421Z [ 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:37:15.1637442Z [ 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:37:15.1640523Z [ 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:37:15.1643030Z [ 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:37:15.1646351Z [ 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:37:15.1649102Z [ 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:37:15.1652075Z [ 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:37:15.1654808Z [ 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:37:15.1657540Z [ 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:37:15.1660298Z [ 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:37:15.1662915Z [ 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:37:15.1665476Z [ 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:37:15.1667913Z [ 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:37:15.1670726Z [ 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:37:15.1673926Z [ 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:37:15.1677034Z [ 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:37:15.1680320Z [ 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:37:15.1683611Z [ 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:37:15.1686690Z [ 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:37:15.1690070Z [ 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:37:15.1693236Z [ 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:37:15.1696473Z [ 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:37:15.1699597Z [ 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:37:15.1702714Z [ 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:37:15.1705921Z [ 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:37:15.1709392Z [ 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:37:15.1718691Z [ 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:37:15.1721744Z [ 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:37:15.1724832Z [ 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:37:15.1727916Z [ 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:37:15.1731045Z [ 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:37:15.1733989Z [ 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:37:15.1736926Z [ 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:37:15.1740003Z [ 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:37:15.1743198Z [ 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:37:15.1746099Z [ 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:37:15.1749084Z [ 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:37:15.1752348Z [ 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:37:15.1756165Z [ 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:37:15.1759891Z [ 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:37:15.1763239Z [ 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:37:15.1766581Z [ 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:37:15.1770270Z [ 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:37:15.1773819Z [ 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:37:15.1777266Z [ 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:37:15.1781190Z [ 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:37:16.3849337Z [ 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:37:16.3853188Z [ 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:37:16.3856506Z [ 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:37:16.3859213Z [ 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:37:16.3861599Z [ 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:37:16.3863993Z [ 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:37:16.3866376Z [ 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:37:16.3868768Z [ 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:37:16.3871117Z [ 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:37:16.3873538Z [ 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:37:16.3875892Z [ 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:37:16.3878270Z [ 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:37:16.3881136Z [ 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:37:16.3883914Z [ 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:37:16.3886379Z [ 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:37:16.3888795Z [ 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:37:16.3891321Z [ 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:37:16.3893786Z [ 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:37:16.3896152Z [ 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:37:16.3898470Z [ 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:37:16.3900828Z [ 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:37:16.3903415Z [ 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:37:16.3905788Z [ 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:37:16.3908145Z [ 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:37:16.3910644Z [ 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:37:16.3913105Z [ 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:37:16.3915597Z [ 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:37:16.3918072Z [ 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:37:16.3920863Z [ 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:37:16.3923414Z [ 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:37:16.3925869Z [ 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:37:16.3928298Z [ 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:37:16.3930741Z [ 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:37:16.3933121Z [ 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:37:16.3935423Z [ 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:37:16.3937780Z [ 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:37:16.3940371Z [ 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:37:16.3942735Z [ 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:37:16.3945097Z [ 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:37:16.3947488Z [ 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:37:16.3949990Z [ 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:37:16.3952417Z [ 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:37:16.3954931Z [ 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:37:16.3957422Z [ 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:37:16.3960334Z [ 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:37:16.3963102Z [ 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:37:16.3965530Z [ 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:37:16.3967972Z [ 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:37:16.3970524Z [ 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:37:16.3972908Z [ 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:37:16.3975301Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-05-15T23:37:16.3977709Z [ 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:37:16.3980123Z [ 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:37:16.3982590Z [ 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:37:16.3985033Z [ 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:37:16.3987408Z [ 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:37:17.5746189Z [ 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:37:17.5748759Z [ 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:37:17.5751455Z [ 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:37:17.5754350Z [ 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:37:17.5757042Z [ 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:37:17.5759999Z [ 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:37:17.5762741Z [ 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:37:17.5765266Z [ 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:37:17.5767969Z [ 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:37:17.5770806Z [ 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:37:17.5773489Z [ 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:37:17.5776065Z [ 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:37:17.5778817Z [ 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:37:17.5781308Z [ 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:37:17.5783682Z [ 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:37:17.5786174Z [ 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:37:17.5788651Z [ 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:37:17.5791029Z [ 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:37:17.5793450Z [ 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:37:17.5795792Z [ 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:37:17.5798177Z [ 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:37:17.5801141Z [ 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:37:17.5803400Z [ 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:37:17.5805739Z [ 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:37:17.5807984Z [ 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:37:17.5810521Z [ 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:37:17.5812877Z [ 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:37:17.5815439Z [ 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:37:17.5817781Z [ 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:37:17.5820038Z [ 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:37:17.5822402Z [ 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:37:17.5824825Z [ 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:37:17.5827349Z [ 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:37:17.5829837Z [ 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:37:17.5832608Z [ 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:37:17.5835994Z [ 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:37:17.5839369Z [ 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:37:17.5842354Z [ 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:37:17.5845481Z [ 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:37:17.5848575Z [ 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:37:17.5851933Z [ 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:37:17.5855225Z [ 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:37:17.5858441Z [ 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:37:17.5861637Z [ 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:37:17.5864995Z [ 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:37:17.5868368Z [ 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:37:17.5871125Z [ 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:37:17.5873620Z [ 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:37:17.5876639Z [ 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:37:17.5879743Z [ 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:37:17.5882376Z [ 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:37:17.5885031Z [ 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:37:17.5887760Z [ 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:37:18.7248311Z [ 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:37:18.7251652Z [ 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:37:18.7255045Z [ 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:37:18.7258676Z [ 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:37:18.7261800Z [ 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:37:18.7265381Z [ 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:37:18.7268721Z [ 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:37:18.7272042Z [ 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:37:18.7274926Z [ 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:37:18.7277743Z [ 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:37:18.7281128Z [ 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:37:18.7284295Z [ 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:37:18.7287659Z [ 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:37:18.7291192Z [ 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:37:18.7294621Z [ 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:37:18.7298436Z [ 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:37:18.7301849Z [ 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:37:18.7305277Z [ 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:37:18.7308219Z [ 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:37:18.7311308Z [ 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:37:18.7314748Z [ 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:37:18.7317998Z [ 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:37:18.7321509Z [ 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:37:18.7324959Z [ 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:37:18.7328012Z [ 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:37:18.7331219Z [ 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:37:18.7334319Z [ 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:37:18.7337445Z [ 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:37:18.7340568Z [ 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:37:18.7343770Z [ 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:37:18.7346888Z [ 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:37:18.7350014Z [ 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:37:18.7353093Z [ 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:37:18.7356220Z [ 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:37:18.7359547Z [ 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:37:18.7362480Z [ 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:37:18.7365669Z [ 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:37:18.7368793Z [ 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:37:18.7371923Z [ 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:37:18.7375099Z [ 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:37:18.7378266Z [ 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:37:18.7381241Z [ 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:37:18.7384461Z [ 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:37:18.7387510Z [ 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:37:18.7390917Z [ 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:37:18.7394366Z [ 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:37:18.7397611Z [ 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:37:18.7401284Z [ 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:37:19.8797414Z [ 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:37:19.8801144Z [ 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:37:19.8804531Z [ 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:37:19.8807614Z [ 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:37:19.8811095Z [ 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:37:19.8814165Z [ 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:37:19.8816965Z [ 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:37:19.8819759Z [ 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:37:19.8822449Z [ 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:37:19.8825462Z [ 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:37:19.8828031Z [ 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:37:19.8830597Z [ 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:37:19.8833138Z [ 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:37:19.8835684Z [ 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:37:19.8838157Z [ 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:37:19.8841104Z [ 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:37:19.8843737Z [ 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:37:19.8846463Z [ 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:37:19.8848850Z [ 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:37:19.8851462Z [ 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:37:19.8853947Z [ 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:37:19.8856328Z [ 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:37:19.8858634Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-05-15T23:37:19.8861376Z [ 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:37:19.8864482Z [ 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:37:19.8867284Z [ 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:37:19.8870083Z [ 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:37:19.8873151Z [ 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:37:19.8875983Z [ 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:37:19.8879240Z [ 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:37:19.8882006Z [ 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:37:19.8885045Z [ 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:37:19.8888117Z [ 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:37:19.8890961Z [ 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:37:19.8893599Z [ 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:37:19.8896270Z [ 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:37:19.8899274Z [ 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:37:19.8902094Z [ 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:37:19.8904857Z [ 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:37:19.8907697Z [ 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:37:19.8910947Z [ 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:37:19.8913809Z [ 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:37:19.8916586Z [ 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:37:19.8920334Z [ 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:37:19.8923219Z [ 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:37:19.8925719Z [ 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:37:19.8928209Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-05-15T23:37:19.8930992Z [ 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:37:19.8933274Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-05-15T23:37:19.8935500Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-05-15T23:37:19.8938068Z [ 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:37:19.8940959Z [ 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:37:19.8943741Z [ 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:37:19.8946309Z [ 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:37:20.9608927Z [ 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:37:20.9611415Z [ 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:37:20.9613778Z [ 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:37:20.9616687Z [ 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:37:20.9619935Z [ 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:37:20.9622878Z [ 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:37:20.9625858Z [ 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:37:20.9629397Z [ 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:37:20.9632357Z [ 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:37:20.9635050Z [ 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:37:20.9637736Z [ 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:37:20.9649809Z [ 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:37:20.9652087Z [ 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:37:20.9654088Z [ 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:37:20.9656017Z [ 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:37:20.9657929Z [ 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:37:20.9659836Z [ 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:37:20.9661727Z [ 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:37:20.9663669Z [ 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:37:20.9665556Z [ 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:37:20.9667474Z [ 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:37:20.9669702Z [ 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:37:20.9671680Z [ 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:37:20.9673730Z [ 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:37:20.9675642Z [ 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:37:20.9677539Z [ 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:37:20.9679697Z [ 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:37:20.9681359Z [ 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:37:20.9683019Z [ 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:37:20.9684845Z [ 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:37:20.9686517Z [ 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:37:20.9688173Z [ 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:37:20.9689996Z [ 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:37:20.9691808Z [ 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:37:20.9693809Z [ 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:37:20.9695985Z [ 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:37:20.9698798Z [ 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:37:20.9701704Z [ 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:37:20.9704541Z [ 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:37:20.9706794Z [ 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:37:20.9708893Z [ 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:37:20.9711094Z [ 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:37:20.9713807Z [ 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:37:20.9715922Z [ 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:37:20.9718224Z [ 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:37:20.9720617Z [ 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:37:20.9722744Z [ 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:37:20.9724872Z [ 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:37:20.9726994Z [ 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:37:22.0175837Z [ 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:37:22.0179350Z [ 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:37:22.0182739Z [ 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:37:22.0186186Z [ 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:37:22.0189752Z [ 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:37:22.0193792Z [ 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:37:22.0197306Z [ 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:37:22.0201833Z [ 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:37:22.0205394Z [ 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:37:22.0208896Z [ 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:37:22.0212592Z [ 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:37:22.0216145Z [ 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:37:22.0219694Z [ 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:37:22.0223686Z [ 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:37:22.0227286Z [ 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:37:22.0230845Z [ 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:37:22.0234470Z [ 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:37:22.0237890Z [ 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:37:22.0241237Z [ 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:37:22.0244755Z [ 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:37:22.0248626Z [ 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:37:22.0252294Z [ 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:37:22.0255954Z [ 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:37:22.0259525Z [ 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:37:22.0263107Z [ 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:37:22.0266718Z [ 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:37:22.0270200Z [ 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:37:22.0273637Z [ 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:37:22.0277073Z [ 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:37:22.0280839Z [ 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:37:22.0284148Z [ 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:37:22.0287507Z [ 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:37:22.0291538Z [ 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:37:22.0295013Z [ 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:37:22.0298433Z [ 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:37:22.0301954Z [ 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:37:22.0305441Z [ 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:37:22.0308932Z [ 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:37:22.0312463Z [ 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:37:22.0316342Z [ 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:37:22.0320202Z [ 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:37:22.0323779Z [ 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:37:22.0327338Z [ 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:37:22.0331096Z [ 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:37:22.0334650Z [ 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:37:22.0338037Z [ 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:37:23.1032075Z [ 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:37:23.1035496Z [ 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:37:23.1039030Z [ 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:37:23.1042254Z [ 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:37:23.1045379Z [ 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:37:23.1048559Z [ 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:37:23.1052164Z [ 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:37:23.1055897Z [ 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:37:23.1058911Z [ 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:37:23.1062024Z [ 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:37:23.1065263Z [ 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:37:23.1068484Z [ 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:37:23.1071676Z [ 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:37:23.1074856Z [ 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:37:23.1078255Z [ 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:37:23.1081555Z [ 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:37:23.1084566Z [ 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:37:23.1087643Z [ 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:37:23.1090944Z [ 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:37:23.1094144Z [ 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:37:23.1097299Z [ 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:37:23.1100532Z [ 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:37:23.1103680Z [ 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:37:23.1106837Z [ 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:37:23.1110032Z [ 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:37:23.1113252Z [ 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:37:23.1116564Z [ 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:37:23.1120360Z [ 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:37:23.1123381Z [ 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:37:23.1126391Z [ 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:37:23.1129537Z [ 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:37:23.1132917Z [ 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:37:23.1136430Z [ 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:37:23.1139625Z [ 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:37:23.1142803Z [ 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:37:23.1146462Z [ 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:37:23.1149667Z [ 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:37:23.1152815Z [ 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:37:23.1155920Z [ 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:37:23.1159292Z [ 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:37:23.1162565Z [ 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:37:23.1165698Z [ 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:37:23.1168746Z [ 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:37:23.1172109Z [ 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:37:23.1175371Z [ 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:37:23.1178499Z [ 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:37:23.1181679Z [ 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:37:23.1184896Z [ 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:37:23.1188475Z [ 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:37:24.4466879Z [ 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:37:24.4486317Z [ 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:37:24.4489761Z [ 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:37:24.4493243Z [ 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:37:24.4496235Z [ 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:37:24.4499390Z [ 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:37:24.4502594Z [ 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:37:24.4506270Z [ 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:37:24.4509508Z [ 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:37:24.4512772Z [ 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:37:24.4516026Z [ 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:37:24.4519542Z [ 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:37:24.4522864Z [ 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:37:24.4526160Z [ 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:37:24.4528924Z [ 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:37:24.4532279Z [ 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:37:24.4535633Z [ 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:37:24.4538607Z [ 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:37:24.4541863Z [ 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:37:24.4545597Z [ 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:37:24.4548845Z [ 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:37:24.4552116Z [ 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:37:24.4555466Z [ 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:37:24.4559065Z [ 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:37:24.4562254Z [ 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:37:24.4565548Z [ 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:37:24.4568740Z [ 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:37:24.4572500Z [ 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:37:24.4575786Z [ 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:37:24.4579016Z [ 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:37:24.4582294Z [ 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:37:24.4585613Z [ 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:37:24.4588832Z [ 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:37:24.4592115Z [ 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:37:24.4595356Z [ 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:37:24.4598755Z [ 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:37:24.4601931Z [ 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:37:24.4605003Z [ 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:37:24.4608049Z [ 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:37:24.4611466Z [ 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:37:24.4615171Z [ 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:37:24.4618386Z [ 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:37:24.4621617Z [ 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:37:24.4624965Z [ 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:37:24.4628136Z [ 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:37:24.4631337Z [ 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:37:24.4634549Z [ 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:37:24.4637737Z [ 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:37:24.4641594Z [ 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:37:25.7200590Z [ 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:37:25.7203647Z [ 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:37:25.7206877Z [ 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:37:25.7210240Z [ 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:37:25.7213398Z [ 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:37:25.7216775Z [ 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:37:25.7220098Z [ 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:37:25.7223343Z [ 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:37:25.7226578Z [ 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:37:25.7229617Z [ 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:37:25.7232818Z [ 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:37:25.7236043Z [ 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:37:25.7239929Z [ 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:37:25.7243008Z [ 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:37:25.7246258Z [ 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:37:25.7249437Z [ 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:37:25.7252708Z [ 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:37:25.7255964Z [ 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:37:25.7259254Z [ 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:37:25.7262459Z [ 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:37:25.7265532Z [ 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:37:25.7268477Z [ 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:37:25.7271427Z [ 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:37:25.7274464Z [ 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:37:25.7277445Z [ 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:37:25.7280612Z [ 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:37:25.7283470Z [ 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:37:25.7286520Z [ 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:37:25.7289426Z [ 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:37:25.7292657Z [ 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:37:25.7295971Z [ 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:37:25.7299300Z [ 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:37:25.7302957Z [ 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:37:25.7306268Z [ 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:37:25.7309381Z [ 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:37:25.7312488Z [ 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:37:25.7315637Z [ 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:37:25.7319141Z [ 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:37:25.7321786Z [ 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:37:25.7324554Z [ 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:37:25.7327592Z [ 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:37:25.7330460Z [ 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:37:25.7333520Z [ 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:37:25.7336996Z [ 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:37:25.7340521Z [ 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:37:25.7344006Z [ 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:37:25.7347512Z [ 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:37:25.7351017Z [ 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:37:25.7354013Z [ 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:37:26.9941710Z [ 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:37:26.9944868Z [ 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:37:26.9947825Z [ 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:37:26.9950983Z [ 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:37:26.9954231Z [ 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:37:26.9957144Z [ 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:37:26.9960776Z [ 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:37:26.9963863Z [ 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:37:26.9967050Z [ 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:37:26.9969797Z [ 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:37:26.9972834Z [ 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:37:26.9975866Z [ 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:37:26.9979014Z [ 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:37:26.9981913Z [ 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:37:26.9984713Z [ 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:37:26.9987630Z [ 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:37:26.9990501Z [ 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:37:26.9993371Z [ 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:37:26.9996330Z [ 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:37:26.9999666Z [ 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:37:27.0002848Z [ 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:37:27.0005760Z [ 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:37:27.0008698Z [ 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:37:27.0011829Z [ 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:37:27.0014693Z [ 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:37:27.0018047Z [ 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:37:27.0021070Z [ 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:37:27.0023855Z [ 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:37:27.0026800Z [ 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:37:27.0029844Z [ 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:37:27.0032659Z [ 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:37:27.0035617Z [ 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:37:27.0039057Z [ 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:37:27.0041881Z [ 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:37:27.0044884Z [ 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:37:27.0047793Z [ 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:37:27.0050881Z [ 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:37:27.0053773Z [ 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:37:27.0056739Z [ 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:37:27.0059539Z [ 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:37:27.0062444Z [ 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:37:27.0065479Z [ 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:37:27.0068497Z [ 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:37:27.0071442Z [ 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:37:27.0074211Z [ 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:37:27.0077371Z [ 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:37:27.0080520Z [ 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:37:27.0083384Z [ 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:37:27.0086625Z [ 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:37:28.3565111Z [ 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:37:28.3567963Z [ 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:37:28.3570892Z [ 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:37:28.3573708Z [ 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:37:28.3576812Z [ 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:37:28.3579549Z [ 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:37:28.3582202Z [ 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:37:28.3585095Z [ 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:37:28.3588063Z [ 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:37:28.3590677Z [ 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:37:28.3593181Z [ 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:37:28.3595656Z [ 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:37:28.3598202Z [ 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:37:28.3601352Z [ 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:37:28.3604283Z [ 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:37:28.3607288Z [ 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:37:28.3610374Z [ 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:37:28.3613393Z [ 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:37:28.3616820Z [ 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:37:28.3619732Z [ 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:37:28.3622738Z [ 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:37:28.3625775Z [ 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:37:28.3628740Z [ 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:37:28.3631742Z [ 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:37:28.3634710Z [ 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:37:28.3637727Z [ 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:37:28.3641366Z [ 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:37:28.3644381Z [ 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:37:28.3647445Z [ 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:37:28.3650615Z [ 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:37:28.3653618Z [ 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:37:28.3656605Z [ 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:37:28.3659548Z [ 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:37:28.3662415Z [ 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:37:28.3665421Z [ 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:37:28.3668428Z [ 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:37:28.3671393Z [ 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:37:28.3674425Z [ 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:37:28.3677408Z [ 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:37:28.3680655Z [ 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:37:28.3684051Z [ 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:37:28.3686640Z [ 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:37:28.3688878Z [ 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:37:28.3691661Z [ 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:37:28.3694693Z [ 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:37:28.3697784Z [ 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:37:28.3700809Z [ 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:37:28.3703830Z [ 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:37:28.3707244Z [ 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:37:28.3710290Z [ 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:37:28.3713307Z [ 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:37:28.3716407Z [ 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:37:29.5402611Z [ 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:37:29.5405753Z [ 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:37:29.5408777Z [ 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:37:29.5411933Z [ 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:37:29.5414803Z [ 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:37:29.5417597Z [ 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:37:29.5420238Z [ 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:37:29.5422806Z [ 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:37:29.5425450Z [ 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:37:29.5428132Z [ 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:37:29.5431257Z [ 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:37:29.5433870Z [ 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:37:29.5436476Z [ 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:37:29.5439967Z [ 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:37:29.5443234Z [ 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:37:29.5446462Z [ 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:37:29.5449643Z [ 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:37:29.5452976Z [ 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:37:29.5456305Z [ 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:37:29.5459449Z [ 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:37:29.5462683Z [ 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:37:29.5465807Z [ 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:37:29.5468727Z [ 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:37:29.5471858Z [ 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:37:29.5474940Z [ 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:37:29.5478233Z [ 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:37:29.5481481Z [ 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:37:29.5484273Z [ 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:37:29.5487053Z [ 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:37:29.5490102Z [ 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:37:29.5493202Z [ 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:37:29.5496750Z [ 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:37:29.5499720Z [ 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:37:29.5502948Z [ 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:37:29.5506158Z [ 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:37:29.5509387Z [ 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:37:29.5512599Z [ 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:37:29.5515769Z [ 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:37:29.5519239Z [ 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:37:29.5522819Z [ 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:37:29.5525990Z [ 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:37:29.5529170Z [ 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:37:29.5532502Z [ 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:37:29.5535626Z [ 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:37:29.5538570Z [ 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:37:29.5541189Z [ 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:37:29.5544288Z [ 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:37:29.5547468Z [ 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:37:29.5550430Z [ 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:37:29.5553471Z [ 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:37:30.7178778Z [ 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:37:30.7182227Z [ 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:37:30.7185451Z [ 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:37:30.7188715Z [ 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:37:30.7191872Z [ 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:37:30.7195073Z [ 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:37:30.7198636Z [ 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:37:30.7201875Z [ 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:37:30.7204662Z [ 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:37:30.7207633Z [ 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:37:30.7210476Z [ 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:37:30.7213117Z [ 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:37:30.7215824Z [ 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:37:30.7218410Z [ 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:37:30.7221185Z [ 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:37:30.7223926Z [ 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:37:30.7226632Z [ 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:37:30.7229325Z [ 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:37:30.7232005Z [ 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:37:30.7234719Z [ 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:37:30.7237374Z [ 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:37:30.7240940Z [ 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:37:30.7244665Z [ 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:37:30.7247664Z [ 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:37:30.7250924Z [ 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:37:30.7253981Z [ 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:37:30.7256680Z [ 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:37:30.7259412Z [ 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:37:30.7262146Z [ 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:37:30.7265224Z [ 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:37:30.7268003Z [ 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:37:30.7270797Z [ 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:37:30.7273937Z [ 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:37:30.7277007Z [ 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:37:30.7280431Z [ 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:37:30.7283488Z [ 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:37:30.7286619Z [ 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:37:30.7289761Z [ 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:37:30.7293147Z [ 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:37:30.7296271Z [ 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:37:30.7299426Z [ 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:37:30.7302546Z [ 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:37:30.7306071Z [ 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:37:30.7309224Z [ 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:37:30.7312375Z [ 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:37:30.7315553Z [ 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:37:30.7319156Z [ 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:37:30.7322354Z [ 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:37:31.9341830Z [ 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:37:31.9344981Z [ 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:37:31.9348574Z [ 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:37:31.9351675Z [ 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:37:31.9354867Z [ 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:37:31.9357923Z [ 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:37:31.9361478Z [ 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:37:31.9364570Z [ 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:37:31.9367702Z [ 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:37:31.9371160Z [ 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:37:31.9374345Z [ 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:37:31.9377563Z [ 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:37:31.9380803Z [ 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:37:31.9384020Z [ 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:37:31.9387260Z [ 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:37:31.9390805Z [ 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:37:31.9393802Z [ 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:37:31.9396918Z [ 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:37:31.9400377Z [ 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:37:31.9403506Z [ 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:37:31.9406641Z [ 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:37:31.9410071Z [ 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:37:31.9413596Z [ 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:37:31.9416772Z [ 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:37:31.9419829Z [ 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:37:31.9422882Z [ 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:37:31.9425952Z [ 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:37:31.9429174Z [ 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:37:31.9432263Z [ 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:37:31.9435444Z [ 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:37:31.9438964Z [ 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:37:31.9442039Z [ 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:37:31.9445511Z [ 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:37:31.9448579Z [ 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:37:31.9451671Z [ 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:37:31.9455989Z [ 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:37:31.9459102Z [ 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:37:31.9462206Z [ 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:37:31.9465317Z [ 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:37:31.9468474Z [ 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:37:31.9471633Z [ 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:37:31.9474809Z [ 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:37:31.9477922Z [ 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:37:31.9481947Z [ 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:37:31.9485039Z [ 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:37:31.9488138Z [ 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:37:31.9491433Z [ 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:37:31.9494468Z [ 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:37:33.1740147Z [ 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:37:33.1743466Z [ 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:37:33.1746848Z [ 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:37:33.1750153Z [ 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:37:33.1753446Z [ 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:37:33.1756714Z [ 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:37:33.1760109Z [ 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:37:33.1763358Z [ 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:37:33.1767082Z [ 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:37:33.1770351Z [ 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:37:33.1773625Z [ 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:37:33.1776945Z [ 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:37:33.1780227Z [ 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:37:33.1783544Z [ 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:37:33.1786788Z [ 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:37:33.1790404Z [ 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:37:33.1793682Z [ 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:37:33.1797010Z [ 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:37:33.1800649Z [ 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:37:33.1803941Z [ 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:37:33.1807254Z [ 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:37:33.1810676Z [ 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:37:33.1813985Z [ 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:37:33.1817323Z [ 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:37:33.1820629Z [ 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:37:33.1823888Z [ 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:37:33.1827178Z [ 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:37:33.1830531Z [ 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:37:33.1834247Z [ 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:37:33.1837521Z [ 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:37:33.1841478Z [ 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:37:33.1844760Z [ 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:37:33.1848023Z [ 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:37:33.1851465Z [ 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:37:33.1854749Z [ 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:37:33.1858284Z [ 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:37:33.1861553Z [ 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:37:33.1864616Z [ 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:37:33.1867856Z [ 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:37:33.1871134Z [ 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:37:33.1874418Z [ 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:37:33.1877703Z [ 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:37:33.1881233Z [ 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:37:33.1884519Z [ 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:37:33.1887763Z [ 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:37:33.1891121Z [ 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:37:33.1894408Z [ 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:37:33.1897702Z [ 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:37:34.4054169Z [ 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:37:34.4058183Z [ 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:37:34.4061304Z [ 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:37:34.4064368Z [ 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:37:34.4067638Z [ 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:37:34.4070733Z [ 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:37:34.4073839Z [ 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:37:34.4076944Z [ 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:37:34.4080649Z [ 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:37:34.4083615Z [ 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:37:34.4086746Z [ 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:37:34.4090105Z [ 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:37:34.4093067Z [ 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:37:34.4096116Z [ 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:37:34.4099133Z [ 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:37:34.4102385Z [ 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:37:34.4105622Z [ 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:37:34.4108529Z [ 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:37:34.4111537Z [ 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:37:34.4114523Z [ 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:37:34.4117452Z [ 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:37:34.4121050Z [ 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:37:34.4124151Z [ 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:37:34.4127219Z [ 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:37:34.4130376Z [ 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:37:34.4133463Z [ 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:37:34.4136576Z [ 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:37:34.4139604Z [ 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:37:34.4142945Z [ 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:37:34.4145999Z [ 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:37:34.4149193Z [ 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:37:34.4152320Z [ 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:37:34.4155516Z [ 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:37:34.4159104Z [ 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:37:34.4162282Z [ 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:37:34.4165537Z [ 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:37:34.4168749Z [ 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:37:34.4171912Z [ 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:37:34.4174888Z [ 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:37:34.4177813Z [ 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:37:34.4180839Z [ 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:37:34.4184332Z [ 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:37:34.4187594Z [ 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:37:34.4190797Z [ 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:37:34.4193945Z [ 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:37:34.4197091Z [ 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:37:34.4200635Z [ 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:37:34.4203620Z [ 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:37:34.4206685Z [ 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:37:35.6441787Z [ 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:37:35.6444527Z [ 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:37:35.6447281Z [ 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:37:35.6450485Z [ 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:37:35.6453469Z [ 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:37:35.6456034Z [ 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:37:35.6459006Z [ 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:37:35.6461192Z [ 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:37:35.6463808Z [ 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:37:35.6466385Z [ 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:37:35.6469157Z [ 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:37:35.6471953Z [ 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:37:35.6474668Z [ 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:37:35.6477875Z [ 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:37:35.6481027Z [ 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:37:35.6483810Z [ 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:37:35.6486639Z [ 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:37:35.6489479Z [ 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:37:35.6492476Z [ 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:37:35.6495057Z [ 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:37:35.6497601Z [ 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:37:35.6500527Z [ 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:37:35.6503256Z [ 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:37:35.6506136Z [ 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:37:35.6508925Z [ 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:37:35.6511688Z [ 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:37:35.6514595Z [ 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:37:35.6517319Z [ 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:37:35.6520465Z [ 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:37:35.6523474Z [ 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:37:35.6526504Z [ 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:37:35.6529450Z [ 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:37:35.6532590Z [ 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:37:35.6535531Z [ 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:37:35.6538900Z [ 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:37:35.6541943Z [ 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:37:35.6544906Z [ 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:37:35.6547817Z [ 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:37:35.6550741Z [ 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:37:35.6553577Z [ 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:37:35.6556416Z [ 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:37:35.6559809Z [ 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:37:35.6563023Z [ 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:37:35.6566364Z [ 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:37:35.6569623Z [ 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:37:35.6574109Z [ 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:37:35.6578770Z [ 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:37:35.6581815Z [ 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:37:35.6584906Z [ 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:37:36.8499786Z [ 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:37:36.8503081Z [ 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:37:36.8506295Z [ 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:37:36.8509551Z [ 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:37:36.8512821Z [ 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:37:36.8516041Z [ 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:37:36.8520288Z [ 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:37:36.8523499Z [ 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:37:36.8526682Z [ 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:37:36.8530228Z [ 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:37:36.8533958Z [ 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:37:36.8537323Z [ 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:37:36.8540655Z [ 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:37:36.8544019Z [ 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:37:36.8547832Z [ 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:37:36.8551180Z [ 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:37:36.8554533Z [ 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:37:36.8557869Z [ 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:37:36.8561999Z [ 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:37:36.8565447Z [ 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:37:36.8568751Z [ 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:37:36.8573524Z [ 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:37:36.8576880Z [ 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:37:36.8580130Z [ 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:37:36.8583485Z [ 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:37:36.8586815Z [ 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:37:36.8590573Z [ 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:37:36.8593935Z [ 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:37:36.8597315Z [ 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:37:36.8600909Z [ 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:37:36.8604262Z [ 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:37:36.8607499Z [ 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:37:36.8610943Z [ 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:37:36.8614313Z [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:37:36.8617985Z [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:37:36.8621384Z [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:37:36.8624761Z [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:37:36.8628137Z [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:37:36.8631458Z [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:37:36.8634853Z [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:37:36.8638219Z [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:37:36.8642068Z [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:37:36.8645433Z [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:37:36.8648553Z [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:37:36.8651539Z [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:37:36.8654384Z [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:37:36.8657638Z [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:37:36.8660618Z [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:38:51.3952306Z [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:38:51.3954455Z [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:38:51.3956512Z [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:38:51.3958943Z [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:38:51.3961109Z [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:38:51.3963262Z [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:38:51.3965753Z [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:38:51.3968060Z [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:38:51.3970207Z [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:38:51.3972678Z [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:38:51.3975332Z [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:38:51.3977483Z [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:38:51.3979727Z [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:38:51.3981738Z [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:38:51.3983765Z [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:38:51.3985846Z [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:38:51.3987886Z [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:38:51.3989936Z [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:38:51.3992147Z [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:38:51.3994186Z [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:38:51.3996216Z [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:38:51.3998523Z [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:38:51.4000616Z [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:38:51.4002658Z [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:38:51.4004693Z [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:38:51.4006391Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-05-15T23:38:51.4007957Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-05-15T23:38:51.4009422Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-05-15T23:38:51.4010993Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-05-15T23:38:51.4012469Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-05-15T23:38:51.4013968Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-05-15T23:38:51.4015456Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-05-15T23:38:51.4016970Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-05-15T23:38:51.4018377Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-05-15T23:38:51.4019262Z [100%] Built target microkernels-all 2024-05-15T23:38:51.4019788Z [100%] Linking CXX static library liboptimized_kernels.a 2024-05-15T23:38:51.4020329Z [100%] Built target optimized_kernels 2024-05-15T23:38:51.4020895Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-05-15T23:38:51.4021459Z [100%] Merging kernel yaml files 2024-05-15T23:38:51.4022059Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-05-15T23:38:51.4022720Z [100%] Generating code for kernel registration 2024-05-15T23:38:51.4023243Z [100%] Generating code for kernel registration 2024-05-15T23:38:51.4024302Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:38:51.4025951Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-05-15T23:38:51.4027114Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-05-15T23:38:51.4027657Z [100%] Built target optimized_ops_lib 2024-05-15T23:38:51.4028242Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-05-15T23:38:51.4028865Z [100%] Built target optimized_native_cpu_ops_lib 2024-05-15T23:38:51.4029851Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-05-15T23:38:51.4031021Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-05-15T23:38:51.4032088Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-05-15T23:38:51.4033153Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-05-15T23:38:51.4034174Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-05-15T23:38:51.4035255Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-05-15T23:38:51.4036106Z [100%] Linking CXX executable executor_runner 2024-05-15T23:38:51.4036593Z [100%] Built target executor_runner 2024-05-15T23:38:51.4037009Z Install the project... 2024-05-15T23:38:51.4037438Z -- Install configuration: "Release" 2024-05-15T23:38:51.4038182Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-05-15T23:38:51.4039374Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-05-15T23:38:51.4040155Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-05-15T23:38:51.4041038Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-05-15T23:38:51.4042185Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-05-15T23:38:51.4043184Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-05-15T23:38:51.4044040Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-05-15T23:38:51.4044872Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-05-15T23:38:51.4045663Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-05-15T23:38:51.4046485Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-05-15T23:38:51.4047335Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-05-15T23:38:51.4048172Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-05-15T23:38:51.4632775Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-05-15T23:38:51.4634394Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-05-15T23:38:51.4635840Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-05-15T23:38:51.4636898Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-05-15T23:38:51.4638026Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-05-15T23:38:51.4639364Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-05-15T23:38:51.4640330Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-05-15T23:38:51.4641297Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-05-15T23:38:51.4642319Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-05-15T23:38:51.4643329Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-05-15T23:38:51.4644344Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-05-15T23:38:51.4645286Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-05-15T23:38:51.4646493Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-05-15T23:38:51.4647608Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-05-15T23:38:51.4648627Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-05-15T23:38:51.4649608Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-05-15T23:38:51.4650682Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-05-15T23:38:51.4651632Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-05-15T23:38:51.4652503Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-05-15T23:38:51.4653340Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-05-15T23:38:51.4654249Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-05-15T23:38:51.4655051Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-05-15T23:38:51.4655923Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-05-15T23:38:51.4656741Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-05-15T23:38:51.4657593Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-05-15T23:38:51.4658569Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-05-15T23:38:51.4659543Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-05-15T23:38:51.4660863Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libbundled_program.a 2024-05-15T23:38:51.4662418Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-05-15T23:38:51.4664110Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-05-15T23:38:51.4665638Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-05-15T23:38:51.4667462Z -- 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:38:51.4689145Z creating pip-out/lib.linux-x86_64-cpython-311 2024-05-15T23:38:51.4689901Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-05-15T23:38:51.4690807Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-05-15T23:38:51.4691559Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-05-15T23:38:51.4692669Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py 2024-05-15T23:38:51.4693570Z running build_py 2024-05-15T23:38:51.4694120Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-05-15T23:38:51.4695123Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4696179Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4697351Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4698579Z copying backends/arm/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4699835Z copying backends/arm/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4701047Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4702281Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4703644Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4704916Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-05-15T23:38:51.4705996Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:38:51.4707170Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:38:51.4708787Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:38:51.4710277Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:38:51.4711720Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-05-15T23:38:51.4712912Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-05-15T23:38:51.4714166Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-05-15T23:38:51.4715356Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:38:51.4716613Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:38:51.4718151Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:38:51.4720012Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-05-15T23:38:51.4721226Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-05-15T23:38:51.4722427Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-05-15T23:38:51.4723901Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-05-15T23:38:51.4725041Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-05-15T23:38:51.4726188Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-05-15T23:38:51.4727519Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-05-15T23:38:51.4728684Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-05-15T23:38:51.4729670Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-05-15T23:38:51.4731126Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-05-15T23:38:51.4732589Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-05-15T23:38:51.4733796Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-05-15T23:38:51.4735151Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-05-15T23:38:51.4736934Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-05-15T23:38:51.4738440Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-05-15T23:38:51.4739919Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-05-15T23:38:51.4741360Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-05-15T23:38:51.4742916Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-05-15T23:38:51.4744351Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-05-15T23:38:51.4745842Z 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:38:51.4747571Z 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:38:51.4749056Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-05-15T23:38:51.4750390Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:38:51.4752077Z 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:38:51.4753729Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4755061Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4756826Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4758678Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4760411Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4762233Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4763909Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4765696Z 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:38:51.4767582Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4769386Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4771084Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4772762Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4774439Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4776137Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4777909Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4779590Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4781253Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4783081Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4784752Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-05-15T23:38:51.4786198Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-05-15T23:38:51.4787642Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-05-15T23:38:51.4789117Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-05-15T23:38:51.4790680Z 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:38:51.4792585Z 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:38:51.4794217Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:38:51.4795502Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-05-15T23:38:51.4797037Z 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:38:51.4798825Z 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:38:51.4800404Z 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:38:51.4802354Z 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:38:51.4804253Z 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:38:51.4805819Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-05-15T23:38:51.4807168Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-05-15T23:38:51.4808568Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4810036Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4811486Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4812939Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4814517Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4816053Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4817604Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4819128Z copying backends/arm/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4820662Z copying backends/arm/operators/op_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4822348Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4823946Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4825560Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4827217Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4828958Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4830634Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4832297Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4834023Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4835723Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4837354Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4839207Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-05-15T23:38:51.4840651Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:38:51.4841947Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:38:51.4843452Z copying backends/arm/test/test_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:38:51.4844951Z copying backends/arm/test/test_tosa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:38:51.4846543Z copying backends/arm/test/arm_tosa_reference.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-05-15T23:38:51.4847982Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-05-15T23:38:51.4849446Z 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:38:51.4850960Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-05-15T23:38:51.4852503Z 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:38:51.4854161Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4855540Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4857203Z 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:38:51.4858967Z 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:38:51.4860663Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4862309Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4864041Z 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:38:51.4865837Z 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:38:51.4867489Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4869144Z 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:38:51.4870838Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4872509Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-05-15T23:38:51.4873879Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-05-15T23:38:51.4875308Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-05-15T23:38:51.4876950Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-05-15T23:38:51.4878537Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-05-15T23:38:51.4880013Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-05-15T23:38:51.4881714Z 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:38:51.4883192Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-05-15T23:38:51.4884648Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:38:51.4886492Z 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:38:51.4888425Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-05-15T23:38:51.4890103Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:38:51.4892147Z 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:38:51.4894636Z 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:38:51.4896602Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:38:51.4898636Z 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:38:51.4901169Z 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:38:51.4903512Z 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:38:51.4906006Z 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:38:51.4908332Z 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:38:51.4910692Z 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:38:51.4913021Z 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:38:51.4915280Z 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:38:51.4917582Z 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:38:51.4920091Z 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:38:51.4922484Z 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:38:51.4924806Z 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:38:51.4927136Z 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:38:51.4929522Z 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:38:51.4931862Z 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:38:51.4934189Z 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:38:51.4936510Z 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:38:51.4938839Z 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:38:51.4941169Z 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:38:51.4943557Z 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:38:51.4945997Z 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:38:51.4948279Z 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:38:51.4950654Z 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:38:51.4952969Z 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:38:51.4955285Z 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:38:51.4957610Z 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:38:51.4959969Z 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:38:51.4962263Z 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:38:51.4964594Z 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:38:51.4966963Z 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:38:51.4969421Z 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:38:51.4971832Z 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:38:51.4974306Z 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:38:51.4976668Z 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:38:51.4978466Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-05-15T23:38:51.4979900Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:38:51.4982123Z 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:38:51.4983998Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:38:51.4985993Z 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:38:51.4987558Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-05-15T23:38:51.4988655Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4989899Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4991354Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4992744Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4993985Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4995449Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4996927Z copying backends/cadence/aot/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.4998102Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-05-15T23:38:51.4999482Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-05-15T23:38:51.5001004Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-05-15T23:38:51.5002460Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:38:51.5004268Z 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:38:51.5006470Z 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:38:51.5008127Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5009660Z 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:38:51.5011413Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5013074Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5014789Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5016504Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5018208Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5019793Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5021363Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5022911Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5024462Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-05-15T23:38:51.5025884Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5027214Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5028897Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5030391Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5031828Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5033282Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5034782Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5036338Z copying backends/qualcomm/builders/op_cast.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5037893Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5039570Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5041099Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5042627Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5044226Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5045830Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5047384Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5048938Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5050593Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5052142Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5053720Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5055459Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5057072Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5058641Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5060195Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5061793Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5063308Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5064903Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5066467Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5067987Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5069647Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5071196Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5072735Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5074336Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5075914Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5077509Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5079253Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5080826Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5082417Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5083940Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5085475Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5087018Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5088598Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5090620Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5092082Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5093523Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5094969Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5096601Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5098159Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5099592Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-05-15T23:38:51.5100772Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-05-15T23:38:51.5102023Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-05-15T23:38:51.5103516Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-05-15T23:38:51.5104730Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5106002Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5107525Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5109024Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5110676Z 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:38:51.5112204Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5113703Z copying backends/qualcomm/passes/convert_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5115191Z copying backends/qualcomm/passes/convert_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5116752Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5118451Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5120044Z 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:38:51.5121604Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5123017Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5124409Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5125811Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5127263Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5128729Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5130305Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5131823Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5133276Z copying backends/qualcomm/passes/remove_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5134813Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5136229Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-05-15T23:38:51.5137386Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-05-15T23:38:51.5138637Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-05-15T23:38:51.5140078Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-05-15T23:38:51.5141279Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:38:51.5142657Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:38:51.5144359Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:38:51.5145659Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:38:51.5146807Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:38:51.5148278Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:38:51.5149656Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-05-15T23:38:51.5150772Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-05-15T23:38:51.5151919Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-05-15T23:38:51.5153050Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-05-15T23:38:51.5154350Z 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:38:51.5155641Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-05-15T23:38:51.5156945Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-05-15T23:38:51.5158258Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:38:51.5159705Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:38:51.5161331Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:38:51.5162958Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:38:51.5164211Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:38:51.5165380Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:38:51.5166813Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:38:51.5168246Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-05-15T23:38:51.5169399Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-05-15T23:38:51.5170452Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/api 2024-05-15T23:38:51.5171836Z 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:38:51.5173093Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-05-15T23:38:51.5174397Z 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:38:51.5175901Z 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:38:51.5177161Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:38:51.5178540Z 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:38:51.5180195Z 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:38:51.5181591Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-05-15T23:38:51.5182979Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-05-15T23:38:51.5184555Z 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:38:51.5186038Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-05-15T23:38:51.5187264Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:38:51.5188968Z 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:38:51.5191031Z 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:38:51.5193071Z 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:38:51.5195103Z 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:38:51.5197092Z 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:38:51.5199182Z 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:38:51.5201201Z 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:38:51.5202927Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:38:51.5204754Z 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:38:51.5206467Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-05-15T23:38:51.5207776Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-05-15T23:38:51.5209187Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:38:51.5211376Z 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:38:51.5213088Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5214290Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5215726Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5217147Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5218602Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5220022Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5221432Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5222850Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5224345Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5225765Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5227269Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5228746Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5230251Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5231810Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5233286Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5234704Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5236142Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5237596Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5239155Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5240598Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5242099Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5243600Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5245019Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5246430Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5247872Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5249396Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5250948Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5252370Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5253862Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5255326Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5256733Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5258209Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5259646Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5261087Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5262637Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5264066Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5265759Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5267232Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5268730Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5270303Z 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:38:51.5271801Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5273220Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5274724Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5276204Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5277678Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5279251Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-05-15T23:38:51.5280436Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-05-15T23:38:51.5281658Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-05-15T23:38:51.5283148Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-05-15T23:38:51.5284358Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5285510Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5287092Z 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:38:51.5288637Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5290151Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5291582Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5293085Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5294661Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5296526Z 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:38:51.5298025Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5299468Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5301023Z 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:38:51.5302463Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-05-15T23:38:51.5303675Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:38:51.5305035Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:38:51.5306687Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:38:51.5307968Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-05-15T23:38:51.5309157Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-05-15T23:38:51.5310613Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-05-15T23:38:51.5311844Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-05-15T23:38:51.5313215Z 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:38:51.5314905Z 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:38:51.5316202Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:38:51.5317357Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:38:51.5318833Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:38:51.5320159Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:38:51.5321527Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-05-15T23:38:51.5322771Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:38:51.5324239Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:38:51.5325856Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:38:51.5327117Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5328401Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5329949Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5331453Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5332996Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5334533Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5336099Z 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:38:51.5337655Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5339312Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5340849Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5342344Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5343880Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5345434Z 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:38:51.5346913Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-05-15T23:38:51.5348100Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5349273Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5350638Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5352034Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5353494Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5354890Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5356260Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5357655Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5359156Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5360584Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5361960Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5363396Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5364768Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5366184Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5367826Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5369570Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5371203Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5372698Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5374116Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5375532Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5377084Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5378492Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5379904Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5381296Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5382674Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5384145Z 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:38:51.5385583Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5386960Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5388344Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5389768Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5391194Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5392582Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5393975Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5395439Z 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:38:51.5396871Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5398247Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5399792Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:51.5400995Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-05-15T23:38:51.5402415Z 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:38:51.5404044Z 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:38:51.5405721Z 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:38:51.5407390Z 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:38:51.5409022Z 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:38:51.5410734Z 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:38:51.5412092Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-05-15T23:38:51.5413543Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-05-15T23:38:51.5415329Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-05-15T23:38:51.5416673Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-05-15T23:38:51.5417917Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-05-15T23:38:51.5419395Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-05-15T23:38:51.5420682Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:38:51.5422040Z 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:38:51.5423376Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:38:51.5424774Z 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:38:51.5426139Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:38:51.5427553Z 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:38:51.5428968Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:38:51.5430472Z 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:38:51.5431941Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-05-15T23:38:51.5433146Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:38:51.5434727Z 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:38:51.5436599Z 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:38:51.5438564Z 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:38:51.5440123Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-05-15T23:38:51.5441317Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:38:51.5442900Z 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:38:51.5444396Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-05-15T23:38:51.5445564Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:38:51.5447234Z 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:38:51.5449267Z 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:38:51.5450866Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:38:51.5452645Z 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:38:51.5454833Z 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:38:51.5456832Z 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:38:51.5458851Z 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:38:51.5460841Z 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:38:51.5462841Z 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:38:51.5464893Z 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:38:51.5466985Z 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:38:51.5469092Z 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:38:51.5471172Z 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:38:51.5473142Z 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:38:51.5475078Z 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:38:51.5477014Z 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:38:51.5479170Z 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:38:51.5481427Z 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:38:51.5483528Z 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:38:51.5485566Z 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:38:51.5487553Z 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:38:51.5489555Z 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:38:51.5491633Z 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:38:51.5493658Z 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:38:51.5495691Z 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:38:51.5497658Z 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:38:51.5499635Z 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:38:51.5501595Z 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:38:51.5503552Z 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:38:51.5505512Z 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:38:51.5507467Z 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:38:51.5509505Z 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:38:51.5511573Z 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:38:51.5513652Z 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:38:51.5515707Z 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:38:51.5517707Z 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:38:51.5519765Z 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:38:51.5521803Z 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:38:51.5523777Z 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:38:51.5525773Z 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:38:51.5527739Z 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:38:51.5529744Z 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:38:51.5531711Z 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:38:51.5533682Z 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:38:51.5535661Z 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:38:51.5537718Z 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:38:51.5539779Z 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:38:51.5541870Z 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:38:51.5543909Z 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:38:51.5545942Z 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:38:51.5547949Z 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:38:51.5549905Z 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:38:51.5551800Z 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:38:51.5709097Z 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:38:51.5711631Z 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:38:51.5713659Z 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:38:51.5715333Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:38:51.5717121Z 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:38:51.5719643Z 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:38:51.5722004Z 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:38:51.5723733Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-05-15T23:38:51.5725088Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:38:51.5726846Z 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:38:51.5728294Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-05-15T23:38:51.5729171Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:38:51.5730344Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:38:51.5731671Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:38:51.5733019Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-05-15T23:38:51.5734394Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-05-15T23:38:51.5735751Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-05-15T23:38:51.5737302Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-05-15T23:38:51.5738469Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-05-15T23:38:51.5739695Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-05-15T23:38:51.5741116Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-05-15T23:38:51.5742396Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-05-15T23:38:51.5743795Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-05-15T23:38:51.5745322Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-05-15T23:38:51.5746664Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-05-15T23:38:51.5748048Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-05-15T23:38:51.5749699Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-05-15T23:38:51.5750925Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-05-15T23:38:51.5752322Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-05-15T23:38:51.5753897Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-05-15T23:38:51.5755067Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5756196Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5757528Z copying examples/models/llama2/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5759272Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5760911Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5762466Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5763867Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5765251Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5766678Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5768110Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5769521Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5770992Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-05-15T23:38:51.5772149Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder 2024-05-15T23:38:51.5773394Z copying examples/models/llava_encoder/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder 2024-05-15T23:38:51.5774944Z copying examples/models/llava_encoder/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava_encoder 2024-05-15T23:38:51.5776136Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-05-15T23:38:51.5777349Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-05-15T23:38:51.5778762Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-05-15T23:38:51.5779948Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-05-15T23:38:51.5781195Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-05-15T23:38:51.5782635Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-05-15T23:38:51.5783846Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-05-15T23:38:51.5785086Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-05-15T23:38:51.5786509Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-05-15T23:38:51.5787700Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-05-15T23:38:51.5788864Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-05-15T23:38:51.5790169Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-05-15T23:38:51.5791329Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-05-15T23:38:51.5792629Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-05-15T23:38:51.5794135Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-05-15T23:38:51.5795357Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-05-15T23:38:51.5796541Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-05-15T23:38:51.5797951Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-05-15T23:38:51.5799256Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-05-15T23:38:51.5800641Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-05-15T23:38:51.5802218Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-05-15T23:38:51.5803587Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-05-15T23:38:51.5805054Z 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:38:51.5806844Z 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:38:51.5860754Z 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:38:51.5862588Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:38:51.5863996Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:38:51.5865841Z 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:38:51.5867538Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:38:51.5869213Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-05-15T23:38:51.5870537Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:38:51.5871744Z copying examples/models/llama2/lib/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:38:51.5873170Z copying examples/models/llama2/lib/quant_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:38:51.5874658Z copying examples/models/llama2/lib/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/lib 2024-05-15T23:38:51.5875898Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-05-15T23:38:51.5877223Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-05-15T23:38:51.5878884Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-05-15T23:38:51.5880418Z 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:38:51.5882220Z 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:38:51.5884023Z 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:38:51.5885813Z 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:38:51.5887193Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-05-15T23:38:51.5888566Z 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:38:51.5890024Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:38:51.5891345Z copying examples/models/llama2/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:38:51.5892922Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:38:51.5894534Z copying examples/models/llama2/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-05-15T23:38:51.5895863Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party 2024-05-15T23:38:51.5897014Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:38:51.5898608Z 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:38:51.5900517Z 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:38:51.5902086Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:38:51.5903875Z 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:38:51.5905584Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:38:51.5907330Z 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:38:51.5909512Z 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:38:51.5911159Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2 2024-05-15T23:38:51.5912338Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:38:51.5913968Z 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:38:51.5915539Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:38:51.5917096Z 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:38:51.5919127Z 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:38:51.5920993Z 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:38:51.5922493Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:38:51.5924087Z 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:38:51.5926014Z 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:38:51.5927879Z 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:38:51.5929407Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:38:51.5930914Z 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:38:51.5932653Z 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:38:51.5933881Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5934704Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5935595Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5936524Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5937464Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5938420Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5939389Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5940308Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5941288Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5942216Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5943229Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5944193Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5945132Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5946078Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5947024Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5947972Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5948925Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5949851Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5950753Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5951655Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5952532Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5953422Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5954309Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5983980Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-05-15T23:38:51.5985220Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:51.5986378Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:51.5987499Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:51.5988627Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:51.5989778Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:51.5990936Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:51.5991915Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:38:51.5993021Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:38:51.5994289Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:38:51.5995584Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:38:51.5996752Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:38:51.5997903Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-05-15T23:38:51.5999104Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:38:51.6000066Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:38:51.6001141Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:38:51.6002218Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:38:51.6003286Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-05-15T23:38:51.6004221Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-05-15T23:38:51.6014720Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-05-15T23:38:51.6015962Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-05-15T23:38:51.6016896Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:38:51.6017785Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:38:51.6018829Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:38:51.6019887Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-05-15T23:38:51.6020815Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:38:51.6021807Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:38:51.6022911Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:38:51.6024006Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-05-15T23:38:51.6024952Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6025896Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6027088Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6028318Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6029543Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6030792Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6032025Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6033292Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6034608Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6035878Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6037086Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6038600Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6039876Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6041086Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6042237Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6043450Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6044705Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6045927Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6047158Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6048495Z 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:38:51.6049898Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6051233Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6052452Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6053624Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6054784Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6055961Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6057130Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6058377Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-05-15T23:38:51.6059426Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:38:51.6060388Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:38:51.6061485Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:38:51.6062596Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-05-15T23:38:51.6063528Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:38:51.6064446Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:38:51.6065479Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:38:51.6066522Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:38:51.6067625Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-05-15T23:38:51.6068586Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6069528Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6070569Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6071664Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6072833Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6073991Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6075075Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6076191Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6077274Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6078515Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6079651Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6080872Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6082033Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6083189Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6084359Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6085466Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6098875Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6100454Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6101802Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6102896Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6103969Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6105032Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6106126Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6107228Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6108413Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6109537Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6110646Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-05-15T23:38:51.6111662Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:38:51.6112753Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:38:51.6113986Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:38:51.6115221Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:38:51.6116450Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-05-15T23:38:51.6117516Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:38:51.6118787Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:38:51.6120089Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:38:51.6121389Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-05-15T23:38:51.6122683Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-05-15T23:38:51.6124161Z 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:38:51.6125960Z 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:38:51.6127795Z 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:38:51.6129080Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6130334Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6131794Z 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:38:51.6133196Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6134526Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6135914Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6137203Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6138570Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6139907Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6141246Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6142603Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6143964Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6145343Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6146687Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6147955Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6149193Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-05-15T23:38:51.6150274Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-05-15T23:38:51.6151515Z 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:38:51.6153012Z 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:38:51.6154230Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-05-15T23:38:51.6155577Z 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:38:51.6157261Z 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:38:51.6159012Z 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:38:51.6160292Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-05-15T23:38:51.6161392Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-05-15T23:38:51.6162453Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-05-15T23:38:51.6163505Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-05-15T23:38:51.6164527Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-05-15T23:38:51.6165658Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-05-15T23:38:51.6166808Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-05-15T23:38:51.6168134Z 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:38:51.6169341Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-05-15T23:38:51.6170539Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-05-15T23:38:51.6171850Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-05-15T23:38:51.6173060Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:38:51.6174237Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:38:51.6175639Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:38:51.6177026Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-05-15T23:38:51.6178147Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-05-15T23:38:51.6179254Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-05-15T23:38:51.6180579Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-05-15T23:38:51.6181726Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-05-15T23:38:51.6182876Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-05-15T23:38:51.6184190Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-05-15T23:38:51.6185318Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-05-15T23:38:51.6186509Z 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:38:51.6187934Z 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:38:51.6189116Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-05-15T23:38:51.6190345Z 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:38:51.6191481Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-05-15T23:38:51.6229014Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-05-15T23:38:51.6230434Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-05-15T23:38:51.6231633Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-05-15T23:38:51.6232825Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-05-15T23:38:51.6234140Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-05-15T23:38:51.6235528Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-05-15T23:38:51.6236712Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-05-15T23:38:51.6238039Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-05-15T23:38:51.6239286Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-05-15T23:38:51.6240237Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:38:51.6241420Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:38:51.6242780Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:38:51.6244117Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-05-15T23:38:51.6245262Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-05-15T23:38:51.6246457Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-05-15T23:38:51.6247695Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-05-15T23:38:51.6248830Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-05-15T23:38:51.6250079Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-05-15T23:38:51.6251497Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-05-15T23:38:51.6252841Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-05-15T23:38:51.6254141Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-05-15T23:38:51.6255694Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-05-15T23:38:51.6256981Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-05-15T23:38:51.6258195Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-05-15T23:38:51.6259214Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-05-15T23:38:51.6260098Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-05-15T23:38:51.6261010Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:38:51.6262140Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:38:51.6263447Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:38:51.6264753Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-05-15T23:38:51.6265878Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-05-15T23:38:51.6267011Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-05-15T23:38:51.6268295Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-05-15T23:38:51.6269365Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:38:51.6270411Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:38:51.6271718Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:38:51.6272674Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-05-15T23:38:51.6273628Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-05-15T23:38:51.6274722Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-05-15T23:38:51.6275690Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:38:51.6276655Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:38:51.6277813Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:38:51.6279159Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:38:51.6280343Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-05-15T23:38:51.6281393Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-05-15T23:38:51.6282560Z 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:38:51.6283961Z 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:38:51.6285247Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:38:51.6286450Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:38:51.6287902Z 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:38:51.6289172Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:38:51.6290487Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:38:51.6291674Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:38:51.6292887Z 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:38:51.6294290Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:38:51.6295681Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-05-15T23:38:51.6296844Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-05-15T23:38:51.6298026Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-05-15T23:38:51.6299199Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-05-15T23:38:51.6300512Z 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:38:51.6301819Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:38:51.6303202Z 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:38:51.6304438Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-05-15T23:38:51.6305513Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-05-15T23:38:51.6306587Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-05-15T23:38:51.6307763Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-05-15T23:38:51.6308854Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:38:51.6309984Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:38:51.6311453Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:38:51.6312836Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-05-15T23:38:51.6313883Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-05-15T23:38:51.6314812Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-05-15T23:38:51.6315839Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-05-15T23:38:51.6316665Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-05-15T23:38:51.6317773Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-05-15T23:38:51.6319444Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-05-15T23:38:51.6320605Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.6321771Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.6323307Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.6324737Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9208620Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9211071Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9212682Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9214210Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9215663Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9217231Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9218806Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9220449Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9222058Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9223642Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9225156Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9226672Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9228296Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9229879Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9231667Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9233322Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9234918Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9236502Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9238098Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9239988Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9241606Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9243179Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9244726Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9246590Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9248025Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9249421Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9250951Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9252488Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9253933Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9255365Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9256783Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-05-15T23:38:51.9257617Z running egg_info 2024-05-15T23:38:51.9258035Z creating executorch.egg-info 2024-05-15T23:38:51.9258494Z writing executorch.egg-info/PKG-INFO 2024-05-15T23:38:51.9259151Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-05-15T23:38:51.9259910Z writing entry points to executorch.egg-info/entry_points.txt 2024-05-15T23:38:51.9260603Z writing requirements to executorch.egg-info/requires.txt 2024-05-15T23:38:51.9261304Z writing top-level names to executorch.egg-info/top_level.txt 2024-05-15T23:38:51.9262003Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:38:51.9262681Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:38:51.9263236Z adding license file 'LICENSE' 2024-05-15T23:38:51.9263790Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-05-15T23:38:51.9264959Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-05-15T23:38:51.9266389Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:38:51.9267985Z 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:38:51.9269717Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-05-15T23:38:51.9271175Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-05-15T23:38:51.9272395Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-05-15T23:38:51.9273341Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-05-15T23:38:51.9274509Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-05-15T23:38:51.9275946Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-05-15T23:38:51.9277190Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-05-15T23:38:51.9278238Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-05-15T23:38:51.9279638Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:38:51.9281219Z 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:38:51.9283120Z 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:38:51.9285110Z 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:38:51.9286994Z 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:38:51.9289266Z 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:38:51.9291550Z 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:38:51.9293752Z 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:38:51.9295862Z 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:38:51.9297858Z 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:38:51.9299842Z 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:38:51.9302068Z 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:38:51.9304160Z 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:38:51.9306151Z 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:38:51.9308098Z 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:38:51.9310122Z 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:38:51.9312238Z 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:38:51.9314281Z 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:38:51.9316297Z 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:38:51.9318502Z 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:38:51.9320518Z 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:38:51.9322462Z 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:38:51.9324396Z 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:38:51.9326346Z 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:38:51.9328615Z 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:38:51.9330700Z 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:38:51.9332700Z 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:38:51.9334828Z 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:38:51.9336825Z 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:38:51.9338821Z 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:38:51.9340794Z 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:38:51.9342916Z 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:38:51.9344959Z 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:38:51.9346988Z 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:38:51.9349218Z 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:38:51.9351172Z 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:38:51.9353110Z 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:38:51.9355042Z 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:38:51.9357078Z 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:38:51.9358704Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-05-15T23:38:51.9360097Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-05-15T23:38:51.9361768Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:38:51.9363458Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-05-15T23:38:51.9365158Z 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:38:51.9366912Z 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:38:51.9368670Z 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:38:51.9370600Z 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:38:51.9372375Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:38:51.9374286Z 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:38:51.9376432Z 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:38:51.9378057Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:38:51.9379926Z 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:38:51.9382211Z 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:38:51.9384309Z 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:38:51.9386462Z 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:38:51.9388698Z 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:38:51.9391007Z 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:38:51.9393279Z 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:38:51.9395675Z 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:38:51.9398001Z 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:38:51.9400288Z 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:38:51.9402614Z 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:38:51.9405028Z 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:38:51.9407256Z 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:38:51.9409328Z 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:38:51.9411477Z 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:38:51.9413539Z 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:38:51.9415567Z 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:38:51.9417662Z 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:38:51.9419929Z 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:38:51.9421950Z 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:38:51.9424027Z 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:38:51.9426102Z 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:38:51.9428218Z 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:38:51.9430249Z 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:38:51.9432265Z 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:38:51.9434337Z 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:38:51.9436373Z 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:38:51.9438442Z 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:38:51.9440499Z 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:38:51.9442490Z 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:38:51.9444474Z 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:38:51.9446652Z 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:38:51.9448727Z 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:38:51.9450873Z 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:38:51.9452930Z 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:38:51.9454954Z 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:38:51.9457129Z 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:38:51.9459697Z 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:38:51.9461733Z 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:38:51.9463875Z 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:38:51.9465915Z 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:38:51.9467929Z 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:38:51.9469900Z 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:38:51.9471857Z 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:38:51.9473903Z 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:38:51.9475885Z 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:38:51.9477987Z 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:38:51.9480223Z 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:38:51.9482251Z 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:38:51.9484253Z 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:38:51.9486307Z 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:38:51.9488313Z 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:38:51.9490326Z 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:38:51.9492415Z 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:38:51.9494502Z 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:38:51.9496522Z 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:38:51.9498587Z 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:38:51.9500530Z 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:38:51.9502512Z 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:38:51.9504539Z 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:38:51.9506711Z 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:38:51.9508855Z 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:38:51.9510889Z 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:38:51.9512876Z 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:38:51.9514962Z 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:38:51.9517023Z 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:38:51.9519183Z 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:38:51.9521301Z 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:38:51.9523521Z 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:38:51.9525643Z 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:38:51.9527712Z 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:38:51.9529818Z 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:38:51.9531833Z 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:38:51.9533897Z 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:38:51.9536602Z 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:38:51.9538909Z 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:38:51.9540807Z 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:38:51.9542683Z 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:38:51.9544567Z 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:38:51.9546413Z 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:38:51.9548282Z 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:38:51.9550313Z 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:38:51.9552190Z 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:38:51.9554062Z 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:38:51.9555958Z 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:38:51.9557852Z 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:38:51.9559862Z 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:38:51.9561745Z 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:38:51.9563669Z 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:38:51.9565587Z 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:38:51.9567439Z 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:38:51.9569329Z 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:38:51.9571361Z 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:38:51.9573310Z 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:38:51.9575203Z 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:38:51.9577164Z 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:38:51.9579160Z 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:38:51.9581071Z 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:38:51.9582973Z 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:38:51.9584906Z 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:38:51.9586813Z 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:38:51.9588615Z 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:38:51.9590573Z 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:38:51.9592388Z 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:38:51.9594237Z 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:38:51.9596077Z 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:38:51.9597933Z 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:38:51.9599946Z 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:38:51.9601799Z 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:38:51.9603647Z 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:38:51.9605837Z 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:38:51.9608174Z 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:38:51.9610087Z 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:38:51.9611919Z 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:38:51.9613769Z 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:38:51.9615648Z 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:38:51.9617603Z 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:38:51.9619459Z 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:38:51.9621365Z 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:38:51.9623248Z 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:38:51.9625060Z 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:38:51.9626897Z 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:38:51.9628738Z 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:38:51.9630557Z 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:38:51.9632449Z 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:38:51.9634254Z 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:38:51.9636055Z 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:38:51.9637906Z 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:38:51.9639929Z 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:38:51.9641776Z 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:38:51.9643616Z 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:38:51.9645513Z 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:38:51.9647372Z 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:38:51.9649264Z 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:38:51.9651210Z 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:38:51.9653079Z 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:38:51.9654990Z 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:38:51.9656919Z 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:38:51.9658752Z 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:38:51.9660572Z 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:38:51.9662402Z 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:38:51.9664215Z 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:38:51.9666016Z 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:38:51.9667845Z 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:38:51.9669717Z 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:38:51.9671699Z 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:38:51.9673560Z 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:38:51.9675459Z 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:38:51.9677397Z 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:38:51.9679393Z 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:38:51.9681234Z 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:38:51.9683063Z 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:38:51.9684920Z 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:38:51.9686770Z 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:38:51.9688630Z 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:38:51.9690572Z 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:38:51.9692408Z 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:38:51.9694275Z 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:38:51.9696259Z 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:38:51.9698120Z 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:38:51.9699945Z 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:38:51.9701782Z 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:38:51.9703722Z 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:38:51.9705732Z 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:38:51.9707748Z 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:38:51.9709762Z 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:38:51.9711828Z 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:38:51.9713845Z 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:38:51.9715789Z 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:38:51.9717789Z 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:38:51.9720004Z 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:38:51.9722114Z 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:38:51.9724220Z 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:38:51.9726204Z 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:38:51.9728074Z 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:38:51.9730046Z 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:38:51.9732050Z 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:38:51.9734161Z 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:38:51.9736337Z 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:38:51.9738490Z 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:38:51.9740493Z 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:38:51.9742504Z 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:38:51.9744518Z 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:38:51.9746485Z 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:38:51.9748402Z 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:38:51.9750343Z 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:38:51.9752268Z 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:38:51.9754111Z 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:38:51.9756003Z 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:38:51.9757985Z 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:38:51.9760075Z 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:38:51.9762062Z 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:38:51.9764060Z 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:38:51.9766117Z 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:38:51.9768257Z 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:38:51.9770455Z 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:38:51.9772567Z 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:38:51.9774555Z 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:38:51.9776499Z 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:38:51.9778593Z 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:38:51.9780572Z 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:38:51.9782549Z 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:38:51.9784522Z 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:38:51.9786512Z 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:38:51.9788457Z 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:38:51.9790359Z 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:38:51.9792228Z 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:38:51.9794131Z 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:38:51.9795983Z 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:38:51.9797903Z 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:38:51.9799974Z 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:38:51.9801939Z 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:38:51.9803927Z 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:38:51.9805849Z 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:38:51.9807692Z 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:38:51.9809556Z 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:38:51.9811491Z 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:38:52.0563463Z 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:38:52.0565784Z 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:38:52.0568015Z 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:38:52.0570317Z 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:38:52.0572450Z 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:38:52.0574479Z 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:38:52.0576452Z 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:38:52.0578542Z 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:38:52.0580530Z 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:38:52.0582447Z 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:38:52.0584492Z 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:38:52.0586636Z 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:38:52.0588619Z 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:38:52.0590671Z 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:38:52.0592587Z 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:38:52.0594597Z 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:38:52.0596571Z 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:38:52.0598923Z 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:38:52.0601013Z 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:38:52.0602963Z 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:38:52.0604935Z 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:38:52.0606941Z 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:38:52.0608881Z 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:38:52.0610912Z 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:38:52.0613030Z 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:38:52.0614640Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-05-15T23:38:52.0615932Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:38:52.0617710Z 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:38:52.0619968Z 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:38:52.0622070Z 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:38:52.0624159Z 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:38:52.0625888Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-05-15T23:38:52.0626878Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-05-15T23:38:52.0627980Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-05-15T23:38:52.0629073Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-05-15T23:38:52.0630203Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:38:52.0631425Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-05-15T23:38:52.0632875Z 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:38:52.0634508Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-05-15T23:38:52.0635872Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:52.0637061Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-05-15T23:38:52.0638650Z 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:38:52.0640310Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-05-15T23:38:52.0641309Z running build_ext 2024-05-15T23:38:52.0642951Z 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:38:52.0646583Z 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:38:52.0649654Z 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:38:52.0651304Z installing to pip-out/bdist.linux-x86_64/wheel 2024-05-15T23:38:52.0651776Z running install 2024-05-15T23:38:52.0652100Z running install_lib 2024-05-15T23:38:52.0652606Z creating pip-out/bdist.linux-x86_64 2024-05-15T23:38:52.0653114Z creating pip-out/bdist.linux-x86_64/wheel 2024-05-15T23:38:52.0653742Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-05-15T23:38:52.0654613Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-05-15T23:38:52.0655429Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-05-15T23:38:52.0656628Z 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:38:52.0658238Z 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:38:52.0659337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-05-15T23:38:52.0660216Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-05-15T23:38:52.0661552Z 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:38:52.0663323Z 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:38:52.0665090Z 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:38:52.0666965Z 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:38:52.0668899Z 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:38:52.0670640Z 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:38:52.0672388Z 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:38:52.0674155Z 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:38:52.0675506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-05-15T23:38:52.0676994Z 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:38:52.0679158Z 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:38:52.0681168Z 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:38:52.0683108Z 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:38:52.0685134Z 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:38:52.0687181Z 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:38:52.0689134Z 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:38:52.0691222Z 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:38:52.0693213Z 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:38:52.0695177Z 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:38:52.0697325Z 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:38:52.0699393Z 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:38:52.0701784Z 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:38:52.0703783Z 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:38:52.0705745Z 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:38:52.0707854Z 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:38:52.0709861Z 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:38:52.0711968Z 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:38:52.0714005Z 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:38:52.0715377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-05-15T23:38:52.0716714Z 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:38:52.0718789Z 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:38:52.0720658Z 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:38:52.0722551Z 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:38:52.0723979Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-05-15T23:38:52.0725518Z 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:38:52.0727019Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-05-15T23:38:52.0728606Z 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:38:52.0730219Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-05-15T23:38:52.0731728Z 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:38:52.0733717Z 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:38:52.0735799Z 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:38:52.0737826Z 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:38:52.0740001Z 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:38:52.0742015Z 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:38:52.0744054Z 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:38:52.0746149Z 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:38:52.0748134Z 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:38:52.0750109Z 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:38:52.0752163Z 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:38:52.0753766Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-05-15T23:38:52.0755294Z 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:38:52.0757298Z 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:38:52.0758954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-05-15T23:38:52.0760484Z 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:38:52.0762601Z 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:38:52.0764230Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-05-15T23:38:52.0765293Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-05-15T23:38:52.0767168Z 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:38:52.0769002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-05-15T23:38:52.0770468Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-05-15T23:38:52.0772827Z 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:38:52.0776019Z 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:38:52.0778207Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-05-15T23:38:52.0780500Z 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:38:52.0783540Z 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:38:52.0786374Z 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:38:52.0789279Z 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:38:52.0792142Z 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:38:52.0794973Z 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:38:52.0797799Z 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:38:52.0800881Z 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:38:52.0803656Z 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:38:52.0806578Z 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:38:52.0809520Z 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:38:52.0812435Z 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:38:52.0815272Z 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:38:52.0818073Z 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:38:52.0820850Z 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:38:52.0823708Z 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:38:52.0826677Z 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:38:52.0829591Z 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:38:52.0832449Z 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:38:52.0835313Z 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:38:52.0838811Z 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:38:52.0842066Z 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:38:52.0844850Z 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:38:52.0847476Z 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:38:52.0850170Z 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:38:52.0852760Z 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:38:52.0855359Z 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:38:52.0857966Z 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:38:52.0860553Z 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:38:52.0863192Z 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:38:52.0865910Z 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:38:52.0868611Z 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:38:52.0871367Z 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:38:52.0873967Z 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:38:52.0886288Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-05-15T23:38:52.0887590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-05-15T23:38:52.0889584Z 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:38:52.0891646Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-05-15T23:38:52.0893694Z 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:38:52.0895747Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-05-15T23:38:52.0897593Z 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:38:52.0899168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-05-15T23:38:52.0900504Z 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:38:52.0902314Z 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:38:52.0904113Z 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:38:52.0905944Z 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:38:52.0907436Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-05-15T23:38:52.0909356Z 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:38:52.0911864Z 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:38:52.0913606Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-05-15T23:38:52.0915790Z 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:38:52.0918781Z 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:38:52.0921101Z 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:38:52.0923429Z 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:38:52.0925934Z 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:38:52.0928077Z 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:38:52.0930213Z 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:38:52.0932298Z 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:38:52.0934367Z 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:38:52.0936423Z 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:38:52.0937954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-05-15T23:38:52.0939292Z 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:38:52.0940614Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-05-15T23:38:52.0942127Z 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:38:52.0944309Z 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:38:52.0946523Z 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:38:52.0948670Z 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:38:52.0950841Z 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:38:52.0953046Z 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:38:52.0955164Z 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:38:52.0957274Z 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:38:52.0959532Z 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:38:52.0961669Z 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:38:52.0963856Z 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:38:52.0966193Z 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:38:52.0968365Z 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:38:52.0970607Z 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:38:52.0973208Z 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:38:52.0975719Z 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:38:52.0977789Z 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:38:52.0979880Z 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:38:52.0982182Z 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:38:52.0984302Z 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:38:52.0986440Z 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:38:52.0988549Z 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:38:52.0990771Z 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:38:52.0992870Z 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:38:52.0995103Z 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:38:52.0997181Z 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:38:52.0999595Z 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:38:52.1001632Z 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:38:52.1003762Z 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:38:52.1005837Z 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:38:52.1007958Z 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:38:52.1010331Z 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:38:52.1012477Z 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:38:52.1014656Z 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:38:52.1016766Z 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:38:52.1018896Z 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:38:52.1020994Z 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:38:52.1023162Z 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:38:52.1025202Z 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:38:52.1027514Z 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:38:52.1029595Z 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:38:52.1031762Z 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:38:52.1033839Z 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:38:52.1036030Z 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:38:52.1038194Z 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:38:52.1040612Z 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:38:52.1043066Z 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:38:52.1044951Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-05-15T23:38:52.1046673Z 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:38:52.1048907Z 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:38:52.1050592Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-05-15T23:38:52.1052299Z 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:38:52.1054638Z 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:38:52.1056916Z 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:38:52.1059133Z 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:38:52.1061446Z 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:38:52.1063598Z 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:38:52.1065837Z 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:38:52.1068117Z 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:38:52.1070473Z 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:38:52.1072829Z 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:38:52.1075110Z 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:38:52.1077256Z 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:38:52.1079474Z 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:38:52.1081654Z 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:38:52.1083750Z 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:38:52.1086007Z 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:38:52.1088190Z 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:38:52.1090498Z 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:38:52.1092661Z 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:38:52.1094817Z 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:38:52.1096955Z 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:38:52.1098563Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-05-15T23:38:52.1100239Z 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:38:52.1102357Z 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:38:52.1103930Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-05-15T23:38:52.1105768Z 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:38:52.1108136Z 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:38:52.1110526Z 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:38:52.1112107Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-05-15T23:38:52.1113639Z 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:38:52.1116204Z 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:38:52.1118685Z 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:38:52.1120255Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-05-15T23:38:52.1121882Z 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:38:52.1123494Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-05-15T23:38:52.1124556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-05-15T23:38:52.1126268Z 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:38:52.1127843Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-05-15T23:38:52.1129281Z 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:38:52.1131513Z 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:38:52.1133652Z 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:38:52.1135115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-05-15T23:38:52.1136819Z 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:38:52.1138475Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-05-15T23:38:52.1139802Z 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:38:52.1141751Z 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:38:52.1143326Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-05-15T23:38:52.1145061Z 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:38:52.1146673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-05-15T23:38:52.1148414Z 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:38:52.1150746Z 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:38:52.1153013Z 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:38:52.1155374Z 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:38:52.1156889Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-05-15T23:38:52.1158727Z 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:38:52.1160963Z 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:38:52.1163060Z 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:38:52.1164666Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-05-15T23:38:52.1166378Z 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:38:52.1168612Z 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:38:52.1170350Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-05-15T23:38:52.1172092Z 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:38:52.1174456Z 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:38:52.1176071Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-05-15T23:38:52.1177731Z 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:38:52.1179258Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-05-15T23:38:52.1180225Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/api 2024-05-15T23:38:52.1181956Z 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:38:52.1183557Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-05-15T23:38:52.1184713Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-05-15T23:38:52.1185935Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-05-15T23:38:52.1188071Z 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:38:52.1190909Z 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:38:52.1193228Z 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:38:52.1195547Z 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:38:52.1197892Z 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:38:52.1200528Z 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:38:52.1203120Z 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:38:52.1205601Z 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:38:52.1208010Z 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:38:52.1210438Z 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:38:52.1212938Z 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:38:52.1215430Z 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:38:52.1217824Z 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:38:52.1220151Z 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:38:52.1222479Z 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:38:52.1224851Z 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:38:52.1227229Z 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:38:52.1229671Z 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:38:52.1232043Z 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:38:52.1234429Z 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:38:52.1236759Z 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:38:52.1239198Z 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:38:52.1241580Z 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:38:52.1243960Z 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:38:52.1246451Z 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:38:52.1248859Z 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:38:52.1251320Z 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:38:52.1253729Z 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:38:52.1256134Z 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:38:52.1259002Z 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:38:52.1261505Z 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:38:52.1263930Z 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:38:52.1266385Z 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:38:52.1268835Z 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:38:52.1271286Z 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:38:52.1273646Z 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:38:52.1275991Z 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:38:52.1278441Z 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:38:52.1280038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-05-15T23:38:52.1281025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-05-15T23:38:52.1282632Z 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:38:52.1284226Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-05-15T23:38:52.1285407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-05-15T23:38:52.1287474Z 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:38:52.1290126Z 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:38:52.1292708Z 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:38:52.1295280Z 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:38:52.1297811Z 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:38:52.1300310Z 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:38:52.1302859Z 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:38:52.1304821Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-05-15T23:38:52.1306924Z 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:38:52.1308877Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-05-15T23:38:52.1310180Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-05-15T23:38:52.1312035Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-05-15T23:38:52.1314612Z 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:38:52.1316528Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-05-15T23:38:52.1317825Z 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:38:52.1319735Z 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:38:52.1321105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-05-15T23:38:52.1322565Z 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:38:52.1324552Z 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:38:52.1326538Z 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:38:52.1328611Z 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:38:52.1330618Z 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:38:52.1332568Z 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:38:52.1334538Z 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:38:52.1336511Z 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:38:52.1338478Z 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:38:52.1340526Z 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:38:52.1342552Z 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:38:52.1344590Z 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:38:52.1346699Z 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:38:52.1348721Z 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:38:52.1350674Z 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:38:52.1352664Z 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:38:52.1354747Z 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:38:52.1356747Z 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:38:52.1358852Z 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:38:52.1360906Z 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:38:52.1362954Z 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:38:52.1364940Z 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:38:52.1366926Z 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:38:52.1368984Z 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:38:52.1371170Z 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:38:52.1373480Z 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:38:52.1375466Z 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:38:52.1377487Z 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:38:52.1379512Z 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:38:52.1381461Z 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:38:52.1383424Z 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:38:52.1385430Z 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:38:52.1387437Z 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:38:52.1389485Z 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:38:52.1391456Z 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:38:52.1393446Z 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:38:52.1395540Z 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:38:52.1397618Z 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:38:52.1399973Z 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:38:52.1402009Z 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:38:52.1403969Z 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:38:52.1405975Z 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:38:52.1408011Z 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:38:52.1410169Z 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:38:52.1412160Z 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:38:52.1413589Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-05-15T23:38:52.1415084Z 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:38:52.1417127Z 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:38:52.1418658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-05-15T23:38:52.1420322Z 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:38:52.1422501Z 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:38:52.1423988Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-05-15T23:38:52.1425414Z 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:38:52.1427444Z 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:38:52.1429539Z 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:38:52.1432210Z 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:38:52.1434499Z 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:38:52.1436643Z 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:38:52.1438846Z 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:38:52.1440890Z 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:38:52.1442919Z 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:38:52.1444921Z 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:38:52.1446928Z 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:38:52.1448918Z 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:38:52.1450406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-05-15T23:38:52.1452111Z 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:38:52.1454318Z 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:38:52.1456493Z 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:38:52.1458591Z 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:38:52.1460041Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-05-15T23:38:52.1461500Z 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:38:52.1463494Z 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:38:52.1464955Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-05-15T23:38:52.1466502Z 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:38:52.1468538Z 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:38:52.1470595Z 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:38:52.1472688Z 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:38:52.1474780Z 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:38:52.1476967Z 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:38:52.1479164Z 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:38:52.1481243Z 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:38:52.1483327Z 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:38:52.1485378Z 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:38:52.1487461Z 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:38:52.1489965Z 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:38:52.1492383Z 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:38:52.1493923Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-05-15T23:38:52.1495370Z 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:38:52.1497298Z 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:38:52.1499266Z 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:38:52.1501257Z 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:38:52.1503217Z 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:38:52.1505127Z 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:38:52.1507046Z 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:38:52.1508990Z 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:38:52.1510933Z 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:38:52.1512846Z 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:38:52.1514746Z 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:38:52.1516662Z 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:38:52.1518830Z 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:38:52.1520817Z 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:38:52.1522790Z 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:38:52.1524752Z 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:38:52.1526697Z 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:38:52.1528653Z 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:38:52.1530657Z 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:38:52.1532611Z 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:38:52.1534652Z 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:38:52.1536587Z 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:38:52.1538522Z 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:38:52.1540445Z 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:38:52.1542448Z 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:38:52.1544451Z 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:38:52.1546359Z 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:38:52.1548296Z 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:38:52.1550713Z 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:38:52.1552930Z 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:38:52.1554875Z 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:38:52.1556820Z 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:38:52.1559003Z 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:38:52.1561084Z 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:38:52.1563010Z 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:38:52.1564989Z 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:38:52.1566449Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-05-15T23:38:52.1568057Z 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:38:52.1570284Z 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:38:52.1572511Z 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:38:52.1574738Z 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:38:52.1576997Z 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:38:52.1579199Z 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:38:52.1580803Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-05-15T23:38:52.1582519Z 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:38:52.1584818Z 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:38:52.1586412Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-05-15T23:38:52.1587927Z 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:38:52.1589932Z 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:38:52.1591397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-05-15T23:38:52.1593041Z 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:38:52.1595278Z 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:38:52.1596892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-05-15T23:38:52.1598696Z 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:38:52.1600328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-05-15T23:38:52.1601559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-05-15T23:38:52.1603405Z 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:38:52.1605821Z 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:38:52.1608508Z 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:38:52.1610464Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-05-15T23:38:52.1611608Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-05-15T23:38:52.1613464Z 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:38:52.1615759Z 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:38:52.1617452Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-05-15T23:38:52.1619171Z 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:38:52.1621366Z 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:38:52.1622956Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-05-15T23:38:52.1624656Z 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:38:52.1626344Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-05-15T23:38:52.1628254Z 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:38:52.1630856Z 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:38:52.1633461Z 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:38:52.1635272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-05-15T23:38:52.1636458Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-05-15T23:38:52.1638469Z 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:38:52.1640954Z 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:38:52.1643375Z 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:38:52.1645022Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-05-15T23:38:52.1646772Z 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:38:52.1649102Z 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:38:52.1650814Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-05-15T23:38:52.1651940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-05-15T23:38:52.1653905Z 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:38:52.1656465Z 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:38:52.1658366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-05-15T23:38:52.1660423Z 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:38:52.1663101Z 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:38:52.1665639Z 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:38:52.1668816Z 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:38:52.1671365Z 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:38:52.1673903Z 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:38:52.1676483Z 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:38:52.1679244Z 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:38:52.1681880Z 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:38:52.1684486Z 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:38:52.1687108Z 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:38:52.1689643Z 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:38:52.1692197Z 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:38:52.1694808Z 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:38:52.1697519Z 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:38:52.1700167Z 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:38:52.1702806Z 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:38:52.1705333Z 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:38:52.1707906Z 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:38:52.1710487Z 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:38:52.1713039Z 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:38:52.1715555Z 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:38:52.1718125Z 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:38:52.1720753Z 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:38:52.1723260Z 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:38:52.1725757Z 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:38:52.1728329Z 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:38:52.1730886Z 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:38:52.1733463Z 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:38:52.1736063Z 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:38:52.1738978Z 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:38:52.1742021Z 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:38:52.1744551Z 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:38:52.1747173Z 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:38:52.1749653Z 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:38:52.1752186Z 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:38:52.1754730Z 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:38:52.1757250Z 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:38:52.1759893Z 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:38:52.1762402Z 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:38:52.1764907Z 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:38:52.1767429Z 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:38:52.1770033Z 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:38:52.1772735Z 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:38:52.1775356Z 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:38:52.1777967Z 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:38:52.1780563Z 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:38:52.1783105Z 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:38:52.1785622Z 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:38:52.1788106Z 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:38:52.1790528Z 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:38:52.1792939Z 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:38:52.1795307Z 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:38:52.1797036Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-05-15T23:38:52.1798930Z 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:38:52.1801295Z 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:38:52.1803018Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-05-15T23:38:52.1804855Z 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:38:52.1807300Z 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:38:52.1809763Z 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:38:52.1812180Z 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:38:52.1814734Z 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:38:52.1817199Z 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:38:52.1819750Z 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:38:52.1822346Z 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:38:52.1825534Z 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:38:52.1828059Z 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:38:52.1830645Z 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:38:52.1833189Z 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:38:52.1835669Z 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:38:52.1838118Z 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:38:52.1840742Z 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:38:52.1843212Z 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:38:52.1845640Z 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:38:52.1848107Z 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:38:52.1850614Z 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:38:52.1853044Z 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:38:52.1855503Z 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:38:52.1858070Z 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:38:52.1860580Z 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:38:52.1863028Z 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:38:52.1865439Z 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:38:52.1867949Z 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:38:52.1870397Z 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:38:52.1872856Z 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:38:52.1875237Z 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:38:52.1877616Z 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:38:52.1880136Z 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:38:52.1882547Z 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:38:52.1885034Z 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:38:52.1887498Z 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:38:52.1889977Z 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:38:52.1892370Z 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:38:52.1894797Z 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:38:52.1897429Z 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:38:52.1900241Z 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:38:52.1902624Z 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:38:52.1905012Z 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:38:52.1907386Z 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:38:52.1909740Z 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:38:52.1912123Z 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:38:52.1914495Z 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:38:52.1916992Z 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:38:52.1919661Z 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:38:52.1922145Z 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:38:52.1924582Z 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:38:52.1927009Z 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:38:52.1929437Z 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:38:52.1931910Z 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:38:52.1934294Z 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:38:52.1936663Z 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:38:52.1939094Z 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:38:52.1941531Z 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:38:52.1944006Z 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:38:52.1945217Z 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:38:52.1946420Z 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:38:52.1947596Z 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:38:52.1948814Z 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:38:52.1950040Z 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:38:52.1951297Z 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:38:52.1952503Z 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:38:52.1953752Z 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:38:52.1954946Z 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:38:52.1956171Z 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:38:52.1957473Z 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:38:52.1958879Z 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:38:52.1960137Z 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:38:52.1961390Z 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:38:52.1962617Z 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:38:52.1963827Z 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:38:52.1965156Z 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:38:52.1966406Z 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:38:52.1967666Z 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:38:52.1968877Z 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:38:52.1970162Z 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:38:52.1971368Z 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:38:52.1972631Z 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:38:52.1973876Z 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:38:52.1975117Z 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:38:52.1976325Z 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:38:52.1977538Z 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:38:52.1978781Z 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:38:52.1980020Z 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:38:52.1981618Z 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:38:52.1982890Z 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:38:52.1984135Z 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:38:52.1985362Z 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:38:52.1986613Z 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:38:52.1987885Z 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:38:52.1989150Z 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:38:52.1990393Z 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:38:52.1991610Z 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:38:52.1992807Z 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:38:52.1994073Z 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:38:52.1995313Z 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:38:52.1996543Z 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:38:52.1997823Z 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:38:52.1999165Z 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:38:52.2000362Z 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:38:52.2001560Z 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:38:52.2002736Z 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:38:52.2003967Z 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:38:52.2005155Z 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:38:52.2006380Z 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:38:52.2007750Z 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:38:52.2008940Z 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:38:52.2010361Z 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:38:52.2011830Z 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:38:52.2013029Z 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:38:52.2014217Z 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:38:52.2015394Z 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:38:52.2016708Z 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:38:52.2017915Z 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:38:52.2019093Z 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:38:52.2020312Z 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:38:52.2021528Z 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:38:52.2022711Z 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:38:52.2023883Z 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:38:52.2025073Z 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:38:52.2026262Z 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:38:52.2027432Z 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:38:52.2028614Z 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:38:52.2029846Z 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:38:52.2031030Z 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:38:52.2032258Z 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:38:52.2033471Z 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:38:52.2034651Z 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:38:52.2035872Z 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:38:52.2037121Z 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:38:52.2038477Z 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:38:52.2039731Z 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:38:52.2040898Z 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:38:52.2042135Z 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:38:52.2043353Z 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:38:52.2044537Z 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:38:52.2045714Z 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:38:52.2046893Z 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:38:52.2048085Z 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:38:52.2049269Z 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:38:52.2050565Z 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:38:52.2051763Z 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:38:52.2053003Z 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:38:52.2054220Z 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:38:52.2055403Z 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:38:52.2056655Z 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:38:52.2057879Z 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:38:52.2059147Z 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:38:52.2060646Z 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:38:52.2062161Z 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:38:52.2063373Z 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:38:52.2064545Z 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:38:52.2065765Z 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:38:52.2066974Z 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:38:52.2068199Z 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:38:52.2069414Z 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:38:52.2070630Z 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:38:52.2071874Z 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:38:52.2073061Z 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:38:52.2074251Z 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:38:52.2075531Z 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:38:52.2076826Z 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:38:52.2078107Z 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:38:52.2079517Z 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:38:52.2080888Z 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:38:52.2082183Z 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:38:52.2083393Z 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:38:52.2084728Z 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:38:52.2086072Z 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:38:52.2087399Z 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:38:52.2088726Z 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:38:52.2089982Z 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:38:52.2091172Z 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:38:52.2092446Z 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:38:52.2093796Z 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:38:52.2095175Z 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:38:52.2096538Z 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:38:52.2097809Z 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:38:52.2099098Z 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:38:52.2100367Z 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:38:52.2101716Z 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:38:52.2102926Z 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:38:52.2104153Z 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:38:52.2105324Z 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:38:52.2106524Z 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:38:52.2107760Z 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:38:52.2109019Z 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:38:52.2110271Z 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:38:52.2111520Z 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:38:52.2112782Z 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:38:52.2114052Z 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:38:52.2115425Z 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:38:52.2116768Z 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:38:52.2118096Z 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:38:52.2119511Z 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:38:52.2120721Z 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:38:52.2121987Z 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:38:52.2123356Z 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:38:52.2124601Z 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:38:52.2125867Z 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:38:52.2127117Z 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:38:52.2128445Z 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:38:52.2129655Z 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:38:52.2130935Z 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:38:52.2132099Z 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:38:52.2133300Z 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:38:52.2134482Z 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:38:52.2135830Z 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:38:52.2137097Z 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:38:52.2138354Z 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:38:52.2139632Z 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:38:52.2140818Z 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:38:52.2142314Z 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:38:52.2143902Z 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:38:52.2145214Z 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:38:52.2146384Z 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:38:52.2147676Z 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:38:52.2148934Z 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:38:52.2150111Z 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:38:52.2151343Z 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:38:52.2152543Z 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:38:52.2153720Z 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:38:52.2154947Z 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:38:52.2156122Z 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:38:52.2157359Z 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:38:52.2158664Z 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:38:52.2159872Z 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:38:52.2161085Z 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:38:52.2162256Z 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:38:52.2163438Z 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:38:52.2164618Z 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:38:52.2165907Z 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:38:52.2167077Z 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:38:52.2168334Z 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:38:52.2169488Z 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:38:52.2170713Z 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:38:52.2171923Z 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:38:52.2173086Z 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:38:52.2174260Z 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:38:52.2175462Z 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:38:52.2175993Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-05-15T23:38:52.2176550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-05-15T23:38:52.2177862Z 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:38:52.2179176Z 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:38:52.2180455Z 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:38:52.2180861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-05-15T23:38:52.2181781Z 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:38:52.2182722Z 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:38:52.2183627Z 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:38:52.2184600Z 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:38:52.2184954Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-05-15T23:38:52.2185393Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-05-15T23:38:52.2186302Z 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:38:52.2186739Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-05-15T23:38:52.2187781Z 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:38:52.2188831Z 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:38:52.2189858Z 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:38:52.2190878Z 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:38:52.2191915Z 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:38:52.2192963Z 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:38:52.2194034Z 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:38:52.2195101Z 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:38:52.2196106Z 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:38:52.2197125Z 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:38:52.2198119Z 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:38:52.2199328Z 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:38:52.2200340Z 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:38:52.2201360Z 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:38:52.2202355Z 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:38:52.2203358Z 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:38:52.2204392Z 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:38:52.2205411Z 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:38:52.2205914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-05-15T23:38:52.2206955Z 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:38:52.2207413Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-05-15T23:38:52.2208525Z 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:38:52.2209627Z 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:38:52.2210735Z 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:38:52.2211153Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-05-15T23:38:52.2212085Z 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:38:52.2213083Z 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:38:52.2214059Z 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:38:52.2215039Z 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:38:52.2216046Z 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:38:52.2217006Z 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:38:52.2217422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-05-15T23:38:52.2218473Z 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:38:52.2218879Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-05-15T23:38:52.2219323Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-05-15T23:38:52.2220330Z 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:38:52.2221416Z 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:38:52.2221867Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-05-15T23:38:52.2222975Z 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:38:52.2223427Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-05-15T23:38:52.2224516Z 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:38:52.2225006Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-05-15T23:38:52.2226059Z 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:38:52.2227098Z 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:38:52.2227533Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-05-15T23:38:52.2228059Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-05-15T23:38:52.2229215Z 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:38:52.2229593Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-05-15T23:38:52.2229978Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-05-15T23:38:52.2230883Z 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:38:52.2231833Z 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:38:52.2232719Z 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:38:52.2233602Z 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:38:52.2234528Z 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:38:52.2235448Z 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:38:52.2236366Z 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:38:52.2236771Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-05-15T23:38:52.2237741Z 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:38:52.2238810Z 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:38:52.2239140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-05-15T23:38:52.2239565Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-05-15T23:38:52.2240681Z 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:38:52.2241807Z 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:38:52.2242768Z 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:38:52.2243192Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-05-15T23:38:52.2244140Z 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:38:52.2245188Z 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:38:52.2245575Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-05-15T23:38:52.2246456Z 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:38:52.2247340Z 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:38:52.2247792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-05-15T23:38:52.2248765Z 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:38:52.2249810Z 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:38:52.2250257Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-05-15T23:38:52.2251223Z 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:38:52.2252198Z 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:38:52.2252633Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-05-15T23:38:52.2253605Z 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:38:52.2254566Z 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:38:52.2254965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-05-15T23:38:52.2255869Z 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:38:52.2256780Z 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:38:52.2257845Z 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:38:52.2258791Z 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:38:52.2259734Z 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:38:52.2260687Z 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:38:52.2261624Z 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:38:52.2262636Z 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:38:52.2263568Z 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:38:52.2264588Z 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:38:52.2265490Z 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:38:52.2265964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-05-15T23:38:52.2267004Z 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:38:52.2268109Z 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:38:52.2269225Z 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:38:52.2270345Z 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:38:52.2270830Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-05-15T23:38:52.2271955Z 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:38:52.2273086Z 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:38:52.2274188Z 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:38:52.2275321Z 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:38:52.2275742Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/lib 2024-05-15T23:38:52.2276752Z 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:38:52.2277740Z 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:38:52.2278889Z 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:38:52.2279340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-05-15T23:38:52.2280380Z 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:38:52.2280934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-05-15T23:38:52.2282112Z 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:38:52.2283294Z 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:38:52.2284561Z 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:38:52.2285731Z 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:38:52.2286166Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-05-15T23:38:52.2287222Z 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:38:52.2287681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-05-15T23:38:52.2288706Z 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:38:52.2289828Z 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:38:52.2290899Z 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:38:52.2291406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer/test 2024-05-15T23:38:52.2292516Z 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:38:52.2293675Z 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:38:52.2294154Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party 2024-05-15T23:38:52.2294710Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp 2024-05-15T23:38:52.2295944Z 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:38:52.2297240Z 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:38:52.2297826Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl 2024-05-15T23:38:52.2299165Z 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:38:52.2299797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts 2024-05-15T23:38:52.2301137Z 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:38:52.2302539Z 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:38:52.2303044Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2 2024-05-15T23:38:52.2303607Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/benchlog 2024-05-15T23:38:52.2304917Z 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:38:52.2305469Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/python 2024-05-15T23:38:52.2306663Z 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:38:52.2307881Z 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:38:52.2309086Z 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:38:52.2309622Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/third-party/re2/re2 2024-05-15T23:38:52.2310877Z 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:38:52.2312114Z 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:38:52.2313300Z 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:38:52.2313741Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava_encoder 2024-05-15T23:38:52.2314730Z 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:38:52.2315711Z 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:38:52.2316133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-05-15T23:38:52.2317138Z 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:38:52.2318098Z 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:38:52.2318641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-05-15T23:38:52.2319617Z 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:38:52.2320581Z 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:38:52.2321020Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-05-15T23:38:52.2321989Z 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:38:52.2322954Z 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:38:52.2323354Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-05-15T23:38:52.2324337Z 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:38:52.2325245Z 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:38:52.2325698Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-05-15T23:38:52.2326718Z 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:38:52.2327715Z 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:38:52.2328136Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-05-15T23:38:52.2329066Z 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:38:52.2330077Z 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:38:52.2330499Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-05-15T23:38:52.2331449Z 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:38:52.2332413Z 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:38:52.2332704Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-05-15T23:38:52.2333391Z 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:38:52.2334068Z 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:38:52.2334787Z 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:38:52.2335475Z 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:38:52.2336266Z 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:38:52.2336995Z 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:38:52.2337670Z 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:38:52.2338354Z 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:38:52.2339065Z 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:38:52.2339840Z 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:38:52.2340529Z 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:38:52.2341254Z 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:38:52.2341954Z 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:38:52.2342713Z 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:38:52.2343435Z 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:38:52.2344142Z 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:38:52.2344835Z 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:38:52.2345519Z 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:38:52.2346193Z 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:38:52.2346873Z 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:38:52.2347563Z 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:38:52.2348243Z 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:38:52.2348913Z 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:38:52.2349285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-05-15T23:38:52.2350094Z 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:38:52.2350881Z 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:38:52.2351751Z 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:38:52.2363292Z 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:38:52.2364196Z 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:38:52.2364587Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-05-15T23:38:52.2365581Z 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:38:52.2366498Z 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:38:52.2367390Z 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:38:52.2368218Z 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:38:52.2369021Z 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:38:52.2369365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-05-15T23:38:52.2370244Z 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:38:52.2371075Z 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:38:52.2371933Z 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:38:52.2372847Z 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:38:52.2373627Z 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:38:52.2374105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-05-15T23:38:52.2375288Z 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:38:52.2376448Z 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:38:52.2377594Z 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:38:52.2377973Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-05-15T23:38:52.2378929Z 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:38:52.2379942Z 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:38:52.2380860Z 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:38:52.2381773Z 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:38:52.2382669Z 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:38:52.2383562Z 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:38:52.2384523Z 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:38:52.2385431Z 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:38:52.2386358Z 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:38:52.2387307Z 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:38:52.2388224Z 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:38:52.2389177Z 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:38:52.2390088Z 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:38:52.2390956Z 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:38:52.2391873Z 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:38:52.2392276Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-05-15T23:38:52.2393288Z 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:38:52.2394305Z 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:38:52.2394734Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-05-15T23:38:52.2395857Z 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:38:52.2396972Z 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:38:52.2397983Z 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:38:52.2398442Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-05-15T23:38:52.2399225Z 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:38:52.2400011Z 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:38:52.2400783Z 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:38:52.2401563Z 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:38:52.2401914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-05-15T23:38:52.2402703Z 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:38:52.2403476Z 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:38:52.2403941Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-05-15T23:38:52.2404834Z 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:38:52.2405251Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-05-15T23:38:52.2406287Z 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:38:52.2406660Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-05-15T23:38:52.2407502Z 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:38:52.2407902Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-05-15T23:38:52.2408822Z 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:38:52.2409784Z 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:38:52.2410260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-05-15T23:38:52.2411213Z 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:38:52.2412176Z 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:38:52.2413118Z 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:38:52.2413508Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-05-15T23:38:52.2414394Z 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:38:52.2415524Z 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:38:52.2416105Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-05-15T23:38:52.2417404Z 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:38:52.2417937Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-05-15T23:38:52.2418932Z 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:38:52.2419864Z 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:38:52.2420259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-05-15T23:38:52.2421234Z 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:38:52.2422196Z 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:38:52.2423063Z 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:38:52.2423503Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-05-15T23:38:52.2424444Z 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:38:52.2424765Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-05-15T23:38:52.2425500Z 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:38:52.2426272Z 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:38:52.2427012Z 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:38:52.2427366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-05-15T23:38:52.2428190Z 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:38:52.2428535Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-05-15T23:38:52.2429338Z 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:38:52.2430178Z 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:38:52.2430966Z 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:38:52.2431337Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-05-15T23:38:52.2432235Z 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:38:52.2432574Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-05-15T23:38:52.2433328Z 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:38:52.2434331Z 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:38:52.2435155Z 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:38:52.2436038Z 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:38:52.2436879Z 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:38:52.2437793Z 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:38:52.2438816Z 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:38:52.2439727Z 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:38:52.2440584Z 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:38:52.2441420Z 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:38:52.2442425Z 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:38:52.2443315Z 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:38:52.2444118Z 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:38:52.2444934Z 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:38:52.2445797Z 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:38:52.2446664Z 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:38:52.2447478Z 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:38:52.2448355Z 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:38:52.2449359Z 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:38:52.2450312Z 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:38:52.2451165Z 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:38:52.2452014Z 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:38:52.2452812Z 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:38:52.2453630Z 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:38:52.2454460Z 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:38:52.2455280Z 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:38:52.2456184Z 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:38:52.2456526Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-05-15T23:38:52.2457294Z 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:38:52.2458091Z 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:38:52.2458869Z 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:38:52.2459237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-05-15T23:38:52.2460129Z 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:38:52.2461057Z 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:38:52.2461383Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-05-15T23:38:52.2462139Z 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:38:52.2462894Z 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:38:52.2463673Z 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:38:52.2464487Z 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:38:52.2464810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-05-15T23:38:52.2465587Z 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:38:52.2466339Z 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:38:52.2467158Z 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:38:52.2468021Z 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:38:52.2468767Z 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:38:52.2469576Z 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:38:52.2470354Z 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:38:52.2471125Z 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:38:52.2471902Z 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:38:52.2472726Z 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:38:52.2473599Z 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:38:52.2474373Z 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:38:52.2475233Z 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:38:52.2476026Z 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:38:52.2476824Z 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:38:52.2477686Z 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:38:52.2478614Z 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:38:52.2479426Z 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:38:52.2480270Z 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:38:52.2481041Z 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:38:52.2481807Z 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:38:52.2482618Z 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:38:52.2483394Z 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:38:52.2484218Z 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:38:52.2484982Z 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:38:52.2485812Z 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:38:52.2486241Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-05-15T23:38:52.2487119Z 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:38:52.2487978Z 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:38:52.2488856Z 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:38:52.2489791Z 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:38:52.2490187Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-05-15T23:38:52.2491132Z 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:38:52.2491463Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-05-15T23:38:52.2491846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-05-15T23:38:52.2492735Z 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:38:52.2493604Z 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:38:52.2494474Z 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:38:52.2494913Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-05-15T23:38:52.2495941Z 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:38:52.2496334Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-05-15T23:38:52.2497248Z 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:38:52.2497672Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-05-15T23:38:52.2498682Z 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:38:52.2499688Z 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:38:52.2500767Z 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:38:52.2501174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-05-15T23:38:52.2502001Z 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:38:52.2502406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-05-15T23:38:52.2503299Z 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:38:52.2503585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-05-15T23:38:52.2504252Z 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:38:52.2504694Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-05-15T23:38:52.2505554Z 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:38:52.2506396Z 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:38:52.2507262Z 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:38:52.2507687Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-05-15T23:38:52.2508614Z 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:38:52.2509642Z 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:38:52.2510100Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-05-15T23:38:52.2511135Z 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:38:52.2512160Z 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:38:52.2513146Z 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:38:52.2513585Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-05-15T23:38:52.2514547Z 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:38:52.2515024Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-05-15T23:38:52.2516098Z 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:38:52.2517202Z 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:38:52.2518205Z 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:38:52.2518722Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-05-15T23:38:52.2519684Z 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:38:52.2520618Z 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:38:52.2521551Z 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:38:52.2521964Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-05-15T23:38:52.2522895Z 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:38:52.2523260Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-05-15T23:38:52.2524183Z 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:38:52.2525016Z 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:38:52.2525340Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-05-15T23:38:52.2526147Z 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:38:52.2526927Z 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:38:52.2527302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-05-15T23:38:52.2528183Z 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:38:52.2529032Z 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:38:52.2529861Z 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:38:52.2530201Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-05-15T23:38:52.2530987Z 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:38:52.2531767Z 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:38:52.2532146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-05-15T23:38:52.2533049Z 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:38:52.2533411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-05-15T23:38:52.2534199Z 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:38:52.2535006Z 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:38:52.2535916Z 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:38:52.2536755Z 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:38:52.2537146Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-05-15T23:38:52.2538082Z 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:38:52.2539010Z 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:38:52.2539964Z 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:38:52.2540369Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-05-15T23:38:52.2541316Z 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:38:52.2542280Z 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:38:52.2542623Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-05-15T23:38:52.2543409Z 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:38:52.2544143Z 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:38:52.2544443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-05-15T23:38:52.2545163Z 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:38:52.2545914Z 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:38:52.2546537Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-05-15T23:38:52.2731964Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-05-15T23:38:52.2733080Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-05-15T23:38:52.2734030Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-05-15T23:38:52.2734344Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2735179Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2735755Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2736344Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2736949Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2737555Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2738148Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2738745Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2739281Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2740003Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2740657Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2741260Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2741842Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2742438Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2742952Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2743527Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2744131Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2744713Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2745328Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2745991Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2746598Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2747164Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2747754Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2748348Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2748937Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2749538Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2750097Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2750680Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2751255Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2751818Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2752450Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2753101Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2753661Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2754277Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2754825Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-05-15T23:38:52.2754969Z running install_egg_info 2024-05-15T23:38:52.2755560Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/executorch-0.3.0a0+fff20a7-py3.11.egg-info 2024-05-15T23:38:52.2755700Z running install_scripts 2024-05-15T23:38:52.2756154Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.3.0a0+fff20a7.dist-info/WHEEL 2024-05-15T23:38:52.2757305Z creating '/tmp/pip-wheel-eoxzhtum/.tmp-ntvkkaxq/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:38:52.2757503Z adding 'executorch/version.py' 2024-05-15T23:38:52.2757851Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-05-15T23:38:52.2758264Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-05-15T23:38:52.2758809Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-05-15T23:38:52.2759195Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-05-15T23:38:52.2759552Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-05-15T23:38:52.2759939Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-05-15T23:38:52.2760306Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-05-15T23:38:52.2760590Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-05-15T23:38:52.2760895Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-05-15T23:38:52.2761259Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-05-15T23:38:52.2761578Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-05-15T23:38:52.2761895Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-05-15T23:38:52.2762230Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-05-15T23:38:52.2762667Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-05-15T23:38:52.2763007Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-05-15T23:38:52.2763370Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-05-15T23:38:52.2763708Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-05-15T23:38:52.2764067Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-05-15T23:38:52.2764368Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-05-15T23:38:52.2764694Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-05-15T23:38:52.2764999Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-05-15T23:38:52.2765320Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-05-15T23:38:52.2765634Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-05-15T23:38:52.2765950Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-05-15T23:38:52.2766431Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-05-15T23:38:52.2766732Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-05-15T23:38:52.2767081Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-05-15T23:38:52.2767476Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-05-15T23:38:52.2767874Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-05-15T23:38:52.2768208Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-05-15T23:38:52.2768488Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-05-15T23:38:52.2768827Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-05-15T23:38:52.2769182Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-05-15T23:38:52.2769496Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-05-15T23:38:52.2769928Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-05-15T23:38:52.2770233Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-05-15T23:38:52.2770514Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-05-15T23:38:52.2770753Z adding 'executorch/backends/arm/arm_backend.py' 2024-05-15T23:38:52.2771006Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-05-15T23:38:52.2771251Z adding 'executorch/backends/arm/arm_quantizer.py' 2024-05-15T23:38:52.2771524Z adding 'executorch/backends/arm/arm_quantizer_utils.py' 2024-05-15T23:38:52.2771742Z adding 'executorch/backends/arm/arm_vela.py' 2024-05-15T23:38:52.2772069Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-05-15T23:38:52.2772328Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-05-15T23:38:52.2772565Z adding 'executorch/backends/arm/tosa_utils.py' 2024-05-15T23:38:52.2772833Z adding 'executorch/backends/arm/operators/__init__.py' 2024-05-15T23:38:52.2773126Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-05-15T23:38:52.2773392Z adding 'executorch/backends/arm/operators/op_add.py' 2024-05-15T23:38:52.2773660Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-05-15T23:38:52.2773961Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-05-15T23:38:52.2774261Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-05-15T23:38:52.2774528Z adding 'executorch/backends/arm/operators/op_clone.py' 2024-05-15T23:38:52.2774809Z adding 'executorch/backends/arm/operators/op_common.py' 2024-05-15T23:38:52.2775082Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-05-15T23:38:52.2775365Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-05-15T23:38:52.2775627Z adding 'executorch/backends/arm/operators/op_div.py' 2024-05-15T23:38:52.2775907Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-05-15T23:38:52.2776193Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-05-15T23:38:52.2963427Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-05-15T23:38:52.2963779Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-05-15T23:38:52.2964101Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-05-15T23:38:52.2964377Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-05-15T23:38:52.2964792Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-05-15T23:38:52.2965160Z adding 'executorch/backends/arm/operators/op_view.py' 2024-05-15T23:38:52.2965565Z adding 'executorch/backends/arm/test/arm_tosa_reference.py' 2024-05-15T23:38:52.2965885Z adding 'executorch/backends/arm/test/common.py' 2024-05-15T23:38:52.2966227Z adding 'executorch/backends/arm/test/test_models.py' 2024-05-15T23:38:52.2966579Z adding 'executorch/backends/arm/test/test_tosa.py' 2024-05-15T23:38:52.2966981Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-05-15T23:38:52.2967345Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-05-15T23:38:52.2967622Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-05-15T23:38:52.2967912Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-05-15T23:38:52.2968219Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-05-15T23:38:52.2968513Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-05-15T23:38:52.2968791Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-05-15T23:38:52.2969098Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-05-15T23:38:52.2969428Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-05-15T23:38:52.2969802Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-05-15T23:38:52.2970095Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-05-15T23:38:52.2970384Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-05-15T23:38:52.2970649Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-05-15T23:38:52.2970929Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-05-15T23:38:52.2971233Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-05-15T23:38:52.2971522Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-05-15T23:38:52.2971864Z adding 'executorch/backends/arm/test/tosautil/tosa_test_utils.py' 2024-05-15T23:38:52.2972237Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-05-15T23:38:52.2972729Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-05-15T23:38:52.2973384Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-05-15T23:38:52.2974000Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-05-15T23:38:52.2974472Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-05-15T23:38:52.2974962Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-05-15T23:38:52.2975467Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-05-15T23:38:52.2975982Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-05-15T23:38:52.2976468Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-05-15T23:38:52.2976978Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-05-15T23:38:52.2977414Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-05-15T23:38:52.2977916Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-05-15T23:38:52.2978475Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-05-15T23:38:52.2978975Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-05-15T23:38:52.2979529Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-05-15T23:38:52.2980030Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-05-15T23:38:52.2980460Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-05-15T23:38:52.2980941Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-05-15T23:38:52.2981431Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-05-15T23:38:52.2981933Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-05-15T23:38:52.2982447Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-05-15T23:38:52.2982957Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-05-15T23:38:52.2983462Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-05-15T23:38:52.2983931Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-05-15T23:38:52.2984437Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-05-15T23:38:52.2984920Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-05-15T23:38:52.2985414Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-05-15T23:38:52.2985911Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-05-15T23:38:52.2986377Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-05-15T23:38:52.2986872Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-05-15T23:38:52.2987335Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-05-15T23:38:52.2987814Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-05-15T23:38:52.2988338Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-05-15T23:38:52.2988897Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-05-15T23:38:52.2989346Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-05-15T23:38:52.2989918Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-05-15T23:38:52.2990377Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-05-15T23:38:52.2990782Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-05-15T23:38:52.2991293Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-05-15T23:38:52.2991772Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-05-15T23:38:52.2992027Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-05-15T23:38:52.2992291Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-05-15T23:38:52.2992586Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-05-15T23:38:52.2992871Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-05-15T23:38:52.2993180Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-05-15T23:38:52.2993441Z adding 'executorch/backends/cadence/aot/quantizer.py' 2024-05-15T23:38:52.2993693Z adding 'executorch/backends/cadence/aot/utils.py' 2024-05-15T23:38:52.2993972Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-05-15T23:38:52.2994298Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-05-15T23:38:52.2994571Z adding 'executorch/backends/example/example_backend.py' 2024-05-15T23:38:52.2994914Z adding 'executorch/backends/example/example_partitioner.py' 2024-05-15T23:38:52.2995209Z adding 'executorch/backends/example/example_quantizer.py' 2024-05-15T23:38:52.2997634Z adding 'executorch/backends/example/test_example_delegate.py' 2024-05-15T23:38:52.2998104Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-05-15T23:38:52.2998834Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-05-15T23:38:52.2999244Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-05-15T23:38:52.2999565Z adding 'executorch/backends/example/example_operators/add.py' 2024-05-15T23:38:52.2999901Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-05-15T23:38:52.3000248Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-05-15T23:38:52.3000593Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-05-15T23:38:52.3000932Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-05-15T23:38:52.3001276Z adding 'executorch/backends/example/example_operators/linear.py' 2024-05-15T23:38:52.3001642Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-05-15T23:38:52.3001955Z adding 'executorch/backends/example/example_operators/ops.py' 2024-05-15T23:38:52.3002292Z adding 'executorch/backends/example/example_operators/utils.py' 2024-05-15T23:38:52.3002574Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-05-15T23:38:52.3002837Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-05-15T23:38:52.3003148Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-05-15T23:38:52.3003467Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-05-15T23:38:52.3003756Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-05-15T23:38:52.3004083Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-05-15T23:38:52.3004404Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-05-15T23:38:52.3004703Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-05-15T23:38:52.3004987Z adding 'executorch/backends/qualcomm/builders/op_cast.py' 2024-05-15T23:38:52.3005279Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-05-15T23:38:52.3005564Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-05-15T23:38:52.3005860Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-05-15T23:38:52.3006167Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-05-15T23:38:52.3006639Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-05-15T23:38:52.3006966Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-05-15T23:38:52.3007255Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-05-15T23:38:52.3007576Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-05-15T23:38:52.3007911Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-05-15T23:38:52.3008220Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-05-15T23:38:52.3192045Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-05-15T23:38:52.3192528Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-05-15T23:38:52.3192975Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-05-15T23:38:52.3193385Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-05-15T23:38:52.3193828Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-05-15T23:38:52.3194188Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-05-15T23:38:52.3194513Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-05-15T23:38:52.3194817Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-05-15T23:38:52.3195099Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-05-15T23:38:52.3195375Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-05-15T23:38:52.3195740Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-05-15T23:38:52.3196051Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-05-15T23:38:52.3196383Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-05-15T23:38:52.3196692Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-05-15T23:38:52.3196984Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-05-15T23:38:52.3197339Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-05-15T23:38:52.3197639Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-05-15T23:38:52.3197954Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-05-15T23:38:52.3198419Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-05-15T23:38:52.3198725Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-05-15T23:38:52.3199015Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-05-15T23:38:52.3199319Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-05-15T23:38:52.3199599Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-05-15T23:38:52.3199938Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-05-15T23:38:52.3200224Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-05-15T23:38:52.3200549Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-05-15T23:38:52.3200864Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-05-15T23:38:52.3201249Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-05-15T23:38:52.3201586Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-05-15T23:38:52.3201860Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-05-15T23:38:52.3202183Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-05-15T23:38:52.3202524Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-05-15T23:38:52.3202914Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-05-15T23:38:52.3203274Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-05-15T23:38:52.3203627Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-05-15T23:38:52.3204040Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-05-15T23:38:52.3204395Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-05-15T23:38:52.3204746Z adding 'executorch/backends/qualcomm/passes/convert_hardsigmoid.py' 2024-05-15T23:38:52.3205170Z adding 'executorch/backends/qualcomm/passes/convert_hardswish.py' 2024-05-15T23:38:52.3205624Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-05-15T23:38:52.3205971Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-05-15T23:38:52.3206432Z adding 'executorch/backends/qualcomm/passes/decompose_scaled_dot_product_attention.py' 2024-05-15T23:38:52.3206755Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-05-15T23:38:52.3207040Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-05-15T23:38:52.3207353Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-05-15T23:38:52.3207701Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-05-15T23:38:52.3208031Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-05-15T23:38:52.3208361Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-05-15T23:38:52.3208750Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-05-15T23:38:52.3209099Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-05-15T23:38:52.3209411Z adding 'executorch/backends/qualcomm/passes/remove_clone.py' 2024-05-15T23:38:52.3209812Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-05-15T23:38:52.3210122Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-05-15T23:38:52.3210432Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-05-15T23:38:52.3210711Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-05-15T23:38:52.3211175Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-05-15T23:38:52.3211609Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-05-15T23:38:52.3211926Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-05-15T23:38:52.3212193Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-05-15T23:38:52.3212527Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-05-15T23:38:52.3212789Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-05-15T23:38:52.3213043Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-05-15T23:38:52.3213295Z adding 'executorch/backends/transforms/__init__.py' 2024-05-15T23:38:52.3213608Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-05-15T23:38:52.3213984Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-05-15T23:38:52.3214425Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-05-15T23:38:52.3214660Z adding 'executorch/backends/vulkan/__init__.py' 2024-05-15T23:38:52.3214938Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-05-15T23:38:52.3215302Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-05-15T23:38:52.3215632Z adding 'executorch/backends/vulkan/runtime/api/gen_vulkan_spv.py' 2024-05-15T23:38:52.3216021Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-05-15T23:38:52.3216384Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-05-15T23:38:52.3216744Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-05-15T23:38:52.3217111Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-05-15T23:38:52.3217495Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-05-15T23:38:52.3217950Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-05-15T23:38:52.3218450Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-05-15T23:38:52.3218922Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-05-15T23:38:52.3219321Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-05-15T23:38:52.3219807Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-05-15T23:38:52.3220363Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-05-15T23:38:52.3220811Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-05-15T23:38:52.3221206Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-05-15T23:38:52.3221569Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-05-15T23:38:52.3221975Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/image_to_nchw.yaml' 2024-05-15T23:38:52.3222389Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-05-15T23:38:52.3222823Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-05-15T23:38:52.3223227Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-05-15T23:38:52.3223677Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-05-15T23:38:52.3224090Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_image.yaml' 2024-05-15T23:38:52.3224447Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-05-15T23:38:52.3224821Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-05-15T23:38:52.3225259Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-05-15T23:38:52.3225683Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-05-15T23:38:52.3226141Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-05-15T23:38:52.3226580Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-05-15T23:38:52.3227005Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-05-15T23:38:52.3227430Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-05-15T23:38:52.3227877Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-05-15T23:38:52.3228292Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-05-15T23:38:52.3228781Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-05-15T23:38:52.3229184Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-05-15T23:38:52.3229680Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-05-15T23:38:52.3230120Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-05-15T23:38:52.3230493Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-05-15T23:38:52.3230917Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-05-15T23:38:52.3231295Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-05-15T23:38:52.3231660Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-05-15T23:38:52.3231971Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-05-15T23:38:52.3232357Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-05-15T23:38:52.3232738Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-05-15T23:38:52.3233135Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-05-15T23:38:52.3233453Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-05-15T23:38:52.3233794Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-05-15T23:38:52.3234156Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-05-15T23:38:52.3234480Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-05-15T23:38:52.3522264Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-05-15T23:38:52.3522683Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-05-15T23:38:52.3523299Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-05-15T23:38:52.3523852Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-05-15T23:38:52.3524496Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-05-15T23:38:52.3525106Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-05-15T23:38:52.3525637Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-05-15T23:38:52.3526096Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-05-15T23:38:52.3526532Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-05-15T23:38:52.3526943Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-05-15T23:38:52.3527410Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-05-15T23:38:52.3527911Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-05-15T23:38:52.3528517Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-05-15T23:38:52.3528857Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-05-15T23:38:52.3529165Z adding 'executorch/backends/xnnpack/__init__.py' 2024-05-15T23:38:52.3529464Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-05-15T23:38:52.3529887Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-05-15T23:38:52.3530208Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-05-15T23:38:52.3530498Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-05-15T23:38:52.3530782Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-05-15T23:38:52.3531075Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-05-15T23:38:52.3531438Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-05-15T23:38:52.3531716Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-05-15T23:38:52.3532020Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-05-15T23:38:52.3532320Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-05-15T23:38:52.3532619Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-05-15T23:38:52.3533027Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-05-15T23:38:52.3533306Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-05-15T23:38:52.3533703Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-05-15T23:38:52.3534101Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-05-15T23:38:52.3534379Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-05-15T23:38:52.3534681Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-05-15T23:38:52.3535004Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-05-15T23:38:52.3535311Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-05-15T23:38:52.3535639Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-05-15T23:38:52.3535935Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-05-15T23:38:52.3536341Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-05-15T23:38:52.3536644Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-05-15T23:38:52.3536967Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-05-15T23:38:52.3537275Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-05-15T23:38:52.3537584Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-05-15T23:38:52.3537893Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-05-15T23:38:52.3538200Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-05-15T23:38:52.3538559Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-05-15T23:38:52.3538870Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-05-15T23:38:52.3539163Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-05-15T23:38:52.3539550Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-05-15T23:38:52.3539837Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-05-15T23:38:52.3540120Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-05-15T23:38:52.3540431Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-05-15T23:38:52.3540736Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-05-15T23:38:52.3541072Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-05-15T23:38:52.3541368Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-05-15T23:38:52.3541668Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-05-15T23:38:52.3542011Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-05-15T23:38:52.3542307Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-05-15T23:38:52.3542694Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-05-15T23:38:52.3543102Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-05-15T23:38:52.3543409Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-05-15T23:38:52.3543718Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-05-15T23:38:52.3544062Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-05-15T23:38:52.3544345Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-05-15T23:38:52.3544716Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-05-15T23:38:52.3545069Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-05-15T23:38:52.3545384Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-05-15T23:38:52.3545664Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-05-15T23:38:52.3546090Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-05-15T23:38:52.3546450Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-05-15T23:38:52.3546780Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-05-15T23:38:52.3547112Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-05-15T23:38:52.3547550Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-05-15T23:38:52.3547917Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-05-15T23:38:52.3548301Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-05-15T23:38:52.3548636Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-05-15T23:38:52.3548978Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-05-15T23:38:52.3549335Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-05-15T23:38:52.3549633Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-05-15T23:38:52.3550002Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-05-15T23:38:52.3550310Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-05-15T23:38:52.3550718Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-05-15T23:38:52.3551124Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-05-15T23:38:52.3551445Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-05-15T23:38:52.3551819Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-05-15T23:38:52.3552139Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-05-15T23:38:52.3552426Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-05-15T23:38:52.3552810Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-05-15T23:38:52.3553145Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-05-15T23:38:52.3553483Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-05-15T23:38:52.3553835Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-05-15T23:38:52.3554160Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-05-15T23:38:52.3554488Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-05-15T23:38:52.3554815Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-05-15T23:38:52.3555121Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-05-15T23:38:52.3555466Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-05-15T23:38:52.3555812Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-05-15T23:38:52.3556090Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-05-15T23:38:52.3556355Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-05-15T23:38:52.3556621Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-05-15T23:38:52.3556918Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-05-15T23:38:52.3557235Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-05-15T23:38:52.3557493Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-05-15T23:38:52.3557783Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-05-15T23:38:52.3558061Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-05-15T23:38:52.3558534Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-05-15T23:38:52.3558815Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-05-15T23:38:52.3559080Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-05-15T23:38:52.3559334Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-05-15T23:38:52.3559607Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-05-15T23:38:52.3559910Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-05-15T23:38:52.3560197Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-05-15T23:38:52.3560502Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-05-15T23:38:52.3560778Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-05-15T23:38:52.3561071Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-05-15T23:38:52.3561346Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-05-15T23:38:52.3561642Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-05-15T23:38:52.3561936Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-05-15T23:38:52.3562210Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-05-15T23:38:52.3562498Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-05-15T23:38:52.3562770Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-05-15T23:38:52.3563049Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-05-15T23:38:52.3563310Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-05-15T23:38:52.3563580Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-05-15T23:38:52.3563943Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-05-15T23:38:52.3564213Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-05-15T23:38:52.3714461Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-05-15T23:38:52.3714863Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-05-15T23:38:52.3715303Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-05-15T23:38:52.3715682Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-05-15T23:38:52.3716029Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-05-15T23:38:52.3716324Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-05-15T23:38:52.3716682Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-05-15T23:38:52.3717047Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-05-15T23:38:52.3717454Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-05-15T23:38:52.3717843Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-05-15T23:38:52.3718465Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-05-15T23:38:52.3718868Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-05-15T23:38:52.3719277Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-05-15T23:38:52.3719703Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-05-15T23:38:52.3720111Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-05-15T23:38:52.3720498Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-05-15T23:38:52.3720808Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-05-15T23:38:52.3721112Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-05-15T23:38:52.3721533Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-05-15T23:38:52.3721941Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-05-15T23:38:52.3722286Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-05-15T23:38:52.3722673Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-05-15T23:38:52.3723078Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-05-15T23:38:52.3723505Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-05-15T23:38:52.3723892Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-05-15T23:38:52.3724284Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-05-15T23:38:52.3724642Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-05-15T23:38:52.3724976Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-05-15T23:38:52.3725381Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-05-15T23:38:52.3725765Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-05-15T23:38:52.3726268Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-05-15T23:38:52.3726722Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-05-15T23:38:52.3727204Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-05-15T23:38:52.3727659Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-05-15T23:38:52.3728117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-05-15T23:38:52.3728565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-05-15T23:38:52.3728973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-05-15T23:38:52.3729378Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-05-15T23:38:52.3729893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-05-15T23:38:52.3730347Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-05-15T23:38:52.3730799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-05-15T23:38:52.3731324Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-05-15T23:38:52.3731833Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-05-15T23:38:52.3732272Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-05-15T23:38:52.3732688Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-05-15T23:38:52.3733275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-05-15T23:38:52.3733759Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-05-15T23:38:52.3734202Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-05-15T23:38:52.3734637Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-05-15T23:38:52.3735103Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-05-15T23:38:52.3735528Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-05-15T23:38:52.3735962Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-05-15T23:38:52.3736420Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-05-15T23:38:52.3736852Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-05-15T23:38:52.3737276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-05-15T23:38:52.3737724Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-05-15T23:38:52.3738229Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-05-15T23:38:52.3738727Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-05-15T23:38:52.3739125Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-05-15T23:38:52.3739569Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-05-15T23:38:52.3740077Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-05-15T23:38:52.3740467Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-05-15T23:38:52.3740861Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-05-15T23:38:52.3741278Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-05-15T23:38:52.3741665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-05-15T23:38:52.3742106Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-05-15T23:38:52.3742493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-05-15T23:38:52.3742932Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-05-15T23:38:52.3743373Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-05-15T23:38:52.3743780Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-05-15T23:38:52.3744175Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-05-15T23:38:52.3744609Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-05-15T23:38:52.3745056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-05-15T23:38:52.3745445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-05-15T23:38:52.3745858Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-05-15T23:38:52.3746255Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-05-15T23:38:52.3746643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-05-15T23:38:52.3747049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-05-15T23:38:52.3747434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-05-15T23:38:52.3747834Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-05-15T23:38:52.3748262Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-05-15T23:38:52.3748753Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-05-15T23:38:52.3749227Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-05-15T23:38:52.3749614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-05-15T23:38:52.3750068Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-05-15T23:38:52.3750462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-05-15T23:38:52.3750860Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-05-15T23:38:52.3751259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-05-15T23:38:52.3751645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-05-15T23:38:52.3752099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-05-15T23:38:52.3752523Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-05-15T23:38:52.3752910Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-05-15T23:38:52.3753338Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-05-15T23:38:52.3753759Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-05-15T23:38:52.3754194Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-05-15T23:38:52.3754628Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-05-15T23:38:52.3755093Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-05-15T23:38:52.3755489Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-05-15T23:38:52.3755921Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-05-15T23:38:52.3756388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-05-15T23:38:52.3756802Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-05-15T23:38:52.3757240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-05-15T23:38:52.3757769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-05-15T23:38:52.3884210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-05-15T23:38:52.3884800Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-05-15T23:38:52.3885427Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-05-15T23:38:52.3885991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-05-15T23:38:52.3886508Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-05-15T23:38:52.3886971Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-05-15T23:38:52.3887559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-05-15T23:38:52.3888069Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-05-15T23:38:52.3888494Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-05-15T23:38:52.3888927Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-05-15T23:38:52.3889357Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-05-15T23:38:52.3889892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-05-15T23:38:52.3890393Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-05-15T23:38:52.3890855Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-05-15T23:38:52.3891455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-05-15T23:38:52.3891898Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-05-15T23:38:52.3892337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-05-15T23:38:52.3892761Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-05-15T23:38:52.3893166Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-05-15T23:38:52.3893635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-05-15T23:38:52.3894179Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-05-15T23:38:52.3894619Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-05-15T23:38:52.3895022Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-05-15T23:38:52.3895491Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-05-15T23:38:52.3896014Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-05-15T23:38:52.3896474Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-05-15T23:38:52.3896890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-05-15T23:38:52.3897375Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-05-15T23:38:52.3897785Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-05-15T23:38:52.3898375Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-05-15T23:38:52.3898817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-05-15T23:38:52.3899312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-05-15T23:38:52.3899714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-05-15T23:38:52.3900182Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-05-15T23:38:52.3900593Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-05-15T23:38:52.3901027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-05-15T23:38:52.3901498Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-05-15T23:38:52.3901889Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-05-15T23:38:52.3902315Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-05-15T23:38:52.3902737Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-05-15T23:38:52.3903130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-05-15T23:38:52.3903570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-05-15T23:38:52.3903998Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-05-15T23:38:52.3904396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-05-15T23:38:52.3904865Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-05-15T23:38:52.3905275Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-05-15T23:38:52.3905709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-05-15T23:38:52.3906139Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-05-15T23:38:52.3906525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-05-15T23:38:52.3907020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-05-15T23:38:52.3907463Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-05-15T23:38:52.3907927Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-05-15T23:38:52.3908394Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-05-15T23:38:52.3908809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-05-15T23:38:52.3909208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-05-15T23:38:52.3909599Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-05-15T23:38:52.3909995Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-05-15T23:38:52.3910388Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-05-15T23:38:52.3910785Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-05-15T23:38:52.3911214Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-05-15T23:38:52.3911654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-05-15T23:38:52.3912039Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-05-15T23:38:52.3912485Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-05-15T23:38:52.3912914Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-05-15T23:38:52.3913352Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-05-15T23:38:52.3913896Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-05-15T23:38:52.3914330Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-05-15T23:38:52.3914781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-05-15T23:38:52.3915210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-05-15T23:38:52.3915645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-05-15T23:38:52.3916095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-05-15T23:38:52.3916482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-05-15T23:38:52.3916888Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-05-15T23:38:52.3917279Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-05-15T23:38:52.3917662Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-05-15T23:38:52.3918066Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-05-15T23:38:52.3918678Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-05-15T23:38:52.3919121Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-05-15T23:38:52.3919520Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-05-15T23:38:52.3919991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-05-15T23:38:52.3920510Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-05-15T23:38:52.3920930Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-05-15T23:38:52.3921334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-05-15T23:38:52.3921749Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-05-15T23:38:52.3922181Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-05-15T23:38:52.3922635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-05-15T23:38:52.3923070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-05-15T23:38:52.3923496Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-05-15T23:38:52.3923975Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-05-15T23:38:52.3924491Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-05-15T23:38:52.3924924Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-05-15T23:38:52.3925316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-05-15T23:38:52.3925728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-05-15T23:38:52.3926195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-05-15T23:38:52.3926707Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-05-15T23:38:52.3927215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-05-15T23:38:52.3927816Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-05-15T23:38:52.3928320Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-05-15T23:38:52.3928817Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-05-15T23:38:52.4080164Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-05-15T23:38:52.4080849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-05-15T23:38:52.4081606Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:38:52.4082460Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-05-15T23:38:52.4083162Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:38:52.4083824Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-05-15T23:38:52.4084288Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-05-15T23:38:52.4084702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-05-15T23:38:52.4085207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-05-15T23:38:52.4085728Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-05-15T23:38:52.4086325Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:38:52.4086907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:38:52.4087395Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-05-15T23:38:52.4087895Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-05-15T23:38:52.4088403Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-05-15T23:38:52.4088911Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-05-15T23:38:52.4089357Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-05-15T23:38:52.4089868Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-05-15T23:38:52.4090267Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-05-15T23:38:52.4090693Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-05-15T23:38:52.4091095Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-05-15T23:38:52.4091568Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-05-15T23:38:52.4092050Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-05-15T23:38:52.4092622Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-05-15T23:38:52.4093119Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-05-15T23:38:52.4093614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-05-15T23:38:52.4094195Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-05-15T23:38:52.4094767Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-05-15T23:38:52.4095312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-05-15T23:38:52.4095877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-05-15T23:38:52.4096299Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-05-15T23:38:52.4096823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-05-15T23:38:52.4097334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-05-15T23:38:52.4097804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-05-15T23:38:52.4098295Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-05-15T23:38:52.4098799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-05-15T23:38:52.4099323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-05-15T23:38:52.4099764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-05-15T23:38:52.4100213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-05-15T23:38:52.4100614Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-05-15T23:38:52.4101038Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-05-15T23:38:52.4101451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-05-15T23:38:52.4101925Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-05-15T23:38:52.4102406Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-05-15T23:38:52.4102891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-05-15T23:38:52.4103379Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-05-15T23:38:52.4103806Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-05-15T23:38:52.4104211Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-05-15T23:38:52.4104638Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-05-15T23:38:52.4105099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-05-15T23:38:52.4105497Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-05-15T23:38:52.4106017Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-05-15T23:38:52.4106507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-05-15T23:38:52.4106917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-05-15T23:38:52.4107386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-05-15T23:38:52.4107809Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-05-15T23:38:52.4108231Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-05-15T23:38:52.4108685Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-05-15T23:38:52.4109131Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-05-15T23:38:52.4109536Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-05-15T23:38:52.4109934Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-05-15T23:38:52.4110377Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-05-15T23:38:52.4110804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-05-15T23:38:52.4111221Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-05-15T23:38:52.4111621Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-05-15T23:38:52.4112020Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-05-15T23:38:52.4112469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-05-15T23:38:52.4112874Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-05-15T23:38:52.4113308Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-05-15T23:38:52.4113694Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-05-15T23:38:52.4114093Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-05-15T23:38:52.4114555Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-05-15T23:38:52.4114949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-05-15T23:38:52.4115372Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-05-15T23:38:52.4115804Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-05-15T23:38:52.4116445Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-05-15T23:38:52.4116895Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-05-15T23:38:52.4117396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-05-15T23:38:52.4117877Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-05-15T23:38:52.4118507Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-05-15T23:38:52.4118992Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-05-15T23:38:52.4119514Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-05-15T23:38:52.4120061Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-05-15T23:38:52.4120601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-05-15T23:38:52.4121110Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-05-15T23:38:52.4121534Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-05-15T23:38:52.4121991Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-05-15T23:38:52.4122443Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-05-15T23:38:52.4123032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-05-15T23:38:52.4123598Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-05-15T23:38:52.4124121Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-05-15T23:38:52.4124601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-05-15T23:38:52.4125056Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-05-15T23:38:52.7025104Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-05-15T23:38:52.7026630Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-05-15T23:38:52.7028099Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-05-15T23:38:52.7029332Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-05-15T23:38:52.7030600Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-05-15T23:38:52.7031852Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-05-15T23:38:52.7033060Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-05-15T23:38:52.7034262Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-05-15T23:38:52.7035426Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-05-15T23:38:52.7036611Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-05-15T23:38:52.7037841Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-05-15T23:38:52.7039361Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-05-15T23:38:52.7040813Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-05-15T23:38:52.7042129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-05-15T23:38:52.7043436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-05-15T23:38:52.7044632Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-05-15T23:38:52.7045773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-05-15T23:38:52.7046959Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-05-15T23:38:52.7048129Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-05-15T23:38:52.7049321Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-05-15T23:38:52.7050431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-05-15T23:38:52.7051617Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-05-15T23:38:52.7052648Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-05-15T23:38:52.7053849Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-05-15T23:38:52.7055032Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-05-15T23:38:52.7056356Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-05-15T23:38:52.7057764Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-05-15T23:38:52.7058951Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-05-15T23:38:52.7060220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-05-15T23:38:52.7061464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-05-15T23:38:52.7062503Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-05-15T23:38:52.7063446Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-05-15T23:38:52.7064400Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-05-15T23:38:52.7065337Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-05-15T23:38:52.7066215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-05-15T23:38:52.7067169Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-05-15T23:38:52.7067985Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-05-15T23:38:52.7068957Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-05-15T23:38:52.7069976Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-05-15T23:38:52.7071121Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-05-15T23:38:52.7072214Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-05-15T23:38:52.7073302Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-05-15T23:38:52.7074263Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-05-15T23:38:52.7075127Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-05-15T23:38:52.7075870Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-05-15T23:38:52.7076532Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-05-15T23:38:52.7077183Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-05-15T23:38:52.7077874Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-05-15T23:38:52.7078945Z adding 'executorch/data/bin/__init__.py' 2024-05-15T23:38:52.7079614Z adding 'executorch/data/bin/flatc' 2024-05-15T23:38:52.7080144Z adding 'executorch/examples/models/__init__.py' 2024-05-15T23:38:52.7080791Z adding 'executorch/examples/models/model_base.py' 2024-05-15T23:38:52.7081416Z adding 'executorch/examples/models/model_factory.py' 2024-05-15T23:38:52.7082088Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-05-15T23:38:52.7082765Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-05-15T23:38:52.7083395Z adding 'executorch/examples/models/edsr/__init__.py' 2024-05-15T23:38:52.7084008Z adding 'executorch/examples/models/edsr/model.py' 2024-05-15T23:38:52.7084673Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-05-15T23:38:52.7085466Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-05-15T23:38:52.7086292Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-05-15T23:38:52.7086989Z adding 'executorch/examples/models/inception_v3/model.py' 2024-05-15T23:38:52.7087862Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-05-15T23:38:52.7088566Z adding 'executorch/examples/models/inception_v4/model.py' 2024-05-15T23:38:52.7089233Z adding 'executorch/examples/models/llama2/__init__.py' 2024-05-15T23:38:52.7089956Z adding 'executorch/examples/models/llama2/builder.py' 2024-05-15T23:38:52.7090611Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-05-15T23:38:52.7091296Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-05-15T23:38:52.7092031Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-05-15T23:38:52.7092918Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-05-15T23:38:52.7093795Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-05-15T23:38:52.7094562Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-05-15T23:38:52.7095360Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-05-15T23:38:52.7096219Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-05-15T23:38:52.7096914Z adding 'executorch/examples/models/llama2/model.py' 2024-05-15T23:38:52.7097791Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-05-15T23:38:52.7098694Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-05-15T23:38:52.7099717Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-05-15T23:38:52.7100741Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-05-15T23:38:52.7101907Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-05-15T23:38:52.7102870Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-05-15T23:38:52.7103836Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-05-15T23:38:52.7104813Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-05-15T23:38:52.7105734Z adding 'executorch/examples/models/llama2/lib/__init__.py' 2024-05-15T23:38:52.7106571Z adding 'executorch/examples/models/llama2/lib/partitioner_lib.py' 2024-05-15T23:38:52.7107414Z adding 'executorch/examples/models/llama2/lib/quant_lib.py' 2024-05-15T23:38:52.7108272Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-05-15T23:38:52.7109394Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-05-15T23:38:52.7110507Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-05-15T23:38:52.7129058Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-05-15T23:38:52.7130375Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-05-15T23:38:52.7131279Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-05-15T23:38:52.7132167Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/conanfile.py' 2024-05-15T23:38:52.7133389Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/create_lts.py' 2024-05-15T23:38:52.7134722Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-05-15T23:38:52.7136109Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/copts.py' 2024-05-15T23:38:52.7137238Z adding 'executorch/examples/models/llama2/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-05-15T23:38:52.7138276Z adding 'executorch/examples/models/llama2/third-party/re2/benchlog/benchplot.py' 2024-05-15T23:38:52.7139369Z adding 'executorch/examples/models/llama2/third-party/re2/python/re2.py' 2024-05-15T23:38:52.7140269Z adding 'executorch/examples/models/llama2/third-party/re2/python/re2_test.py' 2024-05-15T23:38:52.7141168Z adding 'executorch/examples/models/llama2/third-party/re2/python/setup.py' 2024-05-15T23:38:52.7142126Z adding 'executorch/examples/models/llama2/third-party/re2/re2/make_unicode_casefold.py' 2024-05-15T23:38:52.7143137Z adding 'executorch/examples/models/llama2/third-party/re2/re2/make_unicode_groups.py' 2024-05-15T23:38:52.7144082Z adding 'executorch/examples/models/llama2/third-party/re2/re2/unicode.py' 2024-05-15T23:38:52.7144908Z adding 'executorch/examples/models/llama2/tokenizer/__init__.py' 2024-05-15T23:38:52.7145682Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-05-15T23:38:52.7146583Z adding 'executorch/examples/models/llama2/tokenizer/tokenizer.py' 2024-05-15T23:38:52.7147460Z adding 'executorch/examples/models/llama2/tokenizer/test/__init__.py' 2024-05-15T23:38:52.7148331Z adding 'executorch/examples/models/llama2/tokenizer/test/test_tokenizer.py' 2024-05-15T23:38:52.7470677Z adding 'executorch/examples/models/llava_encoder/__init__.py' 2024-05-15T23:38:52.7471620Z adding 'executorch/examples/models/llava_encoder/model.py' 2024-05-15T23:38:52.7472533Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-05-15T23:38:52.7474077Z adding 'executorch/examples/models/mobilebert/model.py' 2024-05-15T23:38:52.7475405Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-05-15T23:38:52.7476085Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-05-15T23:38:52.7476768Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-05-15T23:38:52.7477441Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-05-15T23:38:52.7478082Z adding 'executorch/examples/models/resnet/__init__.py' 2024-05-15T23:38:52.7478922Z adding 'executorch/examples/models/resnet/model.py' 2024-05-15T23:38:52.7479595Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-05-15T23:38:52.7480521Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-05-15T23:38:52.7481269Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-05-15T23:38:52.7481911Z adding 'executorch/examples/models/toy_model/model.py' 2024-05-15T23:38:52.7482565Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-05-15T23:38:52.7483228Z adding 'executorch/examples/models/wav2letter/model.py' 2024-05-15T23:38:52.7483780Z adding 'executorch/exir/__init__.py' 2024-05-15T23:38:52.7484243Z adding 'executorch/exir/common.py' 2024-05-15T23:38:52.7484729Z adding 'executorch/exir/control_flow.py' 2024-05-15T23:38:52.7485230Z adding 'executorch/exir/delegate.py' 2024-05-15T23:38:52.7485727Z adding 'executorch/exir/dim_order_utils.py' 2024-05-15T23:38:52.7486258Z adding 'executorch/exir/dynamic_shape.py' 2024-05-15T23:38:52.7486753Z adding 'executorch/exir/error.py' 2024-05-15T23:38:52.7487207Z adding 'executorch/exir/graph.py' 2024-05-15T23:38:52.7487759Z adding 'executorch/exir/graph_module.py' 2024-05-15T23:38:52.7488329Z adding 'executorch/exir/lowered_backend_module.py' 2024-05-15T23:38:52.7488873Z adding 'executorch/exir/memory.py' 2024-05-15T23:38:52.7489374Z adding 'executorch/exir/memory_planning.py' 2024-05-15T23:38:52.7489993Z adding 'executorch/exir/pass_base.py' 2024-05-15T23:38:52.7490495Z adding 'executorch/exir/pass_manager.py' 2024-05-15T23:38:52.7491074Z adding 'executorch/exir/print_program.py' 2024-05-15T23:38:52.7491581Z adding 'executorch/exir/scalar_type.py' 2024-05-15T23:38:52.7492108Z adding 'executorch/exir/schema.py' 2024-05-15T23:38:52.7492576Z adding 'executorch/exir/sym_util.py' 2024-05-15T23:38:52.7493048Z adding 'executorch/exir/tensor.py' 2024-05-15T23:38:52.7493510Z adding 'executorch/exir/tracer.py' 2024-05-15T23:38:52.7493977Z adding 'executorch/exir/types.py' 2024-05-15T23:38:52.7494447Z adding 'executorch/exir/version.py' 2024-05-15T23:38:52.7494904Z adding 'executorch/exir/wrap.py' 2024-05-15T23:38:52.7495412Z adding 'executorch/exir/_serialize/__init__.py' 2024-05-15T23:38:52.7495967Z adding 'executorch/exir/_serialize/_cord.py' 2024-05-15T23:38:52.7496529Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-05-15T23:38:52.7497124Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-05-15T23:38:52.7497711Z adding 'executorch/exir/_serialize/_program.py' 2024-05-15T23:38:52.7498295Z adding 'executorch/exir/_serialize/program.fbs' 2024-05-15T23:38:52.7498885Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-05-15T23:38:52.7499498Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-05-15T23:38:52.7500160Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-05-15T23:38:52.7500840Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-05-15T23:38:52.7501453Z adding 'executorch/exir/backend/backend_api.py' 2024-05-15T23:38:52.7502031Z adding 'executorch/exir/backend/backend_details.py' 2024-05-15T23:38:52.7502667Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-05-15T23:38:52.7503277Z adding 'executorch/exir/backend/partitioner.py' 2024-05-15T23:38:52.7503822Z adding 'executorch/exir/backend/utils.py' 2024-05-15T23:38:52.7504592Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-05-15T23:38:52.7505600Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-05-15T23:38:52.7506582Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-05-15T23:38:52.7507453Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-05-15T23:38:52.7508288Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-05-15T23:38:52.7509081Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-05-15T23:38:52.7509794Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-05-15T23:38:52.7510482Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-05-15T23:38:52.7511194Z adding 'executorch/exir/backend/test/test_backends.py' 2024-05-15T23:38:52.7511878Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-05-15T23:38:52.7512583Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-05-15T23:38:52.7513305Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-05-15T23:38:52.7514059Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-05-15T23:38:52.7514804Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-05-15T23:38:52.7515572Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-05-15T23:38:52.7516310Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-05-15T23:38:52.7516953Z adding 'executorch/exir/backend/test/test_passes.py' 2024-05-15T23:38:52.7517575Z adding 'executorch/exir/backend/test/test_utils.py' 2024-05-15T23:38:52.7518478Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-05-15T23:38:52.7519406Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-05-15T23:38:52.7520276Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-05-15T23:38:52.7521237Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-05-15T23:38:52.7522161Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-05-15T23:38:52.7522859Z adding 'executorch/exir/capture/__init__.py' 2024-05-15T23:38:52.7523402Z adding 'executorch/exir/capture/_capture.py' 2024-05-15T23:38:52.7523992Z adding 'executorch/exir/capture/_config.py' 2024-05-15T23:38:52.7524539Z adding 'executorch/exir/capture/_unlift.py' 2024-05-15T23:38:52.7525092Z adding 'executorch/exir/dialects/__init__.py' 2024-05-15T23:38:52.7525728Z adding 'executorch/exir/dialects/_ops.py' 2024-05-15T23:38:52.7526294Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-05-15T23:38:52.7526988Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-05-15T23:38:52.7527666Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-05-15T23:38:52.7528327Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-05-15T23:38:52.7528926Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-05-15T23:38:52.7529535Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-05-15T23:38:52.7530322Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-05-15T23:38:52.7530979Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-05-15T23:38:52.7531633Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-05-15T23:38:52.7532238Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-05-15T23:38:52.7532956Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-05-15T23:38:52.7533628Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-05-15T23:38:52.7534373Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-05-15T23:38:52.7534996Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-05-15T23:38:52.7535670Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-05-15T23:38:52.7536376Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-05-15T23:38:52.7537107Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-05-15T23:38:52.7537731Z adding 'executorch/exir/emit/__init__.py' 2024-05-15T23:38:52.7538335Z adding 'executorch/exir/emit/_emit_program.py' 2024-05-15T23:38:52.7538916Z adding 'executorch/exir/emit/_emitter.py' 2024-05-15T23:38:52.7539463Z adding 'executorch/exir/emit/test/test_emit.py' 2024-05-15T23:38:52.7540032Z adding 'executorch/exir/operator/convert.py' 2024-05-15T23:38:52.7540578Z adding 'executorch/exir/operator/manip.py' 2024-05-15T23:38:52.7541129Z adding 'executorch/exir/operator/util.py' 2024-05-15T23:38:52.7541804Z adding 'executorch/exir/operator/test/test_operator.py' 2024-05-15T23:38:52.7542400Z adding 'executorch/exir/passes/__init__.py' 2024-05-15T23:38:52.7543075Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-05-15T23:38:52.7543971Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-05-15T23:38:52.7544610Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-05-15T23:38:52.7545303Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-05-15T23:38:52.7546110Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-05-15T23:38:52.7546790Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-05-15T23:38:52.7547612Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-05-15T23:38:52.7548476Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-05-15T23:38:52.7549294Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-05-15T23:38:52.7549948Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-05-15T23:38:52.7550712Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-05-15T23:38:52.7551460Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-05-15T23:38:52.7552140Z adding 'executorch/exir/passes/pass_registry.py' 2024-05-15T23:38:52.7552741Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-05-15T23:38:52.7553405Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-05-15T23:38:52.7554130Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-05-15T23:38:52.7554862Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-05-15T23:38:52.7555531Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-05-15T23:38:52.7556350Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-05-15T23:38:52.7557231Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-05-15T23:38:52.7557966Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-05-15T23:38:52.7558847Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-05-15T23:38:52.7559575Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-05-15T23:38:52.7560208Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-05-15T23:38:52.7560832Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-05-15T23:38:52.7561462Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-05-15T23:38:52.7562048Z adding 'executorch/exir/program/__init__.py' 2024-05-15T23:38:52.7562614Z adding 'executorch/exir/program/_fake_program.py' 2024-05-15T23:38:52.7563184Z adding 'executorch/exir/program/_program.py' 2024-05-15T23:38:52.7563813Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-05-15T23:38:52.7564474Z adding 'executorch/exir/program/test/test_program.py' 2024-05-15T23:38:52.7565057Z adding 'executorch/exir/serde/__init__.py' 2024-05-15T23:38:52.7565625Z adding 'executorch/exir/serde/export_serialize.py' 2024-05-15T23:38:52.7566192Z adding 'executorch/exir/serde/schema.py' 2024-05-15T23:38:52.7566723Z adding 'executorch/exir/serde/serialize.py' 2024-05-15T23:38:52.7567268Z adding 'executorch/exir/tests/asr_joiner.py' 2024-05-15T23:38:52.7567799Z adding 'executorch/exir/tests/common.py' 2024-05-15T23:38:52.7568375Z adding 'executorch/exir/tests/control_flow_models.py' 2024-05-15T23:38:52.7569011Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-05-15T23:38:57.0794825Z adding 'executorch/exir/tests/models.py' 2024-05-15T23:38:57.0795718Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-05-15T23:38:57.0796553Z adding 'executorch/exir/tests/test_capture.py' 2024-05-15T23:38:57.0797300Z adding 'executorch/exir/tests/test_common.py' 2024-05-15T23:38:57.0798067Z adding 'executorch/exir/tests/test_delegate.py' 2024-05-15T23:38:57.0799069Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-05-15T23:38:57.0799993Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-05-15T23:38:57.0800856Z adding 'executorch/exir/tests/test_error.py' 2024-05-15T23:38:57.0801601Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-05-15T23:38:57.0802571Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-05-15T23:38:57.0803214Z adding 'executorch/exir/tests/test_op_convert.py' 2024-05-15T23:38:57.0803801Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-05-15T23:38:57.0804380Z adding 'executorch/exir/tests/test_passes.py' 2024-05-15T23:38:57.0804978Z adding 'executorch/exir/tests/test_print_program.py' 2024-05-15T23:38:57.0805632Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-05-15T23:38:57.0806282Z adding 'executorch/exir/tests/test_quantization.py' 2024-05-15T23:38:57.0806935Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-05-15T23:38:57.0807588Z adding 'executorch/exir/tests/test_serde.py' 2024-05-15T23:38:57.0808149Z adding 'executorch/exir/tests/test_tensor.py' 2024-05-15T23:38:57.0808744Z adding 'executorch/exir/tests/test_tracer.py' 2024-05-15T23:38:57.0809355Z adding 'executorch/exir/tests/test_verification.py' 2024-05-15T23:38:57.0810017Z adding 'executorch/exir/tests/transformer.py' 2024-05-15T23:38:57.0810640Z adding 'executorch/exir/verification/arg_validator.py' 2024-05-15T23:38:57.0811264Z adding 'executorch/exir/verification/dev_html.py' 2024-05-15T23:38:57.0811887Z adding 'executorch/exir/verification/interpreter.py' 2024-05-15T23:38:57.0812500Z adding 'executorch/exir/verification/verifier.py' 2024-05-15T23:38:57.0813168Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-05-15T23:38:57.0813976Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-05-15T23:38:57.0814666Z adding 'executorch/extension/gguf_util/converter.py' 2024-05-15T23:38:57.0815374Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-05-15T23:38:57.0816156Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-05-15T23:38:57.0817180Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-05-15T23:38:57.0818102Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-05-15T23:38:57.0818846Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-05-15T23:38:57.0819656Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-05-15T23:38:57.0820392Z adding 'executorch/extension/pytree/__init__.py' 2024-05-15T23:38:57.0821034Z adding 'executorch/extension/pytree/test/test.py' 2024-05-15T23:38:57.0821626Z adding 'executorch/schema/program.fbs' 2024-05-15T23:38:57.0822188Z adding 'executorch/schema/scalar_type.fbs' 2024-05-15T23:38:57.0822737Z adding 'executorch/sdk/__init__.py' 2024-05-15T23:38:57.0823315Z adding 'executorch/sdk/bundled_program/config.py' 2024-05-15T23:38:57.0823936Z adding 'executorch/sdk/bundled_program/core.py' 2024-05-15T23:38:57.0824581Z adding 'executorch/sdk/bundled_program/version.py' 2024-05-15T23:38:57.0825287Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-05-15T23:38:57.0826132Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-05-15T23:38:57.0827072Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-05-15T23:38:57.0827938Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-05-15T23:38:57.0828766Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-05-15T23:38:57.0829591Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-05-15T23:38:57.0830470Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-05-15T23:38:57.0831385Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-05-15T23:38:57.0832276Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-05-15T23:38:57.0833149Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-05-15T23:38:57.0833936Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-05-15T23:38:57.0834704Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-05-15T23:38:57.0835452Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-05-15T23:38:57.0836203Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-05-15T23:38:57.0836844Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-05-15T23:38:57.0837520Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-05-15T23:38:57.0838172Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-05-15T23:38:57.0838955Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-05-15T23:38:57.0839571Z adding 'executorch/sdk/etdump/serialize.py' 2024-05-15T23:38:57.0840174Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-05-15T23:38:57.0840771Z adding 'executorch/sdk/etrecord/__init__.py' 2024-05-15T23:38:57.0841328Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-05-15T23:38:57.0841935Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-05-15T23:38:57.0842544Z adding 'executorch/sdk/inspector/__init__.py' 2024-05-15T23:38:57.0843108Z adding 'executorch/sdk/inspector/_inspector.py' 2024-05-15T23:38:57.0843708Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-05-15T23:38:57.0844348Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-05-15T23:38:57.0845015Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-05-15T23:38:57.0845710Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-05-15T23:38:57.0846422Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-05-15T23:38:57.0847252Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-05-15T23:38:57.0848035Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-05-15T23:38:57.0848800Z adding 'executorch/util/activation_memory_profiler.py' 2024-05-15T23:38:57.0849393Z adding 'executorch/util/python_profiler.py' 2024-05-15T23:38:57.0850011Z adding 'serializer/__init__.py' 2024-05-15T23:38:57.0850484Z adding 'serializer/tosa_serializer.py' 2024-05-15T23:38:57.0851047Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-05-15T23:38:57.0851570Z adding 'tosa/Attribute.py' 2024-05-15T23:38:57.0852004Z adding 'tosa/AxisAttribute.py' 2024-05-15T23:38:57.0852465Z adding 'tosa/ClampAttribute.py' 2024-05-15T23:38:57.0852925Z adding 'tosa/CondIfAttribute.py' 2024-05-15T23:38:57.0853372Z adding 'tosa/ConvAttribute.py' 2024-05-15T23:38:57.0853831Z adding 'tosa/CustomAttribute.py' 2024-05-15T23:38:57.0854273Z adding 'tosa/DType.py' 2024-05-15T23:38:57.0854667Z adding 'tosa/FFTAttribute.py' 2024-05-15T23:38:57.0855156Z adding 'tosa/FullyConnectedAttribute.py' 2024-05-15T23:38:57.0855664Z adding 'tosa/MatMulAttribute.py' 2024-05-15T23:38:57.0856124Z adding 'tosa/MulAttribute.py' 2024-05-15T23:38:57.0856567Z adding 'tosa/NegateAttribute.py' 2024-05-15T23:38:57.0856998Z adding 'tosa/Op.py' 2024-05-15T23:38:57.0857389Z adding 'tosa/PadAttribute.py' 2024-05-15T23:38:57.0857839Z adding 'tosa/PoolAttribute.py' 2024-05-15T23:38:57.0858284Z adding 'tosa/RFFTAttribute.py' 2024-05-15T23:38:57.0858739Z adding 'tosa/RescaleAttribute.py' 2024-05-15T23:38:57.0859217Z adding 'tosa/ReshapeAttribute.py' 2024-05-15T23:38:57.0859697Z adding 'tosa/ResizeAttribute.py' 2024-05-15T23:38:57.0860150Z adding 'tosa/ResizeMode.py' 2024-05-15T23:38:57.0860585Z adding 'tosa/SliceAttribute.py' 2024-05-15T23:38:57.0861041Z adding 'tosa/TableAttribute.py' 2024-05-15T23:38:57.0861484Z adding 'tosa/TileAttribute.py' 2024-05-15T23:38:57.0861932Z adding 'tosa/TosaBasicBlock.py' 2024-05-15T23:38:57.0862376Z adding 'tosa/TosaGraph.py' 2024-05-15T23:38:57.0862799Z adding 'tosa/TosaOperator.py' 2024-05-15T23:38:57.0863230Z adding 'tosa/TosaRegion.py' 2024-05-15T23:38:57.0863652Z adding 'tosa/TosaTensor.py' 2024-05-15T23:38:57.0864109Z adding 'tosa/TransposeAttribute.py' 2024-05-15T23:38:57.0864618Z adding 'tosa/TransposeConvAttribute.py' 2024-05-15T23:38:57.0865092Z adding 'tosa/Version.py' 2024-05-15T23:38:57.0865522Z adding 'tosa/WhileLoopAttribute.py' 2024-05-15T23:38:57.0865987Z adding 'tosa/__init__.py' 2024-05-15T23:38:57.0866497Z adding 'executorch-0.3.0a0+fff20a7.dist-info/LICENSE' 2024-05-15T23:38:57.0867263Z adding 'executorch-0.3.0a0+fff20a7.dist-info/METADATA' 2024-05-15T23:38:57.0867910Z adding 'executorch-0.3.0a0+fff20a7.dist-info/WHEEL' 2024-05-15T23:38:57.0868608Z adding 'executorch-0.3.0a0+fff20a7.dist-info/entry_points.txt' 2024-05-15T23:38:57.0869340Z adding 'executorch-0.3.0a0+fff20a7.dist-info/top_level.txt' 2024-05-15T23:38:57.0870029Z adding 'executorch-0.3.0a0+fff20a7.dist-info/RECORD' 2024-05-15T23:38:57.0870620Z removing pip-out/bdist.linux-x86_64/wheel 2024-05-15T23:38:57.0871287Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-05-15T23:38:57.0872731Z Created wheel for executorch: filename=executorch-0.3.0a0+fff20a7-cp311-cp311-linux_x86_64.whl size=7634651 sha256=ffb0569101c7668cde0c1afd31d028ec5a150913325ad32187ca45b44ee982bb 2024-05-15T23:38:57.0874486Z Stored in directory: /tmp/pip-ephem-wheel-cache-n5t98k0m/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-05-15T23:38:57.0875435Z Successfully built executorch 2024-05-15T23:38:57.0876562Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-05-15T23:38:57.0877605Z Attempting uninstall: pluggy 2024-05-15T23:38:57.0878051Z Found existing installation: pluggy 1.0.0 2024-05-15T23:38:57.0878834Z Uninstalling pluggy-1.0.0: 2024-05-15T23:38:57.0879669Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-05-15T23:38:57.0880639Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-05-15T23:38:57.0881358Z Successfully uninstalled pluggy-1.0.0 2024-05-15T23:38:57.0881888Z changing mode of /opt/conda/bin/hypothesis to 755 2024-05-15T23:38:57.0882436Z changing mode of /opt/conda/bin/py.test to 755 2024-05-15T23:38:57.0882965Z changing mode of /opt/conda/bin/pytest to 755 2024-05-15T23:38:57.0883475Z changing mode of /opt/conda/bin/flatc to 755 2024-05-15T23:38:57.0885069Z 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:38:57.0887595Z 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:57.0889083Z + pip3 list 2024-05-15T23:38:57.0889404Z Package Version 2024-05-15T23:38:57.0889916Z ------------------------- ---------------------- 2024-05-15T23:38:57.0890386Z absl-py 2.1.0 2024-05-15T23:38:57.0890778Z accelerate 0.30.1 2024-05-15T23:38:57.0891168Z aiohttp 3.9.5 2024-05-15T23:38:57.0891545Z aiosignal 1.3.1 2024-05-15T23:38:57.0891976Z anaconda-anon-usage 0.4.4 2024-05-15T23:38:57.0892415Z anaconda-client 1.12.3 2024-05-15T23:38:57.0892810Z attrs 23.1.0 2024-05-15T23:38:57.0893200Z beautifulsoup4 4.12.2 2024-05-15T23:38:57.0893589Z blinker 1.8.2 2024-05-15T23:38:57.0893979Z blobfile 2.1.1 2024-05-15T23:38:57.0894352Z boltons 23.0.0 2024-05-15T23:38:57.0894735Z brotlipy 0.7.0 2024-05-15T23:38:57.0895124Z certifi 2024.2.2 2024-05-15T23:38:57.0895523Z cffi 1.15.1 2024-05-15T23:38:57.0895898Z chardet 4.0.0 2024-05-15T23:38:57.0896326Z charset-normalizer 2.0.4 2024-05-15T23:38:57.0896724Z click 8.1.7 2024-05-15T23:38:57.0897099Z cmake 3.29.3 2024-05-15T23:38:59.1474415Z colorama 0.4.6 2024-05-15T23:38:59.1475034Z conda 23.5.2 2024-05-15T23:38:59.1475760Z conda-build 24.3.0 2024-05-15T23:38:59.1476391Z conda-content-trust 0.1.3 2024-05-15T23:38:59.1477060Z conda_index 0.4.0 2024-05-15T23:38:59.1477616Z conda-libmamba-solver 23.5.0 2024-05-15T23:38:59.1478153Z conda-package-handling 2.1.0 2024-05-15T23:38:59.1478812Z conda_package_streaming 0.8.0 2024-05-15T23:38:59.1479276Z cryptography 39.0.1 2024-05-15T23:38:59.1479669Z DataProperty 1.0.1 2024-05-15T23:38:59.1480073Z datasets 2.19.1 2024-05-15T23:38:59.1480464Z defusedxml 0.7.1 2024-05-15T23:38:59.1480839Z dill 0.3.8 2024-05-15T23:38:59.1481223Z evaluate 0.4.2 2024-05-15T23:38:59.1481617Z execnet 2.1.1 2024-05-15T23:38:59.1482024Z executorch 0.3.0a0+fff20a7 2024-05-15T23:38:59.1482449Z expecttest 0.2.1 2024-05-15T23:38:59.1482849Z fastjsonschema 2.16.2 2024-05-15T23:38:59.1483254Z filelock 3.13.1 2024-05-15T23:38:59.1483636Z Flask 3.0.3 2024-05-15T23:38:59.1484015Z flatbuffers 24.3.25 2024-05-15T23:38:59.1484416Z frozenlist 1.4.1 2024-05-15T23:38:59.1484801Z fsspec 2024.3.1 2024-05-15T23:38:59.1485185Z gguf 0.6.0 2024-05-15T23:38:59.1485621Z huggingface-hub 0.23.0 2024-05-15T23:38:59.1486026Z hypothesis 6.102.4 2024-05-15T23:38:59.1486417Z idna 3.4 2024-05-15T23:38:59.1486880Z iniconfig 2.0.0 2024-05-15T23:38:59.1487274Z itsdangerous 2.2.0 2024-05-15T23:38:59.1487654Z Jinja2 3.1.3 2024-05-15T23:38:59.1488087Z joblib 1.4.2 2024-05-15T23:38:59.1488454Z jsonlines 4.0.0 2024-05-15T23:38:59.1488836Z jsonpatch 1.32 2024-05-15T23:38:59.1489226Z jsonpointer 2.1 2024-05-15T23:38:59.1489799Z jsonschema 4.19.2 2024-05-15T23:38:59.1490261Z jsonschema-specifications 2023.7.1 2024-05-15T23:38:59.1490675Z jupyter_core 5.5.0 2024-05-15T23:38:59.1491096Z libarchive-c 2.9 2024-05-15T23:38:59.1491477Z libmambapy 1.4.1 2024-05-15T23:38:59.1491865Z lm_eval 0.4.0 2024-05-15T23:38:59.1492229Z lxml 4.9.4 2024-05-15T23:38:59.1492613Z MarkupSafe 2.1.3 2024-05-15T23:38:59.1492996Z mbstrdecoder 1.1.3 2024-05-15T23:38:59.1493382Z menuinst 2.0.2 2024-05-15T23:38:59.1493797Z more-itertools 10.1.0 2024-05-15T23:38:59.1494190Z mpmath 1.3.0 2024-05-15T23:38:59.1494571Z multidict 6.0.5 2024-05-15T23:38:59.1494953Z multiprocess 0.70.16 2024-05-15T23:38:59.1495352Z nbformat 5.9.2 2024-05-15T23:38:59.1495738Z networkx 3.3 2024-05-15T23:38:59.1496110Z ninja 1.11.1.1 2024-05-15T23:38:59.1496487Z nltk 3.8.1 2024-05-15T23:38:59.1496865Z numexpr 2.10.0 2024-05-15T23:38:59.1497244Z numpy 1.26.4 2024-05-15T23:38:59.1497684Z nvidia-cublas-cu12 12.1.3.1 2024-05-15T23:38:59.1498131Z nvidia-cuda-cupti-cu12 12.1.105 2024-05-15T23:38:59.1498602Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-05-15T23:38:59.1499070Z nvidia-cuda-runtime-cu12 12.1.105 2024-05-15T23:38:59.1499526Z nvidia-cudnn-cu12 8.9.2.26 2024-05-15T23:38:59.1499985Z nvidia-cufft-cu12 11.0.2.54 2024-05-15T23:38:59.1500457Z nvidia-curand-cu12 10.3.2.106 2024-05-15T23:38:59.1500930Z nvidia-cusolver-cu12 11.4.5.107 2024-05-15T23:38:59.1501395Z nvidia-cusparse-cu12 12.1.0.106 2024-05-15T23:38:59.1501861Z nvidia-nccl-cu12 2.20.5 2024-05-15T23:38:59.1502310Z nvidia-nvjitlink-cu12 12.4.127 2024-05-15T23:38:59.1502759Z nvidia-nvtx-cu12 12.1.105 2024-05-15T23:38:59.1503158Z packaging 23.0 2024-05-15T23:38:59.1503542Z pandas 2.2.2 2024-05-15T23:38:59.1503936Z parameterized 0.9.0 2024-05-15T23:38:59.1504327Z pathvalidate 3.2.0 2024-05-15T23:38:59.1504817Z peft 0.10.0 2024-05-15T23:38:59.1505204Z pillow 10.3.0 2024-05-15T23:38:59.1505586Z pip 23.1.2 2024-05-15T23:38:59.1505959Z pkginfo 1.9.6 2024-05-15T23:38:59.1506346Z platformdirs 3.10.0 2024-05-15T23:38:59.1506742Z pluggy 1.5.0 2024-05-15T23:38:59.1507125Z portalocker 2.8.2 2024-05-15T23:38:59.1507503Z psutil 5.9.0 2024-05-15T23:38:59.1507887Z pyarrow 16.1.0 2024-05-15T23:38:59.1508316Z pyarrow-hotfix 0.6 2024-05-15T23:38:59.1508699Z pybind11 2.12.0 2024-05-15T23:38:59.1509072Z pycosat 0.6.4 2024-05-15T23:38:59.1509455Z pycparser 2.21 2024-05-15T23:38:59.1509850Z pycryptodomex 3.20.0 2024-05-15T23:38:59.1510236Z pyOpenSSL 23.0.0 2024-05-15T23:38:59.1510683Z PySocks 1.7.1 2024-05-15T23:38:59.1511129Z pytablewriter 1.2.0 2024-05-15T23:38:59.1511529Z pytest 8.2.0 2024-05-15T23:38:59.1511948Z pytest-xdist 3.6.1 2024-05-15T23:38:59.1512374Z python-dateutil 2.8.2 2024-05-15T23:38:59.1512780Z pytz 2023.3.post1 2024-05-15T23:38:59.1513205Z PyYAML 6.0.1 2024-05-15T23:38:59.1513596Z referencing 0.30.2 2024-05-15T23:38:59.1514017Z regex 2024.5.15 2024-05-15T23:38:59.1514420Z requests 2.29.0 2024-05-15T23:38:59.1514860Z requests-toolbelt 1.0.0 2024-05-15T23:38:59.1515321Z rouge-score 0.1.2 2024-05-15T23:38:59.1515740Z rpds-py 0.10.6 2024-05-15T23:38:59.1516130Z ruamel.yaml 0.17.21 2024-05-15T23:38:59.1516532Z sacrebleu 2.4.2 2024-05-15T23:38:59.1516928Z safetensors 0.4.3 2024-05-15T23:38:59.1517344Z scikit-learn 1.4.2 2024-05-15T23:38:59.1517734Z scipy 1.13.0 2024-05-15T23:38:59.1518138Z sentencepiece 0.2.0 2024-05-15T23:38:59.1518803Z setuptools 67.8.0 2024-05-15T23:38:59.1519221Z six 1.16.0 2024-05-15T23:38:59.1519627Z snakeviz 2.2.0 2024-05-15T23:38:59.1520038Z sortedcontainers 2.4.0 2024-05-15T23:38:59.1520431Z soupsieve 2.5 2024-05-15T23:38:59.1520823Z sqlitedict 2.1.0 2024-05-15T23:38:59.1521225Z sympy 1.12 2024-05-15T23:38:59.1521609Z tabledata 1.3.3 2024-05-15T23:38:59.1521986Z tabulate 0.9.0 2024-05-15T23:38:59.1522371Z tcolorpy 0.1.6 2024-05-15T23:38:59.1522762Z threadpoolctl 3.5.0 2024-05-15T23:38:59.1523138Z tiktoken 0.7.0 2024-05-15T23:38:59.1523516Z timm 0.6.13 2024-05-15T23:38:59.1523908Z tokenizers 0.15.2 2024-05-15T23:38:59.1524293Z tomli 2.0.1 2024-05-15T23:38:59.1524668Z toolz 0.12.0 2024-05-15T23:38:59.1525108Z torch 2.4.0.dev20240507+cpu 2024-05-15T23:38:59.1525561Z torchao 0.1 2024-05-15T23:38:59.1526001Z torchaudio 2.2.0.dev20240507+cpu 2024-05-15T23:38:59.1526454Z torchsr 1.0.4 2024-05-15T23:38:59.1526899Z torchvision 0.19.0.dev20240507+cpu 2024-05-15T23:38:59.1527368Z tornado 6.4 2024-05-15T23:38:59.1527744Z tqdm 4.65.0 2024-05-15T23:38:59.1528193Z tqdm-multiprocess 0.0.11 2024-05-15T23:38:59.1528599Z traitlets 5.7.1 2024-05-15T23:38:59.1528996Z transformers 4.38.2 2024-05-15T23:38:59.1529377Z triton 2.3.0 2024-05-15T23:38:59.1529844Z typepy 1.3.2 2024-05-15T23:38:59.1530236Z typing_extensions 4.11.0 2024-05-15T23:38:59.1530630Z tzdata 2024.1 2024-05-15T23:38:59.1531002Z urllib3 1.26.16 2024-05-15T23:38:59.1531401Z Werkzeug 3.0.3 2024-05-15T23:38:59.1531897Z wheel 0.38.4 2024-05-15T23:38:59.1532276Z xxhash 3.4.1 2024-05-15T23:38:59.1532657Z yarl 1.9.4 2024-05-15T23:38:59.1533041Z zstandard 0.19.0 2024-05-15T23:38:59.1533441Z zstd 1.5.5.1 2024-05-15T23:38:59.1533805Z + popd 2024-05-15T23:38:59.1534125Z /pytorch/torchchat /pytorch/torchchat 2024-05-15T23:38:59.1534542Z + popd 2024-05-15T23:38:59.1534830Z /pytorch/torchchat 2024-05-15T23:38:59.1535142Z + false 2024-05-15T23:38:59.1535434Z + MODEL_NAME=stories15M 2024-05-15T23:38:59.1535831Z + MODEL_DIR=/root/checkpoints/stories15M 2024-05-15T23:38:59.1536356Z + MODEL_PATH=/root/checkpoints/stories15M/stories15M.pt 2024-05-15T23:38:59.1536926Z + MODEL_OUT=/root/torchchat-exports 2024-05-15T23:38:59.1537413Z + mkdir -p /root/checkpoints/stories15M 2024-05-15T23:38:59.1537910Z + mkdir -p /root/torchchat-exports 2024-05-15T23:38:59.1538881Z + python3 generate.py --checkpoint-path /root/checkpoints/stories15M/stories15M.pt --prompt 'Hello, my name is' --device cpu 2024-05-15T23:38:59.1539839Z Traceback (most recent call last): 2024-05-15T23:38:59.1540401Z File "/pytorch/torchchat/generate.py", line 809, in 2024-05-15T23:38:59.1540938Z main(args) 2024-05-15T23:38:59.1541355Z File "/pytorch/torchchat/generate.py", line 786, in main 2024-05-15T23:38:59.1541979Z builder_args = BuilderArgs.from_args(args) 2024-05-15T23:38:59.1542464Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-05-15T23:38:59.1543055Z File "/pytorch/torchchat/build/builder.py", line 132, in from_args 2024-05-15T23:38:59.1543648Z return cls( 2024-05-15T23:38:59.1543959Z ^^^^ 2024-05-15T23:38:59.1544294Z File "", line 17, in __init__ 2024-05-15T23:38:59.1544895Z File "/pytorch/torchchat/build/builder.py", line 54, in __post_init__ 2024-05-15T23:38:59.1545476Z raise RuntimeError( 2024-05-15T23:38:59.1546206Z RuntimeError: need to specified a valid checkpoint path, checkpoint dir, gguf path, DSO path, or PTE path 2024-05-15T23:38:59.1547395Z ##[endgroup] 2024-05-15T23:38:59.1547688Z TBD 2024-05-15T23:38:59.1547989Z + echo ::group::Completion 2024-05-15T23:38:59.1548615Z ##[group]Completion 2024-05-15T23:38:59.1548987Z + echo 'tests complete' 2024-05-15T23:38:59.1549351Z tests complete 2024-05-15T23:38:59.1549777Z + echo '*******************************************' 2024-05-15T23:38:59.1550256Z ******************************************* 2024-05-15T23:38:59.1550679Z + echo ::endgroup:: 2024-05-15T23:38:59.1551227Z ##[endgroup] 2024-05-15T23:38:59.1598713Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-05-15T23:38:59.1599213Z with: 2024-05-15T23:38:59.1599630Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:38:59.1600179Z fail-on-empty: false 2024-05-15T23:38:59.1600516Z env: 2024-05-15T23:38:59.1600854Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:38:59.1601335Z REPOSITORY: pytorch/torchchat 2024-05-15T23:38:59.1601732Z PR_NUMBER: 804 2024-05-15T23:38:59.1603850Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:38:59.1606280Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:38:59.1607090Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:38:59.1607838Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:38:59.1608489Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:38:59.1608996Z ##[endgroup] 2024-05-15T23:38:59.2237000Z Prepare all required actions 2024-05-15T23:38:59.2270886Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-05-15T23:38:59.2271380Z with: 2024-05-15T23:38:59.2271825Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-05-15T23:38:59.2272581Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-05-15T23:38:59.2273149Z env: 2024-05-15T23:38:59.2273488Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:38:59.2274240Z REPOSITORY: pytorch/torchchat 2024-05-15T23:38:59.2274640Z PR_NUMBER: 804 2024-05-15T23:38:59.2276798Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:38:59.2279351Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:38:59.2292529Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:38:59.2293297Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:38:59.2293934Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:38:59.2294432Z ##[endgroup] 2024-05-15T23:38:59.2313241Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-05-15T23:38:59.2314238Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-05-15T23:38:59.2322766Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:38:59.2323279Z env: 2024-05-15T23:38:59.2323625Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:38:59.2324099Z REPOSITORY: pytorch/torchchat 2024-05-15T23:38:59.2324501Z PR_NUMBER: 804 2024-05-15T23:38:59.2326632Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:38:59.2329024Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:38:59.2329956Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:38:59.2330706Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:38:59.2331358Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:38:59.2332050Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-05-15T23:38:59.2332808Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-05-15T23:38:59.2333357Z ##[endgroup] 2024-05-15T23:38:59.2520956Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-05-15T23:38:59.4322235Z latest: Pulling from tool/alpine 2024-05-15T23:38:59.4322697Z 540db60ca938: Pulling fs layer 2024-05-15T23:38:59.5107822Z 540db60ca938: Download complete 2024-05-15T23:38:59.6460389Z 540db60ca938: Pull complete 2024-05-15T23:38:59.6556894Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-05-15T23:38:59.6584769Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-05-15T23:39:01.4067104Z Prepare all required actions 2024-05-15T23:39:01.4109068Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-05-15T23:39:01.4109646Z with: 2024-05-15T23:39:01.4110178Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-05-15T23:39:01.4110821Z env: 2024-05-15T23:39:01.4111235Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:01.4111790Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:01.4112256Z PR_NUMBER: 804 2024-05-15T23:39:01.4114451Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:01.4116945Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:01.4117824Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:01.4118942Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:01.4119657Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:01.4120224Z ##[endgroup] 2024-05-15T23:39:01.4148582Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-05-15T23:39:01.4149649Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-05-15T23:39:01.4158565Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:39:01.4159442Z env: 2024-05-15T23:39:01.4160103Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:01.4161116Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:01.4161833Z PR_NUMBER: 804 2024-05-15T23:39:01.4165273Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:01.4169216Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:01.4170594Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:01.4171808Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:01.4172878Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:01.4173996Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-05-15T23:39:01.4174977Z DIRECTORY: 2024-05-15T23:39:01.4175495Z ##[endgroup] 2024-05-15T23:39:02.0517256Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-05-15T23:39:02.0518506Z # Only do these steps if we actually want to upload an artifact 2024-05-15T23:39:02.0519255Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-05-15T23:39:02.0520059Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-05-15T23:39:02.0520974Z  # attempt to just grab whatever is in there and scoop it all up 2024-05-15T23:39:02.0521709Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-05-15T23:39:02.0522350Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-05-15T23:39:02.0522831Z  fi 2024-05-15T23:39:02.0523243Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-05-15T23:39:02.0523916Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-05-15T23:39:02.0524485Z  fi 2024-05-15T23:39:02.0525134Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-05-15T23:39:02.0526070Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-05-15T23:39:02.0526601Z fi 2024-05-15T23:39:02.0526889Z  2024-05-15T23:39:02.0527185Z upload_docs=0 2024-05-15T23:39:02.0527770Z # Check if there are files in the documentation folder to upload, note that 2024-05-15T23:39:02.0528458Z # empty folders do not count 2024-05-15T23:39:02.0529106Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-05-15T23:39:02.0530064Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-05-15T23:39:02.0530810Z  # upload will probably not work correctly 2024-05-15T23:39:02.0531306Z  upload_docs=1 2024-05-15T23:39:02.0531657Z fi 2024-05-15T23:39:02.0532104Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-05-15T23:39:02.0540252Z shell: /usr/bin/bash -e {0} 2024-05-15T23:39:02.0540620Z env: 2024-05-15T23:39:02.0540975Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:02.0541460Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:02.0541849Z PR_NUMBER: 804 2024-05-15T23:39:02.0543957Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:02.0546327Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:02.0547211Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:02.0547972Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:02.0548673Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:02.0549181Z UPLOAD_ARTIFACT_NAME: 2024-05-15T23:39:02.0549531Z ##[endgroup] 2024-05-15T23:39:02.0630830Z Prepare all required actions 2024-05-15T23:39:02.0669160Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-05-15T23:39:02.0669745Z with: 2024-05-15T23:39:02.0670105Z env: 2024-05-15T23:39:02.0670519Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:02.0671065Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:02.0671536Z PR_NUMBER: 804 2024-05-15T23:39:02.0673731Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:02.0676189Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:02.0677093Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:02.0677907Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:02.0678947Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:02.0679525Z ##[endgroup] 2024-05-15T23:39:02.0702142Z ##[group]Run set -eou pipefail 2024-05-15T23:39:02.0702642Z set -eou pipefail 2024-05-15T23:39:02.0703086Z  2024-05-15T23:39:02.0703700Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-05-15T23:39:02.0704423Z for _ in $(seq 1440); do 2024-05-15T23:39:02.0704993Z  # Break if no ssh session exists anymore 2024-05-15T23:39:02.0705584Z  if [ "$(who)" = "" ]; then 2024-05-15T23:39:02.0706085Z  break 2024-05-15T23:39:02.0706484Z  fi 2024-05-15T23:39:02.0706869Z  echo "." 2024-05-15T23:39:02.0707283Z  sleep 5 2024-05-15T23:39:02.0707686Z done 2024-05-15T23:39:02.0715318Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:39:02.0715905Z env: 2024-05-15T23:39:02.0716338Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:02.0716894Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:02.0717374Z PR_NUMBER: 804 2024-05-15T23:39:02.0719833Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:02.0722348Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:02.0723230Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:02.0724081Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:02.0724799Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:02.0725393Z ##[endgroup] 2024-05-15T23:39:02.0746705Z Holding runner for 2 hours until all ssh sessions have logged out 2024-05-15T23:39:02.0786067Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:39:02.0786904Z # ignore expansion of "docker ps -q" since it could be empty 2024-05-15T23:39:02.0787588Z # shellcheck disable=SC2046 2024-05-15T23:39:02.0788119Z docker stop $(docker ps -q) || true 2024-05-15T23:39:02.0788745Z # Prune all of the docker images 2024-05-15T23:39:02.0789262Z docker system prune -af 2024-05-15T23:39:02.0796422Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-05-15T23:39:02.0797075Z env: 2024-05-15T23:39:02.0797467Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:02.0797975Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:02.0798937Z PR_NUMBER: 804 2024-05-15T23:39:02.0801146Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:02.0803569Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:02.0804449Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:02.0805232Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:02.0805928Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:02.0806479Z ##[endgroup] 2024-05-15T23:39:12.4571163Z f3f0bfea2d63 2024-05-15T23:39:14.0555246Z Deleted Containers: 2024-05-15T23:39:14.0555876Z f3f0bfea2d635fb0bcc274b6146ef32ec79241c8b1db00e6d82f33287ca5799b 2024-05-15T23:39:14.0556333Z 2024-05-15T23:39:16.9701330Z Deleted Images: 2024-05-15T23:39:16.9703119Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-05-15T23:39:16.9705039Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-05-15T23:39:16.9706233Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-05-15T23:39:16.9707098Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-05-15T23:39:16.9707861Z untagged: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:16.9708749Z untagged: pytorch/conda-builder@sha256:91def7add5f9900a7cd9149cc9f4eacc6da0cd662e43866d43deee758068d79c 2024-05-15T23:39:16.9709741Z deleted: sha256:9ef9c5604a4bf5495a928dfca5f431351fcf74e34e3d084c86e642f278a4ae38 2024-05-15T23:39:16.9710602Z deleted: sha256:bdebebae73c3910662f963c8a72c9c34455063a352546ad3f8518fd1e745b96d 2024-05-15T23:39:16.9711447Z deleted: sha256:a2ddd8c7d4662042b1de423aaf530486b4f2b9843da7db8ccfb62542335f0baa 2024-05-15T23:39:16.9712294Z deleted: sha256:61eaa73e8447f9f1ec812f07e74523f00ec48ab545cd237cfa0b29d2c4a109e3 2024-05-15T23:39:16.9713146Z deleted: sha256:bbe5bd63bfecd41845cfdc4420f988376a3309a27b7b76ee40ce56382822cd21 2024-05-15T23:39:16.9713985Z deleted: sha256:8d86cbc2891a4657b4769099b33833fb673cbbbd5994f0b8c160d00b4553b5fb 2024-05-15T23:39:16.9714800Z deleted: sha256:6d26cbd891f537b289be1b9c18428771c2662901489b4adf7b1348ded9c65e48 2024-05-15T23:39:16.9715644Z deleted: sha256:2a21f9e6b595844d5d0d1181cbf4817de9bd459e4a50105284e7fe95400a5d41 2024-05-15T23:39:16.9716476Z deleted: sha256:56eafac364fb5322f9a26ee491cba531f1dfa216955710559f83ad9b6e955e66 2024-05-15T23:39:16.9717305Z deleted: sha256:fc9e5223383627220966b33ffd97e55b2f353ba43858bb97b73f3c4820241f6f 2024-05-15T23:39:16.9718156Z deleted: sha256:ca06276fd95df785973eb18483fdb5ce09635a6042a7c9cdb708ae5111098865 2024-05-15T23:39:16.9719536Z deleted: sha256:103a68e1d1fdd2701923ea9e7a257428dc618760387f5a253fb156e7532455f2 2024-05-15T23:39:16.9720568Z deleted: sha256:a8748c54b71c4c82c0792b11f0768765fff866fb3903ca27f49a55d9987fbf2c 2024-05-15T23:39:16.9721386Z deleted: sha256:e69090a06dad967609f860706fc0af346a63d712196dd8e765b0097f0bca1667 2024-05-15T23:39:16.9722198Z deleted: sha256:069a0d00a4626d86959e7b8b60320f95e5ace51e15bdf78d044da4f2bc59c839 2024-05-15T23:39:16.9723024Z deleted: sha256:2edfc1b61961849d1ef3154ca90c572e2d704c17e6c7e900475aa2bf28d067bd 2024-05-15T23:39:16.9723851Z deleted: sha256:396604bc6ff3d9710eb25b655961f62d4d1dc875bf5be8b9a2c957da8a70904f 2024-05-15T23:39:16.9724853Z deleted: sha256:9dedd7f6257bd2592c3e5f7c2ffb1204c070218db4de9cd97af4702da434b557 2024-05-15T23:39:16.9725733Z deleted: sha256:39743c9fe5e8c5b0db7e6e4c646b6014bf69e9785c9f1194efa07f6e2ab0a000 2024-05-15T23:39:16.9726674Z deleted: sha256:831bac8002b2bd6d608a1388f3f742981f4305bdde132c184a293c1d9670bc4d 2024-05-15T23:39:16.9727504Z deleted: sha256:90ab16bb890025064d77c13d018ad882443fb145ffd42d5dec106cc3e6d6fa63 2024-05-15T23:39:16.9728337Z deleted: sha256:426aabc4c3cf203e6d9848ad0834795623d4201fe7a5030c5bebae9335aec7e0 2024-05-15T23:39:16.9729152Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-05-15T23:39:16.9729704Z 2024-05-15T23:39:16.9729857Z Total reclaimed space: 22.18GB 2024-05-15T23:39:16.9768177Z ##[group]Run set +e 2024-05-15T23:39:16.9768538Z set +e 2024-05-15T23:39:16.9768919Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-05-15T23:39:16.9769509Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-05-15T23:39:16.9770129Z else 2024-05-15T23:39:16.9770539Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-05-15T23:39:16.9771039Z fi 2024-05-15T23:39:16.9771332Z set -e 2024-05-15T23:39:16.9778843Z shell: /usr/bin/bash -e {0} 2024-05-15T23:39:16.9779214Z env: 2024-05-15T23:39:16.9779561Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-05-15T23:39:16.9780049Z REPOSITORY: pytorch/torchchat 2024-05-15T23:39:16.9780442Z PR_NUMBER: 804 2024-05-15T23:39:16.9782787Z SCRIPT: echo "::group::Print machine info" uname -a echo "::endgroup::" echo "::group::Install newer objcopy that supports --set-section-alignment" yum install -y devtoolset-10-binutils export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH echo "::endgroup::" TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs advanced echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-05-15T23:39:16.9786385Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-05-15T23:39:16.9787396Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-05-15T23:39:16.9788164Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-05-15T23:39:16.9788824Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-05-15T23:39:16.9789331Z NO_SUDO: false 2024-05-15T23:39:16.9789650Z ##[endgroup] 2024-05-15T23:39:17.8417799Z Post job cleanup. 2024-05-15T23:39:17.9284173Z Post job cleanup. 2024-05-15T23:39:18.0090547Z [command]/usr/bin/git version 2024-05-15T23:39:18.0130734Z git version 2.40.1 2024-05-15T23:39:18.0169990Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/79b15072-a512-45ba-9d24-8016dd24b414' before making global git config changes 2024-05-15T23:39:18.0171324Z Adding repository directory to the temporary git global config as a safe directory 2024-05-15T23:39:18.0175655Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-05-15T23:39:18.0208177Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-05-15T23:39:18.0231065Z [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:39:18.0429858Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-05-15T23:39:18.0446139Z http.https://github.com/.extraheader 2024-05-15T23:39:18.0455602Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-05-15T23:39:18.0478647Z [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:39:18.0869277Z Cleaning up orphan processes