2024-08-22T20:28:19.8419826Z Current runner version: '2.319.1' 2024-08-22T20:28:19.8426155Z Runner name: 'i-05ec0f5f13941d2a0' 2024-08-22T20:28:19.8427081Z Runner group name: 'Default' 2024-08-22T20:28:19.8427980Z Machine name: 'ip-10-0-47-178' 2024-08-22T20:28:19.8444897Z Testing runner upgrade compatibility 2024-08-22T20:28:19.9681389Z ##[group]GITHUB_TOKEN Permissions 2024-08-22T20:28:19.9683609Z Contents: read 2024-08-22T20:28:19.9684104Z Metadata: read 2024-08-22T20:28:19.9684717Z Packages: read 2024-08-22T20:28:19.9685190Z ##[endgroup] 2024-08-22T20:28:19.9688268Z Secret source: Actions 2024-08-22T20:28:19.9689208Z Prepare workflow directory 2024-08-22T20:28:20.5118128Z Prepare all required actions 2024-08-22T20:28:20.5291242Z Getting action download info 2024-08-22T20:28:20.7348173Z Download action repository 'actions/checkout@v3' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) 2024-08-22T20:28:21.0199984Z Download action repository 'actions/download-artifact@v3' (SHA:9bc31d5ccc31df68ecc42ccf4149144866c47d8a) 2024-08-22T20:28:21.1532602Z Download action repository 'pmeier/pytest-results-action@v0.3.0' (SHA:a2c1430e2bddadbad9f49a6f9b879f062c6b19b1) 2024-08-22T20:28:21.4678955Z Download action repository 'actions/upload-artifact@v3' (SHA:a8a3f3ad30e3422c9c7b888a15615d19a852ae32) 2024-08-22T20:28:21.6006894Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-08-22T20:28:21.8766322Z Uses: pytorch/test-infra/.github/workflows/linux_job.yml@refs/heads/main (6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:21.8768468Z ##[group] Inputs 2024-08-22T20:28:21.8770815Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:21.8773510Z timeout: 60 2024-08-22T20:28:21.8773986Z runner: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:21.8774538Z upload-artifact: 2024-08-22T20:28:21.8774967Z download-artifact: 2024-08-22T20:28:21.8775409Z repository: 2024-08-22T20:28:21.8775859Z fetch-depth: 1 2024-08-22T20:28:21.8776312Z submodules: 2024-08-22T20:28:21.8776925Z ref: 2024-08-22T20:28:21.8777395Z test-infra-repository: pytorch/test-infra 2024-08-22T20:28:21.8777935Z test-infra-ref: 2024-08-22T20:28:21.8778397Z docker-image: pytorch/conda-builder 2024-08-22T20:28:21.8778930Z docker-build-dir: .ci/docker 2024-08-22T20:28:21.8779405Z gpu-arch-type: cuda 2024-08-22T20:28:21.8779855Z gpu-arch-version: 12.1 2024-08-22T20:28:21.8780304Z job-name: linux-job 2024-08-22T20:28:21.8781166Z continue-on-error: false 2024-08-22T20:28:21.8781675Z binary-matrix: 2024-08-22T20:28:21.8782119Z run-with-docker: true 2024-08-22T20:28:21.8782592Z secrets-env: 2024-08-22T20:28:21.8783082Z no-sudo: false 2024-08-22T20:28:21.8783545Z ##[endgroup] 2024-08-22T20:28:21.8784240Z Complete job name: test-gguf-cpu / linux-job 2024-08-22T20:28:21.9445392Z A job started hook has been configured by the self-hosted runner administrator 2024-08-22T20:28:21.9597467Z ##[group]Run '/home/ec2-user/runner-scripts/before_job.sh' 2024-08-22T20:28:21.9609412Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:21.9610010Z ##[endgroup] 2024-08-22T20:28:23.7666543Z Runner Type: linux.g5.4xlarge.nvidia.gpu 2024-08-22T20:28:23.7667094Z Instance Type: g5.4xlarge 2024-08-22T20:28:23.7667766Z AMI Name: al2023-ami-2023.5.20240701.0-kernel-6.1-x86_64 2024-08-22T20:28:23.7668287Z AMI ID: ami-06c68f701d8090592 2024-08-22T20:28:29.5250357Z ##[group]Run set -euxo pipefail 2024-08-22T20:28:29.5250876Z set -euxo pipefail 2024-08-22T20:28:29.5251304Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:28:29.5251856Z  echo "::group::Cleanup with-sudo debug output" 2024-08-22T20:28:29.5252619Z  sudo rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:29.5253048Z else 2024-08-22T20:28:29.5253429Z  echo "::group::Cleanup no-sudo debug output" 2024-08-22T20:28:29.5253936Z  rm -rfv "${GITHUB_WORKSPACE}" 2024-08-22T20:28:29.5254330Z fi 2024-08-22T20:28:29.5254604Z  2024-08-22T20:28:29.5254910Z mkdir -p "${GITHUB_WORKSPACE}" 2024-08-22T20:28:29.5255321Z echo "::endgroup::" 2024-08-22T20:28:29.5264869Z shell: /usr/bin/bash -e {0} 2024-08-22T20:28:29.5265216Z env: 2024-08-22T20:28:29.5265541Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:29.5265996Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:29.5266469Z PR_NUMBER: 1044 2024-08-22T20:28:29.5268487Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:29.5270566Z NO_SUDO: false 2024-08-22T20:28:29.5270862Z ##[endgroup] 2024-08-22T20:28:29.5304166Z + [[ false == \f\a\l\s\e ]] 2024-08-22T20:28:29.5325601Z ##[group]Cleanup with-sudo debug output 2024-08-22T20:28:29.5334561Z + echo '::group::Cleanup with-sudo debug output' 2024-08-22T20:28:29.5335260Z + sudo rm -rfv /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:29.6114250Z removed directory '/home/ec2-user/actions-runner/_work/torchchat/torchchat' 2024-08-22T20:28:29.6135624Z + mkdir -p /home/ec2-user/actions-runner/_work/torchchat/torchchat 2024-08-22T20:28:29.6150663Z + echo ::endgroup:: 2024-08-22T20:28:29.6151348Z ##[endgroup] 2024-08-22T20:28:29.6267050Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:29.6267454Z with: 2024-08-22T20:28:29.6267742Z repository: pytorch/test-infra 2024-08-22T20:28:29.6268136Z path: test-infra 2024-08-22T20:28:29.6268448Z submodules: recursive 2024-08-22T20:28:29.6269015Z token: *** 2024-08-22T20:28:29.6269319Z ssh-strict: true 2024-08-22T20:28:29.6269648Z persist-credentials: true 2024-08-22T20:28:29.6269989Z clean: true 2024-08-22T20:28:29.6270309Z sparse-checkout-cone-mode: true 2024-08-22T20:28:29.6270691Z fetch-depth: 1 2024-08-22T20:28:29.6270985Z fetch-tags: false 2024-08-22T20:28:29.6271301Z lfs: false 2024-08-22T20:28:29.6271604Z set-safe-directory: true 2024-08-22T20:28:29.6271948Z env: 2024-08-22T20:28:29.6272278Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:29.6272764Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:29.6273147Z PR_NUMBER: 1044 2024-08-22T20:28:29.6275600Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:29.6277692Z ##[endgroup] 2024-08-22T20:28:29.7333907Z Syncing repository: pytorch/test-infra 2024-08-22T20:28:29.7334770Z ##[group]Getting Git version info 2024-08-22T20:28:29.7335547Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra' 2024-08-22T20:28:29.7336460Z [command]/usr/bin/git version 2024-08-22T20:28:29.7336819Z git version 2.40.1 2024-08-22T20:28:29.7346035Z ##[endgroup] 2024-08-22T20:28:29.7359936Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/811906f0-2675-4ab8-a822-9f9485098197' before making global git config changes 2024-08-22T20:28:29.7361171Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:29.7364749Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:29.7410654Z ##[group]Initializing the repository 2024-08-22T20:28:29.7413608Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:28:29.7458666Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:29.7459511Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:29.7460304Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:29.7460856Z hint: 2024-08-22T20:28:29.7461306Z hint: git config --global init.defaultBranch 2024-08-22T20:28:29.7461759Z hint: 2024-08-22T20:28:29.7462273Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:29.7463125Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:29.7463687Z hint: 2024-08-22T20:28:29.7464026Z hint: git branch -m 2024-08-22T20:28:29.7465223Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.git/ 2024-08-22T20:28:29.7473075Z [command]/usr/bin/git remote add origin https://github.com/pytorch/test-infra 2024-08-22T20:28:29.7517556Z ##[endgroup] 2024-08-22T20:28:29.7518209Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:29.7520475Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:29.7563874Z ##[endgroup] 2024-08-22T20:28:29.7564668Z ##[group]Setting up auth 2024-08-22T20:28:29.7570364Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:29.7615433Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:28:29.7967907Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:29.8011952Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:28:29.8366401Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:29.8421684Z ##[endgroup] 2024-08-22T20:28:29.8422558Z ##[group]Determining the default branch 2024-08-22T20:28:29.8425937Z Retrieving the default branch name 2024-08-22T20:28:30.0333249Z Default branch 'main' 2024-08-22T20:28:30.0334165Z ##[endgroup] 2024-08-22T20:28:30.0334983Z ##[group]Fetching the repository 2024-08-22T20:28:30.0340641Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/heads/main:refs/remotes/origin/main 2024-08-22T20:28:30.2213387Z remote: Enumerating objects: 1649, done. 2024-08-22T20:28:30.2214713Z remote: Counting objects: 0% (1/1649) 2024-08-22T20:28:30.2215456Z remote: Counting objects: 1% (17/1649) 2024-08-22T20:28:30.2216133Z remote: Counting objects: 2% (33/1649) 2024-08-22T20:28:30.2217556Z remote: Counting objects: 3% (50/1649) 2024-08-22T20:28:30.2218736Z remote: Counting objects: 4% (66/1649) 2024-08-22T20:28:30.2219225Z remote: Counting objects: 5% (83/1649) 2024-08-22T20:28:30.2219754Z remote: Counting objects: 6% (99/1649) 2024-08-22T20:28:30.2220424Z remote: Counting objects: 7% (116/1649) 2024-08-22T20:28:30.2221051Z remote: Counting objects: 8% (132/1649) 2024-08-22T20:28:30.2221691Z remote: Counting objects: 9% (149/1649) 2024-08-22T20:28:30.2222178Z remote: Counting objects: 10% (165/1649) 2024-08-22T20:28:30.2222699Z remote: Counting objects: 11% (182/1649) 2024-08-22T20:28:30.2223439Z remote: Counting objects: 12% (198/1649) 2024-08-22T20:28:30.2224069Z remote: Counting objects: 13% (215/1649) 2024-08-22T20:28:30.2224891Z remote: Counting objects: 14% (231/1649) 2024-08-22T20:28:30.2225377Z remote: Counting objects: 15% (248/1649) 2024-08-22T20:28:30.2225975Z remote: Counting objects: 16% (264/1649) 2024-08-22T20:28:30.2226743Z remote: Counting objects: 17% (281/1649) 2024-08-22T20:28:30.2227342Z remote: Counting objects: 18% (297/1649) 2024-08-22T20:28:30.2227973Z remote: Counting objects: 19% (314/1649) 2024-08-22T20:28:30.2228491Z remote: Counting objects: 20% (330/1649) 2024-08-22T20:28:30.2228969Z remote: Counting objects: 21% (347/1649) 2024-08-22T20:28:30.2229452Z remote: Counting objects: 22% (363/1649) 2024-08-22T20:28:30.2230029Z remote: Counting objects: 23% (380/1649) 2024-08-22T20:28:30.2230508Z remote: Counting objects: 24% (396/1649) 2024-08-22T20:28:30.2230989Z remote: Counting objects: 25% (413/1649) 2024-08-22T20:28:30.2231474Z remote: Counting objects: 26% (429/1649) 2024-08-22T20:28:30.2231961Z remote: Counting objects: 27% (446/1649) 2024-08-22T20:28:30.2232432Z remote: Counting objects: 28% (462/1649) 2024-08-22T20:28:30.2232925Z remote: Counting objects: 29% (479/1649) 2024-08-22T20:28:30.2233405Z remote: Counting objects: 30% (495/1649) 2024-08-22T20:28:30.2233877Z remote: Counting objects: 31% (512/1649) 2024-08-22T20:28:30.2234357Z remote: Counting objects: 32% (528/1649) 2024-08-22T20:28:30.2234838Z remote: Counting objects: 33% (545/1649) 2024-08-22T20:28:30.2235305Z remote: Counting objects: 34% (561/1649) 2024-08-22T20:28:30.2235787Z remote: Counting objects: 35% (578/1649) 2024-08-22T20:28:30.2236266Z remote: Counting objects: 36% (594/1649) 2024-08-22T20:28:30.2237034Z remote: Counting objects: 37% (611/1649) 2024-08-22T20:28:30.2237705Z remote: Counting objects: 38% (627/1649) 2024-08-22T20:28:30.2238189Z remote: Counting objects: 39% (644/1649) 2024-08-22T20:28:30.2238667Z remote: Counting objects: 40% (660/1649) 2024-08-22T20:28:30.2239149Z remote: Counting objects: 41% (677/1649) 2024-08-22T20:28:30.2239628Z remote: Counting objects: 42% (693/1649) 2024-08-22T20:28:30.2240098Z remote: Counting objects: 43% (710/1649) 2024-08-22T20:28:30.2240580Z remote: Counting objects: 44% (726/1649) 2024-08-22T20:28:30.2241063Z remote: Counting objects: 45% (743/1649) 2024-08-22T20:28:30.2241535Z remote: Counting objects: 46% (759/1649) 2024-08-22T20:28:30.2242016Z remote: Counting objects: 47% (776/1649) 2024-08-22T20:28:30.2242499Z remote: Counting objects: 48% (792/1649) 2024-08-22T20:28:30.2242981Z remote: Counting objects: 49% (809/1649) 2024-08-22T20:28:30.2243464Z remote: Counting objects: 50% (825/1649) 2024-08-22T20:28:30.2243951Z remote: Counting objects: 51% (841/1649) 2024-08-22T20:28:30.2244871Z remote: Counting objects: 52% (858/1649) 2024-08-22T20:28:30.2245400Z remote: Counting objects: 53% (874/1649) 2024-08-22T20:28:30.2245926Z remote: Counting objects: 54% (891/1649) 2024-08-22T20:28:30.2246454Z remote: Counting objects: 55% (907/1649) 2024-08-22T20:28:30.2246971Z remote: Counting objects: 56% (924/1649) 2024-08-22T20:28:30.2247498Z remote: Counting objects: 57% (940/1649) 2024-08-22T20:28:30.2248026Z remote: Counting objects: 58% (957/1649) 2024-08-22T20:28:30.2248544Z remote: Counting objects: 59% (973/1649) 2024-08-22T20:28:30.2249072Z remote: Counting objects: 60% (990/1649) 2024-08-22T20:28:30.2249611Z remote: Counting objects: 61% (1006/1649) 2024-08-22T20:28:30.2250160Z remote: Counting objects: 62% (1023/1649) 2024-08-22T20:28:30.2250721Z remote: Counting objects: 63% (1039/1649) 2024-08-22T20:28:30.2251276Z remote: Counting objects: 64% (1056/1649) 2024-08-22T20:28:30.2251940Z remote: Counting objects: 65% (1072/1649) 2024-08-22T20:28:30.2252438Z remote: Counting objects: 66% (1089/1649) 2024-08-22T20:28:30.2252941Z remote: Counting objects: 67% (1105/1649) 2024-08-22T20:28:30.2253441Z remote: Counting objects: 68% (1122/1649) 2024-08-22T20:28:30.2253938Z remote: Counting objects: 69% (1138/1649) 2024-08-22T20:28:30.2254443Z remote: Counting objects: 70% (1155/1649) 2024-08-22T20:28:30.2254940Z remote: Counting objects: 71% (1171/1649) 2024-08-22T20:28:30.2255436Z remote: Counting objects: 72% (1188/1649) 2024-08-22T20:28:30.2255930Z remote: Counting objects: 73% (1204/1649) 2024-08-22T20:28:30.2256426Z remote: Counting objects: 74% (1221/1649) 2024-08-22T20:28:30.2256924Z remote: Counting objects: 75% (1237/1649) 2024-08-22T20:28:30.2257420Z remote: Counting objects: 76% (1254/1649) 2024-08-22T20:28:30.2257916Z remote: Counting objects: 77% (1270/1649) 2024-08-22T20:28:30.2258420Z remote: Counting objects: 78% (1287/1649) 2024-08-22T20:28:30.2258915Z remote: Counting objects: 79% (1303/1649) 2024-08-22T20:28:30.2259415Z remote: Counting objects: 80% (1320/1649) 2024-08-22T20:28:30.2259910Z remote: Counting objects: 81% (1336/1649) 2024-08-22T20:28:30.2260400Z remote: Counting objects: 82% (1353/1649) 2024-08-22T20:28:30.2260898Z remote: Counting objects: 83% (1369/1649) 2024-08-22T20:28:30.2261395Z remote: Counting objects: 84% (1386/1649) 2024-08-22T20:28:30.2261887Z remote: Counting objects: 85% (1402/1649) 2024-08-22T20:28:30.2262461Z remote: Counting objects: 86% (1419/1649) 2024-08-22T20:28:30.2263015Z remote: Counting objects: 87% (1435/1649) 2024-08-22T20:28:30.2263507Z remote: Counting objects: 88% (1452/1649) 2024-08-22T20:28:30.2264154Z remote: Counting objects: 89% (1468/1649) 2024-08-22T20:28:30.2264668Z remote: Counting objects: 90% (1485/1649) 2024-08-22T20:28:30.2265171Z remote: Counting objects: 91% (1501/1649) 2024-08-22T20:28:30.2265658Z remote: Counting objects: 92% (1518/1649) 2024-08-22T20:28:30.2266312Z remote: Counting objects: 93% (1534/1649) 2024-08-22T20:28:30.2266812Z remote: Counting objects: 94% (1551/1649) 2024-08-22T20:28:30.2267298Z remote: Counting objects: 95% (1567/1649) 2024-08-22T20:28:30.2267797Z remote: Counting objects: 96% (1584/1649) 2024-08-22T20:28:30.2268290Z remote: Counting objects: 97% (1600/1649) 2024-08-22T20:28:30.2268777Z remote: Counting objects: 98% (1617/1649) 2024-08-22T20:28:30.2269275Z remote: Counting objects: 99% (1633/1649) 2024-08-22T20:28:30.2269767Z remote: Counting objects: 100% (1649/1649) 2024-08-22T20:28:30.2270289Z remote: Counting objects: 100% (1649/1649), done. 2024-08-22T20:28:30.2270849Z remote: Compressing objects: 0% (1/1259) 2024-08-22T20:28:30.2271368Z remote: Compressing objects: 1% (13/1259) 2024-08-22T20:28:30.2281436Z remote: Compressing objects: 2% (26/1259) 2024-08-22T20:28:30.2296533Z remote: Compressing objects: 3% (38/1259) 2024-08-22T20:28:30.2323581Z remote: Compressing objects: 4% (51/1259) 2024-08-22T20:28:30.2359740Z remote: Compressing objects: 5% (63/1259) 2024-08-22T20:28:30.2390850Z remote: Compressing objects: 6% (76/1259) 2024-08-22T20:28:30.2399404Z remote: Compressing objects: 7% (89/1259) 2024-08-22T20:28:30.2531407Z remote: Compressing objects: 8% (101/1259) 2024-08-22T20:28:30.2566348Z remote: Compressing objects: 9% (114/1259) 2024-08-22T20:28:30.2578745Z remote: Compressing objects: 10% (126/1259) 2024-08-22T20:28:30.2607852Z remote: Compressing objects: 11% (139/1259) 2024-08-22T20:28:30.2629368Z remote: Compressing objects: 12% (152/1259) 2024-08-22T20:28:30.2660731Z remote: Compressing objects: 13% (164/1259) 2024-08-22T20:28:30.2684843Z remote: Compressing objects: 14% (177/1259) 2024-08-22T20:28:30.2713551Z remote: Compressing objects: 15% (189/1259) 2024-08-22T20:28:30.2736707Z remote: Compressing objects: 16% (202/1259) 2024-08-22T20:28:30.2737517Z remote: Compressing objects: 17% (215/1259) 2024-08-22T20:28:30.2747228Z remote: Compressing objects: 18% (227/1259) 2024-08-22T20:28:30.2760091Z remote: Compressing objects: 19% (240/1259) 2024-08-22T20:28:30.2787080Z remote: Compressing objects: 20% (252/1259) 2024-08-22T20:28:30.2852095Z remote: Compressing objects: 21% (265/1259) 2024-08-22T20:28:30.2909156Z remote: Compressing objects: 22% (277/1259) 2024-08-22T20:28:30.2930912Z remote: Compressing objects: 23% (290/1259) 2024-08-22T20:28:30.2960478Z remote: Compressing objects: 24% (303/1259) 2024-08-22T20:28:30.2987307Z remote: Compressing objects: 25% (315/1259) 2024-08-22T20:28:30.3014016Z remote: Compressing objects: 26% (328/1259) 2024-08-22T20:28:30.3024927Z remote: Compressing objects: 27% (340/1259) 2024-08-22T20:28:30.3039245Z remote: Compressing objects: 28% (353/1259) 2024-08-22T20:28:30.3043885Z remote: Compressing objects: 29% (366/1259) 2024-08-22T20:28:30.3065666Z remote: Compressing objects: 30% (378/1259) 2024-08-22T20:28:30.3076138Z remote: Compressing objects: 31% (391/1259) 2024-08-22T20:28:30.3080730Z remote: Compressing objects: 32% (403/1259) 2024-08-22T20:28:30.3100303Z remote: Compressing objects: 33% (416/1259) 2024-08-22T20:28:30.3100935Z remote: Compressing objects: 34% (429/1259) 2024-08-22T20:28:30.3101453Z remote: Compressing objects: 35% (441/1259) 2024-08-22T20:28:30.3101972Z remote: Compressing objects: 36% (454/1259) 2024-08-22T20:28:30.3102674Z remote: Compressing objects: 37% (466/1259) 2024-08-22T20:28:30.3104072Z remote: Compressing objects: 38% (479/1259) 2024-08-22T20:28:30.3104654Z remote: Compressing objects: 39% (492/1259) 2024-08-22T20:28:30.3105169Z remote: Compressing objects: 40% (504/1259) 2024-08-22T20:28:30.3107213Z remote: Compressing objects: 41% (517/1259) 2024-08-22T20:28:30.3118836Z remote: Compressing objects: 42% (529/1259) 2024-08-22T20:28:30.3119480Z remote: Compressing objects: 43% (542/1259) 2024-08-22T20:28:30.3120133Z remote: Compressing objects: 44% (554/1259) 2024-08-22T20:28:30.3120689Z remote: Compressing objects: 45% (567/1259) 2024-08-22T20:28:30.3121207Z remote: Compressing objects: 46% (580/1259) 2024-08-22T20:28:30.3121715Z remote: Compressing objects: 47% (592/1259) 2024-08-22T20:28:30.3122232Z remote: Compressing objects: 48% (605/1259) 2024-08-22T20:28:30.3122755Z remote: Compressing objects: 49% (617/1259) 2024-08-22T20:28:30.3123271Z remote: Compressing objects: 50% (630/1259) 2024-08-22T20:28:30.3123790Z remote: Compressing objects: 51% (643/1259) 2024-08-22T20:28:30.3124311Z remote: Compressing objects: 52% (655/1259) 2024-08-22T20:28:30.3202000Z remote: Compressing objects: 53% (668/1259) 2024-08-22T20:28:30.3207694Z remote: Compressing objects: 54% (680/1259) 2024-08-22T20:28:30.3211528Z remote: Compressing objects: 55% (693/1259) 2024-08-22T20:28:30.3213151Z remote: Compressing objects: 56% (706/1259) 2024-08-22T20:28:30.3216603Z remote: Compressing objects: 57% (718/1259) 2024-08-22T20:28:30.3217876Z remote: Compressing objects: 58% (731/1259) 2024-08-22T20:28:30.3220296Z remote: Compressing objects: 59% (743/1259) 2024-08-22T20:28:30.3221427Z remote: Compressing objects: 60% (756/1259) 2024-08-22T20:28:30.3222682Z remote: Compressing objects: 61% (768/1259) 2024-08-22T20:28:30.3234727Z remote: Compressing objects: 62% (781/1259) 2024-08-22T20:28:30.3243044Z remote: Compressing objects: 63% (794/1259) 2024-08-22T20:28:30.3250895Z remote: Compressing objects: 64% (806/1259) 2024-08-22T20:28:30.3255667Z remote: Compressing objects: 65% (819/1259) 2024-08-22T20:28:30.3260828Z remote: Compressing objects: 66% (831/1259) 2024-08-22T20:28:30.3266653Z remote: Compressing objects: 67% (844/1259) 2024-08-22T20:28:30.3271971Z remote: Compressing objects: 68% (857/1259) 2024-08-22T20:28:30.3285070Z remote: Compressing objects: 69% (869/1259) 2024-08-22T20:28:30.3303201Z remote: Compressing objects: 70% (882/1259) 2024-08-22T20:28:30.3317047Z remote: Compressing objects: 71% (894/1259) 2024-08-22T20:28:30.3324780Z remote: Compressing objects: 72% (907/1259) 2024-08-22T20:28:30.3333768Z remote: Compressing objects: 73% (920/1259) 2024-08-22T20:28:30.3352813Z remote: Compressing objects: 74% (932/1259) 2024-08-22T20:28:30.3370297Z remote: Compressing objects: 75% (945/1259) 2024-08-22T20:28:30.3389838Z remote: Compressing objects: 76% (957/1259) 2024-08-22T20:28:30.3643115Z remote: Compressing objects: 77% (970/1259) 2024-08-22T20:28:30.3762837Z remote: Compressing objects: 78% (983/1259) 2024-08-22T20:28:30.3771946Z remote: Compressing objects: 79% (995/1259) 2024-08-22T20:28:30.3775210Z remote: Compressing objects: 80% (1008/1259) 2024-08-22T20:28:30.3776362Z remote: Compressing objects: 81% (1020/1259) 2024-08-22T20:28:30.3789699Z remote: Compressing objects: 82% (1033/1259) 2024-08-22T20:28:30.3808102Z remote: Compressing objects: 83% (1045/1259) 2024-08-22T20:28:30.3823347Z remote: Compressing objects: 84% (1058/1259) 2024-08-22T20:28:30.3828114Z remote: Compressing objects: 85% (1071/1259) 2024-08-22T20:28:30.3834787Z remote: Compressing objects: 86% (1083/1259) 2024-08-22T20:28:30.3841391Z remote: Compressing objects: 87% (1096/1259) 2024-08-22T20:28:30.3843711Z remote: Compressing objects: 88% (1108/1259) 2024-08-22T20:28:30.3846140Z remote: Compressing objects: 89% (1121/1259) 2024-08-22T20:28:30.3847002Z remote: Compressing objects: 90% (1134/1259) 2024-08-22T20:28:30.3849383Z remote: Compressing objects: 91% (1146/1259) 2024-08-22T20:28:30.3851887Z remote: Compressing objects: 92% (1159/1259) 2024-08-22T20:28:30.3852499Z remote: Compressing objects: 93% (1171/1259) 2024-08-22T20:28:30.3853878Z remote: Compressing objects: 94% (1184/1259) 2024-08-22T20:28:30.3854507Z remote: Compressing objects: 95% (1197/1259) 2024-08-22T20:28:30.3855784Z remote: Compressing objects: 96% (1209/1259) 2024-08-22T20:28:30.3856885Z remote: Compressing objects: 97% (1222/1259) 2024-08-22T20:28:30.3858401Z remote: Compressing objects: 98% (1234/1259) 2024-08-22T20:28:30.3859255Z remote: Compressing objects: 99% (1247/1259) 2024-08-22T20:28:30.3860478Z remote: Compressing objects: 100% (1259/1259) 2024-08-22T20:28:30.3861054Z remote: Compressing objects: 100% (1259/1259), done. 2024-08-22T20:28:30.3892268Z Receiving objects: 0% (1/1649) 2024-08-22T20:28:30.3895095Z Receiving objects: 1% (17/1649) 2024-08-22T20:28:30.3970570Z Receiving objects: 2% (33/1649) 2024-08-22T20:28:30.3975676Z Receiving objects: 3% (50/1649) 2024-08-22T20:28:30.3986401Z Receiving objects: 4% (66/1649) 2024-08-22T20:28:30.3992646Z Receiving objects: 5% (83/1649) 2024-08-22T20:28:30.3998400Z Receiving objects: 6% (99/1649) 2024-08-22T20:28:30.4001637Z Receiving objects: 7% (116/1649) 2024-08-22T20:28:30.4003540Z Receiving objects: 8% (132/1649) 2024-08-22T20:28:30.4008185Z Receiving objects: 9% (149/1649) 2024-08-22T20:28:30.4011612Z Receiving objects: 10% (165/1649) 2024-08-22T20:28:30.4014899Z Receiving objects: 11% (182/1649) 2024-08-22T20:28:30.4018008Z Receiving objects: 12% (198/1649) 2024-08-22T20:28:30.4239415Z Receiving objects: 13% (215/1649) 2024-08-22T20:28:30.4316965Z Receiving objects: 14% (231/1649) 2024-08-22T20:28:30.4320593Z Receiving objects: 15% (248/1649) 2024-08-22T20:28:30.4324304Z Receiving objects: 16% (264/1649) 2024-08-22T20:28:30.4328692Z Receiving objects: 17% (281/1649) 2024-08-22T20:28:30.4366522Z Receiving objects: 18% (297/1649) 2024-08-22T20:28:30.4378419Z Receiving objects: 19% (314/1649) 2024-08-22T20:28:30.4379262Z Receiving objects: 20% (330/1649) 2024-08-22T20:28:30.4384308Z Receiving objects: 21% (347/1649) 2024-08-22T20:28:30.4388089Z Receiving objects: 22% (363/1649) 2024-08-22T20:28:30.4391810Z Receiving objects: 23% (380/1649) 2024-08-22T20:28:30.4402072Z Receiving objects: 24% (396/1649) 2024-08-22T20:28:30.4418569Z Receiving objects: 25% (413/1649) 2024-08-22T20:28:30.4421332Z Receiving objects: 26% (429/1649) 2024-08-22T20:28:30.4423023Z Receiving objects: 27% (446/1649) 2024-08-22T20:28:30.4430135Z Receiving objects: 28% (462/1649) 2024-08-22T20:28:30.4432799Z Receiving objects: 29% (479/1649) 2024-08-22T20:28:30.4442596Z Receiving objects: 30% (495/1649) 2024-08-22T20:28:30.4450032Z Receiving objects: 31% (512/1649) 2024-08-22T20:28:30.4456180Z Receiving objects: 32% (528/1649) 2024-08-22T20:28:30.4464567Z Receiving objects: 33% (545/1649) 2024-08-22T20:28:30.4465277Z Receiving objects: 34% (561/1649) 2024-08-22T20:28:30.4468232Z Receiving objects: 35% (578/1649) 2024-08-22T20:28:30.4473815Z Receiving objects: 36% (594/1649) 2024-08-22T20:28:30.4480547Z Receiving objects: 37% (611/1649) 2024-08-22T20:28:30.4483586Z Receiving objects: 38% (627/1649) 2024-08-22T20:28:30.4488052Z Receiving objects: 39% (644/1649) 2024-08-22T20:28:30.4493495Z Receiving objects: 40% (660/1649) 2024-08-22T20:28:30.4498034Z Receiving objects: 41% (677/1649) 2024-08-22T20:28:30.4502559Z Receiving objects: 42% (693/1649) 2024-08-22T20:28:30.4505861Z Receiving objects: 43% (710/1649) 2024-08-22T20:28:30.4508878Z Receiving objects: 44% (726/1649) 2024-08-22T20:28:30.4512940Z Receiving objects: 45% (743/1649) 2024-08-22T20:28:30.4517119Z Receiving objects: 46% (759/1649) 2024-08-22T20:28:30.4519853Z Receiving objects: 47% (776/1649) 2024-08-22T20:28:30.4523095Z Receiving objects: 48% (792/1649) 2024-08-22T20:28:30.4526504Z Receiving objects: 49% (809/1649) 2024-08-22T20:28:30.4531131Z Receiving objects: 50% (825/1649) 2024-08-22T20:28:30.4534171Z Receiving objects: 51% (841/1649) 2024-08-22T20:28:30.4536827Z Receiving objects: 52% (858/1649) 2024-08-22T20:28:30.4542112Z Receiving objects: 53% (874/1649) 2024-08-22T20:28:30.4546307Z Receiving objects: 54% (891/1649) 2024-08-22T20:28:30.4548142Z Receiving objects: 55% (907/1649) 2024-08-22T20:28:30.4550835Z Receiving objects: 56% (924/1649) 2024-08-22T20:28:30.4554533Z Receiving objects: 57% (940/1649) 2024-08-22T20:28:30.4560204Z Receiving objects: 58% (957/1649) 2024-08-22T20:28:30.4568283Z Receiving objects: 59% (973/1649) 2024-08-22T20:28:30.4571852Z Receiving objects: 60% (990/1649) 2024-08-22T20:28:30.4575643Z Receiving objects: 61% (1006/1649) 2024-08-22T20:28:30.4579149Z Receiving objects: 62% (1023/1649) 2024-08-22T20:28:30.4584600Z Receiving objects: 63% (1039/1649) 2024-08-22T20:28:30.4590474Z Receiving objects: 64% (1056/1649) 2024-08-22T20:28:30.4594842Z Receiving objects: 65% (1072/1649) 2024-08-22T20:28:30.4596931Z Receiving objects: 66% (1089/1649) 2024-08-22T20:28:30.4601327Z Receiving objects: 67% (1105/1649) 2024-08-22T20:28:30.4605695Z Receiving objects: 68% (1122/1649) 2024-08-22T20:28:30.4611675Z Receiving objects: 69% (1138/1649) 2024-08-22T20:28:30.4617325Z Receiving objects: 70% (1155/1649) 2024-08-22T20:28:30.4625182Z Receiving objects: 71% (1171/1649) 2024-08-22T20:28:30.4632748Z Receiving objects: 72% (1188/1649) 2024-08-22T20:28:30.4670324Z Receiving objects: 73% (1204/1649) 2024-08-22T20:28:30.4675916Z Receiving objects: 74% (1221/1649) 2024-08-22T20:28:30.4848947Z Receiving objects: 75% (1237/1649) 2024-08-22T20:28:30.4850469Z Receiving objects: 76% (1254/1649) 2024-08-22T20:28:30.4856326Z Receiving objects: 77% (1270/1649) 2024-08-22T20:28:30.4857592Z Receiving objects: 78% (1287/1649) 2024-08-22T20:28:30.4860293Z Receiving objects: 79% (1303/1649) 2024-08-22T20:28:30.4865924Z Receiving objects: 80% (1320/1649) 2024-08-22T20:28:30.4875069Z Receiving objects: 81% (1336/1649) 2024-08-22T20:28:30.4916527Z Receiving objects: 82% (1353/1649) 2024-08-22T20:28:30.4918497Z Receiving objects: 83% (1369/1649) 2024-08-22T20:28:30.4921628Z Receiving objects: 84% (1386/1649) 2024-08-22T20:28:30.4924173Z Receiving objects: 85% (1402/1649) 2024-08-22T20:28:30.4924976Z Receiving objects: 86% (1419/1649) 2024-08-22T20:28:30.4925517Z Receiving objects: 87% (1435/1649) 2024-08-22T20:28:30.4926604Z Receiving objects: 88% (1452/1649) 2024-08-22T20:28:30.4929626Z Receiving objects: 89% (1468/1649) 2024-08-22T20:28:30.4932222Z Receiving objects: 90% (1485/1649) 2024-08-22T20:28:30.4933374Z Receiving objects: 91% (1501/1649) 2024-08-22T20:28:30.4933926Z Receiving objects: 92% (1518/1649) 2024-08-22T20:28:30.4935094Z Receiving objects: 93% (1534/1649) 2024-08-22T20:28:30.4938223Z Receiving objects: 94% (1551/1649) 2024-08-22T20:28:30.4938984Z Receiving objects: 95% (1567/1649) 2024-08-22T20:28:30.4946011Z Receiving objects: 96% (1584/1649) 2024-08-22T20:28:30.4958150Z Receiving objects: 97% (1600/1649) 2024-08-22T20:28:30.4968658Z Receiving objects: 98% (1617/1649) 2024-08-22T20:28:30.4988955Z Receiving objects: 99% (1633/1649) 2024-08-22T20:28:30.4990028Z remote: Total 1649 (delta 372), reused 1071 (delta 268), pack-reused 0 (from 0) 2024-08-22T20:28:30.5005166Z Receiving objects: 100% (1649/1649) 2024-08-22T20:28:30.5005869Z Receiving objects: 100% (1649/1649), 2.83 MiB | 25.43 MiB/s, done. 2024-08-22T20:28:30.5013713Z Resolving deltas: 0% (0/372) 2024-08-22T20:28:30.5016510Z Resolving deltas: 1% (4/372) 2024-08-22T20:28:30.5017068Z Resolving deltas: 2% (8/372) 2024-08-22T20:28:30.5018785Z Resolving deltas: 3% (12/372) 2024-08-22T20:28:30.5019604Z Resolving deltas: 4% (15/372) 2024-08-22T20:28:30.5020173Z Resolving deltas: 5% (19/372) 2024-08-22T20:28:30.5020871Z Resolving deltas: 6% (23/372) 2024-08-22T20:28:30.5021905Z Resolving deltas: 7% (27/372) 2024-08-22T20:28:30.5022475Z Resolving deltas: 8% (30/372) 2024-08-22T20:28:30.5023075Z Resolving deltas: 9% (34/372) 2024-08-22T20:28:30.5024303Z Resolving deltas: 10% (38/372) 2024-08-22T20:28:30.5025337Z Resolving deltas: 11% (41/372) 2024-08-22T20:28:30.5025989Z Resolving deltas: 12% (45/372) 2024-08-22T20:28:30.5028638Z Resolving deltas: 13% (49/372) 2024-08-22T20:28:30.5029941Z Resolving deltas: 14% (53/372) 2024-08-22T20:28:30.5031659Z Resolving deltas: 15% (56/372) 2024-08-22T20:28:30.5032945Z Resolving deltas: 16% (60/372) 2024-08-22T20:28:30.5042875Z Resolving deltas: 17% (64/372) 2024-08-22T20:28:30.5047903Z Resolving deltas: 18% (67/372) 2024-08-22T20:28:30.5048407Z Resolving deltas: 19% (71/372) 2024-08-22T20:28:30.5048924Z Resolving deltas: 20% (75/372) 2024-08-22T20:28:30.5049742Z Resolving deltas: 21% (79/372) 2024-08-22T20:28:30.5050269Z Resolving deltas: 22% (84/372) 2024-08-22T20:28:30.5050807Z Resolving deltas: 23% (86/372) 2024-08-22T20:28:30.5053285Z Resolving deltas: 24% (90/372) 2024-08-22T20:28:30.5053799Z Resolving deltas: 25% (93/372) 2024-08-22T20:28:30.5055736Z Resolving deltas: 26% (97/372) 2024-08-22T20:28:30.5056298Z Resolving deltas: 27% (104/372) 2024-08-22T20:28:30.5056853Z Resolving deltas: 28% (106/372) 2024-08-22T20:28:30.5057604Z Resolving deltas: 29% (108/372) 2024-08-22T20:28:30.5058579Z Resolving deltas: 30% (113/372) 2024-08-22T20:28:30.5059712Z Resolving deltas: 31% (116/372) 2024-08-22T20:28:30.5065465Z Resolving deltas: 32% (120/372) 2024-08-22T20:28:30.5067149Z Resolving deltas: 33% (123/372) 2024-08-22T20:28:30.5069045Z Resolving deltas: 34% (127/372) 2024-08-22T20:28:30.5069941Z Resolving deltas: 35% (132/372) 2024-08-22T20:28:30.5071571Z Resolving deltas: 36% (134/372) 2024-08-22T20:28:30.5072763Z Resolving deltas: 37% (138/372) 2024-08-22T20:28:30.5073467Z Resolving deltas: 38% (144/372) 2024-08-22T20:28:30.5075031Z Resolving deltas: 39% (146/372) 2024-08-22T20:28:30.5075634Z Resolving deltas: 40% (149/372) 2024-08-22T20:28:30.5076421Z Resolving deltas: 41% (153/372) 2024-08-22T20:28:30.5076912Z Resolving deltas: 42% (157/372) 2024-08-22T20:28:30.5078197Z Resolving deltas: 43% (160/372) 2024-08-22T20:28:30.5080054Z Resolving deltas: 44% (164/372) 2024-08-22T20:28:30.5080819Z Resolving deltas: 45% (169/372) 2024-08-22T20:28:30.5081942Z Resolving deltas: 46% (172/372) 2024-08-22T20:28:30.5082429Z Resolving deltas: 47% (177/372) 2024-08-22T20:28:30.5082950Z Resolving deltas: 48% (179/372) 2024-08-22T20:28:30.5084773Z Resolving deltas: 50% (186/372) 2024-08-22T20:28:30.5085346Z Resolving deltas: 51% (190/372) 2024-08-22T20:28:30.5086199Z Resolving deltas: 52% (194/372) 2024-08-22T20:28:30.5086595Z Resolving deltas: 53% (198/372) 2024-08-22T20:28:30.5088465Z Resolving deltas: 54% (201/372) 2024-08-22T20:28:30.5090116Z Resolving deltas: 55% (205/372) 2024-08-22T20:28:30.5090723Z Resolving deltas: 56% (209/372) 2024-08-22T20:28:30.5091241Z Resolving deltas: 57% (213/372) 2024-08-22T20:28:30.5093721Z Resolving deltas: 58% (216/372) 2024-08-22T20:28:30.5094573Z Resolving deltas: 59% (221/372) 2024-08-22T20:28:30.5095406Z Resolving deltas: 60% (224/372) 2024-08-22T20:28:30.5097207Z Resolving deltas: 61% (227/372) 2024-08-22T20:28:30.5097813Z Resolving deltas: 62% (231/372) 2024-08-22T20:28:30.5100459Z Resolving deltas: 63% (235/372) 2024-08-22T20:28:30.5101396Z Resolving deltas: 64% (239/372) 2024-08-22T20:28:30.5103699Z Resolving deltas: 65% (242/372) 2024-08-22T20:28:30.5104086Z Resolving deltas: 66% (246/372) 2024-08-22T20:28:30.5104550Z Resolving deltas: 67% (250/372) 2024-08-22T20:28:30.5105694Z Resolving deltas: 68% (253/372) 2024-08-22T20:28:30.5106688Z Resolving deltas: 69% (257/372) 2024-08-22T20:28:30.5107199Z Resolving deltas: 70% (261/372) 2024-08-22T20:28:30.5107789Z Resolving deltas: 71% (265/372) 2024-08-22T20:28:30.5108260Z Resolving deltas: 72% (270/372) 2024-08-22T20:28:30.5108685Z Resolving deltas: 73% (272/372) 2024-08-22T20:28:30.5109075Z Resolving deltas: 74% (276/372) 2024-08-22T20:28:30.5109450Z Resolving deltas: 75% (279/372) 2024-08-22T20:28:30.5109830Z Resolving deltas: 76% (283/372) 2024-08-22T20:28:30.5110266Z Resolving deltas: 77% (287/372) 2024-08-22T20:28:30.5110648Z Resolving deltas: 78% (291/372) 2024-08-22T20:28:30.5111013Z Resolving deltas: 79% (294/372) 2024-08-22T20:28:30.5111387Z Resolving deltas: 80% (300/372) 2024-08-22T20:28:30.5111762Z Resolving deltas: 81% (302/372) 2024-08-22T20:28:30.5112134Z Resolving deltas: 82% (306/372) 2024-08-22T20:28:30.5112512Z Resolving deltas: 83% (309/372) 2024-08-22T20:28:30.5112945Z Resolving deltas: 84% (313/372) 2024-08-22T20:28:30.5113315Z Resolving deltas: 85% (318/372) 2024-08-22T20:28:30.5113701Z Resolving deltas: 86% (320/372) 2024-08-22T20:28:30.5114074Z Resolving deltas: 87% (324/372) 2024-08-22T20:28:30.5114449Z Resolving deltas: 88% (329/372) 2024-08-22T20:28:30.5114830Z Resolving deltas: 89% (332/372) 2024-08-22T20:28:30.5115209Z Resolving deltas: 90% (335/372) 2024-08-22T20:28:30.5115581Z Resolving deltas: 91% (339/372) 2024-08-22T20:28:30.5115961Z Resolving deltas: 92% (343/372) 2024-08-22T20:28:30.5117134Z Resolving deltas: 93% (346/372) 2024-08-22T20:28:30.5119397Z Resolving deltas: 94% (350/372) 2024-08-22T20:28:30.5120286Z Resolving deltas: 95% (354/372) 2024-08-22T20:28:30.5124274Z Resolving deltas: 96% (358/372) 2024-08-22T20:28:30.5126246Z Resolving deltas: 97% (361/372) 2024-08-22T20:28:30.5127974Z Resolving deltas: 98% (366/372) 2024-08-22T20:28:30.5129615Z Resolving deltas: 99% (369/372) 2024-08-22T20:28:30.5131295Z Resolving deltas: 100% (372/372) 2024-08-22T20:28:30.5131706Z Resolving deltas: 100% (372/372), done. 2024-08-22T20:28:30.5272914Z From https://github.com/pytorch/test-infra 2024-08-22T20:28:30.5273480Z * [new branch] main -> origin/main 2024-08-22T20:28:30.5298553Z ##[endgroup] 2024-08-22T20:28:30.5299085Z ##[group]Determining the checkout info 2024-08-22T20:28:30.5300820Z ##[endgroup] 2024-08-22T20:28:30.5301570Z ##[group]Checking out the ref 2024-08-22T20:28:30.5304607Z [command]/usr/bin/git checkout --progress --force -B main refs/remotes/origin/main 2024-08-22T20:28:30.6471730Z Switched to a new branch 'main' 2024-08-22T20:28:30.6472303Z branch 'main' set up to track 'origin/main'. 2024-08-22T20:28:30.6482637Z ##[endgroup] 2024-08-22T20:28:30.6483199Z ##[group]Setting up auth for fetching submodules 2024-08-22T20:28:30.6487449Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:30.6548942Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-08-22T20:28:30.6594414Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-08-22T20:28:30.6639954Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-08-22T20:28:30.6682862Z ##[endgroup] 2024-08-22T20:28:30.6683392Z ##[group]Fetching submodules 2024-08-22T20:28:30.6685815Z [command]/usr/bin/git submodule sync --recursive 2024-08-22T20:28:30.7041832Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --depth=1 --recursive 2024-08-22T20:28:30.7406927Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-08-22T20:28:30.7760056Z ##[endgroup] 2024-08-22T20:28:30.7761100Z ##[group]Persisting credentials for submodules 2024-08-22T20:28:30.7765112Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'url\.https\:\/\/github\.com\/\.insteadOf' && git config --local --unset-all 'url.https://github.com/.insteadOf' || :" 2024-08-22T20:28:30.8113062Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local 'http.https://github.com/.extraheader' 'AUTHORIZATION: basic ***' && git config --local --show-origin --name-only --get-regexp remote.origin.url" 2024-08-22T20:28:30.8466884Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-08-22T20:28:30.8818128Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-08-22T20:28:30.9170666Z ##[endgroup] 2024-08-22T20:28:30.9222057Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:30.9263053Z '6dab351bed7d1c647665a8b8e883ec5b1c973feb' 2024-08-22T20:28:30.9558656Z Prepare all required actions 2024-08-22T20:28:30.9559097Z Getting action download info 2024-08-22T20:28:31.0466977Z Download action repository 'pytorch/test-infra@main' (SHA:6dab351bed7d1c647665a8b8e883ec5b1c973feb) 2024-08-22T20:28:31.4420376Z Getting action download info 2024-08-22T20:28:31.5344936Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-08-22T20:28:31.6685803Z ##[group]Run ./test-infra/.github/actions/setup-linux 2024-08-22T20:28:31.6686266Z env: 2024-08-22T20:28:31.6686604Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:31.6687061Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:31.6687433Z PR_NUMBER: 1044 2024-08-22T20:28:31.6689493Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:31.6691583Z ##[endgroup] 2024-08-22T20:28:31.6884342Z ##[group]Run set -euo pipefail 2024-08-22T20:28:31.6884752Z set -euo pipefail 2024-08-22T20:28:31.6885135Z function get_ec2_metadata() { 2024-08-22T20:28:31.6885662Z  # Pulled from instance metadata endpoint for EC2 2024-08-22T20:28:31.6886526Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-08-22T20:28:31.6887459Z  category=$1 2024-08-22T20:28:31.6887977Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-08-22T20:28:31.6888528Z } 2024-08-22T20:28:31.6888886Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-08-22T20:28:31.6889470Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-08-22T20:28:31.6890147Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-08-22T20:28:31.6890853Z echo "system info $(uname -a)" 2024-08-22T20:28:31.6899759Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:31.6900236Z env: 2024-08-22T20:28:31.6900552Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:31.6901005Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:31.6901368Z PR_NUMBER: 1044 2024-08-22T20:28:31.6903388Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:31.6905533Z ##[endgroup] 2024-08-22T20:28:31.6996860Z ami-id: ami-06c68f701d8090592 2024-08-22T20:28:31.7053099Z instance-id: i-05ec0f5f13941d2a0 2024-08-22T20:28:31.7102935Z instance-type: g5.4xlarge 2024-08-22T20:28:31.7116039Z system info Linux ip-10-0-47-178.ec2.internal 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:28:31.7148324Z ##[group]Run if systemctl is-active --quiet docker; then 2024-08-22T20:28:31.7148908Z if systemctl is-active --quiet docker; then 2024-08-22T20:28:31.7149436Z  echo "Docker daemon is running..."; 2024-08-22T20:28:31.7149892Z else 2024-08-22T20:28:31.7150377Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-08-22T20:28:31.7150938Z fi 2024-08-22T20:28:31.7159745Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:31.7160239Z env: 2024-08-22T20:28:31.7160552Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:31.7161219Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:31.7161595Z PR_NUMBER: 1044 2024-08-22T20:28:31.7163613Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:31.7165704Z ##[endgroup] 2024-08-22T20:28:31.7249385Z Docker daemon is running... 2024-08-22T20:28:31.7275325Z ##[group]Run AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:31.7276171Z AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") 2024-08-22T20:28:31.7276886Z retry () { "$@" || (sleep 1 && "$@") || (sleep 2 && "$@") } 2024-08-22T20:28:31.7277744Z retry aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ 2024-08-22T20:28:31.7278710Z  --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-08-22T20:28:31.7287128Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:31.7287608Z env: 2024-08-22T20:28:31.7287926Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:31.7288369Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:31.7288741Z PR_NUMBER: 1044 2024-08-22T20:28:31.7290757Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:31.7293020Z AWS_RETRY_MODE: standard 2024-08-22T20:28:31.7293372Z AWS_MAX_ATTEMPTS: 5 2024-08-22T20:28:31.7293701Z AWS_DEFAULT_REGION: us-east-1 2024-08-22T20:28:31.7294112Z ##[endgroup] 2024-08-22T20:28:32.8060736Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:32.8061572Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:32.8062533Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:32.8063175Z 2024-08-22T20:28:32.8063343Z Login Succeeded 2024-08-22T20:28:32.8113133Z ##[group]Run env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:32.8113926Z env | grep '^GITHUB' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:32.8114648Z env | grep '^CI' >> "${RUNNER_TEMP}/github_env_${GITHUB_RUN_ID}" 2024-08-22T20:28:32.8123817Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:32.8124306Z env: 2024-08-22T20:28:32.8124632Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:32.8125083Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:32.8125456Z PR_NUMBER: 1044 2024-08-22T20:28:32.8127455Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:32.8129531Z ##[endgroup] 2024-08-22T20:28:32.8218484Z ##[group]Run RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:32.8219087Z RUNNER_ARTIFACT_DIR="${RUNNER_TEMP}/artifacts" 2024-08-22T20:28:32.8219614Z sudo rm -rf "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:32.8220097Z mkdir -p "${RUNNER_ARTIFACT_DIR}" 2024-08-22T20:28:32.8220875Z echo "RUNNER_ARTIFACT_DIR=${RUNNER_ARTIFACT_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:32.8221450Z  2024-08-22T20:28:32.8221852Z RUNNER_TEST_RESULTS_DIR="${RUNNER_TEMP}/test-results" 2024-08-22T20:28:32.8222429Z sudo rm -rf "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:32.8222931Z mkdir -p "${RUNNER_TEST_RESULTS_DIR}" 2024-08-22T20:28:32.8223580Z echo "RUNNER_TEST_RESULTS_DIR=${RUNNER_TEST_RESULTS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:32.8224173Z  2024-08-22T20:28:32.8224496Z RUNNER_DOCS_DIR="${RUNNER_TEMP}/docs" 2024-08-22T20:28:32.8224974Z sudo rm -rf "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:32.8225420Z mkdir -p "${RUNNER_DOCS_DIR}" 2024-08-22T20:28:32.8225962Z echo "RUNNER_DOCS_DIR=${RUNNER_DOCS_DIR}" >> "${GITHUB_ENV}" 2024-08-22T20:28:32.8234215Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:32.8234696Z env: 2024-08-22T20:28:32.8235011Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:32.8235472Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:32.8235846Z PR_NUMBER: 1044 2024-08-22T20:28:32.8237866Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:32.8239937Z ##[endgroup] 2024-08-22T20:28:32.9979673Z ##[group]Run needs=0 2024-08-22T20:28:32.9980000Z needs=0 2024-08-22T20:28:32.9980506Z if lspci -v | grep -e 'controller.*NVIDIA' >/dev/null 2>/dev/null; then 2024-08-22T20:28:32.9981093Z  needs=1 2024-08-22T20:28:32.9981388Z fi 2024-08-22T20:28:32.9981734Z echo "does=${needs}" >> $GITHUB_OUTPUT 2024-08-22T20:28:32.9990598Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:32.9991076Z env: 2024-08-22T20:28:32.9991401Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:32.9991859Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:32.9992227Z PR_NUMBER: 1044 2024-08-22T20:28:32.9994247Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:32.9996516Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:32.9997277Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:32.9997999Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:32.9998500Z ##[endgroup] 2024-08-22T20:28:33.0298289Z ##[group]Run pytorch/test-infra/.github/actions/setup-nvidia@main 2024-08-22T20:28:33.0298810Z with: 2024-08-22T20:28:33.0299088Z driver-version: 550.54.15 2024-08-22T20:28:33.0299426Z env: 2024-08-22T20:28:33.0299736Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:33.0300193Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:33.0300569Z PR_NUMBER: 1044 2024-08-22T20:28:33.0302584Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:33.0305050Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:33.0305817Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:33.0306603Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:33.0307103Z ##[endgroup] 2024-08-22T20:28:33.0352017Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-08-22T20:28:33.0352554Z with: 2024-08-22T20:28:33.0352812Z timeout_minutes: 10 2024-08-22T20:28:33.0353127Z max_attempts: 3 2024-08-22T20:28:33.0384846Z command: # Is it disgusting to have a full shell script here in this github action? Sure # But is it the best way to make it so that this action relies on nothing else? Absolutely set -eou pipefail DISTRIBUTION=$(. /etc/os-release;echo $ID$VERSION_ID) DRIVER_FN="NVIDIA-Linux-x86_64-${DRIVER_VERSION}.run" install_nvidia_docker2_amzn2() { ( set -x # Needed for yum-config-manager sudo yum install -y yum-utils if [[ "${DISTRIBUTION}" == "amzn2023" ]] ; then YUM_REPO_URL="https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo" else # Amazon Linux 2 YUM_REPO_URL="https://nvidia.github.io/nvidia-docker/${DISTRIBUTION}/nvidia-docker.repo" fi sudo yum-config-manager --add-repo "${YUM_REPO_URL}" sudo yum install -y nvidia-docker2 sudo systemctl restart docker ) } install_nvidia_docker2_ubuntu20() { ( set -x # Install nvidia-driver package if not installed status="$(dpkg-query -W --showformat='${db:Status-Status}' nvidia-docker2 2>&1)" if [ ! $? = 0 ] || [ ! "$status" = installed ]; then sudo apt-get install -y nvidia-docker2 sudo systemctl restart docker fi ) } pre_install_nvidia_driver_amzn2() { ( # Purge any nvidia driver installed from RHEL repo sudo yum remove -y nvidia-driver-latest-dkms ) } install_nvidia_driver_common() { ( # Try to gather more information about the runner and its existing NVIDIA driver if any echo "Before installing NVIDIA driver" lspci lsmod modinfo nvidia || true HAS_NVIDIA_DRIVER=0 # Check if NVIDIA driver has already been installed if [ -x "$(command -v nvidia-smi)" ]; then set +e # The driver exists, check its version next. Also check only the first GPU if there are more than one of them # so that the same driver version is not print over multiple lines INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then echo "Failed to get NVIDIA driver version ($INSTALLED_DRIVER_VERSION). Continuing" elif [ "$INSTALLED_DRIVER_VERSION" != "$DRIVER_VERSION" ]; then echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has been installed, but we expect to have $DRIVER_VERSION instead. Continuing" else HAS_NVIDIA_DRIVER=1 echo "NVIDIA driver ($INSTALLED_DRIVER_VERSION) has already been installed. Skipping NVIDIA driver installation" fi set -e fi if [ "$HAS_NVIDIA_DRIVER" -eq 0 ]; then # CAUTION: this may need to be updated in future if [ "${DISTRIBUTION}" != ubuntu20.04 ]; then sudo yum groupinstall -y "Development Tools" # ensure our kernel install is the same as our underlying kernel, # groupinstall "Development Tools" has a habit of mismatching kernel headers sudo yum install -y "kernel-devel-uname-r == $(uname -r)" sudo modprobe backlight fi sudo curl -fsL -o /tmp/nvidia_driver "https://s3.amazonaws.com/ossci-linux/nvidia_driver/$DRIVER_FN" set +e sudo /bin/bash /tmp/nvidia_driver -s --no-drm NVIDIA_INSTALLATION_STATUS=$? RESET_GPU=0 if [ "$NVIDIA_INSTALLATION_STATUS" -ne 0 ]; then sudo cat /var/log/nvidia-installer.log # Fail to install NVIDIA driver, try to reset the GPU RESET_GPU=1 elif [ -x "$(command -v nvidia-smi)" ]; then # Check again if nvidia-smi works even if the driver installation completes successfully INSTALLED_DRIVER_VERSION=$(nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0) NVIDIA_SMI_STATUS=$? if [ "$NVIDIA_SMI_STATUS" -ne 0 ] && [ "$NVIDIA_SMI_STATUS" -ne 14 ]; then RESET_GPU=1 fi fi if [ "$RESET_GPU" -eq 1 ]; then NVIDIA_DEVICES=$(lspci -D | grep -i NVIDIA | cut -d' ' -f1) # The GPU can get stuck in a failure state if somehow the test crashs the GPU microcode. When this # happens, we'll try to reset all NVIDIA devices https://github.com/pytorch/pytorch/issues/88388 for PCI_ID in $NVIDIA_DEVICES; do DEVICE_ENABLED=$(cat /sys/bus/pci/devices/$PCI_ID/enable) echo "Reseting $PCI_ID (enabled state: $DEVICE_ENABLED)" # This requires sudo permission of course echo "1" | sudo tee /sys/bus/pci/devices/$PCI_ID/reset sleep 1 done fi sudo rm -fv /tmp/nvidia_driver set -e fi ) } post_install_nvidia_driver_common() { ( sudo modprobe nvidia || true echo "After installing NVIDIA driver" lspci lsmod modinfo nvidia || true ( set +e nvidia-smi # NB: Annoyingly, nvidia-smi command returns successfully with return code 0 even in # the case where the driver has already crashed as it still can get the driver version # and some basic information like the bus ID. However, the rest of the information # would be missing (ERR!), for example: # # +-----------------------------------------------------------------------------+ # | NVIDIA-SMI 525.89.02 Driver Version: 525.89.02 CUDA Version: 12.0 | # |-------------------------------+----------------------+----------------------+ # | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | # | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. | # | | | MIG M. | # |===============================+======================+======================| # | 0 ERR! Off | 00000000:00:1E.0 Off | ERR! | # |ERR! ERR! ERR! ERR! / ERR! | 4184MiB / 23028MiB | ERR! Default | # | | | ERR! | # +-------------------------------+----------------------+----------------------+ # # +-----------------------------------------------------------------------------+ # | Processes: | # | GPU GI CI PID Type Process name GPU Memory | # | ID ID Usage | # |=============================================================================| # +-----------------------------------------------------------------------------+ # # This should be reported as a failure instead as it will guarantee to fail when # Docker tries to run with --gpus all # # So, the correct check here is to query one of the missing piece of info like # GPU name, so that the command can fail accordingly nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 NVIDIA_SMI_STATUS=$? # Allowable exit statuses for nvidia-smi, see: https://github.com/NVIDIA/gpu-operator/issues/285 if [ "$NVIDIA_SMI_STATUS" -eq 0 ] || [ "$NVIDIA_SMI_STATUS" -eq 14 ]; then echo "INFO: Ignoring allowed status ${NVIDIA_SMI_STATUS}" else echo "ERROR: nvidia-smi exited with unresolved status ${NVIDIA_SMI_STATUS}" exit ${NVIDIA_SMI_STATUS} fi set -e ) ) } install_nvidia_driver_amzn2() { ( set -x pre_install_nvidia_driver_amzn2 install_nvidia_driver_common post_install_nvidia_driver_common ) } install_nvidia_driver_ubuntu20() { ( set -x install_nvidia_driver_common post_install_nvidia_driver_common ) } echo "== Installing nvidia driver ${DRIVER_FN} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_driver_amzn2 ;; ubuntu20.04) install_nvidia_driver_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac # Install container toolkit based on distribution echo "== Installing nvidia container toolkit for ${DISTRIBUTION} ==" case "${DISTRIBUTION}" in amzn*) install_nvidia_docker2_amzn2 ;; ubuntu20.04) install_nvidia_docker2_ubuntu20 ;; *) echo "ERROR: Unknown distribution ${DISTRIBUTION}" exit 1 ;; esac echo "GPU_FLAG=--gpus all -e NVIDIA_DRIVER_CAPABILITIES=all" >> "${GITHUB_ENV}" # Fix https://github.com/NVIDIA/nvidia-docker/issues/1648 on runners with # more than one GPUs. This just needs to be run once. The command fails # on subsequent runs and complains that the mode is already on, but that's # ok sudo nvidia-persistenced || true # This should show persistence mode ON nvidia-smi 2024-08-22T20:28:33.0416988Z retry_wait_seconds: 10 2024-08-22T20:28:33.0417348Z polling_interval_seconds: 1 2024-08-22T20:28:33.0417715Z warning_on_retry: true 2024-08-22T20:28:33.0418047Z continue_on_error: false 2024-08-22T20:28:33.0418369Z env: 2024-08-22T20:28:33.0418681Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:33.0419120Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:33.0419486Z PR_NUMBER: 1044 2024-08-22T20:28:33.0421486Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:33.0423752Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:33.0424497Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:33.0425204Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:33.0425713Z DRIVER_VERSION: 550.54.15 2024-08-22T20:28:33.0426044Z ##[endgroup] 2024-08-22T20:28:33.1231037Z == Installing nvidia driver NVIDIA-Linux-x86_64-550.54.15.run == 2024-08-22T20:28:33.1231810Z + pre_install_nvidia_driver_amzn2 2024-08-22T20:28:33.1234474Z + sudo yum remove -y nvidia-driver-latest-dkms 2024-08-22T20:28:33.4517761Z No match for argument: nvidia-driver-latest-dkms 2024-08-22T20:28:33.4518370Z No packages marked for removal. 2024-08-22T20:28:33.4584206Z Dependencies resolved. 2024-08-22T20:28:33.4592917Z Nothing to do. 2024-08-22T20:28:33.4593285Z Complete! 2024-08-22T20:28:33.4990070Z + install_nvidia_driver_common 2024-08-22T20:28:33.4993166Z + echo 'Before installing NVIDIA driver' 2024-08-22T20:28:33.4993745Z + lspci 2024-08-22T20:28:33.4994130Z Before installing NVIDIA driver 2024-08-22T20:28:33.5101536Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:33.5102389Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:33.5103305Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:33.5104071Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:33.5104857Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:33.5105636Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:33.5106450Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:33.5107253Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:33.5107830Z + lsmod 2024-08-22T20:28:33.5149578Z Module Size Used by 2024-08-22T20:28:33.5150560Z xt_nat 16384 0 2024-08-22T20:28:33.5151370Z veth 36864 0 2024-08-22T20:28:33.5152133Z nvidia_modeset 1351680 0 2024-08-22T20:28:33.5153109Z video 65536 1 nvidia_modeset 2024-08-22T20:28:33.5153951Z wmi 36864 1 video 2024-08-22T20:28:33.5154497Z nvidia_uvm 4706304 0 2024-08-22T20:28:33.5154958Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:33.5155536Z drm 602112 1 nvidia 2024-08-22T20:28:33.5155979Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:33.5156490Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:33.5156991Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:33.5157632Z xt_conntrack 16384 1 2024-08-22T20:28:33.5158001Z nft_chain_nat 16384 3 2024-08-22T20:28:33.5158376Z xt_MASQUERADE 20480 1 2024-08-22T20:28:33.5158845Z nf_nat 57344 3 xt_nat,nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:33.5159344Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:33.5159951Z nf_conntrack 184320 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:33.5160611Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:33.5161061Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:33.5161484Z xfrm_user 57344 1 2024-08-22T20:28:33.5161876Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:33.5162282Z xt_addrtype 16384 2 2024-08-22T20:28:33.5162654Z nft_compat 20480 4 2024-08-22T20:28:33.5163103Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:33.5163693Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:33.5164229Z br_netfilter 36864 0 2024-08-22T20:28:33.5164635Z bridge 307200 1 br_netfilter 2024-08-22T20:28:33.5165063Z stp 16384 1 bridge 2024-08-22T20:28:33.5165479Z llc 16384 2 bridge,stp 2024-08-22T20:28:33.5165894Z overlay 167936 0 2024-08-22T20:28:33.5166256Z tls 114688 0 2024-08-22T20:28:33.5166618Z nls_ascii 16384 1 2024-08-22T20:28:33.5166984Z nls_cp437 20480 1 2024-08-22T20:28:33.5167340Z vfat 24576 1 2024-08-22T20:28:33.5167709Z fat 86016 1 vfat 2024-08-22T20:28:33.5168189Z sunrpc 692224 1 2024-08-22T20:28:33.5168555Z ena 167936 0 2024-08-22T20:28:33.5169215Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:33.5169637Z ptp 36864 1 ena 2024-08-22T20:28:33.5170017Z pps_core 24576 1 ptp 2024-08-22T20:28:33.5170410Z aesni_intel 393216 0 2024-08-22T20:28:33.5170772Z i8042 45056 0 2024-08-22T20:28:33.5171132Z serio 28672 3 i8042 2024-08-22T20:28:33.5171550Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:33.5172060Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:33.5172544Z button 24576 0 2024-08-22T20:28:33.5173059Z sch_fq_codel 20480 17 2024-08-22T20:28:33.5173432Z dm_mod 188416 0 2024-08-22T20:28:33.5173785Z fuse 163840 1 2024-08-22T20:28:33.5174148Z dax 45056 1 dm_mod 2024-08-22T20:28:33.5174535Z configfs 57344 1 2024-08-22T20:28:33.5174891Z loop 36864 0 2024-08-22T20:28:33.5175329Z dmi_sysfs 20480 0 2024-08-22T20:28:33.5175817Z crc32_pclmul 16384 0 2024-08-22T20:28:33.5176312Z crc32c_intel 24576 0 2024-08-22T20:28:33.5176732Z efivarfs 24576 1 2024-08-22T20:28:33.5177124Z + modinfo nvidia 2024-08-22T20:28:33.5177783Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:33.5178472Z alias: char-major-195-* 2024-08-22T20:28:33.5178846Z version: 550.54.15 2024-08-22T20:28:33.5179185Z supported: external 2024-08-22T20:28:33.5179514Z license: NVIDIA 2024-08-22T20:28:33.5179894Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:33.5180370Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:33.5180816Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:33.5181273Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:33.5181767Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:33.5182238Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:33.5182727Z depends: i2c-core,drm 2024-08-22T20:28:33.5183079Z retpoline: Y 2024-08-22T20:28:33.5183372Z name: nvidia 2024-08-22T20:28:33.5183970Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:33.5184778Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:33.5185404Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:33.5185990Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:33.5186544Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:33.5186970Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:33.5187424Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:33.5187850Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:33.5188279Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:33.5188791Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:33.5189339Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:33.5189815Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:33.5190233Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:33.5190640Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:33.5191094Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:33.5191607Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:33.5192176Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:33.5192731Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:33.5193333Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:33.5193923Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:33.5194525Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:33.5195099Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:33.5195585Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:33.5196109Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:33.5196681Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:33.5197172Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:33.5197637Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:33.5198105Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:33.5198567Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:33.5199010Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:33.5199501Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:33.5200119Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:33.5200593Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:33.5201066Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:33.5201556Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:33.5202038Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:33.5202521Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:33.5202993Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:33.5203403Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:33.5203871Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:33.5204381Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:33.5204830Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:33.5205294Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:33.5205768Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:33.5206219Z parm: rm_firmware_active:charp 2024-08-22T20:28:33.5206627Z + HAS_NVIDIA_DRIVER=0 2024-08-22T20:28:33.5207008Z ++ command -v nvidia-smi 2024-08-22T20:28:33.5207411Z + '[' -x /usr/bin/nvidia-smi ']' 2024-08-22T20:28:33.5207773Z + set +e 2024-08-22T20:28:33.5208264Z ++ nvidia-smi --query-gpu=driver_version --format=csv,noheader --id=0 2024-08-22T20:28:33.5477695Z + INSTALLED_DRIVER_VERSION=550.54.15 2024-08-22T20:28:33.5478117Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:33.5478512Z + '[' 0 -ne 0 ']' 2024-08-22T20:28:33.5478874Z + '[' 550.54.15 '!=' 550.54.15 ']' 2024-08-22T20:28:33.5479244Z + HAS_NVIDIA_DRIVER=1 2024-08-22T20:28:33.5479946Z + echo 'NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation' 2024-08-22T20:28:33.5480818Z + set -e 2024-08-22T20:28:33.5481123Z + '[' 1 -eq 0 ']' 2024-08-22T20:28:33.5481672Z NVIDIA driver (550.54.15) has already been installed. Skipping NVIDIA driver installation 2024-08-22T20:28:33.5482339Z + post_install_nvidia_driver_common 2024-08-22T20:28:33.5485122Z + sudo modprobe nvidia 2024-08-22T20:28:33.6946763Z + echo 'After installing NVIDIA driver' 2024-08-22T20:28:33.6947869Z + lspci 2024-08-22T20:28:33.6948606Z After installing NVIDIA driver 2024-08-22T20:28:33.7051820Z 00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] 2024-08-22T20:28:33.7052765Z 00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] 2024-08-22T20:28:33.7053848Z 00:01.3 Non-VGA unclassified device: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 2024-08-22T20:28:33.7054611Z 00:03.0 VGA compatible controller: Amazon.com, Inc. Device 1111 2024-08-22T20:28:33.7055397Z 00:04.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe EBS Controller 2024-08-22T20:28:33.7056177Z 00:05.0 Ethernet controller: Amazon.com, Inc. Elastic Network Adapter (ENA) 2024-08-22T20:28:33.7056874Z 00:1e.0 3D controller: NVIDIA Corporation GA102GL [A10G] (rev a1) 2024-08-22T20:28:33.7057653Z 00:1f.0 Non-Volatile memory controller: Amazon.com, Inc. NVMe SSD Controller 2024-08-22T20:28:33.7058221Z + lsmod 2024-08-22T20:28:33.7085476Z Module Size Used by 2024-08-22T20:28:33.7086519Z xt_nat 16384 0 2024-08-22T20:28:33.7087435Z veth 36864 0 2024-08-22T20:28:33.7088360Z nvidia_modeset 1351680 0 2024-08-22T20:28:33.7089406Z video 65536 1 nvidia_modeset 2024-08-22T20:28:33.7090485Z wmi 36864 1 video 2024-08-22T20:28:33.7091438Z nvidia_uvm 4706304 0 2024-08-22T20:28:33.7092402Z nvidia 54071296 7 nvidia_uvm,nvidia_modeset 2024-08-22T20:28:33.7093334Z drm 602112 1 nvidia 2024-08-22T20:28:33.7094123Z drm_panel_orientation_quirks 28672 1 drm 2024-08-22T20:28:33.7094685Z backlight 24576 3 video,drm,nvidia_modeset 2024-08-22T20:28:33.7095178Z i2c_core 106496 2 nvidia,drm 2024-08-22T20:28:33.7095590Z xt_conntrack 16384 1 2024-08-22T20:28:33.7095950Z nft_chain_nat 16384 3 2024-08-22T20:28:33.7096344Z xt_MASQUERADE 20480 1 2024-08-22T20:28:33.7097063Z nf_nat 57344 3 xt_nat,nft_chain_nat,xt_MASQUERADE 2024-08-22T20:28:33.7097568Z nf_conntrack_netlink 57344 0 2024-08-22T20:28:33.7098157Z nf_conntrack 184320 5 xt_conntrack,nf_nat,xt_nat,nf_conntrack_netlink,xt_MASQUERADE 2024-08-22T20:28:33.7098809Z nf_defrag_ipv6 24576 1 nf_conntrack 2024-08-22T20:28:33.7099263Z nf_defrag_ipv4 16384 1 nf_conntrack 2024-08-22T20:28:33.7099678Z xfrm_user 57344 1 2024-08-22T20:28:33.7100059Z xfrm_algo 16384 1 xfrm_user 2024-08-22T20:28:33.7100468Z xt_addrtype 16384 2 2024-08-22T20:28:33.7100825Z nft_compat 20480 4 2024-08-22T20:28:33.7101276Z nf_tables 307200 57 nft_compat,nft_chain_nat 2024-08-22T20:28:33.7101871Z nfnetlink 20480 4 nft_compat,nf_conntrack_netlink,nf_tables 2024-08-22T20:28:33.7102391Z br_netfilter 36864 0 2024-08-22T20:28:33.7102793Z bridge 307200 1 br_netfilter 2024-08-22T20:28:33.7103219Z stp 16384 1 bridge 2024-08-22T20:28:33.7103628Z llc 16384 2 bridge,stp 2024-08-22T20:28:33.7104040Z overlay 167936 0 2024-08-22T20:28:33.7104397Z tls 114688 0 2024-08-22T20:28:33.7104796Z nls_ascii 16384 1 2024-08-22T20:28:33.7105160Z nls_cp437 20480 1 2024-08-22T20:28:33.7105516Z vfat 24576 1 2024-08-22T20:28:33.7105866Z fat 86016 1 vfat 2024-08-22T20:28:33.7106357Z sunrpc 692224 1 2024-08-22T20:28:33.7106711Z ena 167936 0 2024-08-22T20:28:33.7107067Z ghash_clmulni_intel 16384 0 2024-08-22T20:28:33.7107580Z ptp 36864 1 ena 2024-08-22T20:28:33.7108016Z pps_core 24576 1 ptp 2024-08-22T20:28:33.7108494Z aesni_intel 393216 0 2024-08-22T20:28:33.7108933Z i8042 45056 0 2024-08-22T20:28:33.7109406Z serio 28672 3 i8042 2024-08-22T20:28:33.7109950Z crypto_simd 16384 1 aesni_intel 2024-08-22T20:28:33.7110611Z cryptd 28672 2 crypto_simd,ghash_clmulni_intel 2024-08-22T20:28:33.7111230Z button 24576 0 2024-08-22T20:28:33.7111597Z sch_fq_codel 20480 17 2024-08-22T20:28:33.7111966Z dm_mod 188416 0 2024-08-22T20:28:33.7112318Z fuse 163840 1 2024-08-22T20:28:33.7112675Z dax 45056 1 dm_mod 2024-08-22T20:28:33.7113067Z configfs 57344 1 2024-08-22T20:28:33.7113429Z loop 36864 0 2024-08-22T20:28:33.7113776Z dmi_sysfs 20480 0 2024-08-22T20:28:33.7114147Z crc32_pclmul 16384 0 2024-08-22T20:28:33.7114505Z crc32c_intel 24576 0 2024-08-22T20:28:33.7114859Z efivarfs 24576 1 2024-08-22T20:28:33.7115211Z + modinfo nvidia 2024-08-22T20:28:33.7115904Z filename: /lib/modules/6.1.94-99.176.amzn2023.x86_64/kernel/drivers/video/nvidia.ko 2024-08-22T20:28:33.7116582Z alias: char-major-195-* 2024-08-22T20:28:33.7117105Z version: 550.54.15 2024-08-22T20:28:33.7117516Z supported: external 2024-08-22T20:28:33.7117847Z license: NVIDIA 2024-08-22T20:28:33.7118209Z firmware: nvidia/550.54.15/gsp_tu10x.bin 2024-08-22T20:28:33.7118678Z firmware: nvidia/550.54.15/gsp_ga10x.bin 2024-08-22T20:28:33.7119120Z srcversion: 833721318DA517F0C2FEC97 2024-08-22T20:28:33.7119567Z alias: pci:v000010DEd*sv*sd*bc06sc80i00* 2024-08-22T20:28:33.7120054Z alias: pci:v000010DEd*sv*sd*bc03sc02i00* 2024-08-22T20:28:33.7120531Z alias: pci:v000010DEd*sv*sd*bc03sc00i00* 2024-08-22T20:28:33.7121013Z depends: i2c-core,drm 2024-08-22T20:28:33.7121363Z retpoline: Y 2024-08-22T20:28:33.7121662Z name: nvidia 2024-08-22T20:28:33.7122249Z vermagic: 6.1.94-99.176.amzn2023.x86_64 SMP preempt mod_unload modversions 2024-08-22T20:28:33.7122929Z parm: NvSwitchRegDwords:NvSwitch regkey (charp) 2024-08-22T20:28:33.7123673Z parm: NvSwitchBlacklist:NvSwitchBlacklist=uuid[,uuid...] (charp) 2024-08-22T20:28:33.7124245Z parm: NVreg_ResmanDebugLevel:int 2024-08-22T20:28:33.7124677Z parm: NVreg_RmLogonRC:int 2024-08-22T20:28:33.7125100Z parm: NVreg_ModifyDeviceFiles:int 2024-08-22T20:28:33.7125535Z parm: NVreg_DeviceFileUID:int 2024-08-22T20:28:33.7125955Z parm: NVreg_DeviceFileGID:int 2024-08-22T20:28:33.7126379Z parm: NVreg_DeviceFileMode:int 2024-08-22T20:28:33.7126885Z parm: NVreg_InitializeSystemMemoryAllocations:int 2024-08-22T20:28:33.7127436Z parm: NVreg_UsePageAttributeTable:int 2024-08-22T20:28:33.7127910Z parm: NVreg_EnablePCIeGen3:int 2024-08-22T20:28:33.7128322Z parm: NVreg_EnableMSI:int 2024-08-22T20:28:33.7128727Z parm: NVreg_TCEBypassMode:int 2024-08-22T20:28:33.7129171Z parm: NVreg_EnableStreamMemOPs:int 2024-08-22T20:28:33.7129941Z parm: NVreg_RestrictProfilingToAdminUsers:int 2024-08-22T20:28:33.7130609Z parm: NVreg_PreserveVideoMemoryAllocations:int 2024-08-22T20:28:33.7131213Z parm: NVreg_EnableS0ixPowerManagement:int 2024-08-22T20:28:33.7131983Z parm: NVreg_S0ixPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:33.7132663Z parm: NVreg_DynamicPowerManagement:int 2024-08-22T20:28:33.7133325Z parm: NVreg_DynamicPowerManagementVideoMemoryThreshold:int 2024-08-22T20:28:33.7134077Z parm: NVreg_EnableGpuFirmware:int 2024-08-22T20:28:33.7134663Z parm: NVreg_EnableGpuFirmwareLogs:int 2024-08-22T20:28:33.7135280Z parm: NVreg_OpenRmEnableUnsupportedGpus:int 2024-08-22T20:28:33.7136118Z parm: NVreg_EnableUserNUMAManagement:int 2024-08-22T20:28:33.7136697Z parm: NVreg_MemoryPoolSize:int 2024-08-22T20:28:33.7137297Z parm: NVreg_KMallocHeapMaxSize:int 2024-08-22T20:28:33.7137880Z parm: NVreg_VMallocHeapMaxSize:int 2024-08-22T20:28:33.7138435Z parm: NVreg_IgnoreMMIOCheck:int 2024-08-22T20:28:33.7138999Z parm: NVreg_NvLinkDisable:int 2024-08-22T20:28:33.7139600Z parm: NVreg_EnablePCIERelaxedOrderingMode:int 2024-08-22T20:28:33.7140215Z parm: NVreg_RegisterPCIDriver:int 2024-08-22T20:28:33.7140803Z parm: NVreg_EnableResizableBar:int 2024-08-22T20:28:33.7141392Z parm: NVreg_EnableDbgBreakpoint:int 2024-08-22T20:28:33.7141973Z parm: NVreg_EnableNonblockingOpen:int 2024-08-22T20:28:33.7142575Z parm: NVreg_RegistryDwords:charp 2024-08-22T20:28:33.7143257Z parm: NVreg_RegistryDwordsPerDevice:charp 2024-08-22T20:28:33.7143850Z parm: NVreg_RmMsg:charp 2024-08-22T20:28:33.7144771Z parm: NVreg_GpuBlacklist:charp 2024-08-22T20:28:33.7145365Z parm: NVreg_TemporaryFilePath:charp 2024-08-22T20:28:33.7145952Z parm: NVreg_ExcludedGpus:charp 2024-08-22T20:28:33.7146618Z parm: NVreg_DmaRemapPeerMmio:int 2024-08-22T20:28:33.7147197Z parm: NVreg_RmNvlinkBandwidth:charp 2024-08-22T20:28:33.7147787Z parm: NVreg_ImexChannelCount:int 2024-08-22T20:28:33.7148329Z parm: rm_firmware_active:charp 2024-08-22T20:28:33.7148827Z + set +e 2024-08-22T20:28:33.7149280Z + nvidia-smi 2024-08-22T20:28:33.7323884Z Thu Aug 22 20:28:33 2024 2024-08-22T20:28:33.7324754Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:33.7325698Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:33.7326711Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:33.7327631Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:33.7328582Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:33.7329405Z | | | MIG M. | 2024-08-22T20:28:33.7330239Z |=========================================+========================+======================| 2024-08-22T20:28:33.7531278Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:33.7532292Z | 0% 27C P8 15W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:33.7533013Z | | | N/A | 2024-08-22T20:28:33.7533887Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:33.7536394Z 2024-08-22T20:28:33.7537296Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:33.7538017Z | Processes: | 2024-08-22T20:28:33.7538890Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:33.7539633Z | ID ID Usage | 2024-08-22T20:28:33.7540277Z |=========================================================================================| 2024-08-22T20:28:33.7543374Z | No running processes found | 2024-08-22T20:28:33.7544466Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:34.0593728Z + nvidia-smi --query-gpu=gpu_name --format=csv,noheader --id=0 2024-08-22T20:28:34.0783201Z NVIDIA A10G 2024-08-22T20:28:34.0845660Z + NVIDIA_SMI_STATUS=0 2024-08-22T20:28:34.0846366Z + '[' 0 -eq 0 ']' 2024-08-22T20:28:34.0846828Z + echo 'INFO: Ignoring allowed status 0' 2024-08-22T20:28:34.0847356Z + set -e 2024-08-22T20:28:34.0847789Z INFO: Ignoring allowed status 0 2024-08-22T20:28:34.0856467Z == Installing nvidia container toolkit for amzn2023 == 2024-08-22T20:28:34.0859761Z + sudo yum install -y yum-utils 2024-08-22T20:28:34.4964728Z Last metadata expiration check: 0:58:06 ago on Thu Aug 22 19:30:28 2024. 2024-08-22T20:28:34.5183064Z Package dnf-utils-4.3.0-13.amzn2023.0.4.noarch is already installed. 2024-08-22T20:28:34.5483723Z Dependencies resolved. 2024-08-22T20:28:34.5606954Z Nothing to do. 2024-08-22T20:28:34.5607390Z Complete! 2024-08-22T20:28:34.5977840Z + [[ amzn2023 == \a\m\z\n\2\0\2\3 ]] 2024-08-22T20:28:34.5979158Z + YUM_REPO_URL=https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:34.5980553Z + sudo yum-config-manager --add-repo https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:34.8474465Z Adding repo from: https://nvidia.github.io/libnvidia-container/stable/rpm/nvidia-container-toolkit.repo 2024-08-22T20:28:34.9122155Z + sudo yum install -y nvidia-docker2 2024-08-22T20:28:35.4110038Z nvidia-container-toolkit 11 kB/s | 833 B 00:00 2024-08-22T20:28:35.4327657Z Package nvidia-docker2-2.14.0-1.noarch is already installed. 2024-08-22T20:28:35.4620886Z Dependencies resolved. 2024-08-22T20:28:35.4745679Z Nothing to do. 2024-08-22T20:28:35.4746748Z Complete! 2024-08-22T20:28:35.5121999Z + sudo systemctl restart docker 2024-08-22T20:28:37.8619851Z nvidia-persistenced failed to initialize. Check syslog for more details. 2024-08-22T20:28:37.8859142Z Thu Aug 22 20:28:37 2024 2024-08-22T20:28:37.8860248Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:37.8861419Z | NVIDIA-SMI 550.54.15 Driver Version: 550.54.15 CUDA Version: 12.4 | 2024-08-22T20:28:37.8862341Z |-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:37.8863237Z | GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC | 2024-08-22T20:28:37.8864493Z | Fan Temp Perf Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. | 2024-08-22T20:28:37.8865313Z | | | MIG M. | 2024-08-22T20:28:37.8866085Z |=========================================+========================+======================| 2024-08-22T20:28:37.9046577Z | 0 NVIDIA A10G On | 00000000:00:1E.0 Off | 0 | 2024-08-22T20:28:37.9047498Z | 0% 27C P8 16W / 300W | 0MiB / 23028MiB | 0% Default | 2024-08-22T20:28:37.9048240Z | | | N/A | 2024-08-22T20:28:37.9049112Z +-----------------------------------------+------------------------+----------------------+ 2024-08-22T20:28:37.9050322Z 2024-08-22T20:28:37.9051232Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:37.9052027Z | Processes: | 2024-08-22T20:28:37.9052839Z | GPU GI CI PID Type Process name GPU Memory | 2024-08-22T20:28:37.9053571Z | ID ID Usage | 2024-08-22T20:28:37.9054280Z |=========================================================================================| 2024-08-22T20:28:37.9056315Z | No running processes found | 2024-08-22T20:28:37.9057238Z +-----------------------------------------------------------------------------------------+ 2024-08-22T20:28:39.1037846Z Command completed after 1 attempt(s). 2024-08-22T20:28:39.1126427Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:39.1127266Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:28:39.1128022Z # shellcheck disable=SC2046 2024-08-22T20:28:39.1128600Z docker stop $(docker ps -q) || true 2024-08-22T20:28:39.1129156Z # Prune all of the docker images 2024-08-22T20:28:39.1129696Z docker system prune -af 2024-08-22T20:28:39.1141424Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:39.1142092Z env: 2024-08-22T20:28:39.1142466Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:39.1143003Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:39.1143537Z PR_NUMBER: 1044 2024-08-22T20:28:39.1146263Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:39.1148674Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:39.1149719Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:39.1150523Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:39.1151187Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:39.1151845Z ##[endgroup] 2024-08-22T20:28:39.1468181Z "docker stop" requires at least 1 argument. 2024-08-22T20:28:39.1469120Z See 'docker stop --help'. 2024-08-22T20:28:39.1469451Z 2024-08-22T20:28:39.1469701Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-08-22T20:28:39.1470147Z 2024-08-22T20:28:39.1470324Z Stop one or more running containers 2024-08-22T20:28:39.1642104Z Total reclaimed space: 0B 2024-08-22T20:28:39.1722021Z ##[group]Run ./test-infra/.github/actions/setup-ssh 2024-08-22T20:28:39.1722565Z with: 2024-08-22T20:28:39.1723115Z github-secret: *** 2024-08-22T20:28:39.1724182Z instructions: All testing is done inside the container, to start an interactive session run: docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:39.1725232Z activate-with-label: false 2024-08-22T20:28:39.1725681Z label: with-ssh 2024-08-22T20:28:39.1726182Z remove-existing-keys: true 2024-08-22T20:28:39.1726596Z fail-silently: true 2024-08-22T20:28:39.1726998Z env: 2024-08-22T20:28:39.1727483Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:39.1727990Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:39.1728452Z PR_NUMBER: 1044 2024-08-22T20:28:39.1730748Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:39.1733104Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:39.1733989Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:39.1734791Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:39.1735486Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:39.1736077Z ##[endgroup] 2024-08-22T20:28:39.2564922Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-08-22T20:28:39.5828415Z Grabbing public ssh keys from https://github.com/kwen2501.keys 2024-08-22T20:28:39.6533508Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-08-22T20:28:39.6548281Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-08-22T20:28:39.6574616Z Login using: ssh ec2-user@ec2-18-208-134-153.compute-1.amazonaws.com 2024-08-22T20:28:39.6575776Z All testing is done inside the container, to start an interactive session run: 2024-08-22T20:28:39.6576688Z docker exec -it $(docker container ps --format '{{.ID}}') bash 2024-08-22T20:28:39.6712403Z ##[group]Run actions/checkout@v3 2024-08-22T20:28:39.6712844Z with: 2024-08-22T20:28:39.6713275Z repository: pytorch/torchchat 2024-08-22T20:28:39.6713801Z ref: refs/pull/1044/merge 2024-08-22T20:28:39.6714206Z path: pytorch/torchchat 2024-08-22T20:28:39.6714652Z fetch-depth: 1 2024-08-22T20:28:39.6715202Z token: *** 2024-08-22T20:28:39.6715548Z ssh-strict: true 2024-08-22T20:28:39.6715983Z persist-credentials: true 2024-08-22T20:28:39.6716479Z clean: true 2024-08-22T20:28:39.6716846Z sparse-checkout-cone-mode: true 2024-08-22T20:28:39.6717343Z fetch-tags: false 2024-08-22T20:28:39.6717782Z lfs: false 2024-08-22T20:28:39.6718167Z set-safe-directory: true 2024-08-22T20:28:39.6718603Z env: 2024-08-22T20:28:39.6719050Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:39.6719558Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:39.6720034Z PR_NUMBER: 1044 2024-08-22T20:28:39.6722326Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:39.6724670Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:39.6725578Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:39.6726408Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:39.6727105Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:39.6727676Z ##[endgroup] 2024-08-22T20:28:39.7622670Z Syncing repository: pytorch/torchchat 2024-08-22T20:28:39.7632632Z ##[group]Getting Git version info 2024-08-22T20:28:39.7633580Z Working directory is '/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat' 2024-08-22T20:28:39.7654735Z [command]/usr/bin/git version 2024-08-22T20:28:39.7702508Z git version 2.40.1 2024-08-22T20:28:39.7724083Z ##[endgroup] 2024-08-22T20:28:39.7737989Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/df14d6e5-488b-4712-b124-764fa58c1a5a' before making global git config changes 2024-08-22T20:28:39.7739247Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:28:39.7742437Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:39.7788336Z ##[group]Initializing the repository 2024-08-22T20:28:39.7791519Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat 2024-08-22T20:28:39.7837131Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-08-22T20:28:39.7838093Z hint: is subject to change. To configure the initial branch name to use in all 2024-08-22T20:28:39.7839094Z hint: of your new repositories, which will suppress this warning, call: 2024-08-22T20:28:39.7839737Z hint: 2024-08-22T20:28:39.7840215Z hint: git config --global init.defaultBranch 2024-08-22T20:28:39.7840838Z hint: 2024-08-22T20:28:39.7841437Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-08-22T20:28:39.7842322Z hint: 'development'. The just-created branch can be renamed via this command: 2024-08-22T20:28:39.7843270Z hint: 2024-08-22T20:28:39.7843760Z hint: git branch -m 2024-08-22T20:28:39.7845001Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat/.git/ 2024-08-22T20:28:39.7851986Z [command]/usr/bin/git remote add origin https://github.com/pytorch/torchchat 2024-08-22T20:28:39.7895602Z ##[endgroup] 2024-08-22T20:28:39.7896475Z ##[group]Disabling automatic garbage collection 2024-08-22T20:28:39.7898260Z [command]/usr/bin/git config --local gc.auto 0 2024-08-22T20:28:39.7940418Z ##[endgroup] 2024-08-22T20:28:39.7941062Z ##[group]Setting up auth 2024-08-22T20:28:39.7946118Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:28:39.7989622Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:28:39.8341263Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:28:39.8385623Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:28:39.8737526Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-08-22T20:28:39.8793966Z ##[endgroup] 2024-08-22T20:28:39.8794746Z ##[group]Fetching the repository 2024-08-22T20:28:39.8801866Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --progress --no-recurse-submodules --depth=1 origin +refs/pull/1044/merge:refs/remotes/pull/1044/merge 2024-08-22T20:28:40.0633858Z remote: Enumerating objects: 237, done. 2024-08-22T20:28:40.0635178Z remote: Counting objects: 0% (1/237) 2024-08-22T20:28:40.0635930Z remote: Counting objects: 1% (3/237) 2024-08-22T20:28:40.0636700Z remote: Counting objects: 2% (5/237) 2024-08-22T20:28:40.0637415Z remote: Counting objects: 3% (8/237) 2024-08-22T20:28:40.0638081Z remote: Counting objects: 4% (10/237) 2024-08-22T20:28:40.0638748Z remote: Counting objects: 5% (12/237) 2024-08-22T20:28:40.0639559Z remote: Counting objects: 6% (15/237) 2024-08-22T20:28:40.0640296Z remote: Counting objects: 7% (17/237) 2024-08-22T20:28:40.0641285Z remote: Counting objects: 8% (19/237) 2024-08-22T20:28:40.0642080Z remote: Counting objects: 9% (22/237) 2024-08-22T20:28:40.0642854Z remote: Counting objects: 10% (24/237) 2024-08-22T20:28:40.0643396Z remote: Counting objects: 11% (27/237) 2024-08-22T20:28:40.0643995Z remote: Counting objects: 12% (29/237) 2024-08-22T20:28:40.0644960Z remote: Counting objects: 13% (31/237) 2024-08-22T20:28:40.0645492Z remote: Counting objects: 14% (34/237) 2024-08-22T20:28:40.0646083Z remote: Counting objects: 15% (36/237) 2024-08-22T20:28:40.0646723Z remote: Counting objects: 16% (38/237) 2024-08-22T20:28:40.0647267Z remote: Counting objects: 17% (41/237) 2024-08-22T20:28:40.0647829Z remote: Counting objects: 18% (43/237) 2024-08-22T20:28:40.0648434Z remote: Counting objects: 19% (46/237) 2024-08-22T20:28:40.0648979Z remote: Counting objects: 20% (48/237) 2024-08-22T20:28:40.0649536Z remote: Counting objects: 21% (50/237) 2024-08-22T20:28:40.0650144Z remote: Counting objects: 22% (53/237) 2024-08-22T20:28:40.0650690Z remote: Counting objects: 23% (55/237) 2024-08-22T20:28:40.0651244Z remote: Counting objects: 24% (57/237) 2024-08-22T20:28:40.0651898Z remote: Counting objects: 25% (60/237) 2024-08-22T20:28:40.0652438Z remote: Counting objects: 26% (62/237) 2024-08-22T20:28:40.0652996Z remote: Counting objects: 27% (64/237) 2024-08-22T20:28:40.0653620Z remote: Counting objects: 28% (67/237) 2024-08-22T20:28:40.0654358Z remote: Counting objects: 29% (69/237) 2024-08-22T20:28:40.0654921Z remote: Counting objects: 30% (72/237) 2024-08-22T20:28:40.0655622Z remote: Counting objects: 31% (74/237) 2024-08-22T20:28:40.0656183Z remote: Counting objects: 32% (76/237) 2024-08-22T20:28:40.0656711Z remote: Counting objects: 33% (79/237) 2024-08-22T20:28:40.0657344Z remote: Counting objects: 34% (81/237) 2024-08-22T20:28:40.0657909Z remote: Counting objects: 35% (83/237) 2024-08-22T20:28:40.0658698Z remote: Counting objects: 36% (86/237) 2024-08-22T20:28:40.0659320Z remote: Counting objects: 37% (88/237) 2024-08-22T20:28:40.0659884Z remote: Counting objects: 38% (91/237) 2024-08-22T20:28:40.0660467Z remote: Counting objects: 39% (93/237) 2024-08-22T20:28:40.0661041Z remote: Counting objects: 40% (95/237) 2024-08-22T20:28:40.0661605Z remote: Counting objects: 41% (98/237) 2024-08-22T20:28:40.0662203Z remote: Counting objects: 42% (100/237) 2024-08-22T20:28:40.0662805Z remote: Counting objects: 43% (102/237) 2024-08-22T20:28:40.0663401Z remote: Counting objects: 44% (105/237) 2024-08-22T20:28:40.0663979Z remote: Counting objects: 45% (107/237) 2024-08-22T20:28:40.0664562Z remote: Counting objects: 46% (110/237) 2024-08-22T20:28:40.0665163Z remote: Counting objects: 47% (112/237) 2024-08-22T20:28:40.0665915Z remote: Counting objects: 48% (114/237) 2024-08-22T20:28:40.0666519Z remote: Counting objects: 49% (117/237) 2024-08-22T20:28:40.0667111Z remote: Counting objects: 50% (119/237) 2024-08-22T20:28:40.0667683Z remote: Counting objects: 51% (121/237) 2024-08-22T20:28:40.0668267Z remote: Counting objects: 52% (124/237) 2024-08-22T20:28:40.0668861Z remote: Counting objects: 53% (126/237) 2024-08-22T20:28:40.0669429Z remote: Counting objects: 54% (128/237) 2024-08-22T20:28:40.0670017Z remote: Counting objects: 55% (131/237) 2024-08-22T20:28:40.0670638Z remote: Counting objects: 56% (133/237) 2024-08-22T20:28:40.0671206Z remote: Counting objects: 57% (136/237) 2024-08-22T20:28:40.0671817Z remote: Counting objects: 58% (138/237) 2024-08-22T20:28:40.0672389Z remote: Counting objects: 59% (140/237) 2024-08-22T20:28:40.0673013Z remote: Counting objects: 60% (143/237) 2024-08-22T20:28:40.0673653Z remote: Counting objects: 61% (145/237) 2024-08-22T20:28:40.0674194Z remote: Counting objects: 62% (147/237) 2024-08-22T20:28:40.0674763Z remote: Counting objects: 63% (150/237) 2024-08-22T20:28:40.0675409Z remote: Counting objects: 64% (152/237) 2024-08-22T20:28:40.0675945Z remote: Counting objects: 65% (155/237) 2024-08-22T20:28:40.0676516Z remote: Counting objects: 66% (157/237) 2024-08-22T20:28:40.0677153Z remote: Counting objects: 67% (159/237) 2024-08-22T20:28:40.0677691Z remote: Counting objects: 68% (162/237) 2024-08-22T20:28:40.0678279Z remote: Counting objects: 69% (164/237) 2024-08-22T20:28:40.0678902Z remote: Counting objects: 70% (166/237) 2024-08-22T20:28:40.0679492Z remote: Counting objects: 71% (169/237) 2024-08-22T20:28:40.0680081Z remote: Counting objects: 72% (171/237) 2024-08-22T20:28:40.0680698Z remote: Counting objects: 73% (174/237) 2024-08-22T20:28:40.0681231Z remote: Counting objects: 74% (176/237) 2024-08-22T20:28:40.0681824Z remote: Counting objects: 75% (178/237) 2024-08-22T20:28:40.0682438Z remote: Counting objects: 76% (181/237) 2024-08-22T20:28:40.0682972Z remote: Counting objects: 77% (183/237) 2024-08-22T20:28:40.0683563Z remote: Counting objects: 78% (185/237) 2024-08-22T20:28:40.0684171Z remote: Counting objects: 79% (188/237) 2024-08-22T20:28:40.0684707Z remote: Counting objects: 80% (190/237) 2024-08-22T20:28:40.0685297Z remote: Counting objects: 81% (192/237) 2024-08-22T20:28:40.0686003Z remote: Counting objects: 82% (195/237) 2024-08-22T20:28:40.0686614Z remote: Counting objects: 83% (197/237) 2024-08-22T20:28:40.0687182Z remote: Counting objects: 84% (200/237) 2024-08-22T20:28:40.0687797Z remote: Counting objects: 85% (202/237) 2024-08-22T20:28:40.0688382Z remote: Counting objects: 86% (204/237) 2024-08-22T20:28:40.0688915Z remote: Counting objects: 87% (207/237) 2024-08-22T20:28:40.0689640Z remote: Counting objects: 88% (209/237) 2024-08-22T20:28:40.0690217Z remote: Counting objects: 89% (211/237) 2024-08-22T20:28:40.0690753Z remote: Counting objects: 90% (214/237) 2024-08-22T20:28:40.0691390Z remote: Counting objects: 91% (216/237) 2024-08-22T20:28:40.0691957Z remote: Counting objects: 92% (219/237) 2024-08-22T20:28:40.0692490Z remote: Counting objects: 93% (221/237) 2024-08-22T20:28:40.0693176Z remote: Counting objects: 94% (223/237) 2024-08-22T20:28:40.0693750Z remote: Counting objects: 95% (226/237) 2024-08-22T20:28:40.0694283Z remote: Counting objects: 96% (228/237) 2024-08-22T20:28:40.0694915Z remote: Counting objects: 97% (230/237) 2024-08-22T20:28:40.0695485Z remote: Counting objects: 98% (233/237) 2024-08-22T20:28:40.0696019Z remote: Counting objects: 99% (235/237) 2024-08-22T20:28:40.0696652Z remote: Counting objects: 100% (237/237) 2024-08-22T20:28:40.0697265Z remote: Counting objects: 100% (237/237), done. 2024-08-22T20:28:40.0697878Z remote: Compressing objects: 0% (1/193) 2024-08-22T20:28:40.0698525Z remote: Compressing objects: 1% (2/193) 2024-08-22T20:28:40.0699116Z remote: Compressing objects: 2% (4/193) 2024-08-22T20:28:40.0699687Z remote: Compressing objects: 3% (6/193) 2024-08-22T20:28:40.0700381Z remote: Compressing objects: 4% (8/193) 2024-08-22T20:28:40.0700977Z remote: Compressing objects: 5% (10/193) 2024-08-22T20:28:40.0701657Z remote: Compressing objects: 6% (12/193) 2024-08-22T20:28:40.0702253Z remote: Compressing objects: 7% (14/193) 2024-08-22T20:28:40.0702852Z remote: Compressing objects: 8% (16/193) 2024-08-22T20:28:40.0703536Z remote: Compressing objects: 9% (18/193) 2024-08-22T20:28:40.0704109Z remote: Compressing objects: 10% (20/193) 2024-08-22T20:28:40.0704731Z remote: Compressing objects: 11% (22/193) 2024-08-22T20:28:40.0705383Z remote: Compressing objects: 12% (24/193) 2024-08-22T20:28:40.0706020Z remote: Compressing objects: 13% (26/193) 2024-08-22T20:28:40.0706636Z remote: Compressing objects: 14% (28/193) 2024-08-22T20:28:40.0707331Z remote: Compressing objects: 15% (29/193) 2024-08-22T20:28:40.0707896Z remote: Compressing objects: 16% (31/193) 2024-08-22T20:28:40.0716909Z remote: Compressing objects: 17% (33/193) 2024-08-22T20:28:40.0732195Z remote: Compressing objects: 18% (35/193) 2024-08-22T20:28:40.0735694Z remote: Compressing objects: 19% (37/193) 2024-08-22T20:28:40.0738365Z remote: Compressing objects: 20% (39/193) 2024-08-22T20:28:40.0742640Z remote: Compressing objects: 21% (41/193) 2024-08-22T20:28:40.0746310Z remote: Compressing objects: 22% (43/193) 2024-08-22T20:28:40.0746894Z remote: Compressing objects: 23% (45/193) 2024-08-22T20:28:40.0747949Z remote: Compressing objects: 24% (47/193) 2024-08-22T20:28:40.0749092Z remote: Compressing objects: 25% (49/193) 2024-08-22T20:28:40.0750318Z remote: Compressing objects: 26% (51/193) 2024-08-22T20:28:40.0751579Z remote: Compressing objects: 27% (53/193) 2024-08-22T20:28:40.0752201Z remote: Compressing objects: 28% (55/193) 2024-08-22T20:28:40.0756828Z remote: Compressing objects: 29% (56/193) 2024-08-22T20:28:40.0762140Z remote: Compressing objects: 30% (58/193) 2024-08-22T20:28:40.0763115Z remote: Compressing objects: 31% (60/193) 2024-08-22T20:28:40.0763871Z remote: Compressing objects: 32% (62/193) 2024-08-22T20:28:40.0764672Z remote: Compressing objects: 33% (64/193) 2024-08-22T20:28:40.0765240Z remote: Compressing objects: 34% (66/193) 2024-08-22T20:28:40.0765829Z remote: Compressing objects: 35% (68/193) 2024-08-22T20:28:40.0766491Z remote: Compressing objects: 36% (70/193) 2024-08-22T20:28:40.0767049Z remote: Compressing objects: 37% (72/193) 2024-08-22T20:28:40.0767930Z remote: Compressing objects: 38% (74/193) 2024-08-22T20:28:40.0768802Z remote: Compressing objects: 39% (76/193) 2024-08-22T20:28:40.0769415Z remote: Compressing objects: 40% (78/193) 2024-08-22T20:28:40.0770037Z remote: Compressing objects: 41% (80/193) 2024-08-22T20:28:40.0770934Z remote: Compressing objects: 42% (82/193) 2024-08-22T20:28:40.0771644Z remote: Compressing objects: 43% (83/193) 2024-08-22T20:28:40.0772238Z remote: Compressing objects: 44% (85/193) 2024-08-22T20:28:40.0772890Z remote: Compressing objects: 45% (87/193) 2024-08-22T20:28:40.0774100Z remote: Compressing objects: 46% (89/193) 2024-08-22T20:28:40.0775079Z remote: Compressing objects: 47% (91/193) 2024-08-22T20:28:40.0775986Z remote: Compressing objects: 48% (93/193) 2024-08-22T20:28:40.0776706Z remote: Compressing objects: 49% (95/193) 2024-08-22T20:28:40.0777379Z remote: Compressing objects: 50% (97/193) 2024-08-22T20:28:40.0778094Z remote: Compressing objects: 51% (99/193) 2024-08-22T20:28:40.0778764Z remote: Compressing objects: 52% (101/193) 2024-08-22T20:28:40.0779535Z remote: Compressing objects: 53% (103/193) 2024-08-22T20:28:40.0780452Z remote: Compressing objects: 54% (105/193) 2024-08-22T20:28:40.0781189Z remote: Compressing objects: 55% (107/193) 2024-08-22T20:28:40.0781941Z remote: Compressing objects: 56% (109/193) 2024-08-22T20:28:40.0782789Z remote: Compressing objects: 57% (111/193) 2024-08-22T20:28:40.0783588Z remote: Compressing objects: 58% (112/193) 2024-08-22T20:28:40.0784292Z remote: Compressing objects: 59% (114/193) 2024-08-22T20:28:40.0785067Z remote: Compressing objects: 60% (116/193) 2024-08-22T20:28:40.0785882Z remote: Compressing objects: 61% (118/193) 2024-08-22T20:28:40.0786597Z remote: Compressing objects: 62% (120/193) 2024-08-22T20:28:40.0787471Z remote: Compressing objects: 63% (122/193) 2024-08-22T20:28:40.0790535Z remote: Compressing objects: 64% (124/193) 2024-08-22T20:28:40.0791590Z remote: Compressing objects: 65% (126/193) 2024-08-22T20:28:40.0792755Z remote: Compressing objects: 66% (128/193) 2024-08-22T20:28:40.0793953Z remote: Compressing objects: 67% (130/193) 2024-08-22T20:28:40.0795265Z remote: Compressing objects: 68% (132/193) 2024-08-22T20:28:40.0797849Z remote: Compressing objects: 69% (134/193) 2024-08-22T20:28:40.0801583Z remote: Compressing objects: 70% (136/193) 2024-08-22T20:28:40.0805097Z remote: Compressing objects: 71% (138/193) 2024-08-22T20:28:40.0806118Z remote: Compressing objects: 72% (139/193) 2024-08-22T20:28:40.0806941Z remote: Compressing objects: 73% (141/193) 2024-08-22T20:28:40.0809493Z remote: Compressing objects: 74% (143/193) 2024-08-22T20:28:40.0810317Z remote: Compressing objects: 75% (145/193) 2024-08-22T20:28:40.0811794Z remote: Compressing objects: 76% (147/193) 2024-08-22T20:28:40.0812611Z remote: Compressing objects: 77% (149/193) 2024-08-22T20:28:40.0819558Z remote: Compressing objects: 78% (151/193) 2024-08-22T20:28:40.0820656Z remote: Compressing objects: 79% (153/193) 2024-08-22T20:28:40.0821818Z remote: Compressing objects: 80% (155/193) 2024-08-22T20:28:40.0822552Z remote: Compressing objects: 81% (157/193) 2024-08-22T20:28:40.0823485Z remote: Compressing objects: 82% (159/193) 2024-08-22T20:28:40.0824362Z remote: Compressing objects: 83% (161/193) 2024-08-22T20:28:40.0825116Z remote: Compressing objects: 84% (163/193) 2024-08-22T20:28:40.0826111Z remote: Compressing objects: 85% (165/193) 2024-08-22T20:28:40.0827015Z remote: Compressing objects: 86% (166/193) 2024-08-22T20:28:40.0827627Z remote: Compressing objects: 87% (168/193) 2024-08-22T20:28:40.0828389Z remote: Compressing objects: 88% (170/193) 2024-08-22T20:28:40.0829060Z remote: Compressing objects: 89% (172/193) 2024-08-22T20:28:40.0829633Z remote: Compressing objects: 90% (174/193) 2024-08-22T20:28:40.0830260Z remote: Compressing objects: 91% (176/193) 2024-08-22T20:28:40.0830909Z remote: Compressing objects: 92% (178/193) 2024-08-22T20:28:40.0831533Z remote: Compressing objects: 93% (180/193) 2024-08-22T20:28:40.0832097Z remote: Compressing objects: 94% (182/193) 2024-08-22T20:28:40.0832760Z remote: Compressing objects: 95% (184/193) 2024-08-22T20:28:40.0833436Z remote: Compressing objects: 96% (186/193) 2024-08-22T20:28:40.0834074Z remote: Compressing objects: 97% (188/193) 2024-08-22T20:28:40.0834770Z remote: Compressing objects: 98% (190/193) 2024-08-22T20:28:40.0835449Z remote: Compressing objects: 99% (192/193) 2024-08-22T20:28:40.0836013Z remote: Compressing objects: 100% (193/193) 2024-08-22T20:28:40.0836716Z remote: Compressing objects: 100% (193/193), done. 2024-08-22T20:28:40.0853077Z Receiving objects: 0% (1/237) 2024-08-22T20:28:40.0853659Z Receiving objects: 1% (3/237) 2024-08-22T20:28:40.0854407Z Receiving objects: 2% (5/237) 2024-08-22T20:28:40.0855309Z Receiving objects: 3% (8/237) 2024-08-22T20:28:40.0857612Z Receiving objects: 4% (10/237) 2024-08-22T20:28:40.0858662Z Receiving objects: 5% (12/237) 2024-08-22T20:28:40.0859277Z Receiving objects: 6% (15/237) 2024-08-22T20:28:40.0859979Z Receiving objects: 7% (17/237) 2024-08-22T20:28:40.0860575Z Receiving objects: 8% (19/237) 2024-08-22T20:28:40.0863103Z Receiving objects: 9% (22/237) 2024-08-22T20:28:40.0864063Z Receiving objects: 10% (24/237) 2024-08-22T20:28:40.0864636Z Receiving objects: 11% (27/237) 2024-08-22T20:28:40.0865268Z Receiving objects: 12% (29/237) 2024-08-22T20:28:40.0865897Z Receiving objects: 13% (31/237) 2024-08-22T20:28:40.0867567Z Receiving objects: 14% (34/237) 2024-08-22T20:28:40.0868243Z Receiving objects: 15% (36/237) 2024-08-22T20:28:40.0872037Z Receiving objects: 16% (38/237) 2024-08-22T20:28:40.0872696Z Receiving objects: 17% (41/237) 2024-08-22T20:28:40.0873333Z Receiving objects: 18% (43/237) 2024-08-22T20:28:40.0874023Z Receiving objects: 19% (46/237) 2024-08-22T20:28:40.0874665Z Receiving objects: 20% (48/237) 2024-08-22T20:28:40.0875199Z Receiving objects: 21% (50/237) 2024-08-22T20:28:40.0875827Z Receiving objects: 22% (53/237) 2024-08-22T20:28:40.0876484Z Receiving objects: 23% (55/237) 2024-08-22T20:28:40.0877053Z Receiving objects: 24% (57/237) 2024-08-22T20:28:40.0877739Z Receiving objects: 25% (60/237) 2024-08-22T20:28:40.0878399Z Receiving objects: 26% (62/237) 2024-08-22T20:28:40.0878970Z Receiving objects: 27% (64/237) 2024-08-22T20:28:40.0879641Z Receiving objects: 28% (67/237) 2024-08-22T20:28:40.0880221Z Receiving objects: 29% (69/237) 2024-08-22T20:28:40.0880867Z Receiving objects: 30% (72/237) 2024-08-22T20:28:40.0881565Z Receiving objects: 31% (74/237) 2024-08-22T20:28:40.0882211Z Receiving objects: 32% (76/237) 2024-08-22T20:28:40.0882766Z Receiving objects: 33% (79/237) 2024-08-22T20:28:40.0883522Z Receiving objects: 34% (81/237) 2024-08-22T20:28:40.0884135Z Receiving objects: 35% (83/237) 2024-08-22T20:28:40.0884688Z Receiving objects: 36% (86/237) 2024-08-22T20:28:40.0885333Z Receiving objects: 37% (88/237) 2024-08-22T20:28:40.0885866Z Receiving objects: 38% (91/237) 2024-08-22T20:28:40.0886298Z Receiving objects: 39% (93/237) 2024-08-22T20:28:40.0887024Z Receiving objects: 40% (95/237) 2024-08-22T20:28:40.0887549Z Receiving objects: 41% (98/237) 2024-08-22T20:28:40.0887986Z Receiving objects: 42% (100/237) 2024-08-22T20:28:40.0888547Z Receiving objects: 43% (102/237) 2024-08-22T20:28:40.0889039Z Receiving objects: 44% (105/237) 2024-08-22T20:28:40.0889507Z Receiving objects: 45% (107/237) 2024-08-22T20:28:40.0890033Z Receiving objects: 46% (110/237) 2024-08-22T20:28:40.0890504Z Receiving objects: 47% (112/237) 2024-08-22T20:28:40.0891108Z Receiving objects: 48% (114/237) 2024-08-22T20:28:40.0891638Z Receiving objects: 49% (117/237) 2024-08-22T20:28:40.0893522Z Receiving objects: 50% (119/237) 2024-08-22T20:28:40.0895006Z Receiving objects: 51% (121/237) 2024-08-22T20:28:40.0896521Z Receiving objects: 52% (124/237) 2024-08-22T20:28:40.0928491Z Receiving objects: 53% (126/237) 2024-08-22T20:28:40.0928984Z Receiving objects: 54% (128/237) 2024-08-22T20:28:40.0930400Z Receiving objects: 55% (131/237) 2024-08-22T20:28:40.0932859Z Receiving objects: 56% (133/237) 2024-08-22T20:28:40.0933543Z Receiving objects: 57% (136/237) 2024-08-22T20:28:40.0933990Z Receiving objects: 58% (138/237) 2024-08-22T20:28:40.0934502Z Receiving objects: 59% (140/237) 2024-08-22T20:28:40.0935025Z Receiving objects: 60% (143/237) 2024-08-22T20:28:40.0935465Z Receiving objects: 61% (145/237) 2024-08-22T20:28:40.0935983Z Receiving objects: 62% (147/237) 2024-08-22T20:28:40.0936528Z Receiving objects: 63% (150/237) 2024-08-22T20:28:40.0937466Z Receiving objects: 64% (152/237) 2024-08-22T20:28:40.0939247Z Receiving objects: 65% (155/237) 2024-08-22T20:28:40.0939943Z Receiving objects: 66% (157/237) 2024-08-22T20:28:40.0940568Z Receiving objects: 67% (159/237) 2024-08-22T20:28:40.0941230Z Receiving objects: 68% (162/237) 2024-08-22T20:28:40.0941850Z Receiving objects: 69% (164/237) 2024-08-22T20:28:40.0942346Z Receiving objects: 70% (166/237) 2024-08-22T20:28:40.0943108Z Receiving objects: 71% (169/237) 2024-08-22T20:28:40.0943664Z Receiving objects: 72% (171/237) 2024-08-22T20:28:40.0944627Z Receiving objects: 73% (174/237) 2024-08-22T20:28:40.0945078Z Receiving objects: 74% (176/237) 2024-08-22T20:28:40.0948316Z Receiving objects: 75% (178/237) 2024-08-22T20:28:40.0949127Z Receiving objects: 76% (181/237) 2024-08-22T20:28:40.0949806Z Receiving objects: 77% (183/237) 2024-08-22T20:28:40.0950361Z Receiving objects: 78% (185/237) 2024-08-22T20:28:40.0951617Z Receiving objects: 79% (188/237) 2024-08-22T20:28:40.0953617Z Receiving objects: 80% (190/237) 2024-08-22T20:28:40.0955345Z Receiving objects: 81% (192/237) 2024-08-22T20:28:40.0956163Z Receiving objects: 82% (195/237) 2024-08-22T20:28:40.0959818Z Receiving objects: 83% (197/237) 2024-08-22T20:28:40.0960873Z remote: Total 237 (delta 16), reused 151 (delta 7), pack-reused 0 (from 0) 2024-08-22T20:28:40.0961683Z Receiving objects: 84% (200/237) 2024-08-22T20:28:40.0963690Z Receiving objects: 85% (202/237) 2024-08-22T20:28:40.0964326Z Receiving objects: 86% (204/237) 2024-08-22T20:28:40.0965049Z Receiving objects: 87% (207/237) 2024-08-22T20:28:40.0965534Z Receiving objects: 88% (209/237) 2024-08-22T20:28:40.0969124Z Receiving objects: 89% (211/237) 2024-08-22T20:28:40.0969608Z Receiving objects: 90% (214/237) 2024-08-22T20:28:40.0970637Z Receiving objects: 91% (216/237) 2024-08-22T20:28:40.0971213Z Receiving objects: 92% (219/237) 2024-08-22T20:28:40.0972278Z Receiving objects: 93% (221/237) 2024-08-22T20:28:40.0973159Z Receiving objects: 94% (223/237) 2024-08-22T20:28:40.0973728Z Receiving objects: 95% (226/237) 2024-08-22T20:28:40.0976068Z Receiving objects: 96% (228/237) 2024-08-22T20:28:40.0976923Z Receiving objects: 97% (230/237) 2024-08-22T20:28:40.0977650Z Receiving objects: 98% (233/237) 2024-08-22T20:28:40.0978271Z Receiving objects: 99% (235/237) 2024-08-22T20:28:40.0978867Z Receiving objects: 100% (237/237) 2024-08-22T20:28:40.0979471Z Receiving objects: 100% (237/237), 488.09 KiB | 40.67 MiB/s, done. 2024-08-22T20:28:40.0984073Z Resolving deltas: 0% (0/16) 2024-08-22T20:28:40.0985139Z Resolving deltas: 6% (1/16) 2024-08-22T20:28:40.0985943Z Resolving deltas: 12% (2/16) 2024-08-22T20:28:40.0986459Z Resolving deltas: 18% (3/16) 2024-08-22T20:28:40.0987376Z Resolving deltas: 25% (4/16) 2024-08-22T20:28:40.0988159Z Resolving deltas: 31% (5/16) 2024-08-22T20:28:40.0988726Z Resolving deltas: 43% (7/16) 2024-08-22T20:28:40.0989652Z Resolving deltas: 50% (8/16) 2024-08-22T20:28:40.0990342Z Resolving deltas: 56% (9/16) 2024-08-22T20:28:40.0990848Z Resolving deltas: 62% (10/16) 2024-08-22T20:28:40.0991636Z Resolving deltas: 68% (11/16) 2024-08-22T20:28:40.0992076Z Resolving deltas: 75% (12/16) 2024-08-22T20:28:40.0992723Z Resolving deltas: 81% (13/16) 2024-08-22T20:28:40.0993445Z Resolving deltas: 93% (15/16) 2024-08-22T20:28:40.0993914Z Resolving deltas: 100% (16/16) 2024-08-22T20:28:40.0994377Z Resolving deltas: 100% (16/16), done. 2024-08-22T20:28:40.1073753Z From https://github.com/pytorch/torchchat 2024-08-22T20:28:40.1074751Z * [new ref] refs/pull/1044/merge -> pull/1044/merge 2024-08-22T20:28:40.1099646Z ##[endgroup] 2024-08-22T20:28:40.1100555Z ##[group]Determining the checkout info 2024-08-22T20:28:40.1101874Z ##[endgroup] 2024-08-22T20:28:40.1102731Z ##[group]Checking out the ref 2024-08-22T20:28:40.1106328Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/1044/merge 2024-08-22T20:28:40.1291607Z Note: switching to 'refs/remotes/pull/1044/merge'. 2024-08-22T20:28:40.1292155Z 2024-08-22T20:28:40.1292832Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:28:40.1296509Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:28:40.1297396Z state without impacting any branches by switching back to a branch. 2024-08-22T20:28:40.1297971Z 2024-08-22T20:28:40.1298316Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:28:40.1300202Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:28:40.1300675Z 2024-08-22T20:28:40.1300952Z git switch -c 2024-08-22T20:28:40.1301255Z 2024-08-22T20:28:40.1301427Z Or undo this operation with: 2024-08-22T20:28:40.1301843Z 2024-08-22T20:28:40.1302028Z git switch - 2024-08-22T20:28:40.1302273Z 2024-08-22T20:28:40.1302761Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:28:40.1303332Z 2024-08-22T20:28:40.1303978Z HEAD is now at 0e4d4b1 Merge c8dc18a48d66f51855d89294f3ca800692cd5dad into d5bb3c6659c8978a95c5141eb31e6e58f94af20a 2024-08-22T20:28:40.1306145Z ##[endgroup] 2024-08-22T20:28:40.1426598Z [command]/usr/bin/git log -1 --format='%H' 2024-08-22T20:28:40.1427645Z '0e4d4b184770ee5c0943c8ad43f2a1be7a2dd2c9' 2024-08-22T20:28:40.1603707Z Prepare all required actions 2024-08-22T20:28:40.1726564Z ##[group]Run ./test-infra/.github/actions/calculate-docker-image 2024-08-22T20:28:40.1727080Z with: 2024-08-22T20:28:40.1727428Z docker-image-name: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1727924Z docker-build-dir: .ci/docker 2024-08-22T20:28:40.1728312Z working-directory: pytorch/torchchat 2024-08-22T20:28:40.1728853Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.1729379Z force-push: false 2024-08-22T20:28:40.1729668Z env: 2024-08-22T20:28:40.1729992Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1730442Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:40.1730812Z PR_NUMBER: 1044 2024-08-22T20:28:40.1732874Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:40.1735152Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:40.1736136Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:40.1736849Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:40.1737457Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:40.1737939Z ##[endgroup] 2024-08-22T20:28:40.1759843Z ##[group]Run set -ex 2024-08-22T20:28:40.1760187Z set -ex 2024-08-22T20:28:40.1760476Z  2024-08-22T20:28:40.1761001Z # If the docker build directory or the build script doesn't exist, the action will 2024-08-22T20:28:40.1761906Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-08-22T20:28:40.1762684Z # job could then download the pre-built image as usual 2024-08-22T20:28:40.1763397Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-08-22T20:28:40.1764056Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1764685Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1765240Z  2024-08-22T20:28:40.1765731Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-08-22T20:28:40.1766362Z  exit 0 2024-08-22T20:28:40.1766664Z else 2024-08-22T20:28:40.1767031Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1767470Z fi 2024-08-22T20:28:40.1767744Z  2024-08-22T20:28:40.1768207Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-08-22T20:28:40.1769042Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-08-22T20:28:40.1769808Z  # use it as it is, but first let's extract the tag 2024-08-22T20:28:40.1770496Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-08-22T20:28:40.1771194Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1771882Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1772433Z else 2024-08-22T20:28:40.1772859Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-08-22T20:28:40.1773497Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1774362Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:28:40.1775087Z fi 2024-08-22T20:28:40.1783827Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:40.1784318Z env: 2024-08-22T20:28:40.1784822Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1785279Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:40.1785658Z PR_NUMBER: 1044 2024-08-22T20:28:40.1787793Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:40.1790053Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:40.1790814Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:40.1791529Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:40.1792142Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:40.1792627Z REPO_NAME: torchchat 2024-08-22T20:28:40.1793026Z DOCKER_IMAGE_NAME: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1793497Z DOCKER_BUILD_DIR: .ci/docker 2024-08-22T20:28:40.1793982Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.1794629Z ##[endgroup] 2024-08-22T20:28:40.1827231Z + [[ ! -d .ci/docker ]] 2024-08-22T20:28:40.1827578Z + echo skip=true 2024-08-22T20:28:40.1828033Z + echo docker-image=pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1828737Z + echo 'There is no Docker build script in torchchat repo, skipping...' 2024-08-22T20:28:40.1829300Z + exit 0 2024-08-22T20:28:40.1829712Z There is no Docker build script in torchchat repo, skipping... 2024-08-22T20:28:40.1947717Z Prepare all required actions 2024-08-22T20:28:40.1985594Z ##[group]Run ./test-infra/.github/actions/pull-docker-image 2024-08-22T20:28:40.1986192Z with: 2024-08-22T20:28:40.1986525Z docker-image: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1987092Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.1987593Z env: 2024-08-22T20:28:40.1987912Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.1988358Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:40.1988776Z PR_NUMBER: 1044 2024-08-22T20:28:40.1990859Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:40.1993118Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:40.1993875Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:40.1994589Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:40.1995195Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:40.1995657Z ##[endgroup] 2024-08-22T20:28:40.2058454Z ##[group]Run set -x 2024-08-22T20:28:40.2058888Z set -x 2024-08-22T20:28:40.2059273Z set +e 2024-08-22T20:28:40.2059666Z  2024-08-22T20:28:40.2060019Z login() { 2024-08-22T20:28:40.2060728Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-08-22T20:28:40.2061464Z } 2024-08-22T20:28:40.2061761Z  2024-08-22T20:28:40.2062031Z retry () { 2024-08-22T20:28:40.2062444Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-08-22T20:28:40.2062932Z } 2024-08-22T20:28:40.2063201Z  2024-08-22T20:28:40.2063532Z retry login "${DOCKER_REGISTRY}" 2024-08-22T20:28:40.2063959Z  2024-08-22T20:28:40.2064252Z set -e 2024-08-22T20:28:40.2064741Z # ignore output since only exit code is used for conditional 2024-08-22T20:28:40.2065519Z # only pull docker image if it's not available locally 2024-08-22T20:28:40.2066387Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-08-22T20:28:40.2067070Z  retry docker pull "${DOCKER_IMAGE}" 2024-08-22T20:28:40.2067498Z fi 2024-08-22T20:28:40.2076793Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:28:40.2077345Z env: 2024-08-22T20:28:40.2077703Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.2078153Z REPOSITORY: pytorch/torchchat 2024-08-22T20:28:40.2078529Z PR_NUMBER: 1044 2024-08-22T20:28:40.2080556Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:28:40.2082821Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:28:40.2083575Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:28:40.2084491Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:28:40.2085097Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:28:40.2085742Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.2086238Z ##[endgroup] 2024-08-22T20:28:40.2114513Z + set +e 2024-08-22T20:28:40.2115360Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.2115983Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.2118107Z + aws ecr get-login-password --region us-east-1 2024-08-22T20:28:40.2120186Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-08-22T20:28:40.7660774Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-08-22T20:28:40.7661587Z Configure a credential helper to remove this warning. See 2024-08-22T20:28:40.7662422Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-08-22T20:28:40.7662920Z 2024-08-22T20:28:40.7663044Z Login Succeeded 2024-08-22T20:28:40.7684031Z + set -e 2024-08-22T20:28:40.7684504Z + docker inspect --type=image pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.7838243Z + retry docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.7838817Z + docker pull pytorch/conda-builder:cuda12.1 2024-08-22T20:28:40.9417075Z cuda12.1: Pulling from pytorch/conda-builder 2024-08-22T20:28:40.9417804Z 2d473b07cdd5: Pulling fs layer 2024-08-22T20:28:40.9418358Z 1feefa38b24d: Pulling fs layer 2024-08-22T20:28:40.9418853Z f3b743645691: Pulling fs layer 2024-08-22T20:28:40.9419305Z 09ec69653086: Pulling fs layer 2024-08-22T20:28:40.9419684Z 07dcdf002e0e: Pulling fs layer 2024-08-22T20:28:40.9420046Z 6d463d3f66d5: Pulling fs layer 2024-08-22T20:28:40.9420417Z af5c0f3f240b: Pulling fs layer 2024-08-22T20:28:40.9420789Z 1c60ace79a8a: Pulling fs layer 2024-08-22T20:28:40.9421187Z 0cb4bb0dd002: Pulling fs layer 2024-08-22T20:28:40.9421617Z 6a40c884dc1c: Pulling fs layer 2024-08-22T20:28:40.9422048Z 21c4fd2610fc: Pulling fs layer 2024-08-22T20:28:40.9422408Z 90d96273fa23: Pulling fs layer 2024-08-22T20:28:40.9422773Z 625bfd303d2d: Pulling fs layer 2024-08-22T20:28:40.9423148Z e8f5e731f8e4: Pulling fs layer 2024-08-22T20:28:40.9423493Z 07dcdf002e0e: Waiting 2024-08-22T20:28:40.9423821Z 43ef26b4d3a4: Pulling fs layer 2024-08-22T20:28:40.9424194Z 7027d2bdfdb1: Pulling fs layer 2024-08-22T20:28:40.9424539Z 6d463d3f66d5: Waiting 2024-08-22T20:28:40.9424870Z db6f5f4c0334: Pulling fs layer 2024-08-22T20:28:40.9425240Z 784019980816: Pulling fs layer 2024-08-22T20:28:40.9425597Z a7beba6b9d19: Pulling fs layer 2024-08-22T20:28:40.9426058Z af5c0f3f240b: Waiting 2024-08-22T20:28:40.9426381Z 1c60ace79a8a: Waiting 2024-08-22T20:28:40.9426702Z 417dce1e59af: Pulling fs layer 2024-08-22T20:28:40.9427068Z 2b99a72dd557: Pulling fs layer 2024-08-22T20:28:40.9427430Z f49fb64d359c: Pulling fs layer 2024-08-22T20:28:40.9427804Z bfb071e5ae48: Pulling fs layer 2024-08-22T20:28:40.9428166Z b2ba091c4c7d: Pulling fs layer 2024-08-22T20:28:40.9428530Z 8cfb81a5220c: Pulling fs layer 2024-08-22T20:28:40.9428880Z c5058f81a371: Pulling fs layer 2024-08-22T20:28:40.9429246Z ca3686f68fee: Pulling fs layer 2024-08-22T20:28:40.9429592Z 90d96273fa23: Waiting 2024-08-22T20:28:40.9429889Z 625bfd303d2d: Waiting 2024-08-22T20:28:40.9430196Z db6f5f4c0334: Waiting 2024-08-22T20:28:40.9430531Z fdb9230cd483: Pulling fs layer 2024-08-22T20:28:40.9430872Z 21c4fd2610fc: Waiting 2024-08-22T20:28:40.9431181Z a7beba6b9d19: Waiting 2024-08-22T20:28:40.9431488Z 784019980816: Waiting 2024-08-22T20:28:40.9431799Z dc18f68db4d4: Pulling fs layer 2024-08-22T20:28:40.9432166Z e7fc196062f1: Pulling fs layer 2024-08-22T20:28:40.9432513Z 7027d2bdfdb1: Waiting 2024-08-22T20:28:40.9432811Z f49fb64d359c: Waiting 2024-08-22T20:28:40.9433115Z bfb071e5ae48: Waiting 2024-08-22T20:28:40.9433424Z 2b99a72dd557: Waiting 2024-08-22T20:28:40.9433721Z fdb9230cd483: Waiting 2024-08-22T20:28:40.9434461Z e8f5e731f8e4: Waiting 2024-08-22T20:28:40.9434875Z dc18f68db4d4: Waiting 2024-08-22T20:28:40.9435282Z ca3686f68fee: Waiting 2024-08-22T20:28:40.9435789Z c5058f81a371: Waiting 2024-08-22T20:28:40.9436222Z 09ec69653086: Waiting 2024-08-22T20:28:40.9436629Z 0cb4bb0dd002: Waiting 2024-08-22T20:28:40.9436985Z 417dce1e59af: Waiting 2024-08-22T20:28:40.9437286Z 6a40c884dc1c: Waiting 2024-08-22T20:28:40.9815446Z 1feefa38b24d: Verifying Checksum 2024-08-22T20:28:40.9815967Z 1feefa38b24d: Download complete 2024-08-22T20:28:40.9947892Z f3b743645691: Download complete 2024-08-22T20:28:41.0306173Z 09ec69653086: Download complete 2024-08-22T20:28:41.7303137Z 2d473b07cdd5: Verifying Checksum 2024-08-22T20:28:41.7303689Z 2d473b07cdd5: Download complete 2024-08-22T20:28:41.7778879Z af5c0f3f240b: Verifying Checksum 2024-08-22T20:28:41.7779433Z af5c0f3f240b: Download complete 2024-08-22T20:28:41.8174284Z 6d463d3f66d5: Verifying Checksum 2024-08-22T20:28:41.9468308Z 6d463d3f66d5: Download complete 2024-08-22T20:28:41.9468781Z 0cb4bb0dd002: Verifying Checksum 2024-08-22T20:28:41.9469169Z 0cb4bb0dd002: Download complete 2024-08-22T20:28:41.9881307Z 6a40c884dc1c: Verifying Checksum 2024-08-22T20:28:41.9881757Z 6a40c884dc1c: Download complete 2024-08-22T20:28:42.0329848Z 21c4fd2610fc: Verifying Checksum 2024-08-22T20:28:42.0330262Z 21c4fd2610fc: Download complete 2024-08-22T20:28:42.0811286Z 90d96273fa23: Verifying Checksum 2024-08-22T20:28:42.0811838Z 90d96273fa23: Download complete 2024-08-22T20:28:42.3690591Z 1c60ace79a8a: Verifying Checksum 2024-08-22T20:28:42.3691052Z 1c60ace79a8a: Download complete 2024-08-22T20:28:42.4517435Z 07dcdf002e0e: Verifying Checksum 2024-08-22T20:28:42.4518031Z 07dcdf002e0e: Download complete 2024-08-22T20:28:43.0127247Z e8f5e731f8e4: Verifying Checksum 2024-08-22T20:28:43.0127852Z e8f5e731f8e4: Download complete 2024-08-22T20:28:43.5131843Z 625bfd303d2d: Verifying Checksum 2024-08-22T20:28:43.5132307Z 625bfd303d2d: Download complete 2024-08-22T20:28:43.5526826Z db6f5f4c0334: Verifying Checksum 2024-08-22T20:28:43.5527318Z db6f5f4c0334: Download complete 2024-08-22T20:28:43.5681143Z 43ef26b4d3a4: Verifying Checksum 2024-08-22T20:28:43.5681632Z 43ef26b4d3a4: Download complete 2024-08-22T20:28:43.6030603Z 784019980816: Verifying Checksum 2024-08-22T20:28:43.6031072Z 784019980816: Download complete 2024-08-22T20:28:43.6119982Z a7beba6b9d19: Download complete 2024-08-22T20:28:43.7380409Z 2b99a72dd557: Verifying Checksum 2024-08-22T20:28:43.7381052Z 2b99a72dd557: Download complete 2024-08-22T20:28:43.7697211Z 7027d2bdfdb1: Verifying Checksum 2024-08-22T20:28:43.7697675Z 7027d2bdfdb1: Download complete 2024-08-22T20:28:43.8002051Z f49fb64d359c: Download complete 2024-08-22T20:28:43.8416699Z b2ba091c4c7d: Download complete 2024-08-22T20:28:43.8888173Z 8cfb81a5220c: Download complete 2024-08-22T20:28:43.9420791Z c5058f81a371: Verifying Checksum 2024-08-22T20:28:43.9421348Z c5058f81a371: Download complete 2024-08-22T20:28:44.0820436Z ca3686f68fee: Verifying Checksum 2024-08-22T20:28:44.0821103Z ca3686f68fee: Download complete 2024-08-22T20:28:44.1303055Z fdb9230cd483: Download complete 2024-08-22T20:28:44.1754477Z dc18f68db4d4: Verifying Checksum 2024-08-22T20:28:44.1755039Z dc18f68db4d4: Download complete 2024-08-22T20:28:45.2113149Z 2d473b07cdd5: Pull complete 2024-08-22T20:28:45.2266197Z 1feefa38b24d: Pull complete 2024-08-22T20:28:45.2422978Z f3b743645691: Pull complete 2024-08-22T20:28:45.2584363Z 09ec69653086: Pull complete 2024-08-22T20:28:47.9052253Z bfb071e5ae48: Verifying Checksum 2024-08-22T20:28:47.9052848Z bfb071e5ae48: Download complete 2024-08-22T20:28:49.4262296Z 07dcdf002e0e: Pull complete 2024-08-22T20:28:49.7519046Z e7fc196062f1: Verifying Checksum 2024-08-22T20:28:49.7519644Z e7fc196062f1: Download complete 2024-08-22T20:28:51.7995692Z 6d463d3f66d5: Pull complete 2024-08-22T20:28:51.8116955Z af5c0f3f240b: Pull complete 2024-08-22T20:28:53.1038097Z 1c60ace79a8a: Pull complete 2024-08-22T20:28:53.2578078Z 0cb4bb0dd002: Pull complete 2024-08-22T20:28:53.2769643Z 6a40c884dc1c: Pull complete 2024-08-22T20:28:53.2978139Z 21c4fd2610fc: Pull complete 2024-08-22T20:28:53.3141488Z 90d96273fa23: Pull complete 2024-08-22T20:28:56.6199855Z 625bfd303d2d: Pull complete 2024-08-22T20:28:58.0434775Z e8f5e731f8e4: Pull complete 2024-08-22T20:29:01.8981606Z 43ef26b4d3a4: Pull complete 2024-08-22T20:29:03.6350616Z 7027d2bdfdb1: Pull complete 2024-08-22T20:29:03.6471458Z db6f5f4c0334: Pull complete 2024-08-22T20:29:03.6634848Z 784019980816: Pull complete 2024-08-22T20:29:03.6762442Z a7beba6b9d19: Pull complete 2024-08-22T20:29:33.4329855Z 417dce1e59af: Verifying Checksum 2024-08-22T20:29:33.4330358Z 417dce1e59af: Download complete 2024-08-22T20:30:25.0239876Z 417dce1e59af: Pull complete 2024-08-22T20:30:25.4707507Z 2b99a72dd557: Pull complete 2024-08-22T20:30:25.7258521Z f49fb64d359c: Pull complete 2024-08-22T20:30:40.6685951Z bfb071e5ae48: Pull complete 2024-08-22T20:30:40.8996158Z b2ba091c4c7d: Pull complete 2024-08-22T20:30:41.1327889Z 8cfb81a5220c: Pull complete 2024-08-22T20:30:41.3580818Z c5058f81a371: Pull complete 2024-08-22T20:30:41.9103870Z ca3686f68fee: Pull complete 2024-08-22T20:30:42.1464709Z fdb9230cd483: Pull complete 2024-08-22T20:30:42.3752175Z dc18f68db4d4: Pull complete 2024-08-22T20:31:01.0654401Z e7fc196062f1: Pull complete 2024-08-22T20:31:01.1900946Z Digest: sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:31:01.2359201Z Status: Downloaded newer image for pytorch/conda-builder:cuda12.1 2024-08-22T20:31:01.2642191Z docker.io/pytorch/conda-builder:cuda12.1 2024-08-22T20:31:01.2825625Z ##[group]Run set -ex 2024-08-22T20:31:01.2826093Z set -ex 2024-08-22T20:31:01.2826386Z { 2024-08-22T20:31:01.2826691Z  echo "#!/usr/bin/env bash"; 2024-08-22T20:31:01.2827109Z  echo "set -eou pipefail"; 2024-08-22T20:31:01.2827532Z  # shellcheck disable=SC2016 2024-08-22T20:31:01.2828003Z  echo 'eval "$(conda shell.bash hook)"'; 2024-08-22T20:31:01.2828500Z  echo "set -x"; 2024-08-22T20:31:01.2828865Z  echo "${SCRIPT}"; 2024-08-22T20:31:01.2829248Z } > "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:01.2829714Z chmod +x "${RUNNER_TEMP}/exec_script" 2024-08-22T20:31:01.2830608Z python3 "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py" "" 2024-08-22T20:31:01.2842602Z shell: /usr/bin/bash -e {0} 2024-08-22T20:31:01.2842943Z env: 2024-08-22T20:31:01.2843305Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:31:01.2843752Z REPOSITORY: pytorch/torchchat 2024-08-22T20:31:01.2844430Z PR_NUMBER: 1044 2024-08-22T20:31:01.2846639Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:31:01.2848940Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:31:01.2849694Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:31:01.2850474Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:31:01.2851074Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:31:01.2851917Z ALL_SECRETS: { "github_token": "***" } 2024-08-22T20:31:01.2852327Z ##[endgroup] 2024-08-22T20:31:01.2883669Z + echo '#!/usr/bin/env bash' 2024-08-22T20:31:01.2884103Z + echo 'set -eou pipefail' 2024-08-22T20:31:01.2884528Z + echo 'eval "$(conda shell.bash hook)"' 2024-08-22T20:31:01.2887505Z + echo 'set -x' 2024-08-22T20:31:01.2888008Z + echo 'echo "::group::Print machine info" 2024-08-22T20:31:01.2889014Z uname -a 2024-08-22T20:31:01.2889713Z echo "::endgroup::" 2024-08-22T20:31:01.2889973Z 2024-08-22T20:31:01.2890687Z echo "::group::Install newer objcopy that supports --set-section-alignment" 2024-08-22T20:31:01.2891365Z yum install -y devtoolset-10-binutils 2024-08-22T20:31:01.2891935Z export PATH=/opt/rh/devtoolset-10/root/usr/bin/:$PATH 2024-08-22T20:31:01.2892571Z echo "::endgroup::" 2024-08-22T20:31:01.2893641Z 2024-08-22T20:31:01.2894021Z TORCHCHAT_DEVICE=cpu .ci/scripts/run-docs gguf 2024-08-22T20:31:01.2894401Z 2024-08-22T20:31:01.2894535Z echo "::group::Completion" 2024-08-22T20:31:01.2894886Z echo "tests complete" 2024-08-22T20:31:01.2895247Z echo "*******************************************" 2024-08-22T20:31:01.2895658Z echo "::endgroup::" 2024-08-22T20:31:01.2895979Z ' 2024-08-22T20:31:01.2896434Z + chmod +x /home/ec2-user/actions-runner/_work/_temp/exec_script 2024-08-22T20:31:01.2897474Z + python3 /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra/.github/scripts/run_with_env_secrets.py '' 2024-08-22T20:31:40.6480802Z Running command: 2024-08-22T20:31:40.6488456Z docker run -e PR_NUMBER -e RUNNER_ARTIFACT_DIR=/artifacts -e RUNNER_DOCS_DIR=/docs -e RUNNER_TEST_RESULTS_DIR=/test-results --env-file="/home/ec2-user/actions-runner/_work/_temp/github_env_10515112207" `# It is unknown why the container sees a different value for this.` -e GITHUB_STEP_SUMMARY -e SECRET_GITHUB_TOKEN --cap-add=SYS_PTRACE --detach --ipc=host --security-opt seccomp=unconfined --shm-size=2g --tty --ulimit stack=10485760:83886080 --ulimit core=0 --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/pytorch/torchchat:/pytorch/torchchat" -v "/home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra:/test-infra" -v "/home/ec2-user/actions-runner/_work/_temp/artifacts:/artifacts" -v "/home/ec2-user/actions-runner/_work/_temp/docs:/docs" -v "/home/ec2-user/actions-runner/_work/_temp/test-results:/test-results" -v "/home/ec2-user/actions-runner/_work/_temp/exec_script:/exec" -v "/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_ef142509-c50c-430c-a623-27fc00326171":"/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_ef142509-c50c-430c-a623-27fc00326171" -w /pytorch/torchchat "pytorch/conda-builder:cuda12.1" 2024-08-22T20:31:40.6494875Z 2024-08-22T20:31:40.6495314Z b824c2c5d162baa2b28ff45b7fdaae6f3969758aa42a73ae2058e4a0fe9c6e62 2024-08-22T20:31:40.6496418Z Running command: docker exec -t b824c2c5d162baa2b28ff45b7fdaae6f3969758aa42a73ae2058e4a0fe9c6e62 /exec 2024-08-22T20:31:40.6497298Z + echo '::group::Print machine info' 2024-08-22T20:31:40.6498118Z ##[group]Print machine info 2024-08-22T20:31:40.6498472Z + uname -a 2024-08-22T20:31:40.6499301Z Linux b824c2c5d162 6.1.94-99.176.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jun 18 14:57:56 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-08-22T20:31:40.6500119Z + echo ::endgroup:: 2024-08-22T20:31:40.6500638Z ##[endgroup] 2024-08-22T20:31:40.6501203Z + echo '::group::Install newer objcopy that supports --set-section-alignment' 2024-08-22T20:31:40.6502183Z ##[group]Install newer objcopy that supports --set-section-alignment 2024-08-22T20:31:40.6502806Z + yum install -y devtoolset-10-binutils 2024-08-22T20:31:40.6503235Z Loaded plugins: fastestmirror, ovl 2024-08-22T20:31:40.6503659Z Loading mirror speeds from cached hostfile 2024-08-22T20:31:40.6503966Z 2024-08-22T20:31:40.6504236Z epel/x86_64/metalink | 5.1 kB 00:00 2024-08-22T20:31:40.6504790Z * epel: dl.fedoraproject.org 2024-08-22T20:31:40.6505031Z 2024-08-22T20:31:40.6505240Z base | 3.6 kB 00:00 2024-08-22T20:31:40.6505593Z 2024-08-22T20:31:40.6505919Z centos-sclo-rh | 3.0 kB 00:00 2024-08-22T20:31:40.6506628Z 2024-08-22T20:31:40.6506968Z centos-sclo-sclo | 3.0 kB 00:00 2024-08-22T20:31:40.6507380Z 2024-08-22T20:31:40.6507594Z extras | 2.9 kB 00:00 2024-08-22T20:31:40.6507954Z 2024-08-22T20:31:40.6508175Z updates | 2.9 kB 00:00 2024-08-22T20:31:40.6508661Z Resolving Dependencies 2024-08-22T20:31:40.6509048Z --> Running transaction check 2024-08-22T20:31:40.6509659Z ---> Package devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 will be installed 2024-08-22T20:31:40.6510661Z --> Processing Dependency: devtoolset-10-runtime for package: devtoolset-10-binutils-2.35-5.el7.4.x86_64 2024-08-22T20:31:40.6511436Z --> Running transaction check 2024-08-22T20:31:40.6512029Z ---> Package devtoolset-10-runtime.x86_64 0:10.1-0.el7 will be installed 2024-08-22T20:31:40.6512638Z --> Finished Dependency Resolution 2024-08-22T20:31:40.6512914Z 2024-08-22T20:31:40.6513035Z Dependencies Resolved 2024-08-22T20:31:40.6513237Z 2024-08-22T20:31:40.6513415Z ================================================================================ 2024-08-22T20:31:40.6513985Z Package Arch Version Repository Size 2024-08-22T20:31:40.6514548Z ================================================================================ 2024-08-22T20:31:40.6514983Z Installing: 2024-08-22T20:31:40.6515654Z devtoolset-10-binutils x86_64 2.35-5.el7.4 centos-sclo-rh 6.3 M 2024-08-22T20:31:40.6516258Z Installing for dependencies: 2024-08-22T20:31:40.6516881Z devtoolset-10-runtime x86_64 10.1-0.el7 centos-sclo-rh 19 k 2024-08-22T20:31:40.6517341Z 2024-08-22T20:31:40.6517464Z Transaction Summary 2024-08-22T20:31:40.6517823Z ================================================================================ 2024-08-22T20:31:40.6518303Z Install 1 Package (+1 Dependent package) 2024-08-22T20:31:40.6518605Z 2024-08-22T20:31:40.6518739Z Total download size: 6.3 M 2024-08-22T20:31:40.6519081Z Installed size: 25 M 2024-08-22T20:31:40.6519408Z Downloading packages: 2024-08-22T20:31:40.6519680Z 2024-08-22T20:31:40.6520270Z (1/2): devtoolset-10-binutils-2.35-5.el7.4.x86_64.rpm | 6.3 MB 00:00 2024-08-22T20:31:40.6520766Z 2024-08-22T20:31:40.6521182Z (2/2): devtoolset-10-runtime-10.1-0.el7.x86_64.rpm | 19 kB 00:00 2024-08-22T20:31:40.6521940Z -------------------------------------------------------------------------------- 2024-08-22T20:31:40.6522503Z Total 25 MB/s | 6.3 MB 00:00 2024-08-22T20:31:40.6522977Z Running transaction check 2024-08-22T20:31:40.6523323Z Running transaction test 2024-08-22T20:31:40.6523668Z Transaction test succeeded 2024-08-22T20:31:40.6524002Z Running transaction 2024-08-22T20:31:40.6524198Z 2024-08-22T20:31:40.6524582Z Installing : devtoolset-10-runtime-10.1-0 [ ] 1/2 2024-08-22T20:31:40.6525426Z Installing : devtoolset-10-runtime-10.1-0 [# ] 1/2 2024-08-22T20:31:40.6526257Z Installing : devtoolset-10-runtime-10.1-0 [## ] 1/2 2024-08-22T20:31:40.6527072Z Installing : devtoolset-10-runtime-10.1-0 [### ] 1/2 2024-08-22T20:31:40.6527951Z Installing : devtoolset-10-runtime-10.1-0 [#### ] 1/2 2024-08-22T20:31:40.6528779Z Installing : devtoolset-10-runtime-10.1-0 [##### ] 1/2 2024-08-22T20:31:40.6529590Z Installing : devtoolset-10-runtime-10.1-0 [###### ] 1/2 2024-08-22T20:31:40.6530413Z Installing : devtoolset-10-runtime-10.1-0 [####### ] 1/2 2024-08-22T20:31:40.6531236Z Installing : devtoolset-10-runtime-10.1-0 [######## ] 1/2 2024-08-22T20:31:40.6532048Z Installing : devtoolset-10-runtime-10.1-0 [######### ] 1/2 2024-08-22T20:31:40.6532979Z Installing : devtoolset-10-runtime-10.1-0 [########## ] 1/2 2024-08-22T20:31:40.6533796Z Installing : devtoolset-10-runtime-10.1-0 [########### ] 1/2 2024-08-22T20:31:40.6534616Z Installing : devtoolset-10-runtime-10.1-0 [############ ] 1/2 2024-08-22T20:31:40.6535423Z Installing : devtoolset-10-runtime-10.1-0 [############# ] 1/2 2024-08-22T20:31:40.6536243Z Installing : devtoolset-10-runtime-10.1-0 [############## ] 1/2 2024-08-22T20:31:40.6537063Z Installing : devtoolset-10-runtime-10.1-0 [############### ] 1/2 2024-08-22T20:31:40.6537871Z Installing : devtoolset-10-runtime-10.1-0 [################ ] 1/2 2024-08-22T20:31:40.6538690Z Installing : devtoolset-10-runtime-10.1-0 [################# ] 1/2 2024-08-22T20:31:40.6539504Z Installing : devtoolset-10-runtime-10.1-0 [################## ] 1/2 2024-08-22T20:31:40.6540312Z Installing : devtoolset-10-runtime-10.1-0 [################### ] 1/2 2024-08-22T20:31:40.6541132Z Installing : devtoolset-10-runtime-10.1-0 [##################### ] 1/2 2024-08-22T20:31:40.6541948Z Installing : devtoolset-10-runtime-10.1-0 [###################### ] 1/2 2024-08-22T20:31:40.6542764Z Installing : devtoolset-10-runtime-10.1-0 [####################### ] 1/2 2024-08-22T20:31:40.6543573Z Installing : devtoolset-10-runtime-10.1-0 [######################## ] 1/2 2024-08-22T20:31:40.6544754Z Installing : devtoolset-10-runtime-10.1-0 [######################### ] 1/2 2024-08-22T20:31:40.6545580Z Installing : devtoolset-10-runtime-10.1-0 [########################## ] 1/2 2024-08-22T20:31:40.6546444Z Installing : devtoolset-10-runtime-10.1-0 [########################### ] 1/2 2024-08-22T20:31:40.6547263Z Installing : devtoolset-10-runtime-10.1-0 [############################ ] 1/2 2024-08-22T20:31:40.6548112Z Installing : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:40.6548881Z ValueError: SELinux policy is not managed or store cannot be accessed. 2024-08-22T20:31:40.6549324Z 2024-08-22T20:31:40.6549703Z Installing : devtoolset-10-binutils-2.35- [ ] 2/2 2024-08-22T20:31:40.6550529Z Installing : devtoolset-10-binutils-2.35- [# ] 2/2 2024-08-22T20:31:40.6551355Z Installing : devtoolset-10-binutils-2.35- [## ] 2/2 2024-08-22T20:31:40.6552173Z Installing : devtoolset-10-binutils-2.35- [### ] 2/2 2024-08-22T20:31:40.6552995Z Installing : devtoolset-10-binutils-2.35- [#### ] 2/2 2024-08-22T20:31:40.6553812Z Installing : devtoolset-10-binutils-2.35- [##### ] 2/2 2024-08-22T20:31:40.6554621Z Installing : devtoolset-10-binutils-2.35- [###### ] 2/2 2024-08-22T20:31:40.6555440Z Installing : devtoolset-10-binutils-2.35- [####### ] 2/2 2024-08-22T20:31:40.6556262Z Installing : devtoolset-10-binutils-2.35- [######## ] 2/2 2024-08-22T20:31:40.6557085Z Installing : devtoolset-10-binutils-2.35- [######### ] 2/2 2024-08-22T20:31:40.6557899Z Installing : devtoolset-10-binutils-2.35- [########## ] 2/2 2024-08-22T20:31:40.6558710Z Installing : devtoolset-10-binutils-2.35- [########### ] 2/2 2024-08-22T20:31:40.6559529Z Installing : devtoolset-10-binutils-2.35- [############ ] 2/2 2024-08-22T20:31:40.6560343Z Installing : devtoolset-10-binutils-2.35- [############# ] 2/2 2024-08-22T20:31:40.6561163Z Installing : devtoolset-10-binutils-2.35- [############## ] 2/2 2024-08-22T20:31:40.6561978Z Installing : devtoolset-10-binutils-2.35- [############### ] 2/2 2024-08-22T20:31:40.6562789Z Installing : devtoolset-10-binutils-2.35- [################ ] 2/2 2024-08-22T20:31:40.6563607Z Installing : devtoolset-10-binutils-2.35- [################# ] 2/2 2024-08-22T20:31:40.6564551Z Installing : devtoolset-10-binutils-2.35- [################## ] 2/2 2024-08-22T20:31:42.2598604Z Installing : devtoolset-10-binutils-2.35- [################### ] 2/2 2024-08-22T20:31:42.2599883Z Installing : devtoolset-10-binutils-2.35- [#################### ] 2/2 2024-08-22T20:31:42.2600859Z Installing : devtoolset-10-binutils-2.35- [##################### ] 2/2 2024-08-22T20:31:42.2601714Z Installing : devtoolset-10-binutils-2.35- [###################### ] 2/2 2024-08-22T20:31:42.2602544Z Installing : devtoolset-10-binutils-2.35- [####################### ] 2/2 2024-08-22T20:31:42.2603370Z Installing : devtoolset-10-binutils-2.35- [######################## ] 2/2 2024-08-22T20:31:42.2604185Z Installing : devtoolset-10-binutils-2.35- [######################### ] 2/2 2024-08-22T20:31:42.2605010Z Installing : devtoolset-10-binutils-2.35- [########################## ] 2/2 2024-08-22T20:31:42.2605845Z Installing : devtoolset-10-binutils-2.35- [########################### ] 2/2 2024-08-22T20:31:42.2606666Z Installing : devtoolset-10-binutils-2.35- [############################ ] 2/2 2024-08-22T20:31:42.2607511Z Installing : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:42.2608487Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/as.info.gz 2024-08-22T20:31:42.2609837Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/binutils.info.gz 2024-08-22T20:31:42.2610939Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/gprof.info.gz 2024-08-22T20:31:42.2611991Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/ld.info.gz 2024-08-22T20:31:42.2613067Z install-info: No such file or directory for /opt/rh/devtoolset-10/root/usr/share/info/standards.info.gz 2024-08-22T20:31:42.2613662Z 2024-08-22T20:31:42.2614076Z Verifying : devtoolset-10-runtime-10.1-0.el7.x86_64 1/2 2024-08-22T20:31:42.2614548Z 2024-08-22T20:31:42.2614941Z Verifying : devtoolset-10-binutils-2.35-5.el7.4.x86_64 2/2 2024-08-22T20:31:42.2615419Z 2024-08-22T20:31:42.2615530Z Installed: 2024-08-22T20:31:42.2616081Z devtoolset-10-binutils.x86_64 0:2.35-5.el7.4 2024-08-22T20:31:42.2616541Z 2024-08-22T20:31:42.2616665Z Dependency Installed: 2024-08-22T20:31:42.2617268Z devtoolset-10-runtime.x86_64 0:10.1-0.el7 2024-08-22T20:31:42.2617727Z 2024-08-22T20:31:42.2617842Z Complete! 2024-08-22T20:31:42.2619211Z + export PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:31:42.2621565Z + PATH=/opt/rh/devtoolset-10/root/usr/bin/:/opt/conda/bin:/opt/conda/condabin:/opt/conda/bin:/usr/local/cuda-12.1/bin:/opt/rh/devtoolset-9/root/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-08-22T20:31:42.2622879Z + echo ::endgroup:: 2024-08-22T20:31:42.2623554Z ##[endgroup] 2024-08-22T20:31:42.2623843Z + TORCHCHAT_DEVICE=cpu 2024-08-22T20:31:42.2624210Z + .ci/scripts/run-docs gguf 2024-08-22T20:31:42.2624799Z ##[group]Create script to run gguf 2024-08-22T20:31:42.2625376Z ##[endgroup] 2024-08-22T20:31:42.2625855Z ##[group]Run gguf 2024-08-22T20:31:42.2626175Z ******************************************* 2024-08-22T20:31:42.2626747Z set -eou pipefail 2024-08-22T20:31:42.2627050Z ./install_requirements.sh 2024-08-22T20:31:42.2627441Z TORCHCHAT_ROOT=${PWD} ./scripts/install_et.sh 2024-08-22T20:31:42.2627902Z # Download resources 2024-08-22T20:31:42.2628277Z mkdir -p ggufs/open_orca 2024-08-22T20:31:42.2628617Z pushd ggufs/open_orca 2024-08-22T20:31:42.2628819Z 2024-08-22T20:31:42.2629732Z curl -o open_orca.Q4_0.gguf "https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true" 2024-08-22T20:31:42.2631275Z curl -o ./tokenizer.model https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:31:42.2631811Z 2024-08-22T20:31:42.2631911Z popd 2024-08-22T20:31:42.2632065Z 2024-08-22T20:31:42.2632290Z export GGUF_MODEL_PATH=ggufs/open_orca/open_orca.Q4_0.gguf 2024-08-22T20:31:42.2632892Z export GGUF_TOKENIZER_PATH=ggufs/open_orca/tokenizer.model 2024-08-22T20:31:42.2633260Z 2024-08-22T20:31:42.2633420Z # Define export paths for examples below 2024-08-22T20:31:42.2633860Z export GGUF_SO_PATH=/tmp/gguf_model.so 2024-08-22T20:31:42.2634289Z export GGUF_PTE_PATH=/tmp/gguf_model.pte 2024-08-22T20:31:42.2635402Z python3 torchchat.py generate --gguf-path ${GGUF_MODEL_PATH} --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --prompt "Once upon a time" --max-new-tokens 15 2024-08-22T20:31:42.2636371Z # Convert the model for use 2024-08-22T20:31:42.2637066Z python3 torchchat.py export --gguf-path ${GGUF_MODEL_PATH} --output-dso-path ${GGUF_SO_PATH} 2024-08-22T20:31:42.2637605Z 2024-08-22T20:31:42.2637888Z # Generate using the PTE model that was created by the export command 2024-08-22T20:31:42.2639253Z python3 torchchat.py generate --gguf-path ${GGUF_MODEL_PATH} --dso-path ${GGUF_SO_PATH} --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --prompt "Once upon a time" --max-new-tokens 15 2024-08-22T20:31:42.2640205Z 2024-08-22T20:31:42.2640333Z # Convert the model for use 2024-08-22T20:31:42.2641128Z python3 torchchat.py export --gguf-path ${GGUF_MODEL_PATH} --output-pte-path ${GGUF_PTE_PATH} 2024-08-22T20:31:42.2641670Z 2024-08-22T20:31:42.2641949Z # Generate using the PTE model that was created by the export command 2024-08-22T20:31:42.2643331Z python3 torchchat.py generate --gguf-path ${GGUF_MODEL_PATH} --pte-path ${GGUF_PTE_PATH} --tokenizer-path ${GGUF_TOKENIZER_PATH} --temperature 0 --prompt "Once upon a time" --max-new-tokens 15 2024-08-22T20:31:42.2644828Z if false; then 2024-08-22T20:31:42.2645652Z ${GGUF}/quantize --allow-requantize path_of_model_you_are_converting_from.gguf path_for_model_you_are_converting_to.gguf fp16 2024-08-22T20:31:42.2646413Z fi 2024-08-22T20:31:42.2646944Z ${GGUF}/quantize --allow-requantize ${GGUF_MODEL_PATH} ./open_orca_fp16.gguf fp16 2024-08-22T20:31:42.2647522Z exit 0 2024-08-22T20:31:42.2647763Z exit 1 2024-08-22T20:31:42.2648038Z ******************************************* 2024-08-22T20:31:42.2648466Z + set -eou pipefail 2024-08-22T20:31:42.2648789Z + ./install_requirements.sh 2024-08-22T20:31:42.2649543Z + pip3 install -r requirements.txt --extra-index-url https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:42.2650527Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:31:42.2651455Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:31:42.2652231Z Collecting huggingface_hub (from -r requirements.txt (line 4)) 2024-08-22T20:31:42.2652938Z Downloading huggingface_hub-0.24.6-py3-none-any.whl (417 kB) 2024-08-22T20:31:42.2654405Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/417.5 kB ? eta -:--:-- 2024-08-22T20:31:42.2655367Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 417.5/417.5 kB 16.9 MB/s eta 0:00:00 2024-08-22T20:31:42.2656139Z [?25hCollecting gguf (from -r requirements.txt (line 7)) 2024-08-22T20:31:42.2656749Z Downloading gguf-0.9.1-py3-none-any.whl (49 kB) 2024-08-22T20:31:42.2657537Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/49.1 kB ? eta -:--:-- 2024-08-22T20:31:42.2658506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/49.1 kB 19.2 MB/s eta 0:00:00 2024-08-22T20:31:42.2659291Z [?25hCollecting tiktoken (from -r requirements.txt (line 10)) 2024-08-22T20:31:42.2660179Z Downloading tiktoken-0.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.1 MB) 2024-08-22T20:31:42.2661342Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.1 MB ? eta -:--:-- 2024-08-22T20:31:42.2662248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.1/1.1 MB 90.3 MB/s eta 0:00:00 2024-08-22T20:31:42.2663024Z [?25hCollecting snakeviz (from -r requirements.txt (line 13)) 2024-08-22T20:31:42.2663698Z Downloading snakeviz-2.2.0-py2.py3-none-any.whl (283 kB) 2024-08-22T20:31:42.2664506Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/283.7 kB ? eta -:--:-- 2024-08-22T20:31:42.2665432Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 283.7/283.7 kB 63.1 MB/s eta 0:00:00 2024-08-22T20:31:42.2666397Z [?25hCollecting sentencepiece (from -r requirements.txt (line 14)) 2024-08-22T20:31:42.2667626Z Downloading https://download.pytorch.org/whl/nightly/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:31:42.2668886Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:31:42.2669784Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 96.1 MB/s eta 0:00:00 2024-08-22T20:31:42.2670570Z [?25hCollecting numpy<2.0 (from -r requirements.txt (line 15)) 2024-08-22T20:31:42.2671868Z Downloading https://download.pytorch.org/whl/nightly/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.3 MB) 2024-08-22T20:31:42.2673092Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/18.3 MB ? eta -:--:-- 2024-08-22T20:31:42.2674103Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.5/18.3 MB 103.9 MB/s eta 0:00:01 2024-08-22T20:31:42.2675185Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 8.5/18.3 MB 123.9 MB/s eta 0:00:01 2024-08-22T20:31:43.5467753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 13.1/18.3 MB 135.8 MB/s eta 0:00:01 2024-08-22T20:31:43.5469087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 17.5/18.3 MB 131.7 MB/s eta 0:00:01 2024-08-22T20:31:43.5470142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 129.2 MB/s eta 0:00:01 2024-08-22T20:31:43.5471181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 18.2/18.3 MB 129.2 MB/s eta 0:00:01 2024-08-22T20:31:43.5472136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.3/18.3 MB 60.4 MB/s eta 0:00:00 2024-08-22T20:31:43.5472955Z [?25hCollecting lm-eval==0.4.2 (from -r requirements.txt (line 17)) 2024-08-22T20:31:43.5473644Z Downloading lm_eval-0.4.2-py3-none-any.whl (1.4 MB) 2024-08-22T20:31:43.5474664Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.4 MB ? eta -:--:-- 2024-08-22T20:31:43.5475556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 107.1 MB/s eta 0:00:00 2024-08-22T20:31:43.5476327Z [?25hCollecting blobfile (from -r requirements.txt (line 18)) 2024-08-22T20:31:43.5477225Z Downloading https://download.pytorch.org/whl/nightly/blobfile-2.1.1-py3-none-any.whl (73 kB) 2024-08-22T20:31:43.5478284Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/73.7 kB ? eta -:--:-- 2024-08-22T20:31:43.5479189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/73.7 kB 28.1 MB/s eta 0:00:00 2024-08-22T20:31:43.5480354Z [?25hRequirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r requirements.txt (line 22)) (0.38.4) 2024-08-22T20:31:43.5481369Z Collecting cmake>=3.24 (from -r requirements.txt (line 23)) 2024-08-22T20:31:43.5482240Z Downloading cmake-3.30.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (26.9 MB) 2024-08-22T20:31:43.5483208Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/26.9 MB ? eta -:--:-- 2024-08-22T20:31:43.5484198Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/26.9 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:31:43.5485418Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 16.7/26.9 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:31:43.5486478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 25.1/26.9 MB 244.2 MB/s eta 0:00:01 2024-08-22T20:31:43.5487497Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:43.5488481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:43.5489473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 26.9/26.9 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:31:43.5490413Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.9/26.9 MB 61.6 MB/s eta 0:00:00 2024-08-22T20:31:43.5491178Z [?25hCollecting ninja (from -r requirements.txt (line 24)) 2024-08-22T20:31:43.5492057Z Downloading ninja-1.11.1.1-py2.py3-none-manylinux1_x86_64.manylinux_2_5_x86_64.whl (307 kB) 2024-08-22T20:31:43.5493032Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/307.2 kB ? eta -:--:-- 2024-08-22T20:31:43.5493952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 307.2/307.2 kB 71.3 MB/s eta 0:00:00 2024-08-22T20:31:43.5494722Z [?25hCollecting zstd (from -r requirements.txt (line 25)) 2024-08-22T20:31:43.5495578Z Downloading zstd-1.5.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB) 2024-08-22T20:31:43.5496636Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:31:43.5497537Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 109.4 MB/s eta 0:00:00 2024-08-22T20:31:43.5498318Z [?25hCollecting streamlit (from -r requirements.txt (line 28)) 2024-08-22T20:31:43.5499024Z Downloading streamlit-1.37.1-py2.py3-none-any.whl (8.7 MB) 2024-08-22T20:31:43.5499827Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/8.7 MB ? eta -:--:-- 2024-08-22T20:31:43.5500804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 7.8/8.7 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:31:43.5501816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 8.6/8.7 MB 228.3 MB/s eta 0:00:01 2024-08-22T20:31:43.5502778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 108.8 MB/s eta 0:00:00 2024-08-22T20:31:43.5503533Z [?25hCollecting flask (from -r requirements.txt (line 31)) 2024-08-22T20:31:43.5504150Z Downloading flask-3.0.3-py3-none-any.whl (101 kB) 2024-08-22T20:31:43.5504910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.7 kB ? eta -:--:-- 2024-08-22T20:31:43.5505930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.7/101.7 kB 29.0 MB/s eta 0:00:00 2024-08-22T20:31:43.5506918Z [?25hCollecting accelerate>=0.21.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:43.5507706Z Downloading accelerate-0.33.0-py3-none-any.whl (315 kB) 2024-08-22T20:31:43.5508492Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/315.1 kB ? eta -:--:-- 2024-08-22T20:31:43.5509406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 315.1/315.1 kB 66.0 MB/s eta 0:00:00 2024-08-22T20:31:43.5510287Z [?25hCollecting evaluate (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:43.5511002Z Downloading evaluate-0.4.2-py3-none-any.whl (84 kB) 2024-08-22T20:31:43.5511772Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/84.1 kB ? eta -:--:-- 2024-08-22T20:31:43.5512687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 84.1/84.1 kB 24.6 MB/s eta 0:00:00 2024-08-22T20:31:43.5513587Z [?25hCollecting datasets>=2.16.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:43.5514342Z Downloading datasets-2.21.0-py3-none-any.whl (527 kB) 2024-08-22T20:31:43.5515120Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/527.3 kB ? eta -:--:-- 2024-08-22T20:31:50.0043878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 527.3/527.3 kB 73.3 MB/s eta 0:00:00 2024-08-22T20:31:50.0045816Z [?25hCollecting jsonlines (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0046788Z Downloading jsonlines-4.0.0-py3-none-any.whl (8.7 kB) 2024-08-22T20:31:50.0047657Z Collecting numexpr (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0048319Z Downloading numexpr-2.10.1.tar.gz (101 kB) 2024-08-22T20:31:50.0049100Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/101.6 kB ? eta -:--:-- 2024-08-22T20:31:50.0050024Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.6/101.6 kB 26.8 MB/s eta 0:00:00 2024-08-22T20:31:50.0050900Z [?25h Installing build dependencies ... [?25l- \ | / - \ | done 2024-08-22T20:31:50.0051642Z [?25h Getting requirements to build wheel ... [?25l- done 2024-08-22T20:31:50.0052311Z [?25h Preparing metadata (pyproject.toml) ... [?25l- done 2024-08-22T20:31:50.0053096Z [?25hCollecting peft>=0.2.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0053810Z Downloading peft-0.12.0-py3-none-any.whl (296 kB) 2024-08-22T20:31:50.0054582Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/296.4 kB ? eta -:--:-- 2024-08-22T20:31:50.0055506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 296.4/296.4 kB 66.8 MB/s eta 0:00:00 2024-08-22T20:31:50.0056600Z [?25hCollecting pybind11>=2.6.2 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0057355Z Downloading pybind11-2.13.5-py3-none-any.whl (240 kB) 2024-08-22T20:31:50.0058132Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/241.0 kB ? eta -:--:-- 2024-08-22T20:31:50.0059047Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 241.0/241.0 kB 60.2 MB/s eta 0:00:00 2024-08-22T20:31:50.0059967Z [?25hCollecting pytablewriter (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0060757Z Downloading pytablewriter-1.2.0-py3-none-any.whl (111 kB) 2024-08-22T20:31:50.0061559Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/111.1 kB ? eta -:--:-- 2024-08-22T20:31:50.0062474Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.1/111.1 kB 35.0 MB/s eta 0:00:00 2024-08-22T20:31:50.0063399Z [?25hCollecting rouge-score>=0.0.4 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0064123Z Downloading rouge_score-0.1.2.tar.gz (17 kB) 2024-08-22T20:31:50.0064672Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:50.0065414Z [?25hCollecting sacrebleu>=1.5.0 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0066167Z Downloading sacrebleu-2.4.3-py3-none-any.whl (103 kB) 2024-08-22T20:31:50.0067072Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/104.0 kB ? eta -:--:-- 2024-08-22T20:31:50.0068112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 104.0/104.0 kB 32.5 MB/s eta 0:00:00 2024-08-22T20:31:50.0069031Z [?25hCollecting scikit-learn>=0.24.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0070126Z Downloading scikit_learn-1.5.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.3 MB) 2024-08-22T20:31:50.0071141Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.3 MB ? eta -:--:-- 2024-08-22T20:31:50.0072136Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 8.2/13.3 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:31:50.0073157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.3/13.3 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:31:50.0074108Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.3/13.3 MB 117.5 MB/s eta 0:00:00 2024-08-22T20:31:50.0074995Z [?25hCollecting sqlitedict (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0075685Z Downloading sqlitedict-2.1.0.tar.gz (21 kB) 2024-08-22T20:31:50.0076237Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:31:50.0076950Z [?25hCollecting torch>=1.8 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:31:50.0077768Z Downloading torch-2.4.0-cp311-cp311-manylinux1_x86_64.whl (797.3 MB) 2024-08-22T20:31:50.0078731Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/797.3 MB ? eta -:--:-- 2024-08-22T20:31:50.0079650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.8/797.3 MB 203.8 MB/s eta 0:00:04 2024-08-22T20:31:50.0080626Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.5/797.3 MB 219.3 MB/s eta 0:00:04 2024-08-22T20:31:50.0081669Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 22.2/797.3 MB 228.2 MB/s eta 0:00:04 2024-08-22T20:31:50.0082753Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 29.7/797.3 MB 221.1 MB/s eta 0:00:04 2024-08-22T20:31:50.0083812Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.6/797.3 MB 208.4 MB/s eta 0:00:04 2024-08-22T20:31:50.0084901Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.8/797.3 MB 206.7 MB/s eta 0:00:04 2024-08-22T20:31:50.0085964Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/797.3 MB 209.1 MB/s eta 0:00:04 2024-08-22T20:31:50.0087036Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/797.3 MB 207.4 MB/s eta 0:00:04 2024-08-22T20:31:50.0088103Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.2/797.3 MB 208.0 MB/s eta 0:00:04 2024-08-22T20:31:50.0089268Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.5/797.3 MB 209.5 MB/s eta 0:00:04 2024-08-22T20:31:50.0090328Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 79.8/797.3 MB 212.8 MB/s eta 0:00:04 2024-08-22T20:31:50.0091404Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.2/797.3 MB 216.7 MB/s eta 0:00:04 2024-08-22T20:31:50.0092466Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.5/797.3 MB 213.0 MB/s eta 0:00:04 2024-08-22T20:31:50.0093528Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 101.9/797.3 MB 215.2 MB/s eta 0:00:04 2024-08-22T20:31:50.0094582Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 109.4/797.3 MB 217.4 MB/s eta 0:00:04 2024-08-22T20:31:51.3246660Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.8/797.3 MB 216.0 MB/s eta 0:00:04 2024-08-22T20:31:51.3248086Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/797.3 MB 215.4 MB/s eta 0:00:04 2024-08-22T20:31:51.3249561Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.6/797.3 MB 214.0 MB/s eta 0:00:04 2024-08-22T20:31:51.3250663Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 138.9/797.3 MB 214.3 MB/s eta 0:00:04 2024-08-22T20:31:51.3251737Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.4/797.3 MB 215.2 MB/s eta 0:00:04 2024-08-22T20:31:51.3252810Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 153.9/797.3 MB 216.2 MB/s eta 0:00:03 2024-08-22T20:31:51.3253913Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.3/797.3 MB 216.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3254992Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 168.6/797.3 MB 213.5 MB/s eta 0:00:03 2024-08-22T20:31:51.3256072Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.1/797.3 MB 216.6 MB/s eta 0:00:03 2024-08-22T20:31:51.3257144Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 183.5/797.3 MB 215.6 MB/s eta 0:00:03 2024-08-22T20:31:51.3258213Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 190.9/797.3 MB 216.0 MB/s eta 0:00:03 2024-08-22T20:31:51.3259286Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 198.4/797.3 MB 216.7 MB/s eta 0:00:03 2024-08-22T20:31:51.3260544Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 205.8/797.3 MB 216.4 MB/s eta 0:00:03 2024-08-22T20:31:51.3261617Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 213.3/797.3 MB 216.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3262690Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 220.7/797.3 MB 216.5 MB/s eta 0:00:03 2024-08-22T20:31:51.3263783Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 228.1/797.3 MB 216.0 MB/s eta 0:00:03 2024-08-22T20:31:51.3264851Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 235.5/797.3 MB 214.5 MB/s eta 0:00:03 2024-08-22T20:31:51.3265919Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 243.0/797.3 MB 216.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3267130Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 250.4/797.3 MB 216.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3268198Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 257.8/797.3 MB 215.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3269264Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 265.2/797.3 MB 214.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3270446Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.6/797.3 MB 214.9 MB/s eta 0:00:03 2024-08-22T20:31:51.3271527Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 280.0/797.3 MB 216.7 MB/s eta 0:00:03 2024-08-22T20:31:51.3272594Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 287.8/797.3 MB 223.8 MB/s eta 0:00:03 2024-08-22T20:31:51.3273684Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 295.4/797.3 MB 224.0 MB/s eta 0:00:03 2024-08-22T20:31:51.3274747Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 303.0/797.3 MB 220.7 MB/s eta 0:00:03 2024-08-22T20:31:51.3275816Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 310.3/797.3 MB 213.6 MB/s eta 0:00:03 2024-08-22T20:31:51.3276898Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 317.8/797.3 MB 215.6 MB/s eta 0:00:03 2024-08-22T20:31:51.3277985Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 325.5/797.3 MB 221.7 MB/s eta 0:00:03 2024-08-22T20:31:51.3279057Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 333.1/797.3 MB 222.9 MB/s eta 0:00:03 2024-08-22T20:31:51.3280251Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 340.5/797.3 MB 216.9 MB/s eta 0:00:03 2024-08-22T20:31:51.3281319Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 348.1/797.3 MB 214.5 MB/s eta 0:00:03 2024-08-22T20:31:51.3282387Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 355.6/797.3 MB 218.7 MB/s eta 0:00:03 2024-08-22T20:31:51.3283552Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 363.4/797.3 MB 225.6 MB/s eta 0:00:02 2024-08-22T20:31:51.3284626Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 371.1/797.3 MB 225.4 MB/s eta 0:00:02 2024-08-22T20:31:51.3285687Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 378.0/797.3 MB 207.5 MB/s eta 0:00:03 2024-08-22T20:31:51.3286756Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 385.7/797.3 MB 223.0 MB/s eta 0:00:02 2024-08-22T20:31:51.3287840Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 393.2/797.3 MB 219.3 MB/s eta 0:00:02 2024-08-22T20:31:52.6447919Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 399.4/797.3 MB 191.5 MB/s eta 0:00:03 2024-08-22T20:31:52.6449528Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 406.4/797.3 MB 186.1 MB/s eta 0:00:03 2024-08-22T20:31:52.6450988Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 412.0/797.3 MB 177.9 MB/s eta 0:00:03 2024-08-22T20:31:52.6452211Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 417.0/797.3 MB 153.9 MB/s eta 0:00:03 2024-08-22T20:31:52.6453285Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 423.5/797.3 MB 170.8 MB/s eta 0:00:03 2024-08-22T20:31:52.6454372Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 430.9/797.3 MB 213.4 MB/s eta 0:00:02 2024-08-22T20:31:52.6455440Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 437.2/797.3 MB 194.7 MB/s eta 0:00:02 2024-08-22T20:31:52.6456515Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 443.2/797.3 MB 173.1 MB/s eta 0:00:03 2024-08-22T20:31:52.6457577Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 450.1/797.3 MB 180.7 MB/s eta 0:00:02 2024-08-22T20:31:52.6458631Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 455.2/797.3 MB 168.8 MB/s eta 0:00:03 2024-08-22T20:31:52.6459686Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 462.7/797.3 MB 176.1 MB/s eta 0:00:02 2024-08-22T20:31:52.6461036Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 470.1/797.3 MB 214.5 MB/s eta 0:00:02 2024-08-22T20:31:52.6462093Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 477.3/797.3 MB 211.8 MB/s eta 0:00:02 2024-08-22T20:31:52.6463313Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 484.7/797.3 MB 212.1 MB/s eta 0:00:02 2024-08-22T20:31:52.6464374Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 492.4/797.3 MB 221.6 MB/s eta 0:00:02 2024-08-22T20:31:52.6465426Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 499.8/797.3 MB 218.3 MB/s eta 0:00:02 2024-08-22T20:31:52.6466578Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 502.3/797.3 MB 214.1 MB/s eta 0:00:02 2024-08-22T20:31:52.6467654Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 506.5/797.3 MB 118.2 MB/s eta 0:00:03 2024-08-22T20:31:52.6468721Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 513.5/797.3 MB 201.3 MB/s eta 0:00:02 2024-08-22T20:31:52.6469782Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 520.1/797.3 MB 202.9 MB/s eta 0:00:02 2024-08-22T20:31:52.6470836Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 524.3/797.3 MB 183.3 MB/s eta 0:00:02 2024-08-22T20:31:52.6471883Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 529.5/797.3 MB 153.5 MB/s eta 0:00:02 2024-08-22T20:31:52.6472934Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 536.8/797.3 MB 190.7 MB/s eta 0:00:02 2024-08-22T20:31:52.6474093Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 543.4/797.3 MB 197.9 MB/s eta 0:00:02 2024-08-22T20:31:52.6475145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 550.7/797.3 MB 214.1 MB/s eta 0:00:02 2024-08-22T20:31:52.6476213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 557.9/797.3 MB 207.4 MB/s eta 0:00:02 2024-08-22T20:31:52.6477265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 564.8/797.3 MB 207.4 MB/s eta 0:00:02 2024-08-22T20:31:52.6478314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 571.8/797.3 MB 201.6 MB/s eta 0:00:02 2024-08-22T20:31:52.6479366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 578.8/797.3 MB 204.3 MB/s eta 0:00:02 2024-08-22T20:31:52.6480437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 586.2/797.3 MB 212.1 MB/s eta 0:00:01 2024-08-22T20:31:52.6481487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 594.1/797.3 MB 224.5 MB/s eta 0:00:01 2024-08-22T20:31:52.6482899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 600.9/797.3 MB 210.1 MB/s eta 0:00:01 2024-08-22T20:31:52.6484048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 608.2/797.3 MB 211.8 MB/s eta 0:00:01 2024-08-22T20:31:52.6485099Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 615.5/797.3 MB 213.5 MB/s eta 0:00:01 2024-08-22T20:31:52.6486150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 622.8/797.3 MB 213.4 MB/s eta 0:00:01 2024-08-22T20:31:52.6487213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 629.8/797.3 MB 204.6 MB/s eta 0:00:01 2024-08-22T20:31:52.6488257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 637.0/797.3 MB 207.9 MB/s eta 0:00:01 2024-08-22T20:31:52.6489323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 644.4/797.3 MB 213.8 MB/s eta 0:00:01 2024-08-22T20:31:54.4799180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 651.8/797.3 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:54.4800661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 659.1/797.3 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:31:54.4802089Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 666.4/797.3 MB 212.6 MB/s eta 0:00:01 2024-08-22T20:31:54.4803543Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 673.8/797.3 MB 215.3 MB/s eta 0:00:01 2024-08-22T20:31:54.4804595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 681.1/797.3 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:31:54.4805647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 688.5/797.3 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:54.4806730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 695.9/797.3 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:54.4807781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 703.2/797.3 MB 213.9 MB/s eta 0:00:01 2024-08-22T20:31:54.4808826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 710.6/797.3 MB 215.7 MB/s eta 0:00:01 2024-08-22T20:31:54.4809892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 718.1/797.3 MB 216.3 MB/s eta 0:00:01 2024-08-22T20:31:54.4810999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 725.4/797.3 MB 213.5 MB/s eta 0:00:01 2024-08-22T20:31:54.4812045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 732.8/797.3 MB 213.1 MB/s eta 0:00:01 2024-08-22T20:31:54.4813248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 740.2/797.3 MB 215.0 MB/s eta 0:00:01 2024-08-22T20:31:54.4814298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 747.6/797.3 MB 214.8 MB/s eta 0:00:01 2024-08-22T20:31:54.4815361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 755.0/797.3 MB 216.8 MB/s eta 0:00:01 2024-08-22T20:31:54.4816418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 762.2/797.3 MB 209.9 MB/s eta 0:00:01 2024-08-22T20:31:54.4817457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 769.5/797.3 MB 211.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4818476Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 776.3/797.3 MB 199.6 MB/s eta 0:00:01 2024-08-22T20:31:54.4819486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 783.3/797.3 MB 203.4 MB/s eta 0:00:01 2024-08-22T20:31:54.4820470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 790.6/797.3 MB 209.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4821454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4822430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4823515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4824481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4825604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4826704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4827680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4828655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4829654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4830630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4831604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4832589Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4833567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4834544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4835514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4836506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4837477Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4838462Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:54.4839422Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8611822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8613172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8614397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8615381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8616355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8617445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8618426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8619393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8620373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8621333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8622314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8623303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8624274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8625235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8626295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8627375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8628337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8629319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8630288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8631309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8632280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8633265Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8634237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8635196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8636247Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8637221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8638190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8639155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8640132Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8641102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8642087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8643051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8644010Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8645269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8646370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8647328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8648299Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8649280Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8650241Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:55.8651194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2425292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2426778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2427805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2429109Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2430090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2431094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2432118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2433107Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2434082Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2435068Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2436074Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2437048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2438027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2439011Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2440171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2441138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2442207Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2443186Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2444498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2445882Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2446903Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2447876Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2448849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2449825Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2450797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2451767Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2452742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2453727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2454694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2455672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2456629Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2457601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2458572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2459819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2460780Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2461914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2462894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2463863Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2464826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:57.2465823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6239945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6241185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6242301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6243423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6244678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6245836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6247048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6248021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6249007Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6249970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6250926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6251904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6252893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6253874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6254853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6255976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6256958Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6257928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6258884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6259869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6260848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6261892Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6262857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6263829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6264798Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6265867Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6266935Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6267917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6268909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6269879Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6270853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6271827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6272817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6273778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6274893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6275881Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6276861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6277830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6278822Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:58.6279799Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9968042Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9969451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9970489Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9971470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9972746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9973720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9974684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9975792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9976779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9977756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9978722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9979710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9980691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9981682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9982646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9983620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9984604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9985689Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9986761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9987748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9988755Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9989741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9990712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9991714Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9992739Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9993707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9995536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9996540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9997516Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9998486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:31:59.9999473Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0000455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0001435Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0002423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0003398Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0004371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0005337Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0006408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0007386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:00.0008374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 797.3/797.3 MB 226.2 MB/s eta 0:00:01 2024-08-22T20:32:03.0461271Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 797.3/797.3 MB 1.5 MB/s eta 0:00:00 2024-08-22T20:32:03.0462662Z [?25hCollecting tqdm-multiprocess (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.0463773Z Downloading tqdm_multiprocess-0.0.11-py3-none-any.whl (9.8 kB) 2024-08-22T20:32:03.0464774Z Collecting transformers>=4.1 (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.0465605Z Downloading transformers-4.44.2-py3-none-any.whl (9.5 MB) 2024-08-22T20:32:03.0466513Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.5 MB ? eta -:--:-- 2024-08-22T20:32:03.0467510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 7.1/9.5 MB 214.3 MB/s eta 0:00:01 2024-08-22T20:32:03.0468789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.5/9.5 MB 214.0 MB/s eta 0:00:01 2024-08-22T20:32:03.0469749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.5/9.5 MB 123.5 MB/s eta 0:00:00 2024-08-22T20:32:03.0471024Z [?25hRequirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (0.19.0) 2024-08-22T20:32:03.0472188Z Collecting dill (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.0473173Z Downloading https://download.pytorch.org/whl/nightly/dill-0.3.8-py3-none-any.whl (116 kB) 2024-08-22T20:32:03.0474147Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/116.3 kB ? eta -:--:-- 2024-08-22T20:32:03.0475067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 116.3/116.3 kB 36.0 MB/s eta 0:00:00 2024-08-22T20:32:03.0475952Z [?25hCollecting word2number (from lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:03.0476653Z Downloading word2number-1.1.zip (9.7 kB) 2024-08-22T20:32:03.0477200Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:32:03.0478356Z [?25hRequirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r requirements.txt (line 17)) (10.1.0) 2024-08-22T20:32:03.0479970Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (3.13.1) 2024-08-22T20:32:03.0481322Z Collecting fsspec>=2023.5.0 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:03.0482321Z Downloading https://download.pytorch.org/whl/nightly/fsspec-2024.6.1-py3-none-any.whl (177 kB) 2024-08-22T20:32:03.0483334Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/177.6 kB ? eta -:--:-- 2024-08-22T20:32:03.0484261Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 177.6/177.6 kB 44.5 MB/s eta 0:00:00 2024-08-22T20:32:03.0485582Z [?25hRequirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (23.0) 2024-08-22T20:32:03.0487194Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (6.0.1) 2024-08-22T20:32:03.0488766Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (2.29.0) 2024-08-22T20:32:03.0490362Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r requirements.txt (line 4)) (4.65.0) 2024-08-22T20:32:03.0491621Z Collecting typing-extensions>=3.7.4.3 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:03.0492728Z Downloading https://download.pytorch.org/whl/nightly/typing_extensions-4.12.2-py3-none-any.whl (37 kB) 2024-08-22T20:32:03.0493823Z Collecting regex>=2022.1.18 (from tiktoken->-r requirements.txt (line 10)) 2024-08-22T20:32:03.0494792Z Downloading regex-2024.7.24-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (786 kB) 2024-08-22T20:32:03.0495786Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/786.6 kB ? eta -:--:-- 2024-08-22T20:32:03.0496725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 109.0 MB/s eta 0:00:00 2024-08-22T20:32:03.0497602Z [?25hCollecting tornado>=2.0 (from snakeviz->-r requirements.txt (line 13)) 2024-08-22T20:32:03.0498729Z Downloading tornado-6.4.1-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (436 kB) 2024-08-22T20:32:03.0499873Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/436.8 kB ? eta -:--:-- 2024-08-22T20:32:03.0500817Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 436.8/436.8 kB 80.8 MB/s eta 0:00:00 2024-08-22T20:32:03.0501714Z [?25hCollecting pycryptodomex~=3.8 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:03.0502999Z Downloading https://download.pytorch.org/whl/nightly/pycryptodomex-3.20.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.1 MB) 2024-08-22T20:32:03.0504252Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.1 MB ? eta -:--:-- 2024-08-22T20:32:03.0505165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 90.4 MB/s eta 0:00:00 2024-08-22T20:32:03.0506557Z [?25hRequirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r requirements.txt (line 18)) (1.26.16) 2024-08-22T20:32:03.0507723Z Collecting lxml~=4.9 (from blobfile->-r requirements.txt (line 18)) 2024-08-22T20:32:03.0508743Z Downloading lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl (7.1 MB) 2024-08-22T20:32:03.0509821Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/7.1 MB ? eta -:--:-- 2024-08-22T20:32:03.0510774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 7.1/7.1 MB 252.1 MB/s eta 0:00:01 2024-08-22T20:32:03.0511735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.1/7.1 MB 140.0 MB/s eta 0:00:00 2024-08-22T20:32:03.0512599Z [?25hCollecting altair<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.0513498Z Downloading altair-5.4.0-py3-none-any.whl (671 kB) 2024-08-22T20:32:03.0514270Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/671.7 kB ? eta -:--:-- 2024-08-22T20:32:03.0515194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 671.7/671.7 kB 106.3 MB/s eta 0:00:00 2024-08-22T20:32:03.0516177Z [?25hCollecting blinker<2,>=1.0.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.0516917Z Downloading blinker-1.8.2-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:03.0517653Z Collecting cachetools<6,>=4.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.0518394Z Downloading cachetools-5.5.0-py3-none-any.whl (9.5 kB) 2024-08-22T20:32:03.0519522Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r requirements.txt (line 28)) (8.1.7) 2024-08-22T20:32:03.0520679Z Collecting pandas<3,>=1.3.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:03.0521909Z Downloading https://download.pytorch.org/whl/nightly/pandas-2.2.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (13.0 MB) 2024-08-22T20:32:03.0523129Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/13.0 MB ? eta -:--:-- 2024-08-22T20:32:03.0524140Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 8.5/13.0 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:05.1162380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 13.0/13.0 MB 255.5 MB/s eta 0:00:01 2024-08-22T20:32:05.1163492Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/13.0 MB 124.9 MB/s eta 0:00:00 2024-08-22T20:32:05.1164389Z [?25hCollecting pillow<11,>=7.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1165366Z Downloading pillow-10.4.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.5 MB) 2024-08-22T20:32:05.1166383Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/4.5 MB ? eta -:--:-- 2024-08-22T20:32:05.1167287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 134.7 MB/s eta 0:00:00 2024-08-22T20:32:05.1168157Z [?25hCollecting protobuf<6,>=3.20 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1169033Z Downloading protobuf-5.27.3-cp38-abi3-manylinux2014_x86_64.whl (309 kB) 2024-08-22T20:32:05.1169910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/309.3 kB ? eta -:--:-- 2024-08-22T20:32:05.1170826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 309.3/309.3 kB 56.2 MB/s eta 0:00:00 2024-08-22T20:32:05.1171685Z [?25hCollecting pyarrow>=7.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1172640Z Downloading pyarrow-17.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (39.9 MB) 2024-08-22T20:32:05.1173890Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/39.9 MB ? eta -:--:-- 2024-08-22T20:32:05.1174874Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.5/39.9 MB 226.5 MB/s eta 0:00:01 2024-08-22T20:32:05.1176091Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 16.0/39.9 MB 229.8 MB/s eta 0:00:01 2024-08-22T20:32:05.1177153Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 24.8/39.9 MB 255.1 MB/s eta 0:00:01 2024-08-22T20:32:05.1178201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 33.6/39.9 MB 256.1 MB/s eta 0:00:01 2024-08-22T20:32:05.1179222Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:32:05.1180227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:32:05.1181193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:32:05.1182166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:32:05.1183148Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 39.9/39.9 MB 255.9 MB/s eta 0:00:01 2024-08-22T20:32:05.1184088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 39.9/39.9 MB 49.3 MB/s eta 0:00:00 2024-08-22T20:32:05.1184953Z [?25hCollecting rich<14,>=10.14.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1185672Z Downloading rich-13.7.1-py3-none-any.whl (240 kB) 2024-08-22T20:32:05.1186609Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/240.7 kB ? eta -:--:-- 2024-08-22T20:32:05.1187523Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 240.7/240.7 kB 61.6 MB/s eta 0:00:00 2024-08-22T20:32:05.1188416Z [?25hCollecting tenacity<9,>=8.1.0 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1189157Z Downloading tenacity-8.5.0-py3-none-any.whl (28 kB) 2024-08-22T20:32:05.1189879Z Collecting toml<2,>=0.10.1 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1190585Z Downloading toml-0.10.2-py2.py3-none-any.whl (16 kB) 2024-08-22T20:32:05.1191359Z Collecting gitpython!=3.1.19,<4,>=3.0.7 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1192144Z Downloading GitPython-3.1.43-py3-none-any.whl (207 kB) 2024-08-22T20:32:05.1192977Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/207.3 kB ? eta -:--:-- 2024-08-22T20:32:05.1194022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 207.3/207.3 kB 52.2 MB/s eta 0:00:00 2024-08-22T20:32:05.1194909Z [?25hCollecting pydeck<1,>=0.8.0b4 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1195716Z Downloading pydeck-0.9.1-py2.py3-none-any.whl (6.9 MB) 2024-08-22T20:32:05.1196554Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.9 MB ? eta -:--:-- 2024-08-22T20:32:05.1197597Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.9/6.9 MB 264.8 MB/s eta 0:00:01 2024-08-22T20:32:05.1198549Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.9/6.9 MB 134.9 MB/s eta 0:00:00 2024-08-22T20:32:05.1199416Z [?25hCollecting watchdog<5,>=2.1.5 (from streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:05.1200256Z Downloading watchdog-4.0.2-py3-none-manylinux2014_x86_64.whl (82 kB) 2024-08-22T20:32:05.1201137Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/82.9 kB ? eta -:--:-- 2024-08-22T20:32:05.1202044Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.9/82.9 kB 27.7 MB/s eta 0:00:00 2024-08-22T20:32:05.1202891Z [?25hCollecting Werkzeug>=3.0.0 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:05.1203608Z Downloading werkzeug-3.0.4-py3-none-any.whl (227 kB) 2024-08-22T20:32:05.1204405Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/227.6 kB ? eta -:--:-- 2024-08-22T20:32:05.1205315Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 227.6/227.6 kB 36.2 MB/s eta 0:00:00 2024-08-22T20:32:05.1206564Z [?25hRequirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r requirements.txt (line 31)) (3.1.4) 2024-08-22T20:32:05.1207719Z Collecting itsdangerous>=2.1.2 (from flask->-r requirements.txt (line 31)) 2024-08-22T20:32:05.1208479Z Downloading itsdangerous-2.2.0-py3-none-any.whl (16 kB) 2024-08-22T20:32:05.1209712Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) (5.9.0) 2024-08-22T20:32:05.1211105Z Collecting safetensors>=0.3.1 (from accelerate>=0.21.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:05.1212216Z Downloading safetensors-0.4.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (435 kB) 2024-08-22T20:32:05.1213223Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/435.4 kB ? eta -:--:-- 2024-08-22T20:32:07.0332166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 435.4/435.4 kB 89.1 MB/s eta 0:00:00 2024-08-22T20:32:07.0334023Z [?25hRequirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (4.19.2) 2024-08-22T20:32:07.0336042Z Collecting narwhals>=1.1.0 (from altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:07.0336849Z Downloading narwhals-1.5.2-py3-none-any.whl (145 kB) 2024-08-22T20:32:07.0337640Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/145.6 kB ? eta -:--:-- 2024-08-22T20:32:07.0338567Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 145.6/145.6 kB 45.1 MB/s eta 0:00:00 2024-08-22T20:32:07.0339452Z [?25hCollecting requests (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:07.0340180Z Downloading requests-2.32.3-py3-none-any.whl (64 kB) 2024-08-22T20:32:07.0340943Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/64.9 kB ? eta -:--:-- 2024-08-22T20:32:07.0341858Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.9/64.9 kB 24.1 MB/s eta 0:00:00 2024-08-22T20:32:07.0342759Z [?25hCollecting tqdm>=4.42.1 (from huggingface_hub->-r requirements.txt (line 4)) 2024-08-22T20:32:07.0343472Z Downloading tqdm-4.66.5-py3-none-any.whl (78 kB) 2024-08-22T20:32:07.0344576Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/78.4 kB ? eta -:--:-- 2024-08-22T20:32:07.0345665Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 78.4/78.4 kB 27.9 MB/s eta 0:00:00 2024-08-22T20:32:07.0346911Z [?25hCollecting xxhash (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.0347933Z Downloading xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (194 kB) 2024-08-22T20:32:07.0348910Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/194.8 kB ? eta -:--:-- 2024-08-22T20:32:07.0349828Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 194.8/194.8 kB 48.1 MB/s eta 0:00:00 2024-08-22T20:32:07.0350817Z [?25hCollecting multiprocess (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.0351948Z Downloading https://download.pytorch.org/whl/nightly/multiprocess-0.70.16-py311-none-any.whl (143 kB) 2024-08-22T20:32:07.0352996Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/143.5 kB ? eta -:--:-- 2024-08-22T20:32:07.0353927Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 143.5/143.5 kB 44.8 MB/s eta 0:00:00 2024-08-22T20:32:07.0354884Z [?25hCollecting aiohttp (from datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.0355919Z Downloading aiohttp-3.10.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.3 MB) 2024-08-22T20:32:07.0356898Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.3 MB ? eta -:--:-- 2024-08-22T20:32:07.0357794Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 125.7 MB/s eta 0:00:00 2024-08-22T20:32:07.0358927Z [?25hCollecting gitdb<5,>=4.0.1 (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:07.0359762Z Downloading gitdb-4.0.11-py3-none-any.whl (62 kB) 2024-08-22T20:32:07.0360530Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/62.7 kB ? eta -:--:-- 2024-08-22T20:32:07.0361458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.7/62.7 kB 20.6 MB/s eta 0:00:00 2024-08-22T20:32:07.0362785Z [?25hRequirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r requirements.txt (line 31)) (2.1.3) 2024-08-22T20:32:07.0364638Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:32:07.0366420Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) (2024.1) 2024-08-22T20:32:07.0367744Z Collecting tzdata>=2022.7 (from pandas<3,>=1.3.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:07.0368791Z Downloading https://download.pytorch.org/whl/nightly/tzdata-2024.1-py2.py3-none-any.whl (345 kB) 2024-08-22T20:32:07.0369811Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/345.4 kB ? eta -:--:-- 2024-08-22T20:32:07.0370834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 345.4/345.4 kB 68.8 MB/s eta 0:00:00 2024-08-22T20:32:07.0372235Z [?25hRequirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2.0.4) 2024-08-22T20:32:07.0373978Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (3.4) 2024-08-22T20:32:07.0375714Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:32:07.0377107Z Collecting markdown-it-py>=2.2.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:07.0377954Z Downloading markdown_it_py-3.0.0-py3-none-any.whl (87 kB) 2024-08-22T20:32:07.0378761Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/87.5 kB ? eta -:--:-- 2024-08-22T20:32:07.0379681Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 87.5/87.5 kB 31.1 MB/s eta 0:00:00 2024-08-22T20:32:07.0380689Z [?25hCollecting pygments<3.0.0,>=2.13.0 (from rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:32:07.0381536Z Downloading pygments-2.18.0-py3-none-any.whl (1.2 MB) 2024-08-22T20:32:07.0382318Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.2 MB ? eta -:--:-- 2024-08-22T20:32:07.0383820Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 116.6 MB/s eta 0:00:00 2024-08-22T20:32:07.0384775Z [?25hCollecting absl-py (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.0385590Z Downloading absl_py-2.1.0-py3-none-any.whl (133 kB) 2024-08-22T20:32:07.0386425Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/133.7 kB ? eta -:--:-- 2024-08-22T20:32:07.0387352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 133.7/133.7 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:32:07.0388302Z [?25hCollecting nltk (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:07.0389080Z Downloading nltk-3.9.1-py3-none-any.whl (1.5 MB) 2024-08-22T20:32:07.0389834Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.5 MB ? eta -:--:-- 2024-08-22T20:32:07.0390746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 110.7 MB/s eta 0:00:00 2024-08-22T20:32:08.5847776Z [?25hRequirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r requirements.txt (line 17)) (1.16.0) 2024-08-22T20:32:08.5850034Z Collecting portalocker (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5851138Z Downloading portalocker-2.10.1-py3-none-any.whl (18 kB) 2024-08-22T20:32:08.5852038Z Collecting tabulate>=0.8.9 (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5852849Z Downloading tabulate-0.9.0-py3-none-any.whl (35 kB) 2024-08-22T20:32:08.5853658Z Collecting colorama (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5854726Z Downloading https://download.pytorch.org/whl/nightly/colorama-0.4.6-py2.py3-none-any.whl (25 kB) 2024-08-22T20:32:08.5855834Z Collecting scipy>=1.6.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5856888Z Downloading scipy-1.14.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (41.2 MB) 2024-08-22T20:32:08.5857935Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/41.2 MB ? eta -:--:-- 2024-08-22T20:32:08.5858956Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/41.2 MB 221.9 MB/s eta 0:00:01 2024-08-22T20:32:08.5860032Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 15.2/41.2 MB 214.2 MB/s eta 0:00:01 2024-08-22T20:32:08.5861107Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 23.9/41.2 MB 253.0 MB/s eta 0:00:01 2024-08-22T20:32:08.5862169Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 31.6/41.2 MB 228.8 MB/s eta 0:00:01 2024-08-22T20:32:08.5863252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 38.8/41.2 MB 230.6 MB/s eta 0:00:01 2024-08-22T20:32:08.5864348Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 192.3 MB/s eta 0:00:01 2024-08-22T20:32:08.5865370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 192.3 MB/s eta 0:00:01 2024-08-22T20:32:08.5866508Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 192.3 MB/s eta 0:00:01 2024-08-22T20:32:08.5867490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 192.3 MB/s eta 0:00:01 2024-08-22T20:32:08.5868457Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 41.2/41.2 MB 192.3 MB/s eta 0:00:01 2024-08-22T20:32:08.5869840Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.2/41.2 MB 43.3 MB/s eta 0:00:00 2024-08-22T20:32:08.5870859Z [?25hCollecting joblib>=1.2.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5871706Z Downloading joblib-1.4.2-py3-none-any.whl (301 kB) 2024-08-22T20:32:08.5872581Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/301.8 kB ? eta -:--:-- 2024-08-22T20:32:08.5873522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 301.8/301.8 kB 61.3 MB/s eta 0:00:00 2024-08-22T20:32:08.5874587Z [?25hCollecting threadpoolctl>=3.1.0 (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5875492Z Downloading threadpoolctl-3.5.0-py3-none-any.whl (18 kB) 2024-08-22T20:32:08.5876282Z Collecting sympy (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5877037Z Downloading sympy-1.13.2-py3-none-any.whl (6.2 MB) 2024-08-22T20:32:08.5877800Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:32:08.5878771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 262.3 MB/s eta 0:00:01 2024-08-22T20:32:08.5879744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 119.9 MB/s eta 0:00:00 2024-08-22T20:32:08.5880757Z [?25hCollecting networkx (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5881779Z Downloading https://download.pytorch.org/whl/nightly/networkx-3.3-py3-none-any.whl (1.7 MB) 2024-08-22T20:32:08.5882776Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:32:08.5883688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 118.5 MB/s eta 0:00:00 2024-08-22T20:32:08.5884770Z [?25hCollecting nvidia-cuda-nvrtc-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5886129Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (23.7 MB) 2024-08-22T20:32:08.5887317Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/23.7 MB ? eta -:--:-- 2024-08-22T20:32:08.5888329Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 8.5/23.7 MB 255.2 MB/s eta 0:00:01 2024-08-22T20:32:08.5889417Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 17.2/23.7 MB 253.5 MB/s eta 0:00:01 2024-08-22T20:32:08.5890446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 259.4 MB/s eta 0:00:01 2024-08-22T20:32:08.5891670Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 259.4 MB/s eta 0:00:01 2024-08-22T20:32:08.5892677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 23.7/23.7 MB 259.4 MB/s eta 0:00:01 2024-08-22T20:32:08.5893636Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 23.7/23.7 MB 72.1 MB/s eta 0:00:00 2024-08-22T20:32:08.5894827Z [?25hCollecting nvidia-cuda-runtime-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5896222Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (823 kB) 2024-08-22T20:32:08.5897429Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/823.6 kB ? eta -:--:-- 2024-08-22T20:32:08.5898352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 823.6/823.6 kB 95.9 MB/s eta 0:00:00 2024-08-22T20:32:08.5899450Z [?25hCollecting nvidia-cuda-cupti-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:08.5900814Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (14.1 MB) 2024-08-22T20:32:09.8912066Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/14.1 MB ? eta -:--:-- 2024-08-22T20:32:09.8913565Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 8.6/14.1 MB 256.5 MB/s eta 0:00:01 2024-08-22T20:32:09.8914836Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 14.1/14.1 MB 256.1 MB/s eta 0:00:01 2024-08-22T20:32:09.8915829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 14.1/14.1 MB 118.0 MB/s eta 0:00:00 2024-08-22T20:32:09.8916866Z [?25hCollecting nvidia-cudnn-cu12==9.1.0.70 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:09.8918490Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl (664.8 MB) 2024-08-22T20:32:09.8919684Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/664.8 MB ? eta -:--:-- 2024-08-22T20:32:09.8920660Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.6/664.8 MB 256.7 MB/s eta 0:00:03 2024-08-22T20:32:09.8921654Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.3/664.8 MB 252.8 MB/s eta 0:00:03 2024-08-22T20:32:09.8922702Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.9/664.8 MB 249.2 MB/s eta 0:00:03 2024-08-22T20:32:09.8923778Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 34.4/664.8 MB 246.2 MB/s eta 0:00:03 2024-08-22T20:32:09.8924869Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 43.0/664.8 MB 247.6 MB/s eta 0:00:03 2024-08-22T20:32:09.8925936Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.6/664.8 MB 248.6 MB/s eta 0:00:03 2024-08-22T20:32:09.8927003Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 60.1/664.8 MB 246.5 MB/s eta 0:00:03 2024-08-22T20:32:09.8928239Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 68.7/664.8 MB 248.4 MB/s eta 0:00:03 2024-08-22T20:32:09.8929315Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 77.4/664.8 MB 250.2 MB/s eta 0:00:03 2024-08-22T20:32:09.8930372Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 85.9/664.8 MB 247.5 MB/s eta 0:00:03 2024-08-22T20:32:09.8931454Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 94.5/664.8 MB 248.7 MB/s eta 0:00:03 2024-08-22T20:32:09.8932516Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 103.1/664.8 MB 248.4 MB/s eta 0:00:03 2024-08-22T20:32:09.8933587Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 111.8/664.8 MB 249.6 MB/s eta 0:00:03 2024-08-22T20:32:09.8934674Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 120.4/664.8 MB 248.9 MB/s eta 0:00:03 2024-08-22T20:32:09.8935743Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 129.0/664.8 MB 249.2 MB/s eta 0:00:03 2024-08-22T20:32:09.8936813Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 137.7/664.8 MB 249.9 MB/s eta 0:00:03 2024-08-22T20:32:09.8938007Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 146.2/664.8 MB 247.6 MB/s eta 0:00:03 2024-08-22T20:32:09.8939074Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 154.7/664.8 MB 245.8 MB/s eta 0:00:03 2024-08-22T20:32:09.8940139Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 163.3/664.8 MB 247.5 MB/s eta 0:00:03 2024-08-22T20:32:09.8941224Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 171.8/664.8 MB 246.1 MB/s eta 0:00:03 2024-08-22T20:32:09.8942288Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 180.4/664.8 MB 249.8 MB/s eta 0:00:02 2024-08-22T20:32:09.8943358Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.2/664.8 MB 251.1 MB/s eta 0:00:02 2024-08-22T20:32:09.8944726Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 197.7/664.8 MB 248.4 MB/s eta 0:00:02 2024-08-22T20:32:09.8945820Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 206.3/664.8 MB 248.0 MB/s eta 0:00:02 2024-08-22T20:32:09.8946940Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 215.0/664.8 MB 249.2 MB/s eta 0:00:02 2024-08-22T20:32:09.8948155Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 223.6/664.8 MB 248.9 MB/s eta 0:00:02 2024-08-22T20:32:09.8949225Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 232.2/664.8 MB 248.5 MB/s eta 0:00:02 2024-08-22T20:32:09.8950288Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 240.7/664.8 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:32:09.8951344Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 249.3/664.8 MB 247.0 MB/s eta 0:00:02 2024-08-22T20:32:09.8952423Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 257.9/664.8 MB 249.4 MB/s eta 0:00:02 2024-08-22T20:32:09.8953484Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 266.5/664.8 MB 249.9 MB/s eta 0:00:02 2024-08-22T20:32:09.8954617Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 275.0/664.8 MB 246.1 MB/s eta 0:00:02 2024-08-22T20:32:11.2159439Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 283.6/664.8 MB 248.3 MB/s eta 0:00:02 2024-08-22T20:32:11.2160986Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 292.2/664.8 MB 248.7 MB/s eta 0:00:02 2024-08-22T20:32:11.2162307Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 300.8/664.8 MB 246.7 MB/s eta 0:00:02 2024-08-22T20:32:11.2163713Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 309.4/664.8 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:32:11.2164785Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 317.9/664.8 MB 247.7 MB/s eta 0:00:02 2024-08-22T20:32:11.2165875Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 326.5/664.8 MB 247.8 MB/s eta 0:00:02 2024-08-22T20:32:11.2166936Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 335.2/664.8 MB 248.8 MB/s eta 0:00:02 2024-08-22T20:32:11.2168002Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 343.8/664.8 MB 249.1 MB/s eta 0:00:02 2024-08-22T20:32:11.2169057Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 352.4/664.8 MB 249.0 MB/s eta 0:00:02 2024-08-22T20:32:11.2170130Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 361.0/664.8 MB 249.6 MB/s eta 0:00:02 2024-08-22T20:32:11.2171185Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 369.6/664.8 MB 248.6 MB/s eta 0:00:02 2024-08-22T20:32:11.2172416Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 378.2/664.8 MB 248.8 MB/s eta 0:00:02 2024-08-22T20:32:11.2173483Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 386.8/664.8 MB 248.8 MB/s eta 0:00:02 2024-08-22T20:32:11.2174537Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 395.5/664.8 MB 249.7 MB/s eta 0:00:02 2024-08-22T20:32:11.2175590Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 404.1/664.8 MB 247.4 MB/s eta 0:00:02 2024-08-22T20:32:11.2176665Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 412.7/664.8 MB 249.6 MB/s eta 0:00:02 2024-08-22T20:32:11.2177717Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 421.3/664.8 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:11.2178786Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 429.9/664.8 MB 247.8 MB/s eta 0:00:01 2024-08-22T20:32:11.2179842Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 438.5/664.8 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:11.2180892Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 447.2/664.8 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:11.2181940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 455.7/664.8 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:11.2183129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 464.3/664.8 MB 248.9 MB/s eta 0:00:01 2024-08-22T20:32:11.2184176Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 472.9/664.8 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:11.2185326Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 481.4/664.8 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:11.2186467Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 489.9/664.8 MB 247.0 MB/s eta 0:00:01 2024-08-22T20:32:11.2187527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 498.5/664.8 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:32:11.2188575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 507.0/664.8 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:11.2189639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 515.6/664.8 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:11.2190693Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 524.2/664.8 MB 247.5 MB/s eta 0:00:01 2024-08-22T20:32:11.2191752Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 532.8/664.8 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:32:11.2192800Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 541.4/664.8 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:11.2193845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 550.1/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:11.2194948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 558.6/664.8 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:11.2196008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 567.2/664.8 MB 247.9 MB/s eta 0:00:01 2024-08-22T20:32:11.2197051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 575.9/664.8 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:11.2198097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 584.5/664.8 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:11.2199152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 593.2/664.8 MB 250.7 MB/s eta 0:00:01 2024-08-22T20:32:11.2200203Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 601.9/664.8 MB 250.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9445591Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 610.5/664.8 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:12.9447424Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 619.2/664.8 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:12.9448498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 627.7/664.8 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:12.9449584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 636.4/664.8 MB 249.5 MB/s eta 0:00:01 2024-08-22T20:32:12.9450839Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 644.9/664.8 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:12.9451878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 653.6/664.8 MB 250.4 MB/s eta 0:00:01 2024-08-22T20:32:12.9452873Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 662.3/664.8 MB 250.5 MB/s eta 0:00:01 2024-08-22T20:32:12.9453853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9454848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9455834Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9456832Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9457795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9458773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9459747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9460823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9461786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9462768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9463759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9464730Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9465703Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9466779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9467757Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9468723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9469791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9470772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9471748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9472713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9473705Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9474708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9475724Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9476686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9477659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9478630Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9479697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9480659Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9481634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9482623Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9483592Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:12.9484556Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3259609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3261164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3262170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3263529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3264534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3265524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3266575Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3267554Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3268532Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3269505Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3270488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3271458Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3272445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3273423Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3274569Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3275540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3276606Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3277579Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3278540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3279511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3280514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3281488Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3282450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3283440Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3284410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3285373Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3286330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3287319Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3288287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3289268Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3290227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3291194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3292171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3293282Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3294245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3295354Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3296330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3297294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3298260Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:14.3299250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7085408Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7086746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7087895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7088893Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7089883Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7090865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7092065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7093035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7094034Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7095004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7095965Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7096942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7097930Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7098896Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7099854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7100981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7101963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7102938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7103895Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7104884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7105862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7107005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7107974Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7108945Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7109913Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7110979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7111946Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7112914Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7113904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7114868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7115838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7116808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7117791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7118748Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7119813Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7120781Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7121753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7122712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7123701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:15.7124673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5791499Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5792968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5794056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5795065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5796359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5797329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5798303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5799454Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5800436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5801404Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5802377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5803379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5804359Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5805342Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5806330Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5807310Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5808288Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5809272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5810258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5811238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5812229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5813194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5814172Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5815146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5816397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5817370Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5818482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5819468Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5820436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5821411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5822406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5823383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 664.8/664.8 MB 254.7 MB/s eta 0:00:01 2024-08-22T20:32:17.5824338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 664.8/664.8 MB 1.9 MB/s eta 0:00:00 2024-08-22T20:32:17.5825410Z [?25hCollecting nvidia-cublas-cu12==12.1.3.1 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:17.5826871Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl (410.6 MB) 2024-08-22T20:32:17.5828050Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/410.6 MB ? eta -:--:-- 2024-08-22T20:32:17.5829007Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/410.6 MB 246.0 MB/s eta 0:00:02 2024-08-22T20:32:17.5830327Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/410.6 MB 235.6 MB/s eta 0:00:02 2024-08-22T20:32:17.5831409Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.4/410.6 MB 234.8 MB/s eta 0:00:02 2024-08-22T20:32:17.5832507Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/410.6 MB 243.6 MB/s eta 0:00:02 2024-08-22T20:32:18.9005435Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/410.6 MB 235.9 MB/s eta 0:00:02 2024-08-22T20:32:18.9006941Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/410.6 MB 241.8 MB/s eta 0:00:02 2024-08-22T20:32:18.9008087Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.3/410.6 MB 238.2 MB/s eta 0:00:02 2024-08-22T20:32:18.9009234Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.5/410.6 MB 241.0 MB/s eta 0:00:02 2024-08-22T20:32:18.9010302Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.9/410.6 MB 243.0 MB/s eta 0:00:02 2024-08-22T20:32:18.9011643Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 82.5/410.6 MB 247.1 MB/s eta 0:00:02 2024-08-22T20:32:18.9012726Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.9/410.6 MB 243.9 MB/s eta 0:00:02 2024-08-22T20:32:18.9013777Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.9/410.6 MB 236.6 MB/s eta 0:00:02 2024-08-22T20:32:18.9014836Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 107.3/410.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:32:18.9015919Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 115.3/410.6 MB 234.5 MB/s eta 0:00:02 2024-08-22T20:32:18.9017029Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 123.7/410.6 MB 241.4 MB/s eta 0:00:02 2024-08-22T20:32:18.9018112Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 132.1/410.6 MB 245.6 MB/s eta 0:00:02 2024-08-22T20:32:18.9019172Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 140.7/410.6 MB 247.6 MB/s eta 0:00:02 2024-08-22T20:32:18.9020233Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 149.0/410.6 MB 239.7 MB/s eta 0:00:02 2024-08-22T20:32:18.9021284Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 157.6/410.6 MB 248.8 MB/s eta 0:00:02 2024-08-22T20:32:18.9022536Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 165.8/410.6 MB 239.4 MB/s eta 0:00:02 2024-08-22T20:32:18.9023596Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 174.3/410.6 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:18.9024658Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 182.5/410.6 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:18.9025733Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 191.1/410.6 MB 248.1 MB/s eta 0:00:01 2024-08-22T20:32:18.9026942Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 199.3/410.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:32:18.9027996Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 207.8/410.6 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:18.9029068Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 216.4/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:18.9030111Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 225.0/410.6 MB 248.7 MB/s eta 0:00:01 2024-08-22T20:32:18.9031164Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 233.2/410.6 MB 238.2 MB/s eta 0:00:01 2024-08-22T20:32:18.9032321Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 241.7/410.6 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:18.9033381Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 249.9/410.6 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:32:18.9034427Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 258.5/410.6 MB 247.4 MB/s eta 0:00:01 2024-08-22T20:32:18.9035495Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 266.7/410.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:18.9036540Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 275.2/410.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:18.9037590Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 283.4/410.6 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:32:18.9038649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 291.9/410.6 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:18.9039697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 300.0/410.6 MB 238.0 MB/s eta 0:00:01 2024-08-22T20:32:18.9040747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 308.6/410.6 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:18.9041792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 317.0/410.6 MB 245.4 MB/s eta 0:00:01 2024-08-22T20:32:18.9042943Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 325.2/410.6 MB 238.4 MB/s eta 0:00:01 2024-08-22T20:32:18.9043995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 333.7/410.6 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:18.9045595Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 341.9/410.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:18.9046667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 350.5/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4930292Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 358.8/410.6 MB 241.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4932922Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 367.4/410.6 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:32:20.4935122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 375.9/410.6 MB 248.5 MB/s eta 0:00:01 2024-08-22T20:32:20.4936792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.0/410.6 MB 190.3 MB/s eta 0:00:01 2024-08-22T20:32:20.4937871Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.4/410.6 MB 117.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4938921Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 381.8/410.6 MB 85.2 MB/s eta 0:00:01 2024-08-22T20:32:20.4939971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 382.3/410.6 MB 67.1 MB/s eta 0:00:01 2024-08-22T20:32:20.4941017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 382.8/410.6 MB 55.1 MB/s eta 0:00:01 2024-08-22T20:32:20.4942078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 383.2/410.6 MB 47.0 MB/s eta 0:00:01 2024-08-22T20:32:20.4943119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 389.8/410.6 MB 45.1 MB/s eta 0:00:01 2024-08-22T20:32:20.4944366Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 397.8/410.6 MB 232.7 MB/s eta 0:00:01 2024-08-22T20:32:20.4945403Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 406.1/410.6 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:20.4946460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4947446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4948686Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4949657Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4950765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4951749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4952722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4953696Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4954690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4955682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4956663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4957650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4958633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4959612Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4960584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4961639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4962613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4963601Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4964570Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4965531Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4966533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4967544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4968510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4969470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4970533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4971509Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:20.4972470Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8750525Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8751926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8753006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8754355Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8755676Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8756782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8757773Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8758977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8759949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8760928Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8761924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8762902Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8763869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8764860Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8765852Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8766829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8767940Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8768924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8769899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8770868Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8771878Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8772853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8773824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8774804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8775760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8776741Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8777856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8778827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8779789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8780857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8781829Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8782803Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8783760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8784750Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8785716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8786810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8787777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8788746Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8789713Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:21.8790687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5797200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5798442Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5799848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5801004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5801989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5802971Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5804232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5805221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5806343Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5807317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5808338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 410.6/410.6 MB 248.4 MB/s eta 0:00:01 2024-08-22T20:32:23.5809301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 410.6/410.6 MB 3.4 MB/s eta 0:00:00 2024-08-22T20:32:23.5810367Z [?25hCollecting nvidia-cufft-cu12==11.0.2.54 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:23.5811698Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl (121.6 MB) 2024-08-22T20:32:23.5812881Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/121.6 MB ? eta -:--:-- 2024-08-22T20:32:23.5813917Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/121.6 MB 233.9 MB/s eta 0:00:01 2024-08-22T20:32:23.5814997Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/121.6 MB 237.5 MB/s eta 0:00:01 2024-08-22T20:32:23.5816060Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/121.6 MB 250.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5817122Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.9/121.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:23.5818357Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.1/121.6 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5819425Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 49.7/121.6 MB 248.6 MB/s eta 0:00:01 2024-08-22T20:32:23.5820497Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 58.1/121.6 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:23.5821552Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 66.3/121.6 MB 239.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5822605Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 74.9/121.6 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5823663Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 83.6/121.6 MB 250.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5824727Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 92.2/121.6 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5825778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 100.8/121.6 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:23.5827019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 109.4/121.6 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:23.5828116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 117.6/121.6 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:32:23.5829129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5830113Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5831111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5832083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5833048Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5834052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5835028Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5835993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5837062Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5838043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:23.5839027Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0349064Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0350511Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0351555Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0352547Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0353550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0354517Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0355912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0356901Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0357877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0358842Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0359845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0360818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0361791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0362771Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0363749Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0364728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0365695Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0366856Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0367830Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0368897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0369869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0370841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0371819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0372804Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0373763Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0374725Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0375709Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0376673Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0377632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0378652Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0379645Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 121.6/121.6 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:25.0380598Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 121.6/121.6 MB 6.6 MB/s eta 0:00:00 2024-08-22T20:32:25.0381911Z [?25hCollecting nvidia-curand-cu12==10.3.2.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:25.0383291Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl (56.5 MB) 2024-08-22T20:32:25.0384477Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/56.5 MB ? eta -:--:-- 2024-08-22T20:32:25.0385469Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.1/56.5 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:25.0386839Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/56.5 MB 232.8 MB/s eta 0:00:01 2024-08-22T20:32:25.0387947Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 24.1/56.5 MB 232.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0389007Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 32.2/56.5 MB 234.9 MB/s eta 0:00:01 2024-08-22T20:32:25.0390684Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 40.2/56.5 MB 234.3 MB/s eta 0:00:01 2024-08-22T20:32:26.4452723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 48.7/56.5 MB 243.1 MB/s eta 0:00:01 2024-08-22T20:32:26.4454200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4455402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4456402Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4457385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4458448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4459427Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4460395Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4461365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4462701Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4463672Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4464655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4465620Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4466719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4467691Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4468680Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4469656Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4470627Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4471764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4472728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4473699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 56.5/56.5 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4474655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 56.5/56.5 MB 13.3 MB/s eta 0:00:00 2024-08-22T20:32:26.4475746Z [?25hCollecting nvidia-cusolver-cu12==11.4.5.107 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:26.4477132Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl (124.2 MB) 2024-08-22T20:32:26.4478334Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/124.2 MB ? eta -:--:-- 2024-08-22T20:32:26.4479358Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.9/124.2 MB 237.6 MB/s eta 0:00:01 2024-08-22T20:32:26.4480435Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.2/124.2 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:26.4481519Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.4/124.2 MB 238.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4482696Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.9/124.2 MB 246.4 MB/s eta 0:00:01 2024-08-22T20:32:26.4483772Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 41.6/124.2 MB 249.1 MB/s eta 0:00:01 2024-08-22T20:32:26.4484838Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 50.2/124.2 MB 249.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4485932Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 58.9/124.2 MB 251.3 MB/s eta 0:00:01 2024-08-22T20:32:26.4487002Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 67.4/124.2 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:26.4488098Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 75.9/124.2 MB 245.9 MB/s eta 0:00:01 2024-08-22T20:32:26.4489196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 84.4/124.2 MB 248.0 MB/s eta 0:00:01 2024-08-22T20:32:26.4490255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 93.0/124.2 MB 249.7 MB/s eta 0:00:01 2024-08-22T20:32:26.4491307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 101.5/124.2 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:26.4492465Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 110.1/124.2 MB 248.8 MB/s eta 0:00:01 2024-08-22T20:32:26.4493528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 118.7/124.2 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:27.8312716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8314102Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8315165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8316204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8317221Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8318358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8319566Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8320887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8322154Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8323133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8324307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8325287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8326263Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8327240Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8328237Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8329204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8330200Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8331196Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8332170Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8333159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8334159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8335167Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8336144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8337138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8338149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8339159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8340141Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8341231Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8342211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8343185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8344731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8345759Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8346848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8347824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8348810Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8349795Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8350788Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8351765Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8352735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:27.8353712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3086201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3087572Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3088899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 124.2/124.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3089917Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 124.2/124.2 MB 6.5 MB/s eta 0:00:00 2024-08-22T20:32:29.3090988Z [?25hCollecting nvidia-cusparse-cu12==12.1.0.106 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:29.3092366Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl (196.0 MB) 2024-08-22T20:32:29.3093561Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/196.0 MB ? eta -:--:-- 2024-08-22T20:32:29.3094571Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/196.0 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:29.3095643Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.3/196.0 MB 234.5 MB/s eta 0:00:01 2024-08-22T20:32:29.3097073Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.5/196.0 MB 237.4 MB/s eta 0:00:01 2024-08-22T20:32:29.3098156Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.9/196.0 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:29.3099224Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.3/196.0 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:32:29.3100296Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.8/196.0 MB 246.3 MB/s eta 0:00:01 2024-08-22T20:32:29.3101373Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/196.0 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:32:29.3102431Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 66.7/196.0 MB 246.5 MB/s eta 0:00:01 2024-08-22T20:32:29.3103510Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 75.1/196.0 MB 241.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3104576Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 83.4/196.0 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:32:29.3105631Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 91.4/196.0 MB 235.1 MB/s eta 0:00:01 2024-08-22T20:32:29.3106801Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 100.0/196.0 MB 245.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3108038Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 108.5/196.0 MB 246.6 MB/s eta 0:00:01 2024-08-22T20:32:29.3109151Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 117.1/196.0 MB 246.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3110225Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 125.3/196.0 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:29.3111274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 133.8/196.0 MB 246.1 MB/s eta 0:00:01 2024-08-22T20:32:29.3112328Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 142.3/196.0 MB 246.0 MB/s eta 0:00:01 2024-08-22T20:32:29.3113386Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 150.8/196.0 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:29.3114449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 158.9/196.0 MB 237.0 MB/s eta 0:00:01 2024-08-22T20:32:29.3115498Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 167.0/196.0 MB 234.0 MB/s eta 0:00:01 2024-08-22T20:32:29.3116649Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 175.1/196.0 MB 236.0 MB/s eta 0:00:01 2024-08-22T20:32:29.3117699Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 183.7/196.0 MB 247.1 MB/s eta 0:00:01 2024-08-22T20:32:29.3118721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 191.9/196.0 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:32:29.3119716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3120720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3121692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3122669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3123675Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3124655Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3125634Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3126609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:29.3127690Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6879536Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6881191Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6882311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6883303Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6884284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6885272Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6886257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6887232Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6888217Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6889235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6890214Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6891189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6892168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6893136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6894137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6895117Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6896087Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6897067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6898211Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6899190Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6900164Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6901229Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6902209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6903180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6904144Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6905151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6906213Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6907210Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6908175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6909149Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6910121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6911189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6912160Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6913151Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6914121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6915084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6916052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6917045Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6918021Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:30.6919035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1648614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1649961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1650961Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1651950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1652947Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1653995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1655003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1655986Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1656955Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1657993Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1659197Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1660166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1661234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1662239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1663257Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1664273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1665250Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1666483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1667514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1668647Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 196.0/196.0 MB 247.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1669632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 196.0/196.0 MB 4.0 MB/s eta 0:00:00 2024-08-22T20:32:32.1670697Z [?25hCollecting nvidia-nccl-cu12==2.20.5 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:32.1672046Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.20.5-py3-none-manylinux2014_x86_64.whl (176.2 MB) 2024-08-22T20:32:32.1673232Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/176.2 MB ? eta -:--:-- 2024-08-22T20:32:32.1674278Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/176.2 MB 248.3 MB/s eta 0:00:01 2024-08-22T20:32:32.1675365Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/176.2 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:32:32.1676529Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.8/176.2 MB 238.9 MB/s eta 0:00:01 2024-08-22T20:32:32.1677612Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.2/176.2 MB 243.0 MB/s eta 0:00:01 2024-08-22T20:32:32.1678713Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.3/176.2 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:32:32.1679786Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.8/176.2 MB 244.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1681015Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 58.2/176.2 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:32:32.1682143Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 66.6/176.2 MB 242.6 MB/s eta 0:00:01 2024-08-22T20:32:32.1683324Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 75.0/176.2 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:32:32.1684443Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 83.4/176.2 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:32.1685495Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 91.8/176.2 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:32:32.1686596Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 100.2/176.2 MB 244.6 MB/s eta 0:00:01 2024-08-22T20:32:32.1687725Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 108.7/176.2 MB 245.2 MB/s eta 0:00:01 2024-08-22T20:32:32.1688811Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 117.0/176.2 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:32:32.1689904Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 125.2/176.2 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:32:32.1690969Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 133.8/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5674274Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 142.2/176.2 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:32:33.5675775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 150.4/176.2 MB 237.9 MB/s eta 0:00:01 2024-08-22T20:32:33.5677008Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 158.5/176.2 MB 235.7 MB/s eta 0:00:01 2024-08-22T20:32:33.5678073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 167.0/176.2 MB 244.8 MB/s eta 0:00:01 2024-08-22T20:32:33.5679119Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 175.8/176.2 MB 253.8 MB/s eta 0:00:01 2024-08-22T20:32:33.5680116Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5681095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5682063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5683338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5684314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5685284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5686412Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5687394Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5688364Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5689322Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5690308Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5691289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5692284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5693245Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5694226Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5695209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5696294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5697258Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5698235Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5699225Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5700244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5701204Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5702189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5703159Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5704123Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5705178Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5706244Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5707219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5708177Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5709157Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5710127Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5711110Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5712072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:33.5713035Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:35.0400964Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 176.2/176.2 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:32:35.0402687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 176.2/176.2 MB 7.7 MB/s eta 0:00:00 2024-08-22T20:32:35.0403779Z [?25hCollecting nvidia-nvtx-cu12==12.1.105 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:35.0405081Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl (99 kB) 2024-08-22T20:32:35.0406253Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/99.1 kB ? eta -:--:-- 2024-08-22T20:32:35.0407162Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 99.1/99.1 kB 27.3 MB/s eta 0:00:00 2024-08-22T20:32:35.0408112Z [?25hCollecting triton==3.0.0 (from torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:35.0409166Z Downloading triton-3.0.0-1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (209.4 MB) 2024-08-22T20:32:35.0410177Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/209.4 MB ? eta -:--:-- 2024-08-22T20:32:35.0411187Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.3/209.4 MB 229.0 MB/s eta 0:00:01 2024-08-22T20:32:35.0412266Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/209.4 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:32:35.0413521Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.1/209.4 MB 240.3 MB/s eta 0:00:01 2024-08-22T20:32:35.0414593Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.8/209.4 MB 245.7 MB/s eta 0:00:01 2024-08-22T20:32:35.0415663Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.0/209.4 MB 237.1 MB/s eta 0:00:01 2024-08-22T20:32:35.0416725Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.3/209.4 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:32:35.0417817Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 55.4/209.4 MB 198.7 MB/s eta 0:00:01 2024-08-22T20:32:35.0418875Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 64.4/209.4 MB 260.8 MB/s eta 0:00:01 2024-08-22T20:32:35.0419955Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 73.4/209.4 MB 260.9 MB/s eta 0:00:01 2024-08-22T20:32:35.0421011Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 82.2/209.4 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:32:35.0422073Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 91.2/209.4 MB 256.2 MB/s eta 0:00:01 2024-08-22T20:32:35.0423127Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 99.8/209.4 MB 252.0 MB/s eta 0:00:01 2024-08-22T20:32:35.0424293Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 107.6/209.4 MB 230.0 MB/s eta 0:00:01 2024-08-22T20:32:35.0425351Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 116.1/209.4 MB 223.9 MB/s eta 0:00:01 2024-08-22T20:32:35.0426510Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 124.9/209.4 MB 249.4 MB/s eta 0:00:01 2024-08-22T20:32:35.0427563Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 133.0/209.4 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:32:35.0428625Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 141.0/209.4 MB 224.2 MB/s eta 0:00:01 2024-08-22T20:32:35.0429679Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 149.0/209.4 MB 232.3 MB/s eta 0:00:01 2024-08-22T20:32:35.0430805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 157.7/209.4 MB 253.5 MB/s eta 0:00:01 2024-08-22T20:32:35.0431853Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 166.4/209.4 MB 251.1 MB/s eta 0:00:01 2024-08-22T20:32:35.0433003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 175.2/209.4 MB 254.0 MB/s eta 0:00:01 2024-08-22T20:32:35.0434065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 183.5/209.4 MB 259.9 MB/s eta 0:00:01 2024-08-22T20:32:35.0435121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 192.2/209.4 MB 238.3 MB/s eta 0:00:01 2024-08-22T20:32:35.0436166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 200.5/209.4 MB 243.9 MB/s eta 0:00:01 2024-08-22T20:32:35.0437208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.0/209.4 MB 247.6 MB/s eta 0:00:01 2024-08-22T20:32:35.0438201Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:35.0439183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:35.0440171Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:35.0441155Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:35.0442134Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:35.0443227Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8924912Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8926368Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8927967Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8928977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8929954Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8930999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8932003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8932976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8933970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8934957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8935934Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8936906Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8937899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8938886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8939865Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8940855Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8941838Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8942818Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8943792Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8945205Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 209.4/209.4 MB 238.6 MB/s eta 0:00:01 2024-08-22T20:32:37.8946269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 209.4/209.4 MB 9.5 MB/s eta 0:00:00 2024-08-22T20:32:37.8947607Z [?25hCollecting nvidia-nvjitlink-cu12 (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8948807Z Downloading nvidia_nvjitlink_cu12-12.6.20-py3-none-manylinux2014_x86_64.whl (19.7 MB) 2024-08-22T20:32:37.8949749Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/19.7 MB ? eta -:--:-- 2024-08-22T20:32:37.8950793Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 8.7/19.7 MB 262.5 MB/s eta 0:00:01 2024-08-22T20:32:37.8951861Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 17.7/19.7 MB 259.2 MB/s eta 0:00:01 2024-08-22T20:32:37.8952890Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 261.1 MB/s eta 0:00:01 2024-08-22T20:32:37.8953875Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 19.7/19.7 MB 261.1 MB/s eta 0:00:01 2024-08-22T20:32:37.8954848Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.7/19.7 MB 94.6 MB/s eta 0:00:00 2024-08-22T20:32:37.8955870Z [?25hCollecting tokenizers<0.20,>=0.19 (from transformers>=4.1->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8956984Z Downloading tokenizers-0.19.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) 2024-08-22T20:32:37.8957987Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/3.6 MB ? eta -:--:-- 2024-08-22T20:32:37.8959088Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 134.8 MB/s eta 0:00:00 2024-08-22T20:32:37.8960466Z [?25hRequirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r requirements.txt (line 17)) (23.1.0) 2024-08-22T20:32:37.8962271Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (67.8.0) 2024-08-22T20:32:37.8963802Z Collecting DataProperty<2,>=1.0.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8964666Z Downloading DataProperty-1.0.1-py3-none-any.whl (27 kB) 2024-08-22T20:32:37.8965540Z Collecting mbstrdecoder<2,>=1.0.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8966394Z Downloading mbstrdecoder-1.1.3-py3-none-any.whl (7.8 kB) 2024-08-22T20:32:37.8967270Z Collecting pathvalidate<4,>=2.3.0 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8968131Z Downloading pathvalidate-3.2.0-py3-none-any.whl (23 kB) 2024-08-22T20:32:37.8968984Z Collecting tabledata<2,>=1.3.1 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8969808Z Downloading tabledata-1.3.3-py3-none-any.whl (11 kB) 2024-08-22T20:32:37.8970720Z Collecting tcolorpy<1,>=0.0.5 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8971610Z Downloading tcolorpy-0.1.6-py3-none-any.whl (8.1 kB) 2024-08-22T20:32:37.8972603Z Collecting typepy[datetime]<2,>=1.3.2 (from pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8973538Z Downloading typepy-1.3.2-py3-none-any.whl (31 kB) 2024-08-22T20:32:37.8974573Z Collecting aiohappyeyeballs>=2.3.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8975642Z Downloading aiohappyeyeballs-2.4.0-py3-none-any.whl (12 kB) 2024-08-22T20:32:37.8976701Z Collecting aiosignal>=1.1.2 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:32:37.8977973Z Downloading https://download.pytorch.org/whl/nightly/aiosignal-1.3.1-py3-none-any.whl (7.6 kB) 2024-08-22T20:32:37.8979239Z Collecting frozenlist>=1.1.1 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:54.2672179Z Downloading https://download.pytorch.org/whl/nightly/frozenlist-1.4.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl (272 kB) 2024-08-22T20:33:54.2674380Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/272.3 kB ? eta -:--:-- 2024-08-22T20:33:54.2675522Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 272.3/272.3 kB 47.1 MB/s eta 0:00:00 2024-08-22T20:33:54.2676587Z [?25hCollecting multidict<7.0,>=4.5 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:54.2678241Z Downloading https://download.pytorch.org/whl/nightly/multidict-6.0.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (128 kB) 2024-08-22T20:33:54.2679653Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/128.7 kB ? eta -:--:-- 2024-08-22T20:33:54.2680683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 128.7/128.7 kB 38.3 MB/s eta 0:00:00 2024-08-22T20:33:54.2681857Z [?25hCollecting yarl<2.0,>=1.0 (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:54.2683400Z Downloading https://download.pytorch.org/whl/nightly/yarl-1.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (328 kB) 2024-08-22T20:33:54.2684886Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/328.1 kB ? eta -:--:-- 2024-08-22T20:33:54.2686138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 328.1/328.1 kB 69.9 MB/s eta 0:00:00 2024-08-22T20:33:54.2687699Z [?25hCollecting smmap<6,>=3.0.1 (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:54.2688600Z Downloading smmap-5.0.1-py3-none-any.whl (24 kB) 2024-08-22T20:33:54.2690027Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:33:54.2692383Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.30.2) 2024-08-22T20:33:54.2694401Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r requirements.txt (line 28)) (0.10.6) 2024-08-22T20:33:54.2695909Z Collecting mdurl~=0.1 (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r requirements.txt (line 28)) 2024-08-22T20:33:54.2696794Z Downloading mdurl-0.1.2-py3-none-any.whl (10.0 kB) 2024-08-22T20:33:54.2698148Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r requirements.txt (line 17)) (4.0.0) 2024-08-22T20:33:54.2699641Z Collecting mpmath<1.4,>=1.1.0 (from sympy->torch>=1.8->lm-eval==0.4.2->-r requirements.txt (line 17)) 2024-08-22T20:33:54.2700912Z Downloading https://download.pytorch.org/whl/nightly/mpmath-1.3.0-py3-none-any.whl (536 kB) 2024-08-22T20:33:54.2701921Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/536.2 kB ? eta -:--:-- 2024-08-22T20:33:54.2702847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 536.2/536.2 kB 87.9 MB/s eta 0:00:00 2024-08-22T20:33:54.2703790Z [?25hBuilding wheels for collected packages: rouge-score, numexpr, sqlitedict, word2number 2024-08-22T20:33:54.2704629Z Building wheel for rouge-score (setup.py) ... [?25l- done 2024-08-22T20:33:54.2705900Z [?25h Created wheel for rouge-score: filename=rouge_score-0.1.2-py3-none-any.whl size=24935 sha256=152c75cb2d2b3b81c99f83ca85e315de6c980233ae11f848e4032a35916dfc0c 2024-08-22T20:33:54.2707420Z Stored in directory: /root/.cache/pip/wheels/1e/19/43/8a442dc83660ca25e163e1bd1f89919284ab0d0c1475475148 2024-08-22T20:33:54.2708458Z Building wheel for numexpr (pyproject.toml) ... [?25l- \ | / done 2024-08-22T20:33:54.2709807Z [?25h Created wheel for numexpr: filename=numexpr-2.10.1-cp311-cp311-linux_x86_64.whl size=144661 sha256=09007e7747f512f6de75e47ead025c9aa715963e236ddd6c70a1f0496719a3d8 2024-08-22T20:33:54.2711216Z Stored in directory: /root/.cache/pip/wheels/95/8f/06/86d86d1afaa270e49bedb56c85c6ffd48d8eccdb9f678e55e4 2024-08-22T20:33:54.2712165Z Building wheel for sqlitedict (setup.py) ... [?25l- done 2024-08-22T20:33:54.2713425Z [?25h Created wheel for sqlitedict: filename=sqlitedict-2.1.0-py3-none-any.whl size=16864 sha256=ee61b7241e915db8ef12c28ea5dc2c221d71de0ba3f5c1401e75298f9820af11 2024-08-22T20:33:54.2714810Z Stored in directory: /root/.cache/pip/wheels/73/63/89/7210274f9b7fb033b8f22671f64c0e0b55083d30c3c046a3ff 2024-08-22T20:33:54.2715748Z Building wheel for word2number (setup.py) ... [?25l- done 2024-08-22T20:33:54.2717006Z [?25h Created wheel for word2number: filename=word2number-1.1-py3-none-any.whl size=5566 sha256=0c03d1a66a3e62fff387a7cec3e5aa200ca977351136e061124e023b54f33271 2024-08-22T20:33:54.2718442Z Stored in directory: /root/.cache/pip/wheels/cd/ef/ae/073b491b14d25e2efafcffca9e16b2ee6d114ec5c643ba4f06 2024-08-22T20:33:54.2719413Z Successfully built rouge-score numexpr sqlitedict word2number 2024-08-22T20:33:54.2725831Z Installing collected packages: zstd, word2number, sqlitedict, sentencepiece, ninja, mpmath, xxhash, Werkzeug, watchdog, tzdata, typing-extensions, triton, tqdm, tornado, toml, threadpoolctl, tenacity, tcolorpy, tabulate, sympy, smmap, safetensors, requests, regex, pygments, pycryptodomex, pybind11, protobuf, portalocker, pillow, pathvalidate, nvidia-nvtx-cu12, nvidia-nvjitlink-cu12, nvidia-nccl-cu12, nvidia-curand-cu12, nvidia-cufft-cu12, nvidia-cuda-runtime-cu12, nvidia-cuda-nvrtc-cu12, nvidia-cuda-cupti-cu12, nvidia-cublas-cu12, numpy, networkx, narwhals, multidict, mdurl, mbstrdecoder, lxml, jsonlines, joblib, itsdangerous, fsspec, frozenlist, dill, colorama, cmake, cachetools, blinker, aiohappyeyeballs, absl-py, yarl, typepy, tqdm-multiprocess, tiktoken, snakeviz, scipy, sacrebleu, pydeck, pyarrow, pandas, nvidia-cusparse-cu12, nvidia-cudnn-cu12, numexpr, nltk, multiprocess, markdown-it-py, huggingface_hub, gitdb, gguf, flask, blobfile, aiosignal, tokenizers, scikit-learn, rouge-score, rich, nvidia-cusolver-cu12, gitpython, aiohttp, transformers, torch, DataProperty, altair, tabledata, streamlit, datasets, accelerate, pytablewriter, peft, evaluate, lm-eval 2024-08-22T20:33:54.2731816Z Attempting uninstall: tqdm 2024-08-22T20:33:54.2732225Z Found existing installation: tqdm 4.65.0 2024-08-22T20:33:54.2732710Z Uninstalling tqdm-4.65.0: 2024-08-22T20:33:54.2733155Z Successfully uninstalled tqdm-4.65.0 2024-08-22T20:33:54.2733588Z Attempting uninstall: requests 2024-08-22T20:33:54.2734010Z Found existing installation: requests 2.29.0 2024-08-22T20:33:54.2734512Z Uninstalling requests-2.29.0: 2024-08-22T20:33:54.2734991Z Successfully uninstalled requests-2.29.0 2024-08-22T20:33:54.2735545Z Attempting uninstall: cmake 2024-08-22T20:33:54.2735952Z Found existing installation: cmake 3.18.2 2024-08-22T20:33:54.2736431Z Uninstalling cmake-3.18.2: 2024-08-22T20:33:54.2736869Z Successfully uninstalled cmake-3.18.2 2024-08-22T20:33:57.6422569Z Successfully installed DataProperty-1.0.1 Werkzeug-3.0.4 absl-py-2.1.0 accelerate-0.33.0 aiohappyeyeballs-2.4.0 aiohttp-3.10.5 aiosignal-1.3.1 altair-5.4.0 blinker-1.8.2 blobfile-2.1.1 cachetools-5.5.0 cmake-3.30.2 colorama-0.4.6 datasets-2.21.0 dill-0.3.8 evaluate-0.4.2 flask-3.0.3 frozenlist-1.4.1 fsspec-2024.6.1 gguf-0.9.1 gitdb-4.0.11 gitpython-3.1.43 huggingface_hub-0.24.6 itsdangerous-2.2.0 joblib-1.4.2 jsonlines-4.0.0 lm-eval-0.4.2 lxml-4.9.4 markdown-it-py-3.0.0 mbstrdecoder-1.1.3 mdurl-0.1.2 mpmath-1.3.0 multidict-6.0.5 multiprocess-0.70.16 narwhals-1.5.2 networkx-3.3 ninja-1.11.1.1 nltk-3.9.1 numexpr-2.10.1 numpy-1.26.4 nvidia-cublas-cu12-12.1.3.1 nvidia-cuda-cupti-cu12-12.1.105 nvidia-cuda-nvrtc-cu12-12.1.105 nvidia-cuda-runtime-cu12-12.1.105 nvidia-cudnn-cu12-9.1.0.70 nvidia-cufft-cu12-11.0.2.54 nvidia-curand-cu12-10.3.2.106 nvidia-cusolver-cu12-11.4.5.107 nvidia-cusparse-cu12-12.1.0.106 nvidia-nccl-cu12-2.20.5 nvidia-nvjitlink-cu12-12.6.20 nvidia-nvtx-cu12-12.1.105 pandas-2.2.2 pathvalidate-3.2.0 peft-0.12.0 pillow-10.4.0 portalocker-2.10.1 protobuf-5.27.3 pyarrow-17.0.0 pybind11-2.13.5 pycryptodomex-3.20.0 pydeck-0.9.1 pygments-2.18.0 pytablewriter-1.2.0 regex-2024.7.24 requests-2.32.3 rich-13.7.1 rouge-score-0.1.2 sacrebleu-2.4.3 safetensors-0.4.4 scikit-learn-1.5.1 scipy-1.14.1 sentencepiece-0.2.0 smmap-5.0.1 snakeviz-2.2.0 sqlitedict-2.1.0 streamlit-1.37.1 sympy-1.13.2 tabledata-1.3.3 tabulate-0.9.0 tcolorpy-0.1.6 tenacity-8.5.0 threadpoolctl-3.5.0 tiktoken-0.7.0 tokenizers-0.19.1 toml-0.10.2 torch-2.4.0 tornado-6.4.1 tqdm-4.66.5 tqdm-multiprocess-0.0.11 transformers-4.44.2 triton-3.0.0 typepy-1.3.2 typing-extensions-4.12.2 tzdata-2024.1 watchdog-4.0.2 word2number-1.1 xxhash-3.5.0 yarl-1.9.4 zstd-1.5.5.1 2024-08-22T20:33:57.6432984Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:33:57.6434379Z + pip3 uninstall -y triton 2024-08-22T20:33:57.6434785Z Found existing installation: triton 3.0.0 2024-08-22T20:33:57.6435252Z Uninstalling triton-3.0.0: 2024-08-22T20:33:57.6435676Z Successfully uninstalled triton-3.0.0 2024-08-22T20:33:57.6437451Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:33:57.6439259Z + pip3 install --extra-index-url https://download.pytorch.org/whl/nightly/cu121 torch==2.5.0.dev20240814 2024-08-22T20:33:57.6440278Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cu121 2024-08-22T20:33:57.6440957Z Collecting torch==2.5.0.dev20240814 2024-08-22T20:33:57.6441959Z Downloading https://download.pytorch.org/whl/nightly/cu121/torch-2.5.0.dev20240814%2Bcu121-cp311-cp311-linux_x86_64.whl (778.6 MB) 2024-08-22T20:33:57.6443191Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/778.6 MB ? eta -:--:-- 2024-08-22T20:33:57.6444387Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.8/778.6 MB 233.2 MB/s eta 0:00:04 2024-08-22T20:33:57.6445407Z  ╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.0/778.6 MB 233.9 MB/s eta 0:00:04 2024-08-22T20:33:57.6446467Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.3/778.6 MB 240.6 MB/s eta 0:00:04 2024-08-22T20:33:57.6447543Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 32.5/778.6 MB 238.3 MB/s eta 0:00:04 2024-08-22T20:33:57.6448834Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.8/778.6 MB 240.7 MB/s eta 0:00:04 2024-08-22T20:33:57.6449919Z  ━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.1/778.6 MB 239.2 MB/s eta 0:00:04 2024-08-22T20:33:57.6450981Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 57.2/778.6 MB 237.2 MB/s eta 0:00:04 2024-08-22T20:33:57.6452075Z  ━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 65.4/778.6 MB 236.8 MB/s eta 0:00:04 2024-08-22T20:33:57.6453133Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 73.7/778.6 MB 238.1 MB/s eta 0:00:03 2024-08-22T20:33:57.6454196Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 81.9/778.6 MB 238.3 MB/s eta 0:00:03 2024-08-22T20:33:57.6455284Z  ━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 90.1/778.6 MB 235.6 MB/s eta 0:00:03 2024-08-22T20:33:57.6456347Z  ━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 98.3/778.6 MB 238.8 MB/s eta 0:00:03 2024-08-22T20:33:57.6457410Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 106.6/778.6 MB 239.8 MB/s eta 0:00:03 2024-08-22T20:33:57.6458960Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 114.9/778.6 MB 238.9 MB/s eta 0:00:03 2024-08-22T20:33:57.6460043Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 123.3/778.6 MB 242.9 MB/s eta 0:00:03 2024-08-22T20:33:57.6461124Z  ━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 131.5/778.6 MB 240.6 MB/s eta 0:00:03 2024-08-22T20:33:57.6462304Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 139.8/778.6 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:33:57.6463388Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 148.0/778.6 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:33:57.6464458Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 156.3/778.6 MB 239.0 MB/s eta 0:00:03 2024-08-22T20:33:57.6465532Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 164.6/778.6 MB 239.6 MB/s eta 0:00:03 2024-08-22T20:33:57.6466749Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.9/778.6 MB 240.0 MB/s eta 0:00:03 2024-08-22T20:33:57.6467829Z  ━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 181.1/778.6 MB 238.9 MB/s eta 0:00:03 2024-08-22T20:33:57.6468915Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 189.5/778.6 MB 241.2 MB/s eta 0:00:03 2024-08-22T20:33:57.6469988Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━ 197.7/778.6 MB 237.3 MB/s eta 0:00:03 2024-08-22T20:33:58.9656328Z  ━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 206.0/778.6 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:33:58.9657556Z  ━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 214.3/778.6 MB 240.0 MB/s eta 0:00:03 2024-08-22T20:33:58.9659005Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 222.5/778.6 MB 235.5 MB/s eta 0:00:03 2024-08-22T20:33:58.9660182Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 230.7/778.6 MB 238.2 MB/s eta 0:00:03 2024-08-22T20:33:58.9661289Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 238.9/778.6 MB 238.4 MB/s eta 0:00:03 2024-08-22T20:33:58.9662362Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━ 247.2/778.6 MB 239.2 MB/s eta 0:00:03 2024-08-22T20:33:58.9663438Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 255.5/778.6 MB 239.1 MB/s eta 0:00:03 2024-08-22T20:33:58.9664503Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 263.7/778.6 MB 238.1 MB/s eta 0:00:03 2024-08-22T20:33:58.9665840Z  ━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 272.0/778.6 MB 240.2 MB/s eta 0:00:03 2024-08-22T20:33:58.9667031Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━ 280.2/778.6 MB 238.7 MB/s eta 0:00:03 2024-08-22T20:33:58.9668253Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 288.4/778.6 MB 236.3 MB/s eta 0:00:03 2024-08-22T20:33:58.9669377Z  ━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 296.8/778.6 MB 240.9 MB/s eta 0:00:03 2024-08-22T20:33:58.9670445Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 305.2/778.6 MB 242.8 MB/s eta 0:00:02 2024-08-22T20:33:58.9671505Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━ 313.4/778.6 MB 239.6 MB/s eta 0:00:02 2024-08-22T20:33:58.9672592Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 321.7/778.6 MB 239.8 MB/s eta 0:00:02 2024-08-22T20:33:58.9673648Z  ━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 330.1/778.6 MB 241.2 MB/s eta 0:00:02 2024-08-22T20:33:58.9674724Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 338.3/778.6 MB 239.5 MB/s eta 0:00:02 2024-08-22T20:33:58.9675779Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━ 346.7/778.6 MB 239.7 MB/s eta 0:00:02 2024-08-22T20:33:58.9676833Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 355.0/778.6 MB 241.7 MB/s eta 0:00:02 2024-08-22T20:33:58.9677888Z  ━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 363.2/778.6 MB 237.8 MB/s eta 0:00:02 2024-08-22T20:33:58.9679047Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 371.4/778.6 MB 237.8 MB/s eta 0:00:02 2024-08-22T20:33:58.9680103Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 379.6/778.6 MB 237.9 MB/s eta 0:00:02 2024-08-22T20:33:58.9681175Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 387.9/778.6 MB 238.0 MB/s eta 0:00:02 2024-08-22T20:33:58.9682364Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━ 396.2/778.6 MB 239.8 MB/s eta 0:00:02 2024-08-22T20:33:58.9683420Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 404.4/778.6 MB 238.5 MB/s eta 0:00:02 2024-08-22T20:33:58.9684469Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 412.7/778.6 MB 238.6 MB/s eta 0:00:02 2024-08-22T20:33:58.9685537Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 421.0/778.6 MB 239.3 MB/s eta 0:00:02 2024-08-22T20:33:58.9686591Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━ 429.3/778.6 MB 240.6 MB/s eta 0:00:02 2024-08-22T20:33:58.9687778Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 437.6/778.6 MB 241.9 MB/s eta 0:00:02 2024-08-22T20:33:58.9688836Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 445.9/778.6 MB 239.0 MB/s eta 0:00:02 2024-08-22T20:33:58.9689889Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 454.2/778.6 MB 239.7 MB/s eta 0:00:02 2024-08-22T20:33:58.9690937Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 462.5/778.6 MB 235.8 MB/s eta 0:00:02 2024-08-22T20:33:58.9692004Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 470.7/778.6 MB 238.3 MB/s eta 0:00:02 2024-08-22T20:33:58.9693055Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 479.1/778.6 MB 241.3 MB/s eta 0:00:02 2024-08-22T20:33:58.9694120Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 487.3/778.6 MB 240.0 MB/s eta 0:00:02 2024-08-22T20:33:58.9695171Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 495.7/778.6 MB 241.5 MB/s eta 0:00:02 2024-08-22T20:33:58.9696211Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 504.1/778.6 MB 241.7 MB/s eta 0:00:02 2024-08-22T20:33:58.9697257Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 512.4/778.6 MB 241.8 MB/s eta 0:00:02 2024-08-22T20:34:00.6928844Z  ━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━ 520.7/778.6 MB 240.5 MB/s eta 0:00:02 2024-08-22T20:34:00.6930335Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 529.0/778.6 MB 239.1 MB/s eta 0:00:02 2024-08-22T20:34:00.6931429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 537.2/778.6 MB 238.3 MB/s eta 0:00:02 2024-08-22T20:34:00.6932544Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 545.5/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:00.6933604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━ 553.9/778.6 MB 241.3 MB/s eta 0:00:01 2024-08-22T20:34:00.6934667Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 562.1/778.6 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6935753Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 570.4/778.6 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:34:00.6936808Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 578.7/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:00.6937857Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 587.0/778.6 MB 239.0 MB/s eta 0:00:01 2024-08-22T20:34:00.6939361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 595.3/778.6 MB 240.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6940430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━ 603.6/778.6 MB 239.7 MB/s eta 0:00:01 2024-08-22T20:34:00.6941483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 612.0/778.6 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:34:00.6942546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 620.3/778.6 MB 241.0 MB/s eta 0:00:01 2024-08-22T20:34:00.6943596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 628.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6945086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━ 637.0/778.6 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:34:00.6946252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 645.3/778.6 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:34:00.6947445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 653.6/778.6 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:34:00.6948628Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━ 661.9/778.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:34:00.6949877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 670.2/778.6 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:34:00.6950924Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 678.5/778.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:34:00.6951980Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 686.9/778.6 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:34:00.6953046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 695.1/778.6 MB 239.1 MB/s eta 0:00:01 2024-08-22T20:34:00.6954095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 703.4/778.6 MB 238.5 MB/s eta 0:00:01 2024-08-22T20:34:00.6955138Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 711.6/778.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:34:00.6956189Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━ 720.0/778.6 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6957251Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 728.4/778.6 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6958295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 736.7/778.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:34:00.6959455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 745.0/778.6 MB 240.5 MB/s eta 0:00:01 2024-08-22T20:34:00.6960506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 753.4/778.6 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6961526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺ 761.7/778.6 MB 239.5 MB/s eta 0:00:01 2024-08-22T20:34:00.6962526Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 770.0/778.6 MB 241.9 MB/s eta 0:00:01 2024-08-22T20:34:00.6963527Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 246.9 MB/s eta 0:00:01 2024-08-22T20:34:00.6964519Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6965515Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6966495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6967461Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6968445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:00.6969524Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1153039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1154486Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1156006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1157129Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1158112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1159183Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1160339Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1161361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1162358Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1163327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1164301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1165289Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1166451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1167426Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1168406Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1169401Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1170429Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1171397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1172381Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1173375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1174374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1175475Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1176460Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1177445Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1178421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1179410Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1180389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1181380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1182357Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1183323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1184300Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1185374Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1186478Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1187450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1188441Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1189416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1190380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1191350Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1192341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:02.1193321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4951635Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4953039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4954120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4955101Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4956095Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4957072Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4958046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4959022Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4959989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4960977Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4961948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4963077Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4964054Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4965152Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4966122Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4967079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4968046Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4969030Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4969995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4970953Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4971942Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4972911Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4973877Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4974841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4975826Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4976793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4977772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4978736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4979702Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4980722Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4981790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4982760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4983731Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4984789Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4985751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4986816Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4987805Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4988768Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4989728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:03.4990716Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8761194Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8762500Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8763682Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8765031Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8766015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8767019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8767995Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8768957Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8769926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8770985Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8771963Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8772926Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8774073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8775063Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8776041Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8777006Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8778004Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8778982Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8780017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8780997Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8781989Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8782970Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8784071Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8785051Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8786120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8787121Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8788094Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8789070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8790050Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8791039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8792005Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8793073Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8794059Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8795039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8796014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8797015Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8797998Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8798975Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8799959Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:04.8800950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2553633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2555081Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2556687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2557677Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2558819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2559807Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2560779Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2561742Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2562747Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2563744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2564719Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2565698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2566662Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2567632Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2568614Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2569586Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2570568Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2571558Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2572529Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2573495Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2574482Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2575565Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2576538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2577587Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2578564Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2579538Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2580506Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2581481Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2582455Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2583430Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2584411Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2585383Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2586451Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2587421Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2588483Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2589450Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2590448Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2591419Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2592380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:06.2593352Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6364613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6366039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6367351Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6368688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6369706Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6370692Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6371707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6372720Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6373698Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6374708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6375688Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6376668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6377646Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6378823Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6379790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6380777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6381764Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6382732Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6383694Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6384669Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6385668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6386791Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6387862Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6388845Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6389824Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6390806Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6391793Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6392775Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6393766Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6394736Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6395710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6396687Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6397760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6398728Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6399704Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6400778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6401756Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6402721Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6403700Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:07.6404697Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0152712Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0154206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0155550Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0156897Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0158234Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0159584Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0160909Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0162273Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0163596Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0164899Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0166193Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0167514Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0169185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0170504Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0172003Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0173346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0174668Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0175988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0177327Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0178650Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0179988Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0181340Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0182678Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0184065Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0185385Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0186979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0188316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0189654Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0190968Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0192321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0193639Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0194981Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0196290Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0197604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0199078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0200405Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0201786Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0203168Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0204493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:09.0205812Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 778.6/778.6 MB 239.2 MB/s eta 0:00:01 2024-08-22T20:34:10.8955661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 778.6/778.6 MB 1.1 MB/s eta 0:00:00 2024-08-22T20:34:10.8957056Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.13.1) 2024-08-22T20:34:10.8958516Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (4.12.2) 2024-08-22T20:34:10.8959918Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.3) 2024-08-22T20:34:10.8961635Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (3.1.4) 2024-08-22T20:34:10.8962951Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (2024.6.1) 2024-08-22T20:34:10.8964451Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:10.8966080Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:10.8967701Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:10.8969276Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (9.1.0.70) 2024-08-22T20:34:10.8970836Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.3.1) 2024-08-22T20:34:10.8972394Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.0.2.54) 2024-08-22T20:34:10.8974126Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (10.3.2.106) 2024-08-22T20:34:10.8975739Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (11.4.5.107) 2024-08-22T20:34:10.8977359Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.0.106) 2024-08-22T20:34:10.8978503Z Collecting nvidia-nccl-cu12==2.21.5 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:10.8979650Z Downloading https://download.pytorch.org/whl/nightly/cu121/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl (188.7 MB) 2024-08-22T20:34:10.8980845Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/188.7 MB ? eta -:--:-- 2024-08-22T20:34:10.8981861Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.3/188.7 MB 189.5 MB/s eta 0:00:01 2024-08-22T20:34:10.8982957Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.0/188.7 MB 194.0 MB/s eta 0:00:01 2024-08-22T20:34:10.8984036Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 19.6/188.7 MB 194.1 MB/s eta 0:00:01 2024-08-22T20:34:10.8985124Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 26.4/188.7 MB 197.2 MB/s eta 0:00:01 2024-08-22T20:34:10.8986291Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.3/188.7 MB 199.9 MB/s eta 0:00:01 2024-08-22T20:34:10.8987394Z  ━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.2/188.7 MB 199.4 MB/s eta 0:00:01 2024-08-22T20:34:10.8988465Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 47.0/188.7 MB 199.4 MB/s eta 0:00:01 2024-08-22T20:34:10.8989557Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.7/188.7 MB 197.3 MB/s eta 0:00:01 2024-08-22T20:34:10.8990629Z  ━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━ 60.5/188.7 MB 196.5 MB/s eta 0:00:01 2024-08-22T20:34:10.8991701Z  ━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━ 67.2/188.7 MB 197.2 MB/s eta 0:00:01 2024-08-22T20:34:10.8992769Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 74.1/188.7 MB 197.4 MB/s eta 0:00:01 2024-08-22T20:34:10.8993952Z  ━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 80.9/188.7 MB 199.5 MB/s eta 0:00:01 2024-08-22T20:34:10.8995014Z  ━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 87.8/188.7 MB 199.1 MB/s eta 0:00:01 2024-08-22T20:34:10.8996174Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 94.7/188.7 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:34:10.8997242Z  ━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 101.4/188.7 MB 196.6 MB/s eta 0:00:01 2024-08-22T20:34:10.8998306Z  ━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━ 108.3/188.7 MB 198.5 MB/s eta 0:00:01 2024-08-22T20:34:10.8999369Z  ━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━ 115.0/188.7 MB 196.1 MB/s eta 0:00:01 2024-08-22T20:34:10.9000457Z  ━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━ 121.9/188.7 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:34:10.9001528Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━ 128.8/188.7 MB 200.7 MB/s eta 0:00:01 2024-08-22T20:34:10.9002660Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━ 135.7/188.7 MB 199.4 MB/s eta 0:00:01 2024-08-22T20:34:10.9003718Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 142.6/188.7 MB 200.9 MB/s eta 0:00:01 2024-08-22T20:34:10.9004782Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━ 149.3/188.7 MB 198.8 MB/s eta 0:00:01 2024-08-22T20:34:10.9005847Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 156.2/188.7 MB 198.8 MB/s eta 0:00:01 2024-08-22T20:34:10.9007009Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 163.1/188.7 MB 200.6 MB/s eta 0:00:01 2024-08-22T20:34:10.9008067Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 169.9/188.7 MB 199.8 MB/s eta 0:00:01 2024-08-22T20:34:10.9009146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 176.7/188.7 MB 198.2 MB/s eta 0:00:01 2024-08-22T20:34:12.2892295Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 183.5/188.7 MB 199.2 MB/s eta 0:00:01 2024-08-22T20:34:12.2893760Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2894920Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2895948Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2896937Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2897915Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2899120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2900120Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2901111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2902097Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2903070Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2904056Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2905055Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2906136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2907114Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2908098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2909252Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2910219Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2911208Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2912185Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2913166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2914136Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2915137Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2916111Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2917083Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2918145Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2919146Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2920124Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2921098Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2922078Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2923052Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2924039Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2925013Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2925976Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2926949Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2928019Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2928983Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2929950Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2931014Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:12.2931999Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6698530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6699939Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6701184Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6702179Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6703181Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6704166Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6705133Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6706248Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6707463Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6708436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6709400Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6710397Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6711377Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6712349Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6713311Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6714317Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6715294Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6716391Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6717371Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6718346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6719329Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6720320Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6721298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6722297Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6723332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6724301Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6725275Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6726345Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6727314Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6728287Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6729269Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6730238Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6731206Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6732165Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6733150Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6734118Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6735180Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6736142Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6737112Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:13.6738084Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2593797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2595173Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2596313Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2597438Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2598553Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 188.7/188.7 MB 214.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2599613Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 188.7/188.7 MB 3.3 MB/s eta 0:00:00 2024-08-22T20:34:15.2601034Z [?25hRequirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240814) (12.1.105) 2024-08-22T20:34:15.2602626Z Collecting pytorch-triton==3.0.0+dedb7bdf33 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:15.2603894Z Downloading https://download.pytorch.org/whl/nightly/pytorch_triton-3.0.0%2Bdedb7bdf33-cp311-cp311-linux_x86_64.whl (239.5 MB) 2024-08-22T20:34:15.2605204Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/239.5 MB ? eta -:--:-- 2024-08-22T20:34:15.2606323Z  ━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.2/239.5 MB 246.2 MB/s eta 0:00:01 2024-08-22T20:34:15.2607482Z  ━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 16.5/239.5 MB 239.3 MB/s eta 0:00:01 2024-08-22T20:34:15.2608696Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.7/239.5 MB 236.9 MB/s eta 0:00:01 2024-08-22T20:34:15.2609878Z  ━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.0/239.5 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:34:15.2611065Z  ━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 41.3/239.5 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:34:15.2612243Z  ━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 49.7/239.5 MB 242.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2613592Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 58.1/239.5 MB 244.0 MB/s eta 0:00:01 2024-08-22T20:34:15.2614804Z  ━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━ 66.5/239.5 MB 240.7 MB/s eta 0:00:01 2024-08-22T20:34:15.2615942Z  ━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━ 74.8/239.5 MB 240.8 MB/s eta 0:00:01 2024-08-22T20:34:15.2617160Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 83.2/239.5 MB 242.2 MB/s eta 0:00:01 2024-08-22T20:34:15.2618309Z  ━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━ 91.6/239.5 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:34:15.2619471Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━ 100.0/239.5 MB 243.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2620709Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━ 108.2/239.5 MB 237.7 MB/s eta 0:00:01 2024-08-22T20:34:15.2621856Z  ━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━ 116.6/239.5 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:34:15.2623044Z  ━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━ 125.0/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:15.2624270Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━ 133.3/239.5 MB 240.9 MB/s eta 0:00:01 2024-08-22T20:34:15.2625606Z  ━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━ 141.4/239.5 MB 235.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2626884Z  ━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━ 149.8/239.5 MB 243.2 MB/s eta 0:00:01 2024-08-22T20:34:15.2628186Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 158.2/239.5 MB 241.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2629365Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 166.3/239.5 MB 236.7 MB/s eta 0:00:01 2024-08-22T20:34:15.2630510Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━ 174.8/239.5 MB 244.5 MB/s eta 0:00:01 2024-08-22T20:34:15.2631707Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━ 183.1/239.5 MB 242.0 MB/s eta 0:00:01 2024-08-22T20:34:15.2632884Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 191.6/239.5 MB 243.3 MB/s eta 0:00:01 2024-08-22T20:34:15.2634017Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━ 199.6/239.5 MB 233.8 MB/s eta 0:00:01 2024-08-22T20:34:15.2635143Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━ 208.0/239.5 MB 242.3 MB/s eta 0:00:01 2024-08-22T20:34:15.2636209Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━━━ 216.3/239.5 MB 241.1 MB/s eta 0:00:01 2024-08-22T20:34:15.2637338Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━ 224.8/239.5 MB 244.4 MB/s eta 0:00:01 2024-08-22T20:34:15.2638389Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━ 232.9/239.5 MB 236.3 MB/s eta 0:00:01 2024-08-22T20:34:15.2639436Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:15.2640490Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6423710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6425090Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6426239Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6427316Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6428658Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6429735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6430797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6432080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6433175Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6434255Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6435361Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6436437Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6437485Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6438604Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6439708Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6440761Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6441819Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6443080Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6444449Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6445533Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6446633Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6447735Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6448821Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6449894Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6450952Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6452061Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6453333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6454420Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6455530Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6456585Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6457661Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6458751Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6459869Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6460936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6461979Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6463086Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6464341Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6465393Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6466546Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:16.6467571Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7279487Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7280790Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7281886Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7282938Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7283936Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7285332Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7286609Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7287778Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7288776Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7289777Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7290743Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7291723Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7293043Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7294363Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7295574Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7296557Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7297769Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7298744Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7299849Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7300874Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7301854Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7302827Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7303809Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7304797Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7305774Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 239.5/239.5 MB 243.8 MB/s eta 0:00:01 2024-08-22T20:34:45.7306887Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 239.5/239.5 MB 4.1 MB/s eta 0:00:00 2024-08-22T20:34:45.7307665Z [?25hCollecting sympy==1.13.1 (from torch==2.5.0.dev20240814) 2024-08-22T20:34:45.7308558Z Downloading https://download.pytorch.org/whl/nightly/sympy-1.13.1-py3-none-any.whl (6.2 MB) 2024-08-22T20:34:45.7309544Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/6.2 MB ? eta -:--:-- 2024-08-22T20:34:45.7310493Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.9 MB/s eta 0:00:01 2024-08-22T20:34:45.7311472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.9 MB/s eta 0:00:01 2024-08-22T20:34:45.7312439Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.9 MB/s eta 0:00:01 2024-08-22T20:34:45.7313418Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 6.2/6.2 MB 254.9 MB/s eta 0:00:01 2024-08-22T20:34:45.7314346Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.2/6.2 MB 40.2 MB/s eta 0:00:00 2024-08-22T20:34:45.7315775Z [?25hRequirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch==2.5.0.dev20240814) (12.6.20) 2024-08-22T20:34:45.7317500Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch==2.5.0.dev20240814) (1.3.0) 2024-08-22T20:34:45.7319115Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240814) (2.1.3) 2024-08-22T20:34:45.7320317Z Installing collected packages: sympy, pytorch-triton, nvidia-nccl-cu12, torch 2024-08-22T20:34:45.7320927Z Attempting uninstall: sympy 2024-08-22T20:34:45.7321427Z Found existing installation: sympy 1.13.2 2024-08-22T20:34:45.7321919Z Uninstalling sympy-1.13.2: 2024-08-22T20:34:45.7322373Z Successfully uninstalled sympy-1.13.2 2024-08-22T20:34:45.7322887Z Attempting uninstall: nvidia-nccl-cu12 2024-08-22T20:34:45.7323441Z Found existing installation: nvidia-nccl-cu12 2.20.5 2024-08-22T20:34:45.7324002Z Uninstalling nvidia-nccl-cu12-2.20.5: 2024-08-22T20:34:45.7324553Z Successfully uninstalled nvidia-nccl-cu12-2.20.5 2024-08-22T20:34:45.7325027Z Attempting uninstall: torch 2024-08-22T20:34:45.7325442Z Found existing installation: torch 2.4.0 2024-08-22T20:34:45.7325921Z Uninstalling torch-2.4.0: 2024-08-22T20:34:45.7326359Z Successfully uninstalled torch-2.4.0 2024-08-22T20:34:45.7327329Z Successfully installed nvidia-nccl-cu12-2.21.5 pytorch-triton-3.0.0+dedb7bdf33 sympy-1.13.1 torch-2.5.0.dev20240814+cu121 2024-08-22T20:34:45.7329279Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:34:45.7331045Z + pip3 install git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:06.4408100Z Collecting git+https://github.com/pytorch/ao.git@e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:06.4409608Z Cloning https://github.com/pytorch/ao.git (to revision e11201a62669f582d81cdb33e031a07fb8dfc4f3) to /tmp/pip-req-build-l4vqlg62 2024-08-22T20:36:06.4410960Z Running command git clone --filter=blob:none --quiet https://github.com/pytorch/ao.git /tmp/pip-req-build-l4vqlg62 2024-08-22T20:36:06.4412076Z Running command git rev-parse -q --verify 'sha^e11201a62669f582d81cdb33e031a07fb8dfc4f3' 2024-08-22T20:36:06.4413169Z Running command git fetch -q https://github.com/pytorch/ao.git e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:06.4414141Z Running command git checkout -q e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:06.4414986Z Resolved https://github.com/pytorch/ao.git to commit e11201a62669f582d81cdb33e031a07fb8dfc4f3 2024-08-22T20:36:06.4415796Z Preparing metadata (setup.py) ... [?25l- done 2024-08-22T20:36:06.4416385Z [?25hBuilding wheels for collected packages: torchao 2024-08-22T20:36:06.4417146Z Building wheel for torchao (setup.py) ... [?25l- \ | / - \ | / done 2024-08-22T20:36:06.4418615Z [?25h Created wheel for torchao: filename=torchao-0.4.0+gite11201a-cp311-cp311-linux_x86_64.whl size=1019161 sha256=ea7094d45d3fffba1fddc6ac144162185918d843093d29527e8117e47636e9bc 2024-08-22T20:36:06.4420537Z Stored in directory: /root/.cache/pip/wheels/f7/33/31/b21ec8d5a4ec3826118179c0c853d6f776a1f80c58c0960d0e 2024-08-22T20:36:06.4421524Z Successfully built torchao 2024-08-22T20:36:06.4422004Z Installing collected packages: torchao 2024-08-22T20:36:06.4422552Z Successfully installed torchao-0.4.0+gite11201a 2024-08-22T20:36:06.4424199Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:06.4426038Z + python3 scripts/patch_triton.py 2024-08-22T20:36:06.4426659Z + TORCHCHAT_ROOT=/pytorch/torchchat 2024-08-22T20:36:06.4427058Z + ./scripts/install_et.sh 2024-08-22T20:36:06.4427459Z ++ dirname ./scripts/install_et.sh 2024-08-22T20:36:06.4427855Z + source ./scripts/install_utils.sh 2024-08-22T20:36:06.4428286Z ++ set -ex pipefail 2024-08-22T20:36:06.4430042Z ++ COMMON_CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON' 2024-08-22T20:36:06.4431940Z + '[' '' == '' ']' 2024-08-22T20:36:06.4432287Z + ET_BUILD_DIR=et-build 2024-08-22T20:36:06.4432840Z + ENABLE_ET_PYBIND=pipefail 2024-08-22T20:36:06.4433214Z + pushd /pytorch/torchchat 2024-08-22T20:36:06.4433582Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:06.4433982Z + find_cmake_prefix_path 2024-08-22T20:36:06.4434641Z ++ python3 -c 'from distutils.sysconfig import get_python_lib;print(get_python_lib())' 2024-08-22T20:36:06.4435371Z + path=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:06.4435992Z + MY_CMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages 2024-08-22T20:36:06.4436513Z + install_pip_dependencies 2024-08-22T20:36:06.4436932Z + echo 'Intalling common pip packages' 2024-08-22T20:36:06.4437353Z Intalling common pip packages 2024-08-22T20:36:06.4437817Z + pip3 install wheel 'cmake>=3.19' ninja zstd 2024-08-22T20:36:06.4438728Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:36:06.4439821Z Requirement already satisfied: cmake>=3.19 in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:36:06.4440831Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (1.11.1.1) 2024-08-22T20:36:06.4441809Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:36:06.4443550Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:06.4445263Z + pushd /pytorch/torchchat 2024-08-22T20:36:06.4445741Z /pytorch/torchchat /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:06.4446360Z + pip3 install -r ./requirements.txt 2024-08-22T20:36:06.4447105Z Ignoring tomli: markers 'python_version < "3.11"' don't match your environment 2024-08-22T20:36:06.4448303Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 4)) (0.24.6) 2024-08-22T20:36:06.4449727Z Requirement already satisfied: gguf in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 7)) (0.9.1) 2024-08-22T20:36:06.4451109Z Requirement already satisfied: tiktoken in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 10)) (0.7.0) 2024-08-22T20:36:06.4452504Z Requirement already satisfied: snakeviz in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 13)) (2.2.0) 2024-08-22T20:36:06.4453922Z Requirement already satisfied: sentencepiece in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 14)) (0.2.0) 2024-08-22T20:36:06.4455547Z Requirement already satisfied: numpy<2.0 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 15)) (1.26.4) 2024-08-22T20:36:06.4456986Z Requirement already satisfied: lm-eval==0.4.2 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:36:06.4458416Z Requirement already satisfied: blobfile in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 18)) (2.1.1) 2024-08-22T20:36:06.4459806Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 22)) (0.38.4) 2024-08-22T20:36:06.4461217Z Requirement already satisfied: cmake>=3.24 in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 23)) (3.30.2) 2024-08-22T20:36:06.4462621Z Requirement already satisfied: ninja in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 24)) (1.11.1.1) 2024-08-22T20:36:06.4464010Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 25)) (1.5.5.1) 2024-08-22T20:36:06.4465409Z Requirement already satisfied: streamlit in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 28)) (1.37.1) 2024-08-22T20:36:06.4466908Z Requirement already satisfied: flask in /opt/conda/lib/python3.11/site-packages (from -r ./requirements.txt (line 31)) (3.0.3) 2024-08-22T20:36:06.4468588Z Requirement already satisfied: accelerate>=0.21.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.33.0) 2024-08-22T20:36:06.4470447Z Requirement already satisfied: evaluate in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.2) 2024-08-22T20:36:06.4472089Z Requirement already satisfied: datasets>=2.16.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.0) 2024-08-22T20:36:06.4473708Z Requirement already satisfied: jsonlines in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:36:06.4475273Z Requirement already satisfied: numexpr in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:36:06.4476868Z Requirement already satisfied: peft>=0.2.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.12.0) 2024-08-22T20:36:06.4478477Z Requirement already satisfied: pybind11>=2.6.2 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.13.5) 2024-08-22T20:36:06.4480231Z Requirement already satisfied: pytablewriter in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.2.0) 2024-08-22T20:36:06.4481884Z Requirement already satisfied: rouge-score>=0.0.4 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.2) 2024-08-22T20:36:06.4483541Z Requirement already satisfied: sacrebleu>=1.5.0 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.3) 2024-08-22T20:36:06.4485209Z Requirement already satisfied: scikit-learn>=0.24.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.5.1) 2024-08-22T20:36:06.4486847Z Requirement already satisfied: sqlitedict in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:36:06.4488521Z Requirement already satisfied: torch>=1.8 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.5.0.dev20240814+cu121) 2024-08-22T20:36:06.4490224Z Requirement already satisfied: tqdm-multiprocess in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.0.11) 2024-08-22T20:36:06.4492020Z Requirement already satisfied: transformers>=4.1 in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.44.2) 2024-08-22T20:36:06.4493636Z Requirement already satisfied: zstandard in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.0) 2024-08-22T20:36:06.4495192Z Requirement already satisfied: dill in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.3.8) 2024-08-22T20:36:06.4496754Z Requirement already satisfied: word2number in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1) 2024-08-22T20:36:06.4498380Z Requirement already satisfied: more-itertools in /opt/conda/lib/python3.11/site-packages (from lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.1.0) 2024-08-22T20:36:08.7973394Z Requirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (3.13.1) 2024-08-22T20:36:08.7976259Z Requirement already satisfied: fsspec>=2023.5.0 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2024.6.1) 2024-08-22T20:36:08.7979033Z Requirement already satisfied: packaging>=20.9 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (23.0) 2024-08-22T20:36:08.7982142Z Requirement already satisfied: pyyaml>=5.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (6.0.1) 2024-08-22T20:36:08.7984769Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (2.32.3) 2024-08-22T20:36:08.7987458Z Requirement already satisfied: tqdm>=4.42.1 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.66.5) 2024-08-22T20:36:08.7990214Z Requirement already satisfied: typing-extensions>=3.7.4.3 in /opt/conda/lib/python3.11/site-packages (from huggingface_hub->-r ./requirements.txt (line 4)) (4.12.2) 2024-08-22T20:36:08.7993155Z Requirement already satisfied: regex>=2022.1.18 in /opt/conda/lib/python3.11/site-packages (from tiktoken->-r ./requirements.txt (line 10)) (2024.7.24) 2024-08-22T20:36:08.7995650Z Requirement already satisfied: tornado>=2.0 in /opt/conda/lib/python3.11/site-packages (from snakeviz->-r ./requirements.txt (line 13)) (6.4.1) 2024-08-22T20:36:08.7998380Z Requirement already satisfied: pycryptodomex~=3.8 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (3.20.0) 2024-08-22T20:36:08.8001129Z Requirement already satisfied: urllib3<3,>=1.25.3 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (1.26.16) 2024-08-22T20:36:08.8003619Z Requirement already satisfied: lxml~=4.9 in /opt/conda/lib/python3.11/site-packages (from blobfile->-r ./requirements.txt (line 18)) (4.9.4) 2024-08-22T20:36:08.8006259Z Requirement already satisfied: altair<6,>=4.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.4.0) 2024-08-22T20:36:08.8008857Z Requirement already satisfied: blinker<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (1.8.2) 2024-08-22T20:36:08.8011457Z Requirement already satisfied: cachetools<6,>=4.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.5.0) 2024-08-22T20:36:08.8014151Z Requirement already satisfied: click<9,>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.1.7) 2024-08-22T20:36:08.8016639Z Requirement already satisfied: pandas<3,>=1.3.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (2.2.2) 2024-08-22T20:36:08.8019355Z Requirement already satisfied: pillow<11,>=7.1.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (10.4.0) 2024-08-22T20:36:08.8022348Z Requirement already satisfied: protobuf<6,>=3.20 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (5.27.3) 2024-08-22T20:36:08.8024890Z Requirement already satisfied: pyarrow>=7.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (17.0.0) 2024-08-22T20:36:08.8027643Z Requirement already satisfied: rich<14,>=10.14.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (13.7.1) 2024-08-22T20:36:08.8030300Z Requirement already satisfied: tenacity<9,>=8.1.0 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (8.5.0) 2024-08-22T20:36:08.8032878Z Requirement already satisfied: toml<2,>=0.10.1 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.10.2) 2024-08-22T20:36:08.8035525Z Requirement already satisfied: gitpython!=3.1.19,<4,>=3.0.7 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (3.1.43) 2024-08-22T20:36:08.8038252Z Requirement already satisfied: pydeck<1,>=0.8.0b4 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (0.9.1) 2024-08-22T20:36:08.8040916Z Requirement already satisfied: watchdog<5,>=2.1.5 in /opt/conda/lib/python3.11/site-packages (from streamlit->-r ./requirements.txt (line 28)) (4.0.2) 2024-08-22T20:36:08.8043665Z Requirement already satisfied: Werkzeug>=3.0.0 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (3.0.4) 2024-08-22T20:36:08.8046557Z Requirement already satisfied: Jinja2>=3.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (3.1.4) 2024-08-22T20:36:08.8049121Z Requirement already satisfied: itsdangerous>=2.1.2 in /opt/conda/lib/python3.11/site-packages (from flask->-r ./requirements.txt (line 31)) (2.2.0) 2024-08-22T20:36:08.8051879Z Requirement already satisfied: psutil in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (5.9.0) 2024-08-22T20:36:08.8054817Z Requirement already satisfied: safetensors>=0.3.1 in /opt/conda/lib/python3.11/site-packages (from accelerate>=0.21.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.4) 2024-08-22T20:36:08.8057703Z Requirement already satisfied: jsonschema>=3.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (4.19.2) 2024-08-22T20:36:08.8060494Z Requirement already satisfied: narwhals>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (1.5.2) 2024-08-22T20:36:08.8063282Z Requirement already satisfied: xxhash in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:36:08.8066235Z Requirement already satisfied: multiprocess in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.70.16) 2024-08-22T20:36:08.8069145Z Requirement already satisfied: aiohttp in /opt/conda/lib/python3.11/site-packages (from datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.10.5) 2024-08-22T20:36:08.8072037Z Requirement already satisfied: gitdb<5,>=4.0.1 in /opt/conda/lib/python3.11/site-packages (from gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (4.0.11) 2024-08-22T20:36:08.8074848Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from Jinja2>=3.1.2->flask->-r ./requirements.txt (line 31)) (2.1.3) 2024-08-22T20:36:08.8077775Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2.9.0.post0) 2024-08-22T20:36:08.8080768Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:36:08.8083873Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas<3,>=1.3.0->streamlit->-r ./requirements.txt (line 28)) (2024.1) 2024-08-22T20:36:08.8086834Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2.0.4) 2024-08-22T20:36:08.8089732Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (3.4) 2024-08-22T20:36:08.8092551Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->huggingface_hub->-r ./requirements.txt (line 4)) (2024.7.4) 2024-08-22T20:36:08.8095471Z Requirement already satisfied: markdown-it-py>=2.2.0 in /opt/conda/lib/python3.11/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (3.0.0) 2024-08-22T20:36:08.8098428Z Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /opt/conda/lib/python3.11/site-packages (from rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (2.18.0) 2024-08-22T20:36:08.8101318Z Requirement already satisfied: absl-py in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.1.0) 2024-08-22T20:36:08.8104407Z Requirement already satisfied: nltk in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.9.1) 2024-08-22T20:36:08.8107348Z Requirement already satisfied: six>=1.14.0 in /opt/conda/lib/python3.11/site-packages (from rouge-score>=0.0.4->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.16.0) 2024-08-22T20:36:08.8110216Z Requirement already satisfied: portalocker in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.10.1) 2024-08-22T20:36:08.8113062Z Requirement already satisfied: tabulate>=0.8.9 in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.9.0) 2024-08-22T20:36:25.2985969Z Requirement already satisfied: colorama in /opt/conda/lib/python3.11/site-packages (from sacrebleu>=1.5.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.4.6) 2024-08-22T20:36:25.2988463Z Requirement already satisfied: scipy>=1.6.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.14.1) 2024-08-22T20:36:25.2990642Z Requirement already satisfied: joblib>=1.2.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.2) 2024-08-22T20:36:25.2992898Z Requirement already satisfied: threadpoolctl>=3.1.0 in /opt/conda/lib/python3.11/site-packages (from scikit-learn>=0.24.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.5.0) 2024-08-22T20:36:25.2994695Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.3) 2024-08-22T20:36:25.2996773Z Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:25.2999077Z Requirement already satisfied: nvidia-cuda-runtime-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:25.3001209Z Requirement already satisfied: nvidia-cuda-cupti-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:25.3003223Z Requirement already satisfied: nvidia-cudnn-cu12==9.1.0.70 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (9.1.0.70) 2024-08-22T20:36:25.3005133Z Requirement already satisfied: nvidia-cublas-cu12==12.1.3.1 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.3.1) 2024-08-22T20:36:25.3007314Z Requirement already satisfied: nvidia-cufft-cu12==11.0.2.54 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (11.0.2.54) 2024-08-22T20:36:25.3009252Z Requirement already satisfied: nvidia-curand-cu12==10.3.2.106 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (10.3.2.106) 2024-08-22T20:36:25.3011208Z Requirement already satisfied: nvidia-cusolver-cu12==11.4.5.107 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (11.4.5.107) 2024-08-22T20:36:25.3013167Z Requirement already satisfied: nvidia-cusparse-cu12==12.1.0.106 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.0.106) 2024-08-22T20:36:25.3015079Z Requirement already satisfied: nvidia-nccl-cu12==2.21.5 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.21.5) 2024-08-22T20:36:25.3016963Z Requirement already satisfied: nvidia-nvtx-cu12==12.1.105 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.1.105) 2024-08-22T20:36:25.3019078Z Requirement already satisfied: pytorch-triton==3.0.0+dedb7bdf33 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.0.0+dedb7bdf33) 2024-08-22T20:36:25.3020957Z Requirement already satisfied: sympy==1.13.1 in /opt/conda/lib/python3.11/site-packages (from torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.13.1) 2024-08-22T20:36:25.3022943Z Requirement already satisfied: nvidia-nvjitlink-cu12 in /opt/conda/lib/python3.11/site-packages (from nvidia-cusolver-cu12==11.4.5.107->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (12.6.20) 2024-08-22T20:36:25.3024998Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy==1.13.1->torch>=1.8->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.0) 2024-08-22T20:36:25.3027031Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers>=4.1->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.19.1) 2024-08-22T20:36:25.3028838Z Requirement already satisfied: attrs>=19.2.0 in /opt/conda/lib/python3.11/site-packages (from jsonlines->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (23.1.0) 2024-08-22T20:36:25.3030622Z Requirement already satisfied: setuptools>=38.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (67.8.0) 2024-08-22T20:36:25.3032459Z Requirement already satisfied: DataProperty<2,>=1.0.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.0.1) 2024-08-22T20:36:25.3034295Z Requirement already satisfied: mbstrdecoder<2,>=1.0.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.1.3) 2024-08-22T20:36:25.3036122Z Requirement already satisfied: pathvalidate<4,>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (3.2.0) 2024-08-22T20:36:25.3037936Z Requirement already satisfied: tabledata<2,>=1.3.1 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.3) 2024-08-22T20:36:25.3039741Z Requirement already satisfied: tcolorpy<1,>=0.0.5 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (0.1.6) 2024-08-22T20:36:25.3041576Z Requirement already satisfied: typepy[datetime]<2,>=1.3.2 in /opt/conda/lib/python3.11/site-packages (from pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.2) 2024-08-22T20:36:25.3043677Z Requirement already satisfied: aiohappyeyeballs>=2.3.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (2.4.0) 2024-08-22T20:36:25.3046007Z Requirement already satisfied: aiosignal>=1.1.2 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.3.1) 2024-08-22T20:36:25.3048083Z Requirement already satisfied: frozenlist>=1.1.1 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.4.1) 2024-08-22T20:36:25.3050004Z Requirement already satisfied: multidict<7.0,>=4.5 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (6.0.5) 2024-08-22T20:36:25.3051886Z Requirement already satisfied: yarl<2.0,>=1.0 in /opt/conda/lib/python3.11/site-packages (from aiohttp->datasets>=2.16.0->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (1.9.4) 2024-08-22T20:36:25.3053824Z Requirement already satisfied: smmap<6,>=3.0.1 in /opt/conda/lib/python3.11/site-packages (from gitdb<5,>=4.0.1->gitpython!=3.1.19,<4,>=3.0.7->streamlit->-r ./requirements.txt (line 28)) (5.0.1) 2024-08-22T20:36:25.3055886Z Requirement already satisfied: jsonschema-specifications>=2023.03.6 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (2023.7.1) 2024-08-22T20:36:25.3058077Z Requirement already satisfied: referencing>=0.28.4 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.30.2) 2024-08-22T20:36:25.3059999Z Requirement already satisfied: rpds-py>=0.7.1 in /opt/conda/lib/python3.11/site-packages (from jsonschema>=3.0->altair<6,>=4.0->streamlit->-r ./requirements.txt (line 28)) (0.10.6) 2024-08-22T20:36:25.3061917Z Requirement already satisfied: mdurl~=0.1 in /opt/conda/lib/python3.11/site-packages (from markdown-it-py>=2.2.0->rich<14,>=10.14.0->streamlit->-r ./requirements.txt (line 28)) (0.1.2) 2024-08-22T20:36:25.3063902Z Requirement already satisfied: chardet<6,>=3.0.4 in /opt/conda/lib/python3.11/site-packages (from mbstrdecoder<2,>=1.0.0->pytablewriter->lm-eval==0.4.2->-r ./requirements.txt (line 17)) (4.0.0) 2024-08-22T20:36:25.3066256Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:36:25.3067621Z + popd 2024-08-22T20:36:25.3067931Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:25.3068328Z + clone_executorch 2024-08-22T20:36:25.3068812Z + echo 'Cloning executorch to /pytorch/torchchat/et-build/src' 2024-08-22T20:36:25.3069459Z Cloning executorch to /pytorch/torchchat/et-build/src 2024-08-22T20:36:25.3069991Z + rm -rf /pytorch/torchchat/et-build 2024-08-22T20:36:25.3070471Z + mkdir -p /pytorch/torchchat/et-build/src 2024-08-22T20:36:25.3070964Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:36:25.3071607Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:36:25.3072248Z + git clone https://github.com/pytorch/executorch.git 2024-08-22T20:36:25.3072771Z Cloning into 'executorch'... 2024-08-22T20:36:25.3073281Z remote: Enumerating objects: 110866, done. 2024-08-22T20:36:25.3073788Z remote: Counting objects: 0% (1/3472) 2024-08-22T20:36:25.3074295Z remote: Counting objects: 1% (35/3472) 2024-08-22T20:36:25.3074802Z remote: Counting objects: 2% (70/3472) 2024-08-22T20:36:25.3075306Z remote: Counting objects: 3% (105/3472) 2024-08-22T20:36:25.3075819Z remote: Counting objects: 4% (139/3472) 2024-08-22T20:36:25.5799387Z remote: Counting objects: 5% (174/3472) 2024-08-22T20:36:25.5800121Z remote: Counting objects: 6% (209/3472) 2024-08-22T20:36:25.5800800Z remote: Counting objects: 7% (244/3472) 2024-08-22T20:36:25.5801701Z remote: Counting objects: 8% (278/3472) 2024-08-22T20:36:25.5802364Z remote: Counting objects: 9% (313/3472) 2024-08-22T20:36:25.5803011Z remote: Counting objects: 10% (348/3472) 2024-08-22T20:36:25.5803515Z remote: Counting objects: 11% (382/3472) 2024-08-22T20:36:25.5804028Z remote: Counting objects: 12% (417/3472) 2024-08-22T20:36:25.5804534Z remote: Counting objects: 13% (452/3472) 2024-08-22T20:36:25.5805099Z remote: Counting objects: 14% (487/3472) 2024-08-22T20:36:25.5805604Z remote: Counting objects: 15% (521/3472) 2024-08-22T20:36:25.5806102Z remote: Counting objects: 16% (556/3472) 2024-08-22T20:36:25.5806610Z remote: Counting objects: 17% (591/3472) 2024-08-22T20:36:25.5807172Z remote: Counting objects: 18% (625/3472) 2024-08-22T20:36:25.5807671Z remote: Counting objects: 19% (660/3472) 2024-08-22T20:36:25.5808178Z remote: Counting objects: 20% (695/3472) 2024-08-22T20:36:25.5808684Z remote: Counting objects: 21% (730/3472) 2024-08-22T20:36:25.5809211Z remote: Counting objects: 22% (764/3472) 2024-08-22T20:36:25.5809964Z remote: Counting objects: 23% (799/3472) 2024-08-22T20:36:25.5810560Z remote: Counting objects: 24% (834/3472) 2024-08-22T20:36:25.5811170Z remote: Counting objects: 25% (868/3472) 2024-08-22T20:36:25.5811825Z remote: Counting objects: 26% (903/3472) 2024-08-22T20:36:25.5812412Z remote: Counting objects: 27% (938/3472) 2024-08-22T20:36:25.5813152Z remote: Counting objects: 28% (973/3472) 2024-08-22T20:36:25.5813853Z remote: Counting objects: 29% (1007/3472) 2024-08-22T20:36:25.5814434Z remote: Counting objects: 30% (1042/3472) 2024-08-22T20:36:25.5815054Z remote: Counting objects: 31% (1077/3472) 2024-08-22T20:36:25.5815734Z remote: Counting objects: 32% (1112/3472) 2024-08-22T20:36:25.5816312Z remote: Counting objects: 33% (1146/3472) 2024-08-22T20:36:25.5817022Z remote: Counting objects: 34% (1181/3472) 2024-08-22T20:36:25.5817721Z remote: Counting objects: 35% (1216/3472) 2024-08-22T20:36:25.5818293Z remote: Counting objects: 36% (1250/3472) 2024-08-22T20:36:25.5818893Z remote: Counting objects: 37% (1285/3472) 2024-08-22T20:36:25.5819570Z remote: Counting objects: 38% (1320/3472) 2024-08-22T20:36:25.5820135Z remote: Counting objects: 39% (1355/3472) 2024-08-22T20:36:25.5820730Z remote: Counting objects: 40% (1389/3472) 2024-08-22T20:36:25.5821399Z remote: Counting objects: 41% (1424/3472) 2024-08-22T20:36:25.5821971Z remote: Counting objects: 42% (1459/3472) 2024-08-22T20:36:25.5822574Z remote: Counting objects: 43% (1493/3472) 2024-08-22T20:36:25.5823244Z remote: Counting objects: 44% (1528/3472) 2024-08-22T20:36:25.5824012Z remote: Counting objects: 45% (1563/3472) 2024-08-22T20:36:25.5824684Z remote: Counting objects: 46% (1598/3472) 2024-08-22T20:36:25.5825366Z remote: Counting objects: 47% (1632/3472) 2024-08-22T20:36:25.5825938Z remote: Counting objects: 48% (1667/3472) 2024-08-22T20:36:25.5826738Z remote: Counting objects: 49% (1702/3472) 2024-08-22T20:36:25.5827407Z remote: Counting objects: 50% (1736/3472) 2024-08-22T20:36:25.5828002Z remote: Counting objects: 51% (1771/3472) 2024-08-22T20:36:25.5828589Z remote: Counting objects: 52% (1806/3472) 2024-08-22T20:36:25.5829240Z remote: Counting objects: 53% (1841/3472) 2024-08-22T20:36:25.5829838Z remote: Counting objects: 54% (1875/3472) 2024-08-22T20:36:25.5830421Z remote: Counting objects: 55% (1910/3472) 2024-08-22T20:36:25.5831067Z remote: Counting objects: 56% (1945/3472) 2024-08-22T20:36:25.5831683Z remote: Counting objects: 57% (1980/3472) 2024-08-22T20:36:25.5832256Z remote: Counting objects: 58% (2014/3472) 2024-08-22T20:36:25.5832907Z remote: Counting objects: 59% (2049/3472) 2024-08-22T20:36:25.5833527Z remote: Counting objects: 60% (2084/3472) 2024-08-22T20:36:25.5834089Z remote: Counting objects: 61% (2118/3472) 2024-08-22T20:36:25.5834735Z remote: Counting objects: 62% (2153/3472) 2024-08-22T20:36:25.5835475Z remote: Counting objects: 63% (2188/3472) 2024-08-22T20:36:25.5836172Z remote: Counting objects: 64% (2223/3472) 2024-08-22T20:36:25.5836845Z remote: Counting objects: 65% (2257/3472) 2024-08-22T20:36:25.5837470Z remote: Counting objects: 66% (2292/3472) 2024-08-22T20:36:25.5838030Z remote: Counting objects: 67% (2327/3472) 2024-08-22T20:36:25.5838698Z remote: Counting objects: 68% (2361/3472) 2024-08-22T20:36:25.5839304Z remote: Counting objects: 69% (2396/3472) 2024-08-22T20:36:25.5839868Z remote: Counting objects: 70% (2431/3472) 2024-08-22T20:36:25.5840548Z remote: Counting objects: 71% (2466/3472) 2024-08-22T20:36:25.5841149Z remote: Counting objects: 72% (2500/3472) 2024-08-22T20:36:25.5841709Z remote: Counting objects: 73% (2535/3472) 2024-08-22T20:36:25.5842442Z remote: Counting objects: 74% (2570/3472) 2024-08-22T20:36:25.5843070Z remote: Counting objects: 75% (2604/3472) 2024-08-22T20:36:25.5843644Z remote: Counting objects: 76% (2639/3472) 2024-08-22T20:36:25.5844775Z remote: Counting objects: 77% (2674/3472) 2024-08-22T20:36:25.5845420Z remote: Counting objects: 78% (2709/3472) 2024-08-22T20:36:25.5846025Z remote: Counting objects: 79% (2743/3472) 2024-08-22T20:36:25.5846726Z remote: Counting objects: 80% (2778/3472) 2024-08-22T20:36:25.5847323Z remote: Counting objects: 81% (2813/3472) 2024-08-22T20:36:25.5847883Z remote: Counting objects: 82% (2848/3472) 2024-08-22T20:36:25.5848732Z remote: Counting objects: 83% (2882/3472) 2024-08-22T20:36:25.5849334Z remote: Counting objects: 84% (2917/3472) 2024-08-22T20:36:25.5849914Z remote: Counting objects: 85% (2952/3472) 2024-08-22T20:36:25.5850570Z remote: Counting objects: 86% (2986/3472) 2024-08-22T20:36:25.5851165Z remote: Counting objects: 87% (3021/3472) 2024-08-22T20:36:25.5851827Z remote: Counting objects: 88% (3056/3472) 2024-08-22T20:36:25.5852389Z remote: Counting objects: 89% (3091/3472) 2024-08-22T20:36:25.5853036Z remote: Counting objects: 90% (3125/3472) 2024-08-22T20:36:25.5853846Z remote: Counting objects: 91% (3160/3472) 2024-08-22T20:36:25.5854425Z remote: Counting objects: 92% (3195/3472) 2024-08-22T20:36:25.5855041Z remote: Counting objects: 93% (3229/3472) 2024-08-22T20:36:25.5855689Z remote: Counting objects: 94% (3264/3472) 2024-08-22T20:36:25.5856248Z remote: Counting objects: 95% (3299/3472) 2024-08-22T20:36:25.5856865Z remote: Counting objects: 96% (3334/3472) 2024-08-22T20:36:25.5857537Z remote: Counting objects: 97% (3368/3472) 2024-08-22T20:36:25.5858096Z remote: Counting objects: 98% (3403/3472) 2024-08-22T20:36:25.5858711Z remote: Counting objects: 99% (3438/3472) 2024-08-22T20:36:25.5859354Z remote: Counting objects: 100% (3472/3472) 2024-08-22T20:36:25.5859957Z remote: Counting objects: 100% (3472/3472), done. 2024-08-22T20:36:25.5860618Z remote: Compressing objects: 0% (1/1587) 2024-08-22T20:36:25.5861277Z remote: Compressing objects: 1% (16/1587) 2024-08-22T20:36:25.5861867Z remote: Compressing objects: 2% (32/1587) 2024-08-22T20:36:25.5862500Z remote: Compressing objects: 3% (48/1587) 2024-08-22T20:36:25.5863164Z remote: Compressing objects: 4% (64/1587) 2024-08-22T20:36:25.5863764Z remote: Compressing objects: 5% (80/1587) 2024-08-22T20:36:25.5864384Z remote: Compressing objects: 6% (96/1587) 2024-08-22T20:36:25.5865047Z remote: Compressing objects: 7% (112/1587) 2024-08-22T20:36:25.5865756Z remote: Compressing objects: 8% (127/1587) 2024-08-22T20:36:25.5866501Z remote: Compressing objects: 9% (143/1587) 2024-08-22T20:36:25.5867181Z remote: Compressing objects: 10% (159/1587) 2024-08-22T20:36:25.5867786Z remote: Compressing objects: 11% (175/1587) 2024-08-22T20:36:25.5868402Z remote: Compressing objects: 12% (191/1587) 2024-08-22T20:36:25.5869069Z remote: Compressing objects: 13% (207/1587) 2024-08-22T20:36:25.5869670Z remote: Compressing objects: 14% (223/1587) 2024-08-22T20:36:25.5870437Z remote: Compressing objects: 15% (239/1587) 2024-08-22T20:36:25.5871136Z remote: Compressing objects: 16% (254/1587) 2024-08-22T20:36:25.5871721Z remote: Compressing objects: 17% (270/1587) 2024-08-22T20:36:25.5872337Z remote: Compressing objects: 18% (286/1587) 2024-08-22T20:36:25.5873028Z remote: Compressing objects: 19% (302/1587) 2024-08-22T20:36:25.5873646Z remote: Compressing objects: 20% (318/1587) 2024-08-22T20:36:25.5874228Z remote: Compressing objects: 21% (334/1587) 2024-08-22T20:36:25.5874913Z remote: Compressing objects: 22% (350/1587) 2024-08-22T20:36:25.5875522Z remote: Compressing objects: 23% (366/1587) 2024-08-22T20:36:25.5876099Z remote: Compressing objects: 24% (381/1587) 2024-08-22T20:36:25.5876779Z remote: Compressing objects: 25% (397/1587) 2024-08-22T20:36:25.5877394Z remote: Compressing objects: 26% (413/1587) 2024-08-22T20:36:25.5877990Z remote: Compressing objects: 27% (429/1587) 2024-08-22T20:36:25.5878654Z remote: Compressing objects: 28% (445/1587) 2024-08-22T20:36:25.5879401Z remote: Compressing objects: 29% (461/1587) 2024-08-22T20:36:25.5880019Z remote: Compressing objects: 30% (477/1587) 2024-08-22T20:36:25.5880691Z remote: Compressing objects: 31% (492/1587) 2024-08-22T20:36:25.5881302Z remote: Compressing objects: 32% (508/1587) 2024-08-22T20:36:25.5881901Z remote: Compressing objects: 33% (524/1587) 2024-08-22T20:36:25.5882562Z remote: Compressing objects: 34% (540/1587) 2024-08-22T20:36:25.5883296Z remote: Compressing objects: 35% (556/1587) 2024-08-22T20:36:25.5883881Z remote: Compressing objects: 36% (572/1587) 2024-08-22T20:36:25.5884545Z remote: Compressing objects: 37% (588/1587) 2024-08-22T20:36:25.5885182Z remote: Compressing objects: 38% (604/1587) 2024-08-22T20:36:25.5885762Z remote: Compressing objects: 39% (619/1587) 2024-08-22T20:36:25.5886417Z remote: Compressing objects: 40% (635/1587) 2024-08-22T20:36:25.5887049Z remote: Compressing objects: 41% (651/1587) 2024-08-22T20:36:25.5887629Z remote: Compressing objects: 42% (667/1587) 2024-08-22T20:36:25.5888293Z remote: Compressing objects: 43% (683/1587) 2024-08-22T20:36:25.5889019Z remote: Compressing objects: 44% (699/1587) 2024-08-22T20:36:25.5889597Z remote: Compressing objects: 45% (715/1587) 2024-08-22T20:36:25.5890258Z remote: Compressing objects: 46% (731/1587) 2024-08-22T20:36:25.5890886Z remote: Compressing objects: 47% (746/1587) 2024-08-22T20:36:25.5891469Z remote: Compressing objects: 48% (762/1587) 2024-08-22T20:36:25.5892151Z remote: Compressing objects: 49% (778/1587) 2024-08-22T20:36:25.5892759Z remote: Compressing objects: 50% (794/1587) 2024-08-22T20:36:25.5893386Z remote: Compressing objects: 51% (810/1587) 2024-08-22T20:36:25.5894068Z remote: Compressing objects: 52% (826/1587) 2024-08-22T20:36:25.5894682Z remote: Compressing objects: 53% (842/1587) 2024-08-22T20:36:25.5895292Z remote: Compressing objects: 54% (857/1587) 2024-08-22T20:36:25.5896094Z remote: Compressing objects: 55% (873/1587) 2024-08-22T20:36:25.5896730Z remote: Compressing objects: 56% (889/1587) 2024-08-22T20:36:25.5897388Z remote: Compressing objects: 57% (905/1587) 2024-08-22T20:36:25.5898108Z remote: Compressing objects: 58% (921/1587) 2024-08-22T20:36:25.5898724Z remote: Compressing objects: 59% (937/1587) 2024-08-22T20:36:25.5899357Z remote: Compressing objects: 60% (953/1587) 2024-08-22T20:36:25.5899987Z remote: Compressing objects: 61% (969/1587) 2024-08-22T20:36:25.5900612Z remote: Compressing objects: 62% (984/1587) 2024-08-22T20:36:25.5901257Z remote: Compressing objects: 63% (1000/1587) 2024-08-22T20:36:25.5901898Z remote: Compressing objects: 64% (1016/1587) 2024-08-22T20:36:25.5902604Z remote: Compressing objects: 65% (1032/1587) 2024-08-22T20:36:25.5903266Z remote: Compressing objects: 66% (1048/1587) 2024-08-22T20:36:25.5903918Z remote: Compressing objects: 67% (1064/1587) 2024-08-22T20:36:25.5904664Z remote: Compressing objects: 68% (1080/1587) 2024-08-22T20:36:25.5905320Z remote: Compressing objects: 69% (1096/1587) 2024-08-22T20:36:25.5905964Z remote: Compressing objects: 70% (1111/1587) 2024-08-22T20:36:25.5906727Z remote: Compressing objects: 71% (1127/1587) 2024-08-22T20:36:25.5907354Z remote: Compressing objects: 72% (1143/1587) 2024-08-22T20:36:25.5908001Z remote: Compressing objects: 73% (1159/1587) 2024-08-22T20:36:25.5908714Z remote: Compressing objects: 74% (1175/1587) 2024-08-22T20:36:25.5909417Z remote: Compressing objects: 75% (1191/1587) 2024-08-22T20:36:25.5910068Z remote: Compressing objects: 76% (1207/1587) 2024-08-22T20:36:27.8593844Z remote: Compressing objects: 77% (1222/1587) 2024-08-22T20:36:27.8594767Z remote: Compressing objects: 78% (1238/1587) 2024-08-22T20:36:27.8596418Z remote: Compressing objects: 79% (1254/1587) 2024-08-22T20:36:27.8597331Z remote: Compressing objects: 80% (1270/1587) 2024-08-22T20:36:27.8598265Z remote: Compressing objects: 81% (1286/1587) 2024-08-22T20:36:27.8598915Z remote: Compressing objects: 82% (1302/1587) 2024-08-22T20:36:27.8599533Z remote: Compressing objects: 83% (1318/1587) 2024-08-22T20:36:27.8600316Z remote: Compressing objects: 84% (1334/1587) 2024-08-22T20:36:27.8600965Z remote: Compressing objects: 85% (1349/1587) 2024-08-22T20:36:27.8601556Z remote: Compressing objects: 86% (1365/1587) 2024-08-22T20:36:27.8602634Z remote: Compressing objects: 87% (1381/1587) 2024-08-22T20:36:27.8603298Z remote: Compressing objects: 88% (1397/1587) 2024-08-22T20:36:27.8603883Z remote: Compressing objects: 89% (1413/1587) 2024-08-22T20:36:27.8604560Z remote: Compressing objects: 90% (1429/1587) 2024-08-22T20:36:27.8605203Z remote: Compressing objects: 91% (1445/1587) 2024-08-22T20:36:27.8605789Z remote: Compressing objects: 92% (1461/1587) 2024-08-22T20:36:27.8606457Z remote: Compressing objects: 93% (1476/1587) 2024-08-22T20:36:27.8607111Z remote: Compressing objects: 94% (1492/1587) 2024-08-22T20:36:27.8607697Z remote: Compressing objects: 95% (1508/1587) 2024-08-22T20:36:27.8608386Z remote: Compressing objects: 96% (1524/1587) 2024-08-22T20:36:27.8609008Z remote: Compressing objects: 97% (1540/1587) 2024-08-22T20:36:27.8609670Z remote: Compressing objects: 98% (1556/1587) 2024-08-22T20:36:27.8610360Z remote: Compressing objects: 99% (1572/1587) 2024-08-22T20:36:27.8610978Z remote: Compressing objects: 100% (1587/1587) 2024-08-22T20:36:27.8611612Z remote: Compressing objects: 100% (1587/1587), done. 2024-08-22T20:36:27.8612247Z Receiving objects: 0% (1/110866) 2024-08-22T20:36:27.8612734Z Receiving objects: 1% (1109/110866) 2024-08-22T20:36:27.8613193Z Receiving objects: 2% (2218/110866) 2024-08-22T20:36:27.8613746Z Receiving objects: 3% (3326/110866) 2024-08-22T20:36:27.8614234Z Receiving objects: 4% (4435/110866) 2024-08-22T20:36:27.8614685Z Receiving objects: 5% (5544/110866) 2024-08-22T20:36:27.8615255Z Receiving objects: 6% (6652/110866) 2024-08-22T20:36:27.8615741Z Receiving objects: 7% (7761/110866) 2024-08-22T20:36:27.8616268Z Receiving objects: 8% (8870/110866) 2024-08-22T20:36:27.8616820Z Receiving objects: 9% (9978/110866) 2024-08-22T20:36:27.8617307Z Receiving objects: 10% (11087/110866) 2024-08-22T20:36:27.8617790Z Receiving objects: 11% (12196/110866) 2024-08-22T20:36:27.8618327Z Receiving objects: 12% (13304/110866) 2024-08-22T20:36:27.8618923Z Receiving objects: 13% (14413/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8619603Z Receiving objects: 14% (15522/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8620343Z Receiving objects: 15% (16630/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8621032Z Receiving objects: 16% (17739/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8621737Z Receiving objects: 17% (18848/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8622430Z Receiving objects: 18% (19956/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8623384Z Receiving objects: 19% (21065/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8624063Z Receiving objects: 20% (22174/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8624759Z Receiving objects: 21% (23282/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8625463Z Receiving objects: 22% (24391/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8626272Z Receiving objects: 23% (25500/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8626999Z Receiving objects: 24% (26608/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8627711Z Receiving objects: 25% (27717/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8628390Z Receiving objects: 26% (28826/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8629085Z Receiving objects: 27% (29934/110866), 24.14 MiB | 48.35 MiB/s 2024-08-22T20:36:27.8629785Z Receiving objects: 27% (30488/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8630464Z Receiving objects: 28% (31043/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8631159Z Receiving objects: 29% (32152/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8631938Z Receiving objects: 30% (33260/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8632623Z Receiving objects: 31% (34369/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8633372Z Receiving objects: 32% (35478/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8634057Z Receiving objects: 33% (36586/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8634826Z Receiving objects: 34% (37695/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8635574Z Receiving objects: 35% (38804/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8636224Z Receiving objects: 36% (39912/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8636920Z Receiving objects: 37% (41021/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8637636Z Receiving objects: 38% (42130/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8638277Z Receiving objects: 39% (43238/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8638978Z Receiving objects: 40% (44347/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8639769Z Receiving objects: 41% (45456/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8640417Z Receiving objects: 42% (46564/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8641113Z Receiving objects: 43% (47673/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8641834Z Receiving objects: 44% (48782/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8642485Z Receiving objects: 45% (49890/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8643180Z Receiving objects: 46% (50999/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8643903Z Receiving objects: 47% (52108/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8644912Z Receiving objects: 48% (53216/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8645614Z Receiving objects: 49% (54325/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8646390Z Receiving objects: 50% (55433/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8647091Z Receiving objects: 51% (56542/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8647731Z Receiving objects: 52% (57651/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8648528Z Receiving objects: 53% (58759/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8649226Z Receiving objects: 54% (59868/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8649871Z Receiving objects: 55% (60977/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8650598Z Receiving objects: 56% (62085/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8651299Z Receiving objects: 57% (63194/110866), 45.02 MiB | 45.01 MiB/s 2024-08-22T20:36:27.8651938Z Receiving objects: 58% (64303/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8652669Z Receiving objects: 59% (65411/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8653369Z Receiving objects: 60% (66520/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8654016Z Receiving objects: 61% (67629/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8655731Z Receiving objects: 62% (68737/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8656406Z Receiving objects: 63% (69846/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8657149Z Receiving objects: 64% (70955/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8657861Z Receiving objects: 65% (72063/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8658537Z Receiving objects: 66% (73172/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8659224Z Receiving objects: 67% (74281/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8659932Z Receiving objects: 68% (75389/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8660609Z Receiving objects: 69% (76498/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8661304Z Receiving objects: 70% (77607/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8661986Z Receiving objects: 71% (78715/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8662660Z Receiving objects: 72% (79824/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8663364Z Receiving objects: 73% (80933/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8664049Z Receiving objects: 74% (82041/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8664726Z Receiving objects: 75% (83150/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8665496Z Receiving objects: 76% (84259/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8666354Z Receiving objects: 77% (85367/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8667134Z Receiving objects: 78% (86476/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8667843Z Receiving objects: 79% (87585/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8668572Z Receiving objects: 80% (88693/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8669241Z Receiving objects: 81% (89802/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8669921Z Receiving objects: 82% (90911/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8670641Z Receiving objects: 83% (92019/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8671307Z Receiving objects: 84% (93128/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8671989Z Receiving objects: 85% (94237/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8672714Z Receiving objects: 86% (95345/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8673384Z Receiving objects: 87% (96454/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8674143Z Receiving objects: 88% (97563/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8674963Z Receiving objects: 89% (98671/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8675778Z Receiving objects: 90% (99780/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8676578Z Receiving objects: 91% (100889/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8677417Z Receiving objects: 92% (101997/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8678130Z Receiving objects: 93% (103106/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8678794Z Receiving objects: 94% (104215/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8679582Z Receiving objects: 95% (105323/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8680283Z Receiving objects: 96% (106432/110866), 60.04 MiB | 39.99 MiB/s 2024-08-22T20:36:27.8680945Z Receiving objects: 96% (107291/110866), 80.55 MiB | 40.25 MiB/s 2024-08-22T20:36:27.8681819Z Receiving objects: 97% (107541/110866), 80.55 MiB | 40.25 MiB/s 2024-08-22T20:36:27.8682669Z Receiving objects: 98% (108649/110866), 80.55 MiB | 40.25 MiB/s 2024-08-22T20:36:27.8683335Z Receiving objects: 99% (109758/110866), 80.55 MiB | 40.25 MiB/s 2024-08-22T20:36:27.8684393Z remote: Total 110866 (delta 2184), reused 2852 (delta 1851), pack-reused 107394 (from 1) 2024-08-22T20:36:27.8685245Z Receiving objects: 100% (110866/110866), 80.55 MiB | 40.25 MiB/s 2024-08-22T20:36:27.8685954Z Receiving objects: 100% (110866/110866), 84.65 MiB | 39.69 MiB/s, done. 2024-08-22T20:36:27.8686679Z Resolving deltas: 0% (0/85569) 2024-08-22T20:36:27.8687153Z Resolving deltas: 1% (856/85569) 2024-08-22T20:36:27.8687600Z Resolving deltas: 2% (1712/85569) 2024-08-22T20:36:27.8688296Z Resolving deltas: 3% (2569/85569) 2024-08-22T20:36:27.8688784Z Resolving deltas: 4% (3424/85569) 2024-08-22T20:36:27.8689253Z Resolving deltas: 5% (4279/85569) 2024-08-22T20:36:27.8689790Z Resolving deltas: 6% (5136/85569) 2024-08-22T20:36:27.8690351Z Resolving deltas: 7% (5990/85569) 2024-08-22T20:36:27.8690817Z Resolving deltas: 8% (6846/85569) 2024-08-22T20:36:27.8691343Z Resolving deltas: 9% (7703/85569) 2024-08-22T20:36:27.8691857Z Resolving deltas: 10% (8557/85569) 2024-08-22T20:36:27.8692511Z Resolving deltas: 11% (9413/85569) 2024-08-22T20:36:27.8693053Z Resolving deltas: 12% (10272/85569) 2024-08-22T20:36:27.8693566Z Resolving deltas: 13% (11124/85569) 2024-08-22T20:36:37.6018742Z Resolving deltas: 14% (11981/85569) 2024-08-22T20:36:37.6019334Z Resolving deltas: 15% (12836/85569) 2024-08-22T20:36:37.6020069Z Resolving deltas: 16% (13692/85569) 2024-08-22T20:36:37.6020751Z Resolving deltas: 17% (14547/85569) 2024-08-22T20:36:37.6021305Z Resolving deltas: 18% (15403/85569) 2024-08-22T20:36:37.6021873Z Resolving deltas: 19% (16259/85569) 2024-08-22T20:36:37.6022518Z Resolving deltas: 20% (17115/85569) 2024-08-22T20:36:37.6023030Z Resolving deltas: 21% (17970/85569) 2024-08-22T20:36:37.6023690Z Resolving deltas: 22% (18829/85569) 2024-08-22T20:36:37.6024293Z Resolving deltas: 23% (19681/85569) 2024-08-22T20:36:37.6024948Z Resolving deltas: 24% (20537/85569) 2024-08-22T20:36:37.6025683Z Resolving deltas: 25% (21394/85569) 2024-08-22T20:36:37.6027007Z Resolving deltas: 26% (22248/85569) 2024-08-22T20:36:37.6027514Z Resolving deltas: 27% (23104/85569) 2024-08-22T20:36:37.6028100Z Resolving deltas: 28% (23960/85569) 2024-08-22T20:36:37.6028554Z Resolving deltas: 29% (24817/85569) 2024-08-22T20:36:37.6029119Z Resolving deltas: 30% (25671/85569) 2024-08-22T20:36:37.6029673Z Resolving deltas: 31% (26527/85569) 2024-08-22T20:36:37.6030166Z Resolving deltas: 32% (27383/85569) 2024-08-22T20:36:37.6030640Z Resolving deltas: 33% (28238/85569) 2024-08-22T20:36:37.6031194Z Resolving deltas: 34% (29094/85569) 2024-08-22T20:36:37.6031680Z Resolving deltas: 35% (29950/85569) 2024-08-22T20:36:37.6032147Z Resolving deltas: 36% (30805/85569) 2024-08-22T20:36:37.6032680Z Resolving deltas: 37% (31661/85569) 2024-08-22T20:36:37.6033163Z Resolving deltas: 38% (32517/85569) 2024-08-22T20:36:37.6033627Z Resolving deltas: 39% (33372/85569) 2024-08-22T20:36:37.6034148Z Resolving deltas: 40% (34228/85569) 2024-08-22T20:36:37.6034657Z Resolving deltas: 41% (35084/85569) 2024-08-22T20:36:37.6035101Z Resolving deltas: 42% (35939/85569) 2024-08-22T20:36:37.6035634Z Resolving deltas: 43% (36795/85569) 2024-08-22T20:36:37.6036183Z Resolving deltas: 44% (37651/85569) 2024-08-22T20:36:37.6036627Z Resolving deltas: 45% (38508/85569) 2024-08-22T20:36:37.6037153Z Resolving deltas: 46% (39364/85569) 2024-08-22T20:36:37.6037654Z Resolving deltas: 47% (40218/85569) 2024-08-22T20:36:37.6038103Z Resolving deltas: 48% (41075/85569) 2024-08-22T20:36:37.6038639Z Resolving deltas: 49% (41929/85569) 2024-08-22T20:36:37.6039138Z Resolving deltas: 50% (42785/85569) 2024-08-22T20:36:37.6039581Z Resolving deltas: 51% (43641/85569) 2024-08-22T20:36:37.6040102Z Resolving deltas: 52% (44496/85569) 2024-08-22T20:36:37.6040607Z Resolving deltas: 53% (45352/85569) 2024-08-22T20:36:37.6041047Z Resolving deltas: 54% (46208/85569) 2024-08-22T20:36:37.6041570Z Resolving deltas: 55% (47063/85569) 2024-08-22T20:36:37.6042070Z Resolving deltas: 56% (47919/85569) 2024-08-22T20:36:37.6042520Z Resolving deltas: 57% (48775/85569) 2024-08-22T20:36:37.6043071Z Resolving deltas: 58% (49631/85569) 2024-08-22T20:36:37.6043559Z Resolving deltas: 59% (50487/85569) 2024-08-22T20:36:37.6044002Z Resolving deltas: 60% (51342/85569) 2024-08-22T20:36:37.6044938Z Resolving deltas: 61% (52198/85569) 2024-08-22T20:36:37.6045447Z Resolving deltas: 62% (53053/85569) 2024-08-22T20:36:37.6045917Z Resolving deltas: 63% (53909/85569) 2024-08-22T20:36:37.6046478Z Resolving deltas: 64% (54765/85569) 2024-08-22T20:36:37.6047153Z Resolving deltas: 65% (55620/85569) 2024-08-22T20:36:37.6047598Z Resolving deltas: 66% (56478/85569) 2024-08-22T20:36:37.6048152Z Resolving deltas: 67% (57332/85569) 2024-08-22T20:36:37.6048633Z Resolving deltas: 68% (58187/85569) 2024-08-22T20:36:37.6049097Z Resolving deltas: 69% (59044/85569) 2024-08-22T20:36:37.6049621Z Resolving deltas: 69% (59769/85569) 2024-08-22T20:36:37.6050102Z Resolving deltas: 70% (59899/85569) 2024-08-22T20:36:37.6050572Z Resolving deltas: 71% (60754/85569) 2024-08-22T20:36:37.6051102Z Resolving deltas: 72% (61611/85569) 2024-08-22T20:36:37.6051583Z Resolving deltas: 73% (62466/85569) 2024-08-22T20:36:37.6052048Z Resolving deltas: 74% (63322/85569) 2024-08-22T20:36:37.6052570Z Resolving deltas: 75% (64177/85569) 2024-08-22T20:36:37.6053047Z Resolving deltas: 76% (65033/85569) 2024-08-22T20:36:37.6053511Z Resolving deltas: 77% (65889/85569) 2024-08-22T20:36:37.6054057Z Resolving deltas: 78% (66744/85569) 2024-08-22T20:36:37.6054566Z Resolving deltas: 79% (67600/85569) 2024-08-22T20:36:37.6055011Z Resolving deltas: 80% (68456/85569) 2024-08-22T20:36:37.6055529Z Resolving deltas: 81% (69313/85569) 2024-08-22T20:36:37.6056027Z Resolving deltas: 82% (70167/85569) 2024-08-22T20:36:37.6056472Z Resolving deltas: 83% (71023/85569) 2024-08-22T20:36:37.6056993Z Resolving deltas: 84% (71878/85569) 2024-08-22T20:36:37.6057496Z Resolving deltas: 85% (72734/85569) 2024-08-22T20:36:37.6057938Z Resolving deltas: 86% (73590/85569) 2024-08-22T20:36:37.6058586Z Resolving deltas: 87% (74446/85569) 2024-08-22T20:36:37.6059098Z Resolving deltas: 88% (75301/85569) 2024-08-22T20:36:37.6059540Z Resolving deltas: 89% (76157/85569) 2024-08-22T20:36:37.6060088Z Resolving deltas: 90% (77014/85569) 2024-08-22T20:36:37.6060569Z Resolving deltas: 91% (77868/85569) 2024-08-22T20:36:37.6061013Z Resolving deltas: 92% (78725/85569) 2024-08-22T20:36:37.6061556Z Resolving deltas: 93% (79580/85569) 2024-08-22T20:36:37.6062035Z Resolving deltas: 94% (80435/85569) 2024-08-22T20:36:37.6062484Z Resolving deltas: 95% (81291/85569) 2024-08-22T20:36:37.6063028Z Resolving deltas: 96% (82147/85569) 2024-08-22T20:36:37.6063504Z Resolving deltas: 97% (83002/85569) 2024-08-22T20:36:37.6063952Z Resolving deltas: 98% (83858/85569) 2024-08-22T20:36:37.6064496Z Resolving deltas: 99% (84714/85569) 2024-08-22T20:36:37.6064973Z Resolving deltas: 100% (85569/85569) 2024-08-22T20:36:37.6065442Z Resolving deltas: 100% (85569/85569), done. 2024-08-22T20:36:37.6066015Z + cd executorch 2024-08-22T20:36:37.6066834Z ++ cat /pytorch/torchchat/.pins/et-pin.txt 2024-08-22T20:36:37.6067394Z + git checkout 91298923a0076c1b41059efb6dad2876426e4b03 2024-08-22T20:36:37.6068235Z Note: switching to '91298923a0076c1b41059efb6dad2876426e4b03'. 2024-08-22T20:36:37.6068698Z 2024-08-22T20:36:37.6069106Z You are in 'detached HEAD' state. You can look around, make experimental 2024-08-22T20:36:37.6070025Z changes and commit them, and you can discard any commits you make in this 2024-08-22T20:36:37.6070818Z state without impacting any branches by switching back to a branch. 2024-08-22T20:36:37.6071314Z 2024-08-22T20:36:37.6071645Z If you want to create a new branch to retain commits you create, you may 2024-08-22T20:36:37.6072587Z do so (now or later) by using -c with the switch command. Example: 2024-08-22T20:36:37.6073034Z 2024-08-22T20:36:37.6073249Z git switch -c 2024-08-22T20:36:37.6073583Z 2024-08-22T20:36:37.6073746Z Or undo this operation with: 2024-08-22T20:36:37.6074040Z 2024-08-22T20:36:37.6074280Z git switch - 2024-08-22T20:36:37.6074486Z 2024-08-22T20:36:37.6074881Z Turn off this advice by setting config variable advice.detachedHead to false 2024-08-22T20:36:37.6075384Z 2024-08-22T20:36:37.6075704Z HEAD is now at 91298923a immutable accessors in graph signature (#4433) 2024-08-22T20:36:37.6076534Z + echo 'Install executorch: submodule update' 2024-08-22T20:36:37.6077084Z Install executorch: submodule update 2024-08-22T20:36:37.6077557Z + git submodule sync 2024-08-22T20:36:37.6078177Z + git submodule update --init 2024-08-22T20:36:37.6079585Z Submodule 'backends/arm/third-party/ethos-u-core-driver' (https://review.mlplatform.org/ml/ethos-u/ethos-u-core-driver) registered for path 'backends/arm/third-party/ethos-u-core-driver' 2024-08-22T20:36:37.6081667Z Submodule 'backends/arm/third-party/serialization_lib' (https://review.mlplatform.org/tosa/serialization_lib) registered for path 'backends/arm/third-party/serialization_lib' 2024-08-22T20:36:37.6083686Z Submodule 'backends/vulkan/third-party/Vulkan-Headers' (https://github.com/KhronosGroup/Vulkan-Headers) registered for path 'backends/vulkan/third-party/Vulkan-Headers' 2024-08-22T20:36:37.6085881Z Submodule 'backends/vulkan/third-party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'backends/vulkan/third-party/VulkanMemoryAllocator' 2024-08-22T20:36:37.6087813Z Submodule 'backends/vulkan/third-party/volk' (https://github.com/zeux/volk) registered for path 'backends/vulkan/third-party/volk' 2024-08-22T20:36:37.6089453Z Submodule 'backends/xnnpack/third-party/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'backends/xnnpack/third-party/FP16' 2024-08-22T20:36:37.6091166Z Submodule 'backends/xnnpack/third-party/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'backends/xnnpack/third-party/FXdiv' 2024-08-22T20:36:37.6093025Z Submodule 'backends/xnnpack/third-party/XNNPACK' (https://github.com/digantdesai/XNNPACK.git) registered for path 'backends/xnnpack/third-party/XNNPACK' 2024-08-22T20:36:37.6094864Z Submodule 'backends/xnnpack/third-party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'backends/xnnpack/third-party/cpuinfo' 2024-08-22T20:36:37.6096707Z Submodule 'backends/xnnpack/third-party/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'backends/xnnpack/third-party/pthreadpool' 2024-08-22T20:36:37.6098434Z Submodule 'examples/third-party/LLaVA' (https://github.com/haotian-liu/LLaVA.git) registered for path 'examples/third-party/LLaVA' 2024-08-22T20:36:37.6100085Z Submodule 'examples/third-party/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'examples/third-party/fbjni' 2024-08-22T20:36:37.6101775Z Submodule 'extension/llm/third-party/abseil-cpp' (https://github.com/abseil/abseil-cpp.git) registered for path 'extension/llm/third-party/abseil-cpp' 2024-08-22T20:36:37.6103384Z Submodule 'extension/llm/third-party/re2' (https://github.com/google/re2.git) registered for path 'extension/llm/third-party/re2' 2024-08-22T20:36:37.6105156Z Submodule 'extension/llm/third-party/sentencepiece' (https://github.com/google/sentencepiece.git) registered for path 'extension/llm/third-party/sentencepiece' 2024-08-22T20:36:37.6107054Z Submodule 'kernels/optimized/third-party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'kernels/optimized/third-party/eigen' 2024-08-22T20:36:37.6108639Z Submodule 'third-party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third-party/flatbuffers' 2024-08-22T20:36:37.6110111Z Submodule 'third-party/flatcc' (https://github.com/dvidelabs/flatcc.git) registered for path 'third-party/flatcc' 2024-08-22T20:36:37.6111449Z Submodule 'third-party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third-party/gflags' 2024-08-22T20:36:37.6112866Z Submodule 'third-party/googletest' (https://github.com/google/googletest.git) registered for path 'third-party/googletest' 2024-08-22T20:36:37.6114333Z Submodule 'third-party/ios-cmake' (https://github.com/leetal/ios-cmake) registered for path 'third-party/ios-cmake' 2024-08-22T20:36:37.6115717Z Submodule 'third-party/prelude' (https://github.com/facebook/buck2-prelude.git) registered for path 'third-party/prelude' 2024-08-22T20:36:37.6117164Z Submodule 'third-party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third-party/pybind11' 2024-08-22T20:36:37.6118555Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/ethos-u-core-driver'... 2024-08-22T20:36:37.6119972Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/arm/third-party/serialization_lib'... 2024-08-22T20:36:37.6121216Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/Vulkan-Headers'... 2024-08-22T20:36:37.6122601Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/VulkanMemoryAllocator'... 2024-08-22T20:36:37.6123892Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/vulkan/third-party/volk'... 2024-08-22T20:36:37.6125028Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FP16'... 2024-08-22T20:37:10.0797971Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/FXdiv'... 2024-08-22T20:37:10.0799538Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/XNNPACK'... 2024-08-22T20:37:10.0800883Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/cpuinfo'... 2024-08-22T20:37:10.0802171Z Cloning into '/pytorch/torchchat/et-build/src/executorch/backends/xnnpack/third-party/pthreadpool'... 2024-08-22T20:37:10.0803319Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/LLaVA'... 2024-08-22T20:37:10.0804371Z Cloning into '/pytorch/torchchat/et-build/src/executorch/examples/third-party/fbjni'... 2024-08-22T20:37:10.0806154Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/abseil-cpp'... 2024-08-22T20:37:10.0807403Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/re2'... 2024-08-22T20:37:10.0808986Z Cloning into '/pytorch/torchchat/et-build/src/executorch/extension/llm/third-party/sentencepiece'... 2024-08-22T20:37:10.0810330Z Cloning into '/pytorch/torchchat/et-build/src/executorch/kernels/optimized/third-party/eigen'... 2024-08-22T20:37:10.0811331Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatbuffers'... 2024-08-22T20:37:10.0812303Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/flatcc'... 2024-08-22T20:37:10.0813345Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/gflags'... 2024-08-22T20:37:10.0814563Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/googletest'... 2024-08-22T20:37:10.0815872Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/ios-cmake'... 2024-08-22T20:37:10.0816782Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/prelude'... 2024-08-22T20:37:10.0817739Z Cloning into '/pytorch/torchchat/et-build/src/executorch/third-party/pybind11'... 2024-08-22T20:37:10.0818871Z Submodule path 'backends/arm/third-party/ethos-u-core-driver': checked out '90f9df900acdc0718ecd2dfdc53780664758dec5' 2024-08-22T20:37:10.0820228Z Submodule path 'backends/arm/third-party/serialization_lib': checked out '187af0d41fe75d08d2a7ec84c1b4d24b9b641ed2' 2024-08-22T20:37:10.0821514Z Submodule path 'backends/vulkan/third-party/Vulkan-Headers': checked out '0c5928795a66e93f65e5e68a36d8daa79a209dc2' 2024-08-22T20:37:10.0823083Z Submodule path 'backends/vulkan/third-party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-08-22T20:37:10.0824761Z Submodule path 'backends/vulkan/third-party/volk': checked out 'b3bc21e584f97400b6884cb2a541a56c6a5ddba3' 2024-08-22T20:37:10.0826211Z Submodule path 'backends/xnnpack/third-party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-08-22T20:37:10.0827461Z Submodule path 'backends/xnnpack/third-party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-08-22T20:37:10.0828656Z Submodule path 'backends/xnnpack/third-party/XNNPACK': checked out '1d139a3b4b7155889c88c31f370a82c48e7ca89c' 2024-08-22T20:37:10.0829864Z Submodule path 'backends/xnnpack/third-party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-08-22T20:37:10.0831165Z Submodule path 'backends/xnnpack/third-party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-08-22T20:37:10.0832586Z Submodule path 'examples/third-party/LLaVA': checked out '7440ec9ee37b0374c6b5548818e89878e38f3353' 2024-08-22T20:37:10.0833718Z Submodule path 'examples/third-party/fbjni': checked out '52a14f0daa889a20d8984798b8d96eb03cebd334' 2024-08-22T20:37:10.0834860Z Submodule path 'extension/llm/third-party/abseil-cpp': checked out 'eb852207758a773965301d0ae717e4235fc5301a' 2024-08-22T20:37:10.0836071Z Submodule path 'extension/llm/third-party/re2': checked out '6dcd83d60f7944926bfd308cc13979fc53dd69ca' 2024-08-22T20:37:10.0837248Z Submodule path 'extension/llm/third-party/sentencepiece': checked out '6225e08edb2577757163b3f5dbba4c0b670ef445' 2024-08-22T20:37:10.0838511Z Submodule path 'kernels/optimized/third-party/eigen': checked out 'a39ade4ccf99df845ec85c580fbbb324f71952fa' 2024-08-22T20:37:10.0839637Z Submodule path 'third-party/flatbuffers': checked out '595bf0007ab1929570c7671f091313c8fc20644e' 2024-08-22T20:37:10.0840715Z Submodule path 'third-party/flatcc': checked out '896db54787e8b730a6be482c69324751f3f5f117' 2024-08-22T20:37:10.0841724Z Submodule path 'third-party/gflags': checked out 'a738fdf9338412f83ab3f26f31ac11ed3f3ec4bd' 2024-08-22T20:37:10.0842750Z Submodule path 'third-party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-08-22T20:37:10.0843891Z Submodule path 'third-party/ios-cmake': checked out '06465b27698424cf4a04a5ca4904d50a3c966c45' 2024-08-22T20:37:10.0845357Z Submodule path 'third-party/prelude': checked out '4e9e6d50b8b461564a7e351ff60b87fe59d7e53b' 2024-08-22T20:37:10.0846455Z Submodule path 'third-party/pybind11': checked out '8c7b8dd0ae74b36b7d42f77b0dd4096ebb7f4ab1' 2024-08-22T20:37:10.0847108Z + popd 2024-08-22T20:37:10.0847403Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:10.0847817Z + install_executorch_libs pipefail 2024-08-22T20:37:10.0850341Z + export 'CMAKE_ARGS= -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install' 2024-08-22T20:37:10.0854501Z + CMAKE_ARGS=' -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install' 2024-08-22T20:37:10.0856666Z + export 'CMAKE_BUILD_ARGS=--target install' 2024-08-22T20:37:10.0857203Z + CMAKE_BUILD_ARGS='--target install' 2024-08-22T20:37:10.0857676Z + install_executorch_python_libs pipefail 2024-08-22T20:37:10.0858185Z + '[' '!' -d /pytorch/torchchat/et-build ']' 2024-08-22T20:37:10.0858680Z + pushd /pytorch/torchchat/et-build/src 2024-08-22T20:37:10.0859356Z /pytorch/torchchat/et-build/src /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:37:10.0859909Z + cd executorch 2024-08-22T20:37:10.0860324Z + echo 'Building and installing python libraries' 2024-08-22T20:37:10.0860802Z Building and installing python libraries 2024-08-22T20:37:10.0861263Z + '[' pipefail = false ']' 2024-08-22T20:37:10.0861665Z + echo 'Installing pybind' 2024-08-22T20:37:10.0862046Z Installing pybind 2024-08-22T20:37:10.0862512Z + bash ./install_requirements.sh --pybind xnnpack 2024-08-22T20:37:10.0863234Z Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/nightly/cpu 2024-08-22T20:37:10.0863896Z Collecting torch==2.5.0.dev20240716 2024-08-22T20:37:10.0864927Z Downloading https://download.pytorch.org/whl/nightly/cpu/torch-2.5.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (172.4 MB) 2024-08-22T20:37:10.0866342Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/172.4 MB ? eta -:--:-- 2024-08-22T20:37:10.0867361Z  ━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.3/172.4 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:37:10.0868503Z  ━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.2/172.4 MB 253.7 MB/s eta 0:00:01 2024-08-22T20:37:10.0869599Z  ━━━━━╸━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 25.6/172.4 MB 244.9 MB/s eta 0:00:01 2024-08-22T20:37:10.0870729Z  ━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 33.9/172.4 MB 241.6 MB/s eta 0:00:01 2024-08-22T20:37:10.0871811Z  ━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 42.3/172.4 MB 243.4 MB/s eta 0:00:01 2024-08-22T20:37:10.0872948Z  ━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 51.0/172.4 MB 249.3 MB/s eta 0:00:01 2024-08-22T20:37:10.0874071Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━ 59.6/172.4 MB 251.0 MB/s eta 0:00:01 2024-08-22T20:37:10.0875191Z  ━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━ 68.2/172.4 MB 249.2 MB/s eta 0:00:01 2024-08-22T20:37:10.0876373Z  ━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━━━ 76.9/172.4 MB 250.9 MB/s eta 0:00:01 2024-08-22T20:37:10.0877448Z  ━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━━━ 85.8/172.4 MB 256.9 MB/s eta 0:00:01 2024-08-22T20:37:11.9280980Z  ━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━━━━━━━ 94.6/172.4 MB 256.4 MB/s eta 0:00:01 2024-08-22T20:37:11.9282508Z  ━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━ 103.4/172.4 MB 254.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9283606Z  ━━━━━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━ 112.2/172.4 MB 255.8 MB/s eta 0:00:01 2024-08-22T20:37:11.9284683Z  ━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━━━ 121.0/172.4 MB 255.8 MB/s eta 0:00:01 2024-08-22T20:37:11.9285772Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━━━ 129.9/172.4 MB 256.7 MB/s eta 0:00:01 2024-08-22T20:37:11.9286841Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━━━ 138.6/172.4 MB 253.2 MB/s eta 0:00:01 2024-08-22T20:37:11.9287898Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━━ 147.5/172.4 MB 255.5 MB/s eta 0:00:01 2024-08-22T20:37:11.9288960Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━ 156.3/172.4 MB 255.2 MB/s eta 0:00:01 2024-08-22T20:37:11.9290284Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╺━ 165.2/172.4 MB 258.3 MB/s eta 0:00:01 2024-08-22T20:37:11.9291307Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9292323Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9293309Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9294333Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9295321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9296321Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9297298Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9298416Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9299415Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9300396Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9301379Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9302380Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9303375Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9304360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9305360Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9306472Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9307464Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9308446Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 172.4/172.4 MB 258.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9309534Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 172.4/172.4 MB 13.9 MB/s eta 0:00:00 2024-08-22T20:37:11.9310256Z [?25hCollecting torchvision==0.20.0.dev20240716 2024-08-22T20:37:11.9311344Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchvision-0.20.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (1.8 MB) 2024-08-22T20:37:11.9312640Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.8 MB ? eta -:--:-- 2024-08-22T20:37:11.9313540Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.8/1.8 MB 62.9 MB/s eta 0:00:00 2024-08-22T20:37:11.9314491Z [?25hRequirement already satisfied: cmake in /opt/conda/lib/python3.11/site-packages (3.30.2) 2024-08-22T20:37:11.9315491Z Requirement already satisfied: pip>=23 in /opt/conda/lib/python3.11/site-packages (23.1.2) 2024-08-22T20:37:11.9316474Z Requirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (6.0.1) 2024-08-22T20:37:11.9317495Z Requirement already satisfied: setuptools>=63 in /opt/conda/lib/python3.11/site-packages (67.8.0) 2024-08-22T20:37:11.9318171Z Collecting tomli 2024-08-22T20:37:11.9318598Z Downloading tomli-2.0.1-py3-none-any.whl (12 kB) 2024-08-22T20:37:11.9319572Z Requirement already satisfied: wheel in /opt/conda/lib/python3.11/site-packages (0.38.4) 2024-08-22T20:37:11.9320565Z Requirement already satisfied: zstd in /opt/conda/lib/python3.11/site-packages (1.5.5.1) 2024-08-22T20:37:11.9321208Z Collecting timm==1.0.7 2024-08-22T20:37:11.9321658Z Downloading timm-1.0.7-py3-none-any.whl (2.3 MB) 2024-08-22T20:37:11.9322434Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/2.3 MB ? eta -:--:-- 2024-08-22T20:37:11.9323378Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 2.3/2.3 MB 78.1 MB/s eta 0:00:01 2024-08-22T20:37:11.9324336Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.3/2.3 MB 53.7 MB/s eta 0:00:00 2024-08-22T20:37:11.9325037Z [?25hCollecting torchaudio==2.4.0.dev20240716 2024-08-22T20:37:11.9326091Z Downloading https://download.pytorch.org/whl/nightly/cpu/torchaudio-2.4.0.dev20240716%2Bcpu-cp311-cp311-linux_x86_64.whl (1.7 MB) 2024-08-22T20:37:11.9327285Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/1.7 MB ? eta -:--:-- 2024-08-22T20:37:32.8206100Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.7/1.7 MB 111.6 MB/s eta 0:00:00 2024-08-22T20:37:32.8206799Z [?25hCollecting torchsr==1.0.4 2024-08-22T20:37:32.8207324Z Downloading torchsr-1.0.4-py3-none-any.whl (31 kB) 2024-08-22T20:37:32.8209057Z Collecting transformers==4.42.4 2024-08-22T20:37:32.8209865Z Downloading transformers-4.42.4-py3-none-any.whl (9.3 MB) 2024-08-22T20:37:32.8210946Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/9.3 MB ? eta -:--:-- 2024-08-22T20:37:32.8212529Z  ━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/9.3 MB 99.6 MB/s eta 0:00:01 2024-08-22T20:37:32.8213588Z  ━━━━━━━━━━━━━━━━━━━━╺━━━━━━━━━━━━━━━━━━━ 4.8/9.3 MB 71.0 MB/s eta 0:00:01 2024-08-22T20:37:32.8215079Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸━━━━ 8.4/9.3 MB 82.2 MB/s eta 0:00:01 2024-08-22T20:37:32.8216425Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╸ 9.3/9.3 MB 86.6 MB/s eta 0:00:01 2024-08-22T20:37:32.8217503Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 9.3/9.3 MB 60.7 MB/s eta 0:00:00 2024-08-22T20:37:32.8218653Z [?25hRequirement already satisfied: filelock in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.13.1) 2024-08-22T20:37:32.8220336Z Requirement already satisfied: typing-extensions>=4.8.0 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (4.12.2) 2024-08-22T20:37:32.8222157Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (1.13.1) 2024-08-22T20:37:32.8223817Z Requirement already satisfied: networkx in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.3) 2024-08-22T20:37:32.8225328Z Requirement already satisfied: jinja2 in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (3.1.4) 2024-08-22T20:37:32.8226797Z Requirement already satisfied: fsspec in /opt/conda/lib/python3.11/site-packages (from torch==2.5.0.dev20240716) (2024.6.1) 2024-08-22T20:37:32.8228314Z Requirement already satisfied: numpy in /opt/conda/lib/python3.11/site-packages (from torchvision==0.20.0.dev20240716) (1.26.4) 2024-08-22T20:37:32.8229805Z Requirement already satisfied: pillow!=8.3.*,>=5.3.0 in /opt/conda/lib/python3.11/site-packages (from torchvision==0.20.0.dev20240716) (10.4.0) 2024-08-22T20:37:32.8231183Z Requirement already satisfied: huggingface_hub in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.24.6) 2024-08-22T20:37:32.8232435Z Requirement already satisfied: safetensors in /opt/conda/lib/python3.11/site-packages (from timm==1.0.7) (0.4.4) 2024-08-22T20:37:32.8233756Z Requirement already satisfied: packaging>=20.0 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (23.0) 2024-08-22T20:37:32.8235148Z Requirement already satisfied: regex!=2019.12.17 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2024.7.24) 2024-08-22T20:37:32.8236498Z Requirement already satisfied: requests in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (2.32.3) 2024-08-22T20:37:32.8237880Z Requirement already satisfied: tokenizers<0.20,>=0.19 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (0.19.1) 2024-08-22T20:37:32.8239357Z Requirement already satisfied: tqdm>=4.27 in /opt/conda/lib/python3.11/site-packages (from transformers==4.42.4) (4.66.5) 2024-08-22T20:37:32.8240755Z Requirement already satisfied: MarkupSafe>=2.0 in /opt/conda/lib/python3.11/site-packages (from jinja2->torch==2.5.0.dev20240716) (2.1.3) 2024-08-22T20:37:32.8242259Z Requirement already satisfied: charset-normalizer<4,>=2 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (2.0.4) 2024-08-22T20:37:32.8243726Z Requirement already satisfied: idna<4,>=2.5 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (3.4) 2024-08-22T20:37:32.8245468Z Requirement already satisfied: urllib3<3,>=1.21.1 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (1.26.16) 2024-08-22T20:37:32.8246967Z Requirement already satisfied: certifi>=2017.4.17 in /opt/conda/lib/python3.11/site-packages (from requests->transformers==4.42.4) (2024.7.4) 2024-08-22T20:37:32.8248460Z Requirement already satisfied: mpmath<1.4,>=1.1.0 in /opt/conda/lib/python3.11/site-packages (from sympy->torch==2.5.0.dev20240716) (1.3.0) 2024-08-22T20:37:32.8249634Z Installing collected packages: tomli, torch, torchvision, torchaudio, transformers, torchsr, timm 2024-08-22T20:37:32.8250328Z Attempting uninstall: torch 2024-08-22T20:37:32.8251436Z Found existing installation: torch 2.5.0.dev20240814+cu121 2024-08-22T20:37:32.8252056Z Uninstalling torch-2.5.0.dev20240814+cu121: 2024-08-22T20:37:32.8252816Z Successfully uninstalled torch-2.5.0.dev20240814+cu121 2024-08-22T20:37:32.8253388Z Attempting uninstall: transformers 2024-08-22T20:37:32.8253864Z Found existing installation: transformers 4.44.2 2024-08-22T20:37:32.8254399Z Uninstalling transformers-4.44.2: 2024-08-22T20:37:32.8254919Z Successfully uninstalled transformers-4.44.2 2024-08-22T20:37:32.8256220Z Successfully installed timm-1.0.7 tomli-2.0.1 torch-2.5.0.dev20240716+cpu torchaudio-2.4.0.dev20240716+cpu torchsr-1.0.4 torchvision-0.20.0.dev20240716+cpu transformers-4.42.4 2024-08-22T20:37:32.8258414Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:37:32.8260138Z Using pip 23.1.2 from /opt/conda/lib/python3.11/site-packages/pip (python 3.11) 2024-08-22T20:37:32.8261027Z WARNING: The index url "" seems invalid, please provide a scheme. 2024-08-22T20:37:32.8261736Z Looking in indexes: https://pypi.org/simple, 2024-08-22T20:37:32.8262336Z Processing /pytorch/torchchat/et-build/src/executorch 2024-08-22T20:37:32.8262890Z Running command Preparing metadata (pyproject.toml) 2024-08-22T20:37:32.8264188Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:37:32.8265422Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:32.8265986Z running dist_info 2024-08-22T20:37:32.8266609Z creating /tmp/pip-modern-metadata-kdajarhs/executorch.egg-info 2024-08-22T20:37:32.8267406Z writing /tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/PKG-INFO 2024-08-22T20:37:32.8268407Z writing dependency_links to /tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/dependency_links.txt 2024-08-22T20:37:32.8269538Z writing entry points to /tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/entry_points.txt 2024-08-22T20:37:32.8270598Z writing requirements to /tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/requires.txt 2024-08-22T20:37:32.8271663Z writing top-level names to /tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/top_level.txt 2024-08-22T20:37:32.8272711Z writing manifest file '/tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:32.8273738Z reading manifest file '/tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:32.8274609Z adding license file 'LICENSE' 2024-08-22T20:37:32.8275324Z writing manifest file '/tmp/pip-modern-metadata-kdajarhs/executorch.egg-info/SOURCES.txt' 2024-08-22T20:37:32.8276312Z creating '/tmp/pip-modern-metadata-kdajarhs/executorch-0.4.0a0+9129892.dist-info' 2024-08-22T20:37:32.8277115Z Preparing metadata (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:37:32.8278079Z WARNING: Location 'expecttest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:32.8279022Z Collecting expecttest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:32.8279678Z Downloading expecttest-0.2.1-py3-none-any.whl (7.4 kB) 2024-08-22T20:37:32.8280645Z WARNING: Location 'flatbuffers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:32.8281583Z Collecting flatbuffers (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:32.8282277Z Downloading flatbuffers-24.3.25-py2.py3-none-any.whl (26 kB) 2024-08-22T20:37:32.8283273Z WARNING: Location 'hypothesis/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:32.8284203Z Collecting hypothesis (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:32.8284866Z Downloading hypothesis-6.111.1-py3-none-any.whl (467 kB) 2024-08-22T20:37:32.8285691Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/467.5 kB ? eta -:--:-- 2024-08-22T20:37:32.8286710Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 467.5/467.5 kB 22.4 MB/s eta 0:00:00 2024-08-22T20:37:32.8287919Z [?25hRequirement already satisfied: mpmath==1.3.0 in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.3.0) 2024-08-22T20:37:34.8419364Z Requirement already satisfied: numpy>=1.25.2 in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.26.4) 2024-08-22T20:37:34.8421269Z Requirement already satisfied: packaging in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (23.0) 2024-08-22T20:37:34.8422691Z Requirement already satisfied: pandas in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (2.2.2) 2024-08-22T20:37:34.8423993Z WARNING: Location 'parameterized/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8424956Z Collecting parameterized (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8425683Z Downloading parameterized-0.9.0-py2.py3-none-any.whl (20 kB) 2024-08-22T20:37:34.8426790Z WARNING: Location 'pytest/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8427696Z Collecting pytest (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8428314Z Downloading pytest-8.3.2-py3-none-any.whl (341 kB) 2024-08-22T20:37:34.8429157Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/341.8 kB ? eta -:--:-- 2024-08-22T20:37:34.8430135Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 341.8/341.8 kB 74.2 MB/s eta 0:00:00 2024-08-22T20:37:34.8431272Z [?25hWARNING: Location 'pytest-xdist/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8432255Z Collecting pytest-xdist (from executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8432929Z Downloading pytest_xdist-3.6.1-py3-none-any.whl (46 kB) 2024-08-22T20:37:34.8433727Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/46.1 kB ? eta -:--:-- 2024-08-22T20:37:34.8434648Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.1/46.1 kB 16.8 MB/s eta 0:00:00 2024-08-22T20:37:34.8435807Z [?25hRequirement already satisfied: pyyaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (6.0.1) 2024-08-22T20:37:34.8437208Z Requirement already satisfied: ruamel.yaml in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (0.17.21) 2024-08-22T20:37:34.8438875Z Requirement already satisfied: sympy in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (1.13.1) 2024-08-22T20:37:34.8440232Z Requirement already satisfied: tabulate in /opt/conda/lib/python3.11/site-packages (from executorch==0.4.0a0+9129892) (0.9.0) 2024-08-22T20:37:34.8441689Z Requirement already satisfied: attrs>=22.2.0 in /opt/conda/lib/python3.11/site-packages (from hypothesis->executorch==0.4.0a0+9129892) (23.1.0) 2024-08-22T20:37:34.8443095Z WARNING: Location 'sortedcontainers/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8445377Z Collecting sortedcontainers<3.0.0,>=2.1.0 (from hypothesis->executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8446363Z Downloading sortedcontainers-2.4.0-py2.py3-none-any.whl (29 kB) 2024-08-22T20:37:34.8447612Z Requirement already satisfied: python-dateutil>=2.8.2 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2.9.0.post0) 2024-08-22T20:37:34.8449191Z Requirement already satisfied: pytz>=2020.1 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:37:34.8450676Z Requirement already satisfied: tzdata>=2022.7 in /opt/conda/lib/python3.11/site-packages (from pandas->executorch==0.4.0a0+9129892) (2024.1) 2024-08-22T20:37:34.8452236Z WARNING: Location 'iniconfig/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8453209Z Collecting iniconfig (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8453896Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-08-22T20:37:34.8454836Z WARNING: Location 'pluggy/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8455814Z Collecting pluggy<2,>=1.5 (from pytest->executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8456505Z Downloading pluggy-1.5.0-py3-none-any.whl (20 kB) 2024-08-22T20:37:34.8457432Z WARNING: Location 'execnet/' is ignored: it is either a non-existing path or lacks a specific scheme. 2024-08-22T20:37:34.8458429Z Collecting execnet>=2.1 (from pytest-xdist->executorch==0.4.0a0+9129892) 2024-08-22T20:37:34.8459141Z Downloading execnet-2.1.1-py3-none-any.whl (40 kB) 2024-08-22T20:37:34.8459952Z [?25l ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 0.0/40.6 kB ? eta -:--:-- 2024-08-22T20:37:34.8460888Z  ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 40.6/40.6 kB 14.3 MB/s eta 0:00:00 2024-08-22T20:37:34.8462240Z [?25hRequirement already satisfied: six>=1.5 in /opt/conda/lib/python3.11/site-packages (from python-dateutil>=2.8.2->pandas->executorch==0.4.0a0+9129892) (1.16.0) 2024-08-22T20:37:34.8463323Z Building wheels for collected packages: executorch 2024-08-22T20:37:34.8463947Z Running command Building wheel for executorch (pyproject.toml) 2024-08-22T20:37:34.8465283Z /opt/conda/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:66: _BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is still *beta*. 2024-08-22T20:37:34.8466607Z config = read_configuration(filepath, True, ignore_option_errors, dist) 2024-08-22T20:37:34.8467179Z running bdist_wheel 2024-08-22T20:37:34.8467501Z running build 2024-08-22T20:37:34.8467877Z command options for 'CustomBuild': 2024-08-22T20:37:34.8468328Z build_base = pip-out 2024-08-22T20:37:34.8468724Z build_purelib = pip-out/lib 2024-08-22T20:37:34.8469267Z build_platlib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:34.8469893Z build_lib = pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:37:34.8470434Z build_scripts = pip-out/scripts-3.11 2024-08-22T20:37:34.8470973Z build_temp = pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:34.8471492Z plat_name = linux-x86_64 2024-08-22T20:37:34.8471987Z compiler = None 2024-08-22T20:37:34.8472293Z parallel = 15 2024-08-22T20:37:34.8472594Z debug = None 2024-08-22T20:37:34.8472892Z force = None 2024-08-22T20:37:34.8473215Z executable = /opt/conda/bin/python 2024-08-22T20:37:34.8473811Z creating /pytorch/torchchat/et-build/src/executorch/pip-out 2024-08-22T20:37:34.8474686Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311 2024-08-22T20:37:34.8475776Z creating /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:34.8477013Z deleting /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/CMakeCache.txt 2024-08-22T20:37:34.8477896Z temporarily unsetting HOME while running as root 2024-08-22T20:37:34.8483701Z cmake -S /pytorch/torchchat/et-build/src/executorch -B /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out -DBUCK2= -DPYTHON_EXECUTABLE=/opt/conda/bin/python -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DEXECUTORCH_SEPARATE_FLATCC_HOST_PROJECT=OFF -DEXECUTORCH_BUILD_PYBIND=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED_AOT=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM=ON -DEXECUTORCH_BUILD_KERNELS_CUSTOM_AOT=ON -DCMAKE_BUILD_TYPE=Release -DEXECUTORCH_ENABLE_LOGGING=ON -DEXECUTORCH_LOG_LEVEL=Info -DEXECUTORCH_BUILD_KERNELS_OPTIMIZED=ON -DEXECUTORCH_BUILD_EXTENSION_DATA_LOADER=ON -DEXECUTORCH_BUILD_EXTENSION_MODULE=ON -DEXECUTORCH_BUILD_KERNELS_QUANTIZED=ON -DEXECUTORCH_BUILD_XNNPACK=ON -DCMAKE_PREFIX_PATH=/opt/conda/lib/python3.11/site-packages -DCMAKE_INSTALL_PREFIX=/pytorch/torchchat/et-build/install -DEXECUTORCH_BUILD_XNNPACK=ON 2024-08-22T20:37:34.8489114Z -- The C compiler identification is GNU 9.3.1 2024-08-22T20:37:34.8489684Z -- The CXX compiler identification is GNU 9.3.1 2024-08-22T20:37:34.8490198Z -- Detecting C compiler ABI info 2024-08-22T20:37:34.8490670Z -- Detecting C compiler ABI info - done 2024-08-22T20:37:34.8491363Z -- Check for working C compiler: /opt/rh/devtoolset-9/root/usr/bin/cc - skipped 2024-08-22T20:37:34.8492010Z -- Detecting C compile features 2024-08-22T20:37:34.8492469Z -- Detecting C compile features - done 2024-08-22T20:37:34.8492948Z -- Detecting CXX compiler ABI info 2024-08-22T20:37:34.8493444Z -- Detecting CXX compiler ABI info - done 2024-08-22T20:37:34.8494158Z -- Check for working CXX compiler: /opt/rh/devtoolset-9/root/usr/bin/c++ - skipped 2024-08-22T20:37:34.8494833Z -- Detecting CXX compile features 2024-08-22T20:37:34.8495312Z -- Detecting CXX compile features - done 2024-08-22T20:37:34.8495824Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-08-22T20:37:34.8496385Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-08-22T20:37:34.8496923Z -- Check if compiler accepts -pthread 2024-08-22T20:37:34.8497434Z -- Check if compiler accepts -pthread - yes 2024-08-22T20:37:34.8497911Z -- Found Threads: TRUE 2024-08-22T20:37:34.8499062Z -- Downloading FXdiv to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FXdiv-source (define FXDIV_SOURCE_DIR to avoid it) 2024-08-22T20:37:34.8500217Z -- Configuring done (0.0s) 2024-08-22T20:37:34.8500626Z -- Generating done (0.0s) 2024-08-22T20:37:34.8501628Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FXdiv-download 2024-08-22T20:37:34.8502625Z [ 11%] Creating directories for 'fxdiv' 2024-08-22T20:37:34.8503188Z [ 22%] Performing download step (git clone) for 'fxdiv' 2024-08-22T20:37:34.8503725Z Cloning into 'FXdiv-source'... 2024-08-22T20:37:34.8504129Z Already on 'master' 2024-08-22T20:37:41.2882818Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:41.2883730Z [ 33%] Performing update step for 'fxdiv' 2024-08-22T20:37:41.2884940Z -- Fetching latest from the remote origin 2024-08-22T20:37:41.2885490Z [ 44%] No patch step for 'fxdiv' 2024-08-22T20:37:41.2885943Z [ 55%] No configure step for 'fxdiv' 2024-08-22T20:37:41.2886404Z [ 66%] No build step for 'fxdiv' 2024-08-22T20:37:41.2886853Z [ 77%] No install step for 'fxdiv' 2024-08-22T20:37:41.2887296Z [ 88%] No test step for 'fxdiv' 2024-08-22T20:37:41.2887722Z [100%] Completed 'fxdiv' 2024-08-22T20:37:41.2888074Z [100%] Built target fxdiv 2024-08-22T20:37:41.2888552Z -- Looking for pthread_create in pthreads 2024-08-22T20:37:41.2889227Z -- Looking for pthread_create in pthreads - not found 2024-08-22T20:37:41.2889843Z -- Looking for pthread_create in pthread 2024-08-22T20:37:41.2890438Z -- Looking for pthread_create in pthread - found 2024-08-22T20:37:41.2891178Z -- Using python executable '/opt/conda/bin/python' 2024-08-22T20:37:41.2892938Z -- Resolved buck2 as /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284. 2024-08-22T20:37:41.2894632Z -- Killing buck2 daemon 2024-08-22T20:37:41.2895075Z -- executorch: Generating source lists 2024-08-22T20:37:41.2896212Z -- executorch: Generating source file list /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-08-22T20:37:41.2898078Z -- executorch: Using sources file /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/executorch_srcs.cmake 2024-08-22T20:37:41.2899108Z -- Proceeding with version: 24.3.25.0 2024-08-22T20:37:41.2899553Z -- Looking for strtof_l 2024-08-22T20:37:41.2899952Z -- Looking for strtof_l - found 2024-08-22T20:37:41.2900424Z -- Looking for strtoull_l 2024-08-22T20:37:41.2900829Z -- Looking for strtoull_l - found 2024-08-22T20:37:41.2901258Z -- Looking for realpath 2024-08-22T20:37:41.2901654Z -- Looking for realpath - found 2024-08-22T20:37:41.2902066Z -- CMAKE_CXX_FLAGS: 2024-08-22T20:37:41.2902477Z -- executorch: Using PAL default 'posix' 2024-08-22T20:37:41.2902954Z -- Generating operator lib: 2024-08-22T20:37:41.2903365Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:41.2904119Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:41.2904825Z -- ROOT_OPS: 2024-08-22T20:37:41.2905163Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:41.2907264Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml" 2024-08-22T20:37:41.2909163Z -- Generating kernel bindings: 2024-08-22T20:37:41.2909595Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:41.2910335Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/portable/functions.yaml 2024-08-22T20:37:41.2911045Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:41.2913958Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/portable/portable_ops_lib/NativeFunctions.h 2024-08-22T20:37:41.2916646Z -- Generating operator lib: 2024-08-22T20:37:41.2917062Z -- LIB_NAME: portable_ops_lib 2024-08-22T20:37:41.2917493Z -- KERNEL_LIBS: portable_kernels 2024-08-22T20:37:41.2917921Z -- DEPS: executorch 2024-08-22T20:37:41.2918297Z -- Generating operator lib: 2024-08-22T20:37:41.2918711Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:41.2919513Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:41.2920351Z -- ROOT_OPS: 2024-08-22T20:37:41.2920679Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:41.2922725Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml" 2024-08-22T20:37:41.2924643Z -- Generating kernel bindings: 2024-08-22T20:37:41.2925069Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:41.2925855Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:41.2926600Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:41.2929531Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/optimized/optimized_ops_lib/NativeFunctions.h 2024-08-22T20:37:41.2932258Z -- Generating operator lib: 2024-08-22T20:37:41.2932680Z -- LIB_NAME: optimized_ops_lib 2024-08-22T20:37:41.2933119Z -- KERNEL_LIBS: optimized_kernels 2024-08-22T20:37:41.2933632Z -- DEPS: executorch 2024-08-22T20:37:41.2934017Z -- Generating operator lib: 2024-08-22T20:37:41.2934437Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:41.2935185Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:41.2935906Z -- ROOT_OPS: 2024-08-22T20:37:41.2936241Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:41.2938244Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml" 2024-08-22T20:37:41.2940137Z -- Generating kernel bindings: 2024-08-22T20:37:41.2940593Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:41.2941035Z -- FUNCTIONS_YAML: 2024-08-22T20:37:41.2941730Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:41.2948101Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/NativeFunctions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterCPUCustomOps.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/RegisterSchema.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_lib/CustomOpsNativeFunctions.h 2024-08-22T20:37:41.2953209Z -- Generating operator lib: 2024-08-22T20:37:41.2953631Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:41.2954065Z -- OPS_SCHEMA_YAML: 2024-08-22T20:37:41.2956875Z -- ROOT_OPS: quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out 2024-08-22T20:37:41.2959315Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:41.2963184Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/kernels/quantized/quantized_ops_aot_lib/selected_operators.yaml;--root_ops="quantized_decomposed::add.out;quantized_decomposed::choose_qparams.Tensor_out;quantized_decomposed::dequantize_per_channel.out;quantized_decomposed::dequantize_per_tensor.out;quantized_decomposed::dequantize_per_tensor.Tensor_out;quantized_decomposed::mixed_linear.out;quantized_decomposed::mixed_mm.out;quantized_decomposed::quantize_per_channel.out;quantized_decomposed::quantize_per_tensor.out;quantized_decomposed::quantize_per_tensor.Tensor_out" 2024-08-22T20:37:41.2966588Z -- Generating kernel bindings: 2024-08-22T20:37:41.2967025Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:41.2967462Z -- FUNCTIONS_YAML: 2024-08-22T20:37:41.2968166Z -- CUSTOM_OPS_YAML: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/quantized.yaml 2024-08-22T20:37:41.2968906Z -- Generating custom ops aot lib: 2024-08-22T20:37:41.2969361Z -- LIB_NAME: quantized_ops_aot_lib 2024-08-22T20:37:41.2970266Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_add.cpp 2024-08-22T20:37:41.2971813Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_choose_qparams.cpp 2024-08-22T20:37:41.2973208Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_dequantize.cpp 2024-08-22T20:37:41.2974574Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding.cpp 2024-08-22T20:37:41.2975943Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_embedding4b.cpp 2024-08-22T20:37:41.2977335Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_linear.cpp 2024-08-22T20:37:43.5591760Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_mixed_mm.cpp 2024-08-22T20:37:43.5593736Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/quantized/cpu/op_quantize.cpp 2024-08-22T20:37:43.5595569Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../kernels/portable/cpu/util/reduce_util.cpp 2024-08-22T20:37:43.5597477Z -- KERNEL_SOURCE: /pytorch/torchchat/et-build/src/executorch/kernels/quantized/../../runtime/core/exec_aten/util/tensor_util_aten.cpp 2024-08-22T20:37:43.5598968Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:43.5600083Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:43.5600726Z Call Stack (most recent call first): 2024-08-22T20:37:43.5601962Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:43.5603070Z build/Codegen.cmake:143 (find_package) 2024-08-22T20:37:43.5603681Z kernels/quantized/CMakeLists.txt:87 (gen_custom_ops_aot_lib) 2024-08-22T20:37:43.5604082Z 2024-08-22T20:37:43.5604099Z 2024-08-22T20:37:43.5604519Z -- Found Torch: /opt/conda/lib/python3.11/site-packages/torch/lib/libtorch.so 2024-08-22T20:37:43.5605174Z -- Generating operator lib: 2024-08-22T20:37:43.5605603Z -- LIB_NAME: quantized_ops_lib 2024-08-22T20:37:43.5606051Z -- KERNEL_LIBS: quantized_kernels 2024-08-22T20:37:43.5606471Z -- DEPS: executorch 2024-08-22T20:37:43.5606853Z -- Merging kernel yaml files: 2024-08-22T20:37:43.5607738Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/optimized/optimized-oss.yaml 2024-08-22T20:37:43.5609263Z -- FALLBACK_YAML: /pytorch/torchchat/et-build/src/executorch/configurations/../kernels/portable/functions.yaml 2024-08-22T20:37:43.5610553Z -- OUTPUT_DIR: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations 2024-08-22T20:37:43.5611415Z -- Generating operator lib: 2024-08-22T20:37:43.5611863Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:43.5612932Z -- OPS_SCHEMA_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-08-22T20:37:43.5613862Z -- ROOT_OPS: 2024-08-22T20:37:43.5614195Z -- INCLUDE_ALL_OPS: 2024-08-22T20:37:43.5616455Z Command - /opt/conda/bin/python;-m;codegen.tools.gen_oplist;--output_path=/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/selected_operators.yaml;--ops_schema_yaml_path="/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml" 2024-08-22T20:37:43.5618631Z -- Generating kernel bindings: 2024-08-22T20:37:43.5619099Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:43.5620153Z -- FUNCTIONS_YAML: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/merged.yaml 2024-08-22T20:37:43.5621080Z -- CUSTOM_OPS_YAML: 2024-08-22T20:37:43.5624265Z Generated files /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/Functions.h;/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/configurations/optimized_native_cpu_ops_lib/NativeFunctions.h 2024-08-22T20:37:43.5627221Z -- Generating operator lib: 2024-08-22T20:37:43.5627687Z -- LIB_NAME: optimized_native_cpu_ops_lib 2024-08-22T20:37:43.5628242Z -- KERNEL_LIBS: portable_kernels;optimized_kernels 2024-08-22T20:37:43.5628731Z -- DEPS: executorch 2024-08-22T20:37:43.5629432Z CMake Deprecation Warning at third-party/gflags/CMakeLists.txt:73 (cmake_minimum_required): 2024-08-22T20:37:43.5630285Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:43.5630837Z CMake. 2024-08-22T20:37:43.5631001Z 2024-08-22T20:37:43.5631306Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:43.5632060Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:43.5632516Z 2024-08-22T20:37:43.5632522Z 2024-08-22T20:37:43.5632719Z -- Looking for C++ include unistd.h 2024-08-22T20:37:43.5633214Z -- Looking for C++ include unistd.h - found 2024-08-22T20:37:43.5633711Z -- Looking for C++ include stdint.h 2024-08-22T20:37:43.5634187Z -- Looking for C++ include stdint.h - found 2024-08-22T20:37:43.5634684Z -- Looking for C++ include inttypes.h 2024-08-22T20:37:43.5635191Z -- Looking for C++ include inttypes.h - found 2024-08-22T20:37:43.5635700Z -- Looking for C++ include sys/types.h 2024-08-22T20:37:43.5636213Z -- Looking for C++ include sys/types.h - found 2024-08-22T20:37:43.5636721Z -- Looking for C++ include sys/stat.h 2024-08-22T20:37:43.5637230Z -- Looking for C++ include sys/stat.h - found 2024-08-22T20:37:43.5637758Z -- Looking for C++ include fnmatch.h 2024-08-22T20:37:43.5638257Z -- Looking for C++ include fnmatch.h - found 2024-08-22T20:37:43.5638753Z -- Looking for C++ include stddef.h 2024-08-22T20:37:43.5639237Z -- Looking for C++ include stddef.h - found 2024-08-22T20:37:43.5639704Z -- Check size of uint32_t 2024-08-22T20:37:43.5640123Z -- Check size of uint32_t - done 2024-08-22T20:37:43.5640544Z -- Looking for strtoll 2024-08-22T20:37:43.5641032Z -- Looking for strtoll - found 2024-08-22T20:37:43.5641492Z -- The ASM compiler identification is GNU 2024-08-22T20:37:43.5642075Z -- Found assembler: /opt/rh/devtoolset-9/root/usr/bin/cc 2024-08-22T20:37:43.5643339Z -- Downloading FP16 to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source (define FP16_SOURCE_DIR to avoid it) 2024-08-22T20:37:43.5644787Z -- Configuring done (0.1s) 2024-08-22T20:37:43.5645202Z -- Generating done (0.0s) 2024-08-22T20:37:43.5646189Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download 2024-08-22T20:37:43.5647178Z [ 11%] Creating directories for 'fp16' 2024-08-22T20:37:43.5647833Z [ 22%] Performing download step (download, verify and extract) for 'fp16' 2024-08-22T20:37:43.5648415Z -- Downloading... 2024-08-22T20:37:43.5649598Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:43.5650737Z timeout='none' 2024-08-22T20:37:43.5651095Z inactivity timeout='none' 2024-08-22T20:37:43.5651925Z -- Using src='https://github.com/Maratyszcza/FP16/archive/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:43.5652712Z -- [download 1% complete] 2024-08-22T20:37:43.5653108Z -- [download 10% complete] 2024-08-22T20:37:43.5653647Z -- [download 18% complete] 2024-08-22T20:37:43.5654043Z -- [download 30% complete] 2024-08-22T20:37:43.5654433Z -- [download 48% complete] 2024-08-22T20:37:43.5654819Z -- [download 58% complete] 2024-08-22T20:37:43.5655207Z -- [download 70% complete] 2024-08-22T20:37:43.5655589Z -- [download 76% complete] 2024-08-22T20:37:43.5655976Z -- [download 94% complete] 2024-08-22T20:37:43.5656363Z -- [download 100% complete] 2024-08-22T20:37:43.5656741Z -- verifying file... 2024-08-22T20:37:43.5657941Z file='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:43.5659099Z -- Downloading... done 2024-08-22T20:37:43.5659465Z -- extracting... 2024-08-22T20:37:43.5660629Z src='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-download/fp16-prefix/src/0a92994d729ff76a58f692d3028ca1b64b145d91.zip' 2024-08-22T20:37:43.5662208Z dst='/pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source' 2024-08-22T20:37:43.5663024Z -- extracting... [tar xfz] 2024-08-22T20:37:43.5663414Z -- extracting... [analysis] 2024-08-22T20:37:43.5663816Z -- extracting... [rename] 2024-08-22T20:37:43.5664216Z -- extracting... [clean up] 2024-08-22T20:37:43.5664600Z -- extracting... done 2024-08-22T20:37:43.5664994Z [ 33%] No update step for 'fp16' 2024-08-22T20:37:43.5665435Z [ 44%] No patch step for 'fp16' 2024-08-22T20:37:43.5665880Z [ 55%] No configure step for 'fp16' 2024-08-22T20:37:43.5666447Z [ 66%] No build step for 'fp16' 2024-08-22T20:37:43.5666893Z [ 77%] No install step for 'fp16' 2024-08-22T20:37:43.5667328Z [ 88%] No test step for 'fp16' 2024-08-22T20:37:43.5667738Z [100%] Completed 'fp16' 2024-08-22T20:37:43.5668076Z [100%] Built target fp16 2024-08-22T20:37:43.5669018Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/FP16-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:43.5670077Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:43.5670629Z CMake. 2024-08-22T20:37:43.5670788Z 2024-08-22T20:37:43.5671096Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:43.5671842Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:43.5672299Z 2024-08-22T20:37:43.5672304Z 2024-08-22T20:37:43.5673368Z -- Downloading PSimd to /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source (define PSIMD_SOURCE_DIR to avoid it) 2024-08-22T20:37:43.5674601Z CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:43.5675343Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:43.5675911Z CMake. 2024-08-22T20:37:43.5676064Z 2024-08-22T20:37:43.5676371Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:43.5677116Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:43.5677563Z 2024-08-22T20:37:43.5677568Z 2024-08-22T20:37:43.5677747Z -- Configuring done (0.1s) 2024-08-22T20:37:43.5678140Z -- Generating done (0.0s) 2024-08-22T20:37:43.5679133Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-download 2024-08-22T20:37:43.5680141Z [ 11%] Creating directories for 'psimd' 2024-08-22T20:37:43.5680699Z [ 22%] Performing download step (git clone) for 'psimd' 2024-08-22T20:37:43.5681226Z Cloning into 'psimd-source'... 2024-08-22T20:37:43.5681639Z Already on 'master' 2024-08-22T20:37:43.5682075Z Your branch is up to date with 'origin/master'. 2024-08-22T20:37:43.5682604Z [ 33%] Performing update step for 'psimd' 2024-08-22T20:37:43.5683110Z -- Fetching latest from the remote origin 2024-08-22T20:37:43.5683675Z [ 44%] No patch step for 'psimd' 2024-08-22T20:37:43.5684122Z [ 55%] No configure step for 'psimd' 2024-08-22T20:37:43.5684578Z [ 66%] No build step for 'psimd' 2024-08-22T20:37:43.5685018Z [ 77%] No install step for 'psimd' 2024-08-22T20:37:43.5685458Z [ 88%] No test step for 'psimd' 2024-08-22T20:37:43.5685873Z [100%] Completed 'psimd' 2024-08-22T20:37:43.5686221Z [100%] Built target psimd 2024-08-22T20:37:43.5687166Z CMake Deprecation Warning at pip-out/temp.linux-x86_64-cpython-311/cmake-out/psimd-source/CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): 2024-08-22T20:37:43.5688229Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:43.5688775Z CMake. 2024-08-22T20:37:43.5688929Z 2024-08-22T20:37:50.9031740Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:50.9034441Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:50.9035154Z 2024-08-22T20:37:50.9035161Z 2024-08-22T20:37:50.9035695Z -- pybind11 v2.12.0 dev1 2024-08-22T20:37:50.9036828Z CMake Warning (dev) at third-party/pybind11/tools/FindPythonLibsNew.cmake:98 (find_package): 2024-08-22T20:37:50.9038212Z Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules 2024-08-22T20:37:50.9039538Z are removed. Run "cmake --help-policy CMP0148" for policy details. Use 2024-08-22T20:37:50.9040648Z the cmake_policy command to set the policy and suppress this warning. 2024-08-22T20:37:50.9041355Z 2024-08-22T20:37:50.9041588Z Call Stack (most recent call first): 2024-08-22T20:37:50.9042644Z third-party/pybind11/tools/pybind11Tools.cmake:50 (find_package) 2024-08-22T20:37:50.9043874Z third-party/pybind11/tools/pybind11Common.cmake:188 (include) 2024-08-22T20:37:50.9045249Z third-party/pybind11/CMakeLists.txt:211 (include) 2024-08-22T20:37:50.9046307Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-08-22T20:37:50.9046981Z 2024-08-22T20:37:50.9047854Z -- Found PythonInterp: /opt/conda/bin/python (found suitable version "3.11.4", minimum required is "3.6") 2024-08-22T20:37:50.9049237Z -- Found PythonLibs: /opt/conda/lib/libpython3.11.so 2024-08-22T20:37:50.9050044Z -- Performing Test HAS_FLTO 2024-08-22T20:37:50.9050743Z -- Performing Test HAS_FLTO - Success 2024-08-22T20:37:50.9051890Z CMake Deprecation Warning at third-party/flatcc/CMakeLists.txt:2 (cmake_minimum_required): 2024-08-22T20:37:50.9053182Z Compatibility with CMake < 3.5 will be removed from a future version of 2024-08-22T20:37:50.9054653Z CMake. 2024-08-22T20:37:50.9054884Z 2024-08-22T20:37:50.9055325Z Update the VERSION argument value or use a ... suffix to tell 2024-08-22T20:37:50.9056429Z CMake that the project does not need compatibility with older versions. 2024-08-22T20:37:50.9057084Z 2024-08-22T20:37:50.9057092Z 2024-08-22T20:37:50.9057800Z -- dist install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc 2024-08-22T20:37:50.9059258Z -- lib install dir /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib 2024-08-22T20:37:50.9060493Z -- Setting GNU C compiler options with c11 and Posix 2024-08-22T20:37:50.9061349Z -- Disabling -pedantic for GCC >= 8.0 2024-08-22T20:37:50.9062423Z -- Disabling GNU C compiler warnings: -Wstringop-truncation -Wno-format-overflow 2024-08-22T20:37:50.9063471Z -- GCC_VERSION: 9 2024-08-22T20:37:50.9063770Z 2024-08-22T20:37:50.9065272Z -- Configured C_FLAGS: -DFLATCC_REFLECTION=0 -std=c11 -Wall -Wextra -Wno-stringop-truncation -Wno-format-overflow -DPORTABLE_POSIX_MEMALIGN=1 -Werror -Wno-unused-function -Wsign-conversion 2024-08-22T20:37:50.9068090Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:50.9069593Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:50.9070329Z Call Stack (most recent call first): 2024-08-22T20:37:50.9073390Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:50.9074721Z CMakeLists.txt:671 (find_package) 2024-08-22T20:37:50.9075146Z 2024-08-22T20:37:50.9075154Z 2024-08-22T20:37:50.9076936Z -- executorch: Using source file list /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/examples/models/llama2/custom_ops/../../../../executorch_srcs.cmake 2024-08-22T20:37:50.9079557Z CMake Warning at /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-08-22T20:37:50.9081007Z static library kineto_LIBRARY-NOTFOUND not found. 2024-08-22T20:37:50.9081763Z Call Stack (most recent call first): 2024-08-22T20:37:50.9083204Z /opt/conda/lib/python3.11/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:120 (append_torchlib_if_found) 2024-08-22T20:37:50.9084703Z examples/models/llama2/custom_ops/CMakeLists.txt:81 (find_package) 2024-08-22T20:37:50.9085367Z 2024-08-22T20:37:50.9085374Z 2024-08-22T20:37:50.9085604Z -- 2024-08-22T20:37:50.9086101Z -- ******** Summary ******** 2024-08-22T20:37:50.9086777Z -- CMAKE_BUILD_TYPE : Release 2024-08-22T20:37:50.9087559Z -- CMAKE_CXX_STANDARD : 17 2024-08-22T20:37:50.9088287Z -- CMAKE_CXX_COMPILER_ID : GNU 2024-08-22T20:37:50.9089019Z -- CMAKE_TOOLCHAIN_FILE : 2024-08-22T20:37:50.9099181Z -- BUCK2 : /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/buck2-bin/buck2-3bbde7daa94987db468d021ad625bc93dc62ba7fcb16945cb09b64aab077f284 2024-08-22T20:37:50.9101360Z -- PYTHON_EXECUTABLE : /opt/conda/bin/python 2024-08-22T20:37:50.9102226Z -- FLATC_EXECUTABLE : flatc 2024-08-22T20:37:50.9103019Z -- EXECUTORCH_ENABLE_LOGGING : ON 2024-08-22T20:37:50.9103904Z -- EXECUTORCH_ENABLE_PROGRAM_VERIFICATION : OFF 2024-08-22T20:37:50.9104797Z -- EXECUTORCH_LOG_LEVEL : Info 2024-08-22T20:37:50.9105648Z -- EXECUTORCH_BUILD_ANDROID_JNI : OFF 2024-08-22T20:37:50.9106754Z -- EXECUTORCH_BUILD_ARM_BAREMETAL : OFF 2024-08-22T20:37:50.9107633Z -- EXECUTORCH_BUILD_COREML : OFF 2024-08-22T20:37:50.9108522Z -- EXECUTORCH_BUILD_KERNELS_CUSTOM : ON 2024-08-22T20:37:50.9109376Z -- EXECUTORCH_BUILD_EXECUTOR_RUNNER : ON 2024-08-22T20:37:50.9110249Z -- EXECUTORCH_BUILD_EXTENSION_DATA_LOADER : ON 2024-08-22T20:37:50.9111444Z -- EXECUTORCH_BUILD_EXTENSION_MODULE : ON 2024-08-22T20:37:50.9112291Z -- EXECUTORCH_BUILD_EXTENSION_RUNNER_UTIL : OFF 2024-08-22T20:37:50.9113198Z -- EXECUTORCH_BUILD_FLATC : ON 2024-08-22T20:37:50.9114037Z -- EXECUTORCH_BUILD_GFLAGS : ON 2024-08-22T20:37:50.9114876Z -- EXECUTORCH_BUILD_GTESTS : OFF 2024-08-22T20:37:50.9115694Z -- EXECUTORCH_BUILD_HOST_TARGETS : ON 2024-08-22T20:37:50.9116575Z -- EXECUTORCH_BUILD_MPS : OFF 2024-08-22T20:37:50.9117379Z -- EXECUTORCH_BUILD_PYBIND : ON 2024-08-22T20:37:50.9118200Z -- EXECUTORCH_BUILD_QNN : OFF 2024-08-22T20:37:50.9119048Z -- EXECUTORCH_BUILD_KERNELS_OPTIMIZED : ON 2024-08-22T20:37:50.9119907Z -- EXECUTORCH_BUILD_KERNELS_QUANTIZED : ON 2024-08-22T20:37:50.9120746Z -- EXECUTORCH_BUILD_SDK : OFF 2024-08-22T20:37:50.9121578Z -- EXECUTORCH_BUILD_SIZE_TEST : OFF 2024-08-22T20:37:50.9122388Z -- EXECUTORCH_BUILD_XNNPACK : ON 2024-08-22T20:37:50.9123186Z -- EXECUTORCH_BUILD_VULKAN : OFF 2024-08-22T20:37:50.9123987Z -- EXECUTORCH_BUILD_PTHREADPOOL : ON 2024-08-22T20:37:50.9124841Z -- EXECUTORCH_BUILD_CPUINFO : ON 2024-08-22T20:37:50.9125624Z -- Configuring done (9.6s) 2024-08-22T20:37:50.9126260Z -- Generating done (1.7s) 2024-08-22T20:37:50.9128024Z -- Build files have been written to: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out 2024-08-22T20:37:50.9129340Z restored HOME 2024-08-22T20:37:50.9131206Z cmake --build /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out -j15 --target flatc --target portable_lib --target custom_ops_aot_lib --target install 2024-08-22T20:37:50.9133591Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_parser.cpp.o 2024-08-22T20:37:50.9135213Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_text.cpp.o 2024-08-22T20:37:50.9136859Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/reflection.cpp.o 2024-08-22T20:37:50.9138385Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/util.cpp.o 2024-08-22T20:37:50.9140006Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_binary.cpp.o 2024-08-22T20:37:50.9141677Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_cpp.cpp.o 2024-08-22T20:37:50.9143375Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_csharp.cpp.o 2024-08-22T20:37:50.9145647Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_dart.cpp.o 2024-08-22T20:37:50.9147431Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin.cpp.o 2024-08-22T20:37:50.9149108Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_kotlin_kmp.cpp.o 2024-08-22T20:37:50.9150776Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_go.cpp.o 2024-08-22T20:37:50.9152371Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_java.cpp.o 2024-08-22T20:37:50.9153977Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_ts.cpp.o 2024-08-22T20:37:50.9155562Z [ 0%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_python.cpp.o 2024-08-22T20:37:50.9157186Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_php.cpp.o 2024-08-22T20:37:50.9158856Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_lobster.cpp.o 2024-08-22T20:37:50.9160528Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_rust.cpp.o 2024-08-22T20:37:50.9162215Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_fbs.cpp.o 2024-08-22T20:37:50.9164398Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_grpc.cpp.o 2024-08-22T20:37:50.9166102Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_json_schema.cpp.o 2024-08-22T20:37:50.9167849Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/idl_gen_swift.cpp.o 2024-08-22T20:37:50.9169686Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_name_saving_file_manager.cpp.o 2024-08-22T20:37:50.9546783Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_binary_writer.cpp.o 2024-08-22T20:37:50.9548511Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/file_writer.cpp.o 2024-08-22T20:37:50.9550076Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc.cpp.o 2024-08-22T20:37:50.9551599Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/flatc_main.cpp.o 2024-08-22T20:37:50.9553324Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/binary_annotator.cpp.o 2024-08-22T20:37:50.9555124Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/annotated_binary_text_gen.cpp.o 2024-08-22T20:37:50.9556872Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_lua.cpp.o 2024-08-22T20:37:50.9559022Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/bfbs_gen_nim.cpp.o 2024-08-22T20:37:59.1609220Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/src/code_generators.cpp.o 2024-08-22T20:37:59.1612870Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/cpp_generator.cc.o 2024-08-22T20:37:59.1616242Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/go_generator.cc.o 2024-08-22T20:37:59.1619559Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/java_generator.cc.o 2024-08-22T20:37:59.1622874Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/python_generator.cc.o 2024-08-22T20:37:59.1626187Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/swift_generator.cc.o 2024-08-22T20:37:59.1629707Z [100%] Building CXX object third-party/flatbuffers/CMakeFiles/flatc.dir/grpc/src/compiler/ts_generator.cc.o 2024-08-22T20:37:59.1632252Z [100%] Linking CXX executable flatc 2024-08-22T20:37:59.1634117Z [100%] Built target flatc 2024-08-22T20:37:59.1636570Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/builder.c.o 2024-08-22T20:37:59.1639814Z [ 0%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-08-22T20:37:59.1643011Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/refmap.c.o 2024-08-22T20:37:59.1646966Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/emitter.c.o 2024-08-22T20:37:59.1650085Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-08-22T20:37:59.1653335Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-08-22T20:37:59.1656518Z [ 0%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-08-22T20:37:59.1659497Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/verifier.c.o 2024-08-22T20:37:59.1662475Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-08-22T20:37:59.1665477Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-08-22T20:37:59.1668706Z [ 0%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_parser.c.o 2024-08-22T20:37:59.1672194Z [ 0%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-08-22T20:37:59.1685824Z [ 10%] Building C object third-party/flatcc/src/runtime/CMakeFiles/flatccrt.dir/json_printer.c.o 2024-08-22T20:37:59.1687670Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/str_set.c.o 2024-08-22T20:37:59.1689493Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-08-22T20:37:59.1691180Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-08-22T20:37:59.1692451Z [ 10%] Built target microkernel-utils 2024-08-22T20:37:59.1693791Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-08-22T20:37:59.1695712Z [ 10%] Building C object backends/xnnpack/third-party/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-08-22T20:37:59.1697602Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-08-22T20:37:59.1699402Z [ 10%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-08-22T20:37:59.1701308Z [ 10%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/__/external/hash/ptr_set.c.o 2024-08-22T20:37:59.1702531Z [ 20%] Built target flatc 2024-08-22T20:37:59.1704196Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-08-22T20:37:59.1706071Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-08-22T20:37:59.1708130Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/symbol_table.c.o 2024-08-22T20:37:59.1710082Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-08-22T20:37:59.1711942Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-08-22T20:37:59.1713102Z [ 20%] Generating common_schema headers 2024-08-22T20:37:59.1713763Z [ 20%] Built target common_schema 2024-08-22T20:37:59.1715101Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-08-22T20:37:59.1717068Z [ 20%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:37:59.1719069Z [ 20%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/scope_table.c.o 2024-08-22T20:37:59.1720308Z [ 30%] Generating xnnpack_schema headers 2024-08-22T20:37:59.1720972Z [ 30%] Built target xnnpack_schema 2024-08-22T20:37:59.1721625Z [ 30%] Generating bundled_program headers 2024-08-22T20:37:59.1722958Z [ 30%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:37:59.1724192Z [ 30%] Built target bundled_program_schema 2024-08-22T20:37:59.1725526Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-08-22T20:37:59.1727389Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:37:59.1729264Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/name_table.c.o 2024-08-22T20:37:59.1731154Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-08-22T20:37:59.1733035Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/schema_table.c.o 2024-08-22T20:37:59.1734898Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-08-22T20:37:59.1736776Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/hash_tables/value_set.c.o 2024-08-22T20:37:59.1738931Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-08-22T20:37:59.1740817Z [ 40%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-08-22T20:37:59.1742548Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/fileio.c.o 2024-08-22T20:37:59.1743623Z [ 40%] Generating program_schema headers 2024-08-22T20:37:59.1744833Z [ 40%] Built target program_schema 2024-08-22T20:37:59.1745860Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/backend/interface.cpp.o 2024-08-22T20:37:59.1747558Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/parser.c.o 2024-08-22T20:37:59.1748938Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/evalue.cpp.o 2024-08-22T20:37:59.1750611Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/semantics.c.o 2024-08-22T20:37:59.1751747Z [ 40%] Linking C static library libcpuinfo.a 2024-08-22T20:37:59.1753053Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/exec_aten/util/tensor_util_portable.cpp.o 2024-08-22T20:37:59.1754283Z [ 40%] Built target cpuinfo 2024-08-22T20:37:59.1755395Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/coerce.c.o 2024-08-22T20:37:59.1757421Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/flatcc.c.o 2024-08-22T20:37:59.1759024Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c.c.o 2024-08-22T20:37:59.1760612Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/core/portable_type/tensor_impl.cpp.o 2024-08-22T20:37:59.1762469Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_reader.c.o 2024-08-22T20:37:59.1764257Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sort.c.o 2024-08-22T20:37:59.1766033Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_builder.c.o 2024-08-22T20:37:59.1767818Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_verifier.c.o 2024-08-22T20:37:59.1769610Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_sorter.c.o 2024-08-22T20:37:59.1771469Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_parser.c.o 2024-08-22T20:37:59.1773001Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:37:59.1774725Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/codegen_c_json_printer.c.o 2024-08-22T20:37:59.1776584Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/builder.c.o 2024-08-22T20:37:59.1778472Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/emitter.c.o 2024-08-22T20:37:59.1780096Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:37:59.1781860Z [ 40%] Building C object third-party/flatcc/src/compiler/CMakeFiles/flatcc.dir/__/runtime/refmap.c.o 2024-08-22T20:37:59.1783403Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:37:59.1784894Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:37:59.1786796Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:37:59.1788456Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/kernel/operator_registry.cpp.o 2024-08-22T20:38:01.9883243Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/abort.cpp.o 2024-08-22T20:38:01.9884974Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/log.cpp.o 2024-08-22T20:38:01.9886195Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/profiler.cpp.o 2024-08-22T20:38:01.9887429Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/runtime.cpp.o 2024-08-22T20:38:01.9888867Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/schema/extended_header.cpp.o 2024-08-22T20:38:01.9890355Z [ 40%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/platform/default/posix.cpp.o 2024-08-22T20:38:01.9892404Z [ 40%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatcc.a 2024-08-22T20:38:01.9893583Z [ 40%] Built target flatcc 2024-08-22T20:38:01.9894662Z [ 40%] Building C object third-party/flatcc/src/cli/CMakeFiles/flatcc_cli.dir/flatcc_cli.c.o 2024-08-22T20:38:01.9895804Z [ 40%] Linking C static library libpthreadpool.a 2024-08-22T20:38:01.9896490Z [ 40%] Built target pthreadpool 2024-08-22T20:38:01.9897744Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-08-22T20:38:01.9899701Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-08-22T20:38:01.9902132Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-08-22T20:38:01.9904245Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-08-22T20:38:01.9906364Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-08-22T20:38:01.9908597Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-08-22T20:38:01.9910544Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-08-22T20:38:01.9912696Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-08-22T20:38:01.9914664Z [ 50%] Linking C executable /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/bin/flatcc 2024-08-22T20:38:01.9916541Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-08-22T20:38:01.9918566Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-08-22T20:38:01.9923019Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-08-22T20:38:01.9924213Z [ 50%] Built target flatcc_cli 2024-08-22T20:38:01.9924760Z [ 50%] Built target allocator 2024-08-22T20:38:01.9926216Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-08-22T20:38:01.9928485Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-08-22T20:38:01.9929799Z [ 50%] Generating etdump headers 2024-08-22T20:38:01.9931290Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-08-22T20:38:01.9933463Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-08-22T20:38:01.9934819Z [ 50%] Built target etdump_schema 2024-08-22T20:38:01.9935459Z [ 50%] Built target logging 2024-08-22T20:38:01.9936016Z [ 50%] Built target normalization 2024-08-22T20:38:01.9937595Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-08-22T20:38:01.9939977Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-08-22T20:38:01.9942404Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-08-22T20:38:01.9943784Z [ 50%] Built target post-operation 2024-08-22T20:38:01.9944890Z [ 50%] Built target hardware-config 2024-08-22T20:38:01.9946202Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-08-22T20:38:01.9948182Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-08-22T20:38:01.9950127Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-08-22T20:38:01.9951407Z [ 50%] Built target mutex 2024-08-22T20:38:01.9952821Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-08-22T20:38:01.9955072Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-08-22T20:38:01.9956421Z [ 50%] Built target memory 2024-08-22T20:38:01.9957703Z [ 50%] Linking C static library /pytorch/torchchat/et-build/src/executorch/third-party/flatcc/lib/libflatccrt.a 2024-08-22T20:38:01.9959660Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-08-22T20:38:01.9960847Z [ 50%] Built target flatccrt 2024-08-22T20:38:01.9962314Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-08-22T20:38:01.9964401Z [ 50%] Built target operator-utils 2024-08-22T20:38:01.9965772Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-08-22T20:38:01.9967027Z [ 50%] Built target indirection 2024-08-22T20:38:01.9968674Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-08-22T20:38:01.9970236Z [ 50%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:38:01.9971056Z [ 50%] Built target cache 2024-08-22T20:38:01.9972383Z [ 50%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-08-22T20:38:01.9973672Z [ 50%] Built target executorch_no_prim_ops 2024-08-22T20:38:01.9974802Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_copy_index.cpp.o 2024-08-22T20:38:01.9976843Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-08-22T20:38:01.9978546Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/et_view.cpp.o 2024-08-22T20:38:01.9979762Z [ 50%] Generating selected_operators.yaml for quantized_ops_aot_lib 2024-08-22T20:38:01.9980732Z [ 50%] Built target operator-run 2024-08-22T20:38:01.9982202Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-08-22T20:38:01.9986961Z quantized_decomposed::add.out quantized_decomposed::choose_qparams.Tensor_out quantized_decomposed::dequantize_per_channel.out quantized_decomposed::dequantize_per_tensor.out quantized_decomposed::dequantize_per_tensor.Tensor_out quantized_decomposed::mixed_linear.out quantized_decomposed::mixed_mm.out quantized_decomposed::quantize_per_channel.out quantized_decomposed::quantize_per_tensor.out quantized_decomposed::quantize_per_tensor.Tensor_out 2024-08-22T20:38:01.9990800Z [ 50%] Generating code for kernel registration 2024-08-22T20:38:01.9991643Z [ 50%] Built target microparams-init 2024-08-22T20:38:01.9992735Z [ 50%] Building CXX object CMakeFiles/executorch.dir/kernels/prim_ops/register_prim_ops.cpp.o 2024-08-22T20:38:01.9993817Z [ 50%] Built target jit 2024-08-22T20:38:01.9995198Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-08-22T20:38:01.9997965Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-08-22T20:38:02.0000302Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-08-22T20:38:02.0002636Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-08-22T20:38:02.0005002Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-08-22T20:38:02.0007340Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:38:02.0009837Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:38:02.0012332Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:38:02.0014876Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:38:02.0017475Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:38:02.0020213Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:38:02.0022596Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:38:02.0025002Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:38:02.0027442Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-08-22T20:38:02.0028839Z [ 60%] Linking CXX static library libexecutorch.a 2024-08-22T20:38:02.0029540Z [ 60%] Built target executorch 2024-08-22T20:38:02.0030475Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:38:09.0733768Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op__to_dim_order_copy.cpp.o 2024-08-22T20:38:09.0735271Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:09.0736522Z [ 60%] Building CXX object CMakeFiles/util.dir/extension/aten_util/aten_bridge.cpp.o 2024-08-22T20:38:09.0737908Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/file_data_loader.cpp.o 2024-08-22T20:38:09.0738977Z [ 60%] Built target packing 2024-08-22T20:38:09.0740035Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:38:09.0741409Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/etdump_flatcc.cpp.o 2024-08-22T20:38:09.0743014Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterCPUCustomOps.cpp.o 2024-08-22T20:38:09.0745278Z [ 60%] Building CXX object extension/data_loader/CMakeFiles/extension_data_loader.dir/mmap_data_loader.cpp.o 2024-08-22T20:38:09.0746727Z [ 60%] Linking CXX static library libextension_data_loader.a 2024-08-22T20:38:09.0747679Z [ 60%] Building CXX object CMakeFiles/util.dir/util/read_file.cpp.o 2024-08-22T20:38:09.0748514Z [ 60%] Built target extension_data_loader 2024-08-22T20:38:09.0749719Z [ 60%] Building CXX object sdk/CMakeFiles/bundled_program.dir/bundled_program/bundled_program.cpp.o 2024-08-22T20:38:09.0751234Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:09.0752966Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/quantized_ops_aot_lib/RegisterSchema.cpp.o 2024-08-22T20:38:09.0755217Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_abs.cpp.o 2024-08-22T20:38:09.0756732Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:09.0758236Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_add.cpp.o 2024-08-22T20:38:09.0759577Z [ 60%] Building CXX object sdk/CMakeFiles/etdump.dir/etdump/emitter.cpp.o 2024-08-22T20:38:09.0760901Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acos.cpp.o 2024-08-22T20:38:09.0762507Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_choose_qparams.cpp.o 2024-08-22T20:38:09.0764113Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:09.0765691Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_acosh.cpp.o 2024-08-22T20:38:09.0766821Z [ 60%] Linking CXX static library libbundled_program.a 2024-08-22T20:38:09.0767543Z [ 60%] Built target bundled_program 2024-08-22T20:38:09.0769109Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-08-22T20:38:09.0770331Z [ 60%] Linking CXX static library libetdump.a 2024-08-22T20:38:09.0772371Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-08-22T20:38:09.0773748Z [ 60%] Built target etdump 2024-08-22T20:38:09.0774817Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_dequantize.cpp.o 2024-08-22T20:38:09.0776772Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-08-22T20:38:09.0778552Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:38:09.0780075Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:09.0782222Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-08-22T20:38:09.0783976Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_addmm.cpp.o 2024-08-22T20:38:09.0785537Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_alias_copy.cpp.o 2024-08-22T20:38:09.0787812Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-08-22T20:38:09.0789633Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:09.0791108Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_allclose.cpp.o 2024-08-22T20:38:09.0792694Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_kernels.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:09.0794700Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-08-22T20:38:09.0796762Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-08-22T20:38:09.0798432Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amax.cpp.o 2024-08-22T20:38:09.0799851Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_amin.cpp.o 2024-08-22T20:38:09.0801693Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-08-22T20:38:09.0803506Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:09.0805017Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_any.cpp.o 2024-08-22T20:38:09.0807384Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-08-22T20:38:09.0808858Z [ 60%] Linking CXX static library libquantized_kernels.a 2024-08-22T20:38:09.0809665Z [ 60%] Built target quantized_kernels 2024-08-22T20:38:09.0810445Z [ 60%] Generating selected_operators.yaml for quantized_ops_lib 2024-08-22T20:38:09.0812120Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-08-22T20:38:09.0813490Z [ 60%] Generating code for kernel registration 2024-08-22T20:38:09.0814504Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_arange.cpp.o 2024-08-22T20:38:09.0815928Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmax.cpp.o 2024-08-22T20:38:09.0817858Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-08-22T20:38:09.0820041Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-08-22T20:38:09.0821478Z [ 60%] Built target microkernels-prod 2024-08-22T20:38:09.0822606Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_embedding4b.cpp.o 2024-08-22T20:38:09.0824961Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-08-22T20:38:09.0827082Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_argmin.cpp.o 2024-08-22T20:38:09.0829014Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-08-22T20:38:09.0831149Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-08-22T20:38:09.0832962Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_as_strided_copy.cpp.o 2024-08-22T20:38:09.0834925Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-08-22T20:38:09.0836954Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-08-22T20:38:09.0839073Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_lib.dir/quantized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:38:09.0841279Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-08-22T20:38:09.0843347Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-08-22T20:38:09.0845575Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asin.cpp.o 2024-08-22T20:38:09.0847116Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_linear.cpp.o 2024-08-22T20:38:09.0848672Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_asinh.cpp.o 2024-08-22T20:38:09.0850580Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-08-22T20:38:09.0852644Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-08-22T20:38:09.0853972Z [ 60%] Linking CXX static library libquantized_ops_lib.a 2024-08-22T20:38:09.0854715Z [ 60%] Built target quantized_ops_lib 2024-08-22T20:38:09.0855802Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_mixed_mm.cpp.o 2024-08-22T20:38:09.0857962Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-08-22T20:38:09.0860282Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan.cpp.o 2024-08-22T20:38:09.0862043Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-08-22T20:38:09.0863629Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atan2.cpp.o 2024-08-22T20:38:09.0865467Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-08-22T20:38:17.6843624Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_atanh.cpp.o 2024-08-22T20:38:17.6845845Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-08-22T20:38:17.6847325Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_avg_pool2d.cpp.o 2024-08-22T20:38:17.6848650Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_and.cpp.o 2024-08-22T20:38:17.6849669Z [ 60%] Linking CXX static library libutil.a 2024-08-22T20:38:17.6850978Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-08-22T20:38:17.6852109Z [ 60%] Built target util 2024-08-22T20:38:17.6853174Z [ 60%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/cpu/op_quantize.cpp.o 2024-08-22T20:38:17.6855989Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_not.cpp.o 2024-08-22T20:38:17.6857913Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-08-22T20:38:17.6859117Z [ 60%] Built target operators 2024-08-22T20:38:17.6860436Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-08-22T20:38:17.6862287Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-08-22T20:38:17.6863821Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_or.cpp.o 2024-08-22T20:38:17.6865593Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-08-22T20:38:17.6867558Z [ 60%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bitwise_xor.cpp.o 2024-08-22T20:38:17.6869468Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-08-22T20:38:17.6871403Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-08-22T20:38:17.6873431Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-08-22T20:38:17.6875997Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-08-22T20:38:17.6878197Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-08-22T20:38:17.6880441Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-08-22T20:38:17.6882599Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-08-22T20:38:17.6884616Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-08-22T20:38:17.6886610Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-08-22T20:38:17.6888610Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-08-22T20:38:17.6890691Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-08-22T20:38:17.6893164Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-08-22T20:38:17.6895155Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-08-22T20:38:17.6897279Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-08-22T20:38:17.6899507Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-08-22T20:38:17.6902389Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-08-22T20:38:17.6904323Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-08-22T20:38:17.6906291Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-08-22T20:38:17.6908454Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-08-22T20:38:17.6910569Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-08-22T20:38:17.6912739Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-08-22T20:38:17.6915264Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-08-22T20:38:17.6917490Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-08-22T20:38:17.6919584Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-08-22T20:38:17.6921616Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-08-22T20:38:17.6923711Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-08-22T20:38:17.6925718Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-08-22T20:38:17.6927642Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-08-22T20:38:17.6929606Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-08-22T20:38:17.6931536Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-08-22T20:38:17.6933393Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-08-22T20:38:17.6934965Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:38:17.6936703Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-08-22T20:38:17.6938904Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-08-22T20:38:17.6941048Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-08-22T20:38:17.6943514Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-08-22T20:38:17.6945787Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-08-22T20:38:17.6947986Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-08-22T20:38:17.6949863Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-08-22T20:38:17.6952400Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-08-22T20:38:17.6954608Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-08-22T20:38:17.6956378Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cat.cpp.o 2024-08-22T20:38:17.6957986Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cdist_forward.cpp.o 2024-08-22T20:38:17.6960012Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-08-22T20:38:17.6962119Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-08-22T20:38:17.6964366Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-08-22T20:38:17.6966605Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-08-22T20:38:17.6968685Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-08-22T20:38:17.6970736Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-08-22T20:38:17.6973090Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-08-22T20:38:17.6975136Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-08-22T20:38:17.6977187Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-08-22T20:38:17.6979135Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-08-22T20:38:17.6980309Z [ 70%] Built target subgraph 2024-08-22T20:38:17.6981731Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-08-22T20:38:17.6984689Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ceil.cpp.o 2024-08-22T20:38:17.6986254Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-08-22T20:38:17.6988325Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-08-22T20:38:27.3088474Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clamp.cpp.o 2024-08-22T20:38:27.3090579Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-08-22T20:38:27.3092694Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-08-22T20:38:27.3094855Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-08-22T20:38:27.3096528Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_clone.cpp.o 2024-08-22T20:38:27.3098427Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-08-22T20:38:27.3100579Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-08-22T20:38:27.3102750Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-08-22T20:38:27.3104874Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-08-22T20:38:27.3107184Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-08-22T20:38:27.3110575Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-08-22T20:38:27.3112373Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_constant_pad_nd.cpp.o 2024-08-22T20:38:27.3114312Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-08-22T20:38:27.3116413Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-08-22T20:38:27.3118560Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-08-22T20:38:27.3120276Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_convolution.cpp.o 2024-08-22T20:38:27.3122227Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-08-22T20:38:27.3124319Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-08-22T20:38:27.3126543Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-08-22T20:38:27.3128710Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-08-22T20:38:27.3131068Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-08-22T20:38:27.3133107Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-08-22T20:38:27.3135236Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-08-22T20:38:27.3137417Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-08-22T20:38:27.3139228Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_copy.cpp.o 2024-08-22T20:38:27.3140937Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/portable/cpu/util/reduce_util.cpp.o 2024-08-22T20:38:27.3143019Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-08-22T20:38:27.3145597Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-08-22T20:38:27.3147785Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-08-22T20:38:27.3149868Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-08-22T20:38:27.3151930Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-08-22T20:38:27.3153923Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-08-22T20:38:27.3155747Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-08-22T20:38:27.3157221Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cos.cpp.o 2024-08-22T20:38:27.3158942Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-08-22T20:38:27.3160106Z [ 70%] Linking CXX static library libXNNPACK.a 2024-08-22T20:38:27.3161171Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cosh.cpp.o 2024-08-22T20:38:27.3162216Z [ 70%] Built target XNNPACK 2024-08-22T20:38:27.3163514Z [ 70%] Building CXX object kernels/quantized/CMakeFiles/quantized_ops_aot_lib.dir/__/__/runtime/core/exec_aten/util/tensor_util_aten.cpp.o 2024-08-22T20:38:27.3165844Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_cumsum.cpp.o 2024-08-22T20:38:27.3167457Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_detach_copy.cpp.o 2024-08-22T20:38:27.3169090Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_diagonal_copy.cpp.o 2024-08-22T20:38:27.3170626Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:38:27.3172193Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNCompiler.cpp.o 2024-08-22T20:38:27.3173801Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_embedding.cpp.o 2024-08-22T20:38:27.3175339Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_empty.cpp.o 2024-08-22T20:38:27.3176781Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_eq.cpp.o 2024-08-22T20:38:27.3178317Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNExecutor.cpp.o 2024-08-22T20:38:27.3179846Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_erf.cpp.o 2024-08-22T20:38:27.3181320Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:38:27.3182933Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNHeader.cpp.o 2024-08-22T20:38:27.3184945Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expand_copy.cpp.o 2024-08-22T20:38:27.3186824Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/XNNPACKBackend.cpp.o 2024-08-22T20:38:27.3188417Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_expm1.cpp.o 2024-08-22T20:38:27.3190066Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/runtime/profiling/XNNProfiler.cpp.o 2024-08-22T20:38:27.3191699Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fill.cpp.o 2024-08-22T20:38:27.3193209Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool.cpp.o 2024-08-22T20:38:27.3194760Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_flip.cpp.o 2024-08-22T20:38:27.3196239Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor.cpp.o 2024-08-22T20:38:27.3197978Z [ 70%] Building CXX object backends/xnnpack/CMakeFiles/xnnpack_backend.dir/threadpool/threadpool_guard.cpp.o 2024-08-22T20:38:27.3199660Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_floor_divide.cpp.o 2024-08-22T20:38:27.3201219Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_fmod.cpp.o 2024-08-22T20:38:27.3202366Z [ 70%] Linking CXX static library libxnnpack_backend.a 2024-08-22T20:38:27.3203157Z [ 70%] Built target xnnpack_backend 2024-08-22T20:38:27.3204186Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full.cpp.o 2024-08-22T20:38:27.3205732Z [ 70%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_full_like.cpp.o 2024-08-22T20:38:27.3207241Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ge.cpp.o 2024-08-22T20:38:27.3208684Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gelu.cpp.o 2024-08-22T20:38:27.3210164Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_glu.cpp.o 2024-08-22T20:38:27.3211615Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_gt.cpp.o 2024-08-22T20:38:27.3213211Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_hardtanh.cpp.o 2024-08-22T20:38:27.3214750Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index.cpp.o 2024-08-22T20:38:27.3216561Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_put.cpp.o 2024-08-22T20:38:27.3218155Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_index_select.cpp.o 2024-08-22T20:38:27.3219695Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isinf.cpp.o 2024-08-22T20:38:27.3221233Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_isnan.cpp.o 2024-08-22T20:38:27.3222688Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:38:27.3224172Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_leaky_relu.cpp.o 2024-08-22T20:38:50.9093037Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lift_fresh_copy.cpp.o 2024-08-22T20:38:50.9096775Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_linear_scratch_example.cpp.o 2024-08-22T20:38:50.9098916Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log.cpp.o 2024-08-22T20:38:50.9100636Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log10.cpp.o 2024-08-22T20:38:50.9119517Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log1p.cpp.o 2024-08-22T20:38:50.9122260Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log2.cpp.o 2024-08-22T20:38:50.9124129Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_log_softmax.cpp.o 2024-08-22T20:38:50.9125954Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_and.cpp.o 2024-08-22T20:38:50.9127875Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_not.cpp.o 2024-08-22T20:38:50.9129739Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_or.cpp.o 2024-08-22T20:38:50.9131653Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logical_xor.cpp.o 2024-08-22T20:38:50.9133517Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_logit.cpp.o 2024-08-22T20:38:50.9135246Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_lt.cpp.o 2024-08-22T20:38:50.9137088Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_masked_fill.cpp.o 2024-08-22T20:38:50.9138822Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max.cpp.o 2024-08-22T20:38:50.9140724Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_max_pool2d_with_indices.cpp.o 2024-08-22T20:38:50.9142700Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_maximum.cpp.o 2024-08-22T20:38:50.9144742Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mean.cpp.o 2024-08-22T20:38:50.9146874Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_min.cpp.o 2024-08-22T20:38:50.9148337Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_minimum.cpp.o 2024-08-22T20:38:50.9149825Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mm.cpp.o 2024-08-22T20:38:50.9151416Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:38:50.9167152Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_batch_norm.cpp.o 2024-08-22T20:38:50.9171451Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_group_norm.cpp.o 2024-08-22T20:38:50.9173385Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:38:50.9238617Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ne.cpp.o 2024-08-22T20:38:50.9241326Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:38:50.9242810Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_nonzero.cpp.o 2024-08-22T20:38:50.9244706Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_ones.cpp.o 2024-08-22T20:38:50.9246275Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pdist_forward.cpp.o 2024-08-22T20:38:50.9247948Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_permute_copy.cpp.o 2024-08-22T20:38:50.9249570Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pixel_shuffle.cpp.o 2024-08-22T20:38:50.9251098Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_pow.cpp.o 2024-08-22T20:38:50.9252285Z [ 80%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:38:50.9446715Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_prod.cpp.o 2024-08-22T20:38:50.9447717Z [ 80%] Built target quantized_ops_aot_lib 2024-08-22T20:38:50.9448694Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reciprocal.cpp.o 2024-08-22T20:38:50.9450110Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad1d.cpp.o 2024-08-22T20:38:50.9451919Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad2d.cpp.o 2024-08-22T20:38:50.9453335Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_reflection_pad3d.cpp.o 2024-08-22T20:38:50.9454652Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_relu.cpp.o 2024-08-22T20:38:50.9455941Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_remainder.cpp.o 2024-08-22T20:38:50.9457311Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_repeat.cpp.o 2024-08-22T20:38:50.9458669Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad1d.cpp.o 2024-08-22T20:38:50.9460086Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad2d.cpp.o 2024-08-22T20:38:50.9461522Z [ 80%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_replication_pad3d.cpp.o 2024-08-22T20:38:50.9462848Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_roll.cpp.o 2024-08-22T20:38:50.9464100Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_round.cpp.o 2024-08-22T20:38:50.9465357Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsqrt.cpp.o 2024-08-22T20:38:50.9466872Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_rsub.cpp.o 2024-08-22T20:38:50.9468195Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scalar_tensor.cpp.o 2024-08-22T20:38:50.9469543Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_scatter_add.cpp.o 2024-08-22T20:38:50.9470893Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_copy.cpp.o 2024-08-22T20:38:50.9472261Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_select_scatter.cpp.o 2024-08-22T20:38:50.9473591Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sigmoid.cpp.o 2024-08-22T20:38:50.9474870Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sign.cpp.o 2024-08-22T20:38:50.9476119Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sin.cpp.o 2024-08-22T20:38:50.9477363Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sinh.cpp.o 2024-08-22T20:38:50.9478958Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_copy.cpp.o 2024-08-22T20:38:50.9480307Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_slice_scatter.cpp.o 2024-08-22T20:38:50.9481641Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_softmax.cpp.o 2024-08-22T20:38:50.9482960Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_copy.cpp.o 2024-08-22T20:38:50.9484365Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_split_with_sizes_copy.cpp.o 2024-08-22T20:38:50.9485721Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sqrt.cpp.o 2024-08-22T20:38:50.9487018Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_squeeze_copy.cpp.o 2024-08-22T20:38:50.9488312Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_stack.cpp.o 2024-08-22T20:38:50.9489575Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:38:50.9490805Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_sum.cpp.o 2024-08-22T20:38:50.9492052Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_t_copy.cpp.o 2024-08-22T20:38:50.9493424Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tan.cpp.o 2024-08-22T20:38:50.9494665Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tanh.cpp.o 2024-08-22T20:38:50.9495930Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_to_copy.cpp.o 2024-08-22T20:38:50.9497313Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_transpose_copy.cpp.o 2024-08-22T20:38:50.9498624Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_tril.cpp.o 2024-08-22T20:38:50.9499889Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_trunc.cpp.o 2024-08-22T20:38:50.9501191Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unbind_copy.cpp.o 2024-08-22T20:38:50.9502557Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_unsqueeze_copy.cpp.o 2024-08-22T20:38:50.9503884Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_var.cpp.o 2024-08-22T20:38:50.9505172Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_view_copy.cpp.o 2024-08-22T20:38:50.9506663Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_where.cpp.o 2024-08-22T20:38:50.9507915Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/op_zeros.cpp.o 2024-08-22T20:42:00.1207148Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/binary_ufunc_realb_realb_to_realb_logical.cpp.o 2024-08-22T20:42:00.1208505Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realh.cpp.o 2024-08-22T20:42:00.1213196Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_bool.cpp.o 2024-08-22T20:42:00.1214782Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/pattern/unary_ufunc_realhb_to_floath.cpp.o 2024-08-22T20:42:00.1215991Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/activation_ops_util.cpp.o 2024-08-22T20:42:00.1217119Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/advanced_index_util.cpp.o 2024-08-22T20:42:00.1218218Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/broadcast_util.cpp.o 2024-08-22T20:42:00.1219496Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/copy_ops_util.cpp.o 2024-08-22T20:42:00.1222638Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/distance_util.cpp.o 2024-08-22T20:42:00.1223922Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/index_util.cpp.o 2024-08-22T20:42:00.1225255Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/kernel_ops_util.cpp.o 2024-08-22T20:42:00.1226700Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/matmul_ops_util.cpp.o 2024-08-22T20:42:00.1228103Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/normalization_ops_util.cpp.o 2024-08-22T20:42:00.1229528Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/padding_util.cpp.o 2024-08-22T20:42:00.1230737Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/reduce_util.cpp.o 2024-08-22T20:42:00.1231798Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/repeat_util.cpp.o 2024-08-22T20:42:00.1232862Z [ 90%] Building CXX object kernels/portable/CMakeFiles/portable_kernels.dir/cpu/util/select_copy_util.cpp.o 2024-08-22T20:42:00.1233697Z [ 90%] Linking CXX static library libportable_kernels.a 2024-08-22T20:42:00.1234203Z [ 90%] Built target portable_kernels 2024-08-22T20:42:00.1234963Z [ 90%] Generating selected_operators.yaml for portable_ops_lib 2024-08-22T20:42:00.1235580Z [100%] Generating code for kernel registration 2024-08-22T20:42:00.1236589Z [100%] Building CXX object kernels/portable/CMakeFiles/portable_ops_lib.dir/portable_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:42:00.1237632Z [100%] Linking CXX static library libportable_ops_lib.a 2024-08-22T20:42:00.1238129Z [100%] Built target portable_ops_lib 2024-08-22T20:42:00.1238811Z [100%] Building CXX object CMakeFiles/portable_lib.dir/extension/pybindings/pybindings.cpp.o 2024-08-22T20:42:00.1239968Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:00.1240580Z [100%] Built target portable_lib 2024-08-22T20:42:00.1241410Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/single.cpp.o 2024-08-22T20:42:00.1242231Z [ 0%] Built target microkernel-utils 2024-08-22T20:42:00.1243086Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/double.cpp.o 2024-08-22T20:42:00.1244625Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_single.cpp.o 2024-08-22T20:42:00.1245917Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/complex_double.cpp.o 2024-08-22T20:42:00.1247137Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotm.c.o 2024-08-22T20:42:00.1248312Z [ 0%] Building CXX object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/xerbla.cpp.o 2024-08-22T20:42:00.1249474Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotm.c.o 2024-08-22T20:42:00.1250634Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/srotmg.c.o 2024-08-22T20:42:00.1251789Z [ 0%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/drotmg.c.o 2024-08-22T20:42:00.1252536Z [ 0%] Built target pthreadpool 2024-08-22T20:42:00.1252927Z [ 9%] Built target flatccrt 2024-08-22T20:42:00.1253716Z [ 9%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/lsame.c.o 2024-08-22T20:42:00.1254442Z [ 18%] Built target cpuinfo 2024-08-22T20:42:00.1254811Z [ 18%] Built target flatcc 2024-08-22T20:42:00.1255173Z [ 18%] Built target allocator 2024-08-22T20:42:00.1255542Z [ 18%] Built target logging 2024-08-22T20:42:00.1256046Z [ 27%] Built target flatc 2024-08-22T20:42:00.1256409Z [ 27%] Built target indirection 2024-08-22T20:42:00.1256862Z [ 27%] Built target microparams-init 2024-08-22T20:42:00.1257702Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dspmv.c.o 2024-08-22T20:42:00.1258445Z [ 27%] Built target normalization 2024-08-22T20:42:00.1259257Z [ 27%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ssbmv.c.o 2024-08-22T20:42:00.1260050Z [ 36%] Built target microkernels-prod 2024-08-22T20:42:00.1260467Z [ 45%] Built target packing 2024-08-22T20:42:00.1260834Z [ 45%] Built target memory 2024-08-22T20:42:00.1261184Z [ 45%] Built target mutex 2024-08-22T20:42:00.1261959Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chbmv.c.o 2024-08-22T20:42:00.1263111Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/sspmv.c.o 2024-08-22T20:42:00.1263911Z [ 45%] Built target operator-utils 2024-08-22T20:42:00.1264426Z [ 45%] Built target operator-run 2024-08-22T20:42:00.1264822Z [ 45%] Built target flatcc_cli 2024-08-22T20:42:00.1265234Z [ 45%] Built target bundled_program_schema 2024-08-22T20:42:00.1266197Z [ 45%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhbmv.c.o 2024-08-22T20:42:00.1266948Z [ 45%] Generating common_schema headers 2024-08-22T20:42:00.1267497Z [ 54%] Built target xnnpack_schema 2024-08-22T20:42:00.1267912Z [ 54%] Built target common_schema 2024-08-22T20:42:00.1268371Z [ 54%] Built target post-operation 2024-08-22T20:42:00.1268828Z [ 54%] Built target hardware-config 2024-08-22T20:42:00.1269650Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/chpmv.c.o 2024-08-22T20:42:00.1270375Z [ 54%] Built target cache 2024-08-22T20:42:00.1270722Z [ 54%] Built target jit 2024-08-22T20:42:00.1271081Z [ 54%] Built target etdump_schema 2024-08-22T20:42:00.1271891Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dsbmv.c.o 2024-08-22T20:42:00.1273033Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/zhpmv.c.o 2024-08-22T20:42:00.1273757Z [ 54%] Built target operators 2024-08-22T20:42:00.1274552Z [ 54%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/dtbmv.c.o 2024-08-22T20:42:00.1275308Z [ 54%] Generating program_schema headers 2024-08-22T20:42:00.1275741Z [ 54%] Built target program_schema 2024-08-22T20:42:00.1276148Z [ 63%] Built target subgraph 2024-08-22T20:42:00.1276790Z [ 63%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:00.1277875Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/stbmv.c.o 2024-08-22T20:42:00.1278606Z [ 63%] Built target XNNPACK 2024-08-22T20:42:00.1279268Z [ 63%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:00.1280378Z [ 63%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ctbmv.c.o 2024-08-22T20:42:00.1281564Z [ 72%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/ztbmv.c.o 2024-08-22T20:42:00.1282745Z [ 72%] Building C object kernels/optimized/CMakeFiles/eigen_blas.dir/third-party/eigen/blas/f2c/complexdots.c.o 2024-08-22T20:42:00.1283783Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:00.1284806Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:00.1285911Z [ 72%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:00.1286770Z [ 72%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:00.1287410Z [ 72%] Built target executorch_no_prim_ops 2024-08-22T20:42:00.1287850Z [ 72%] Built target executorch 2024-08-22T20:42:00.1288247Z [ 72%] Built target xnnpack_backend 2024-08-22T20:42:00.1288670Z [ 72%] Built target extension_data_loader 2024-08-22T20:42:00.1289115Z [ 72%] Built target bundled_program 2024-08-22T20:42:00.1289515Z [ 72%] Built target etdump 2024-08-22T20:42:00.1289882Z [ 72%] Built target quantized_kernels 2024-08-22T20:42:00.1290310Z [ 72%] Built target quantized_ops_lib 2024-08-22T20:42:00.1290717Z [ 72%] Built target util 2024-08-22T20:42:00.1291077Z [ 90%] Built target portable_kernels 2024-08-22T20:42:00.1291498Z [100%] Built target portable_ops_lib 2024-08-22T20:42:00.1292022Z [100%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:00.1292560Z [100%] Built target quantized_ops_aot_lib 2024-08-22T20:42:00.1293268Z [100%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:00.1293882Z [100%] Built target portable_lib 2024-08-22T20:42:00.1294326Z [100%] Linking CXX static library libeigen_blas.a 2024-08-22T20:42:00.1294788Z [100%] Built target eigen_blas 2024-08-22T20:42:00.1295412Z [100%] Building CXX object kernels/optimized/CMakeFiles/cpublas.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:00.1296111Z [100%] Linking CXX static library libcpublas.a 2024-08-22T20:42:00.1296557Z [100%] Built target cpublas 2024-08-22T20:42:00.1297360Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa.cpp.o 2024-08-22T20:42:00.1298494Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/op_sdpa_aot.cpp.o 2024-08-22T20:42:00.1299807Z [100%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops_aot_lib.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:42:00.1301247Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:15.2393157Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:15.2395098Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:15.2395815Z | ^ 2024-08-22T20:42:15.2396426Z [100%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:15.2397233Z [100%] Built target custom_ops_aot_lib 2024-08-22T20:42:15.2398491Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags.cc.o 2024-08-22T20:42:15.2400326Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_reporting.cc.o 2024-08-22T20:42:15.2401568Z [ 0%] Built target microkernel-utils 2024-08-22T20:42:15.2402842Z [ 0%] Building CXX object third-party/gflags/CMakeFiles/gflags_nothreads_static.dir/src/gflags_completions.cc.o 2024-08-22T20:42:15.2405072Z [ 0%] Building CXX object backends/xnnpack/third-party/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-08-22T20:42:15.2407221Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-08-22T20:42:15.2408329Z [ 1%] Built target flatccrt 2024-08-22T20:42:15.2408896Z [ 1%] Built target pthreadpool 2024-08-22T20:42:15.2410145Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-08-22T20:42:15.2411910Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-08-22T20:42:15.2413669Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-08-22T20:42:15.2415531Z [ 1%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-08-22T20:42:15.2417218Z [ 2%] Built target cpuinfo 2024-08-22T20:42:15.2417782Z [ 2%] Built target flatcc 2024-08-22T20:42:15.2419079Z [ 2%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-08-22T20:42:15.2420292Z [ 2%] Built target allocator 2024-08-22T20:42:15.2420878Z [ 2%] Built target logging 2024-08-22T20:42:15.2421456Z [ 3%] Built target eigen_blas 2024-08-22T20:42:15.2422024Z [ 3%] Built target indirection 2024-08-22T20:42:15.2422738Z [ 4%] Built target microkernels-prod 2024-08-22T20:42:15.2423376Z [ 5%] Built target flatc 2024-08-22T20:42:15.2424675Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-08-22T20:42:15.2426299Z [ 5%] Built target microparams-init 2024-08-22T20:42:15.2426959Z [ 5%] Built target normalization 2024-08-22T20:42:15.2428305Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-08-22T20:42:15.2430321Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-08-22T20:42:15.2432317Z [ 5%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-08-22T20:42:15.2433561Z [ 6%] Built target packing 2024-08-22T20:42:15.2434098Z [ 6%] Built target mutex 2024-08-22T20:42:15.2434631Z [ 6%] Built target memory 2024-08-22T20:42:15.2436331Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-08-22T20:42:15.2437685Z [ 6%] Built target operator-utils 2024-08-22T20:42:15.2438397Z [ 6%] Built target operator-run 2024-08-22T20:42:15.2439036Z [ 6%] Built target bundled_program_schema 2024-08-22T20:42:15.2439710Z [ 6%] Built target flatcc_cli 2024-08-22T20:42:15.2441134Z [ 6%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-08-22T20:42:15.2442469Z [ 6%] Generating common_schema headers 2024-08-22T20:42:15.2443107Z [ 7%] Built target xnnpack_schema 2024-08-22T20:42:15.2443824Z [ 7%] Built target post-operation 2024-08-22T20:42:15.2445755Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-08-22T20:42:15.2447208Z [ 7%] Built target hardware-config 2024-08-22T20:42:15.2447852Z [ 7%] Built target common_schema 2024-08-22T20:42:15.2449377Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-08-22T20:42:15.2451545Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-08-22T20:42:15.2452812Z [ 7%] Built target jit 2024-08-22T20:42:15.2453343Z [ 7%] Built target cache 2024-08-22T20:42:15.2454708Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-08-22T20:42:15.2456841Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-08-22T20:42:15.2458107Z [ 7%] Built target etdump_schema 2024-08-22T20:42:15.2458705Z [ 7%] Built target operators 2024-08-22T20:42:15.2460146Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-08-22T20:42:15.2462275Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-08-22T20:42:15.2463623Z [ 7%] Generating program_schema headers 2024-08-22T20:42:15.2464299Z [ 7%] Built target program_schema 2024-08-22T20:42:15.2465954Z [ 7%] Building C object backends/xnnpack/third-party/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-08-22T20:42:15.2467282Z [ 8%] Built target subgraph 2024-08-22T20:42:15.2468347Z [ 8%] Built target XNNPACK 2024-08-22T20:42:15.2469371Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method_meta.cpp.o 2024-08-22T20:42:15.2470860Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/method.cpp.o 2024-08-22T20:42:15.2472311Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/program.cpp.o 2024-08-22T20:42:15.2473937Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_portable.cpp.o 2024-08-22T20:42:15.2475753Z [ 8%] Building CXX object CMakeFiles/executorch_no_prim_ops.dir/runtime/executor/tensor_parser_exec_aten.cpp.o 2024-08-22T20:42:15.2477070Z [ 8%] Linking C static library libcpuinfo_internals.a 2024-08-22T20:42:15.2477830Z [ 8%] Built target cpuinfo_internals 2024-08-22T20:42:15.2478687Z [ 8%] Built target convolution-test-helpers 2024-08-22T20:42:15.2480358Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-08-22T20:42:15.2482912Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-08-22T20:42:15.2485538Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-08-22T20:42:15.2488440Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-08-22T20:42:15.2490946Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-08-22T20:42:15.2493435Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-08-22T20:42:15.2495782Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-08-22T20:42:15.2498228Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-08-22T20:42:15.2500780Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-08-22T20:42:15.2503377Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-08-22T20:42:15.2506316Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-08-22T20:42:15.2508978Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-08-22T20:42:15.2511586Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:15.2514185Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:15.2516717Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:15.2518975Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:15.2521467Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:42:15.2524076Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:42:15.2526795Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:42:15.2529823Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:42:15.2532501Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:42:15.2535002Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:42:15.6700065Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:42:15.6702433Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:42:15.6704714Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-08-22T20:42:15.6706988Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-08-22T20:42:15.6709186Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-08-22T20:42:15.6711696Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-08-22T20:42:15.6714077Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-08-22T20:42:15.6716332Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-08-22T20:42:15.6718737Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-08-22T20:42:15.6720831Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-08-22T20:42:15.6723382Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-08-22T20:42:15.6726046Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-08-22T20:42:15.6728632Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-08-22T20:42:15.6731124Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:42:15.6733539Z [ 8%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:42:15.6736258Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:42:15.6884933Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:42:15.6917612Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-08-22T20:42:15.6929139Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-08-22T20:42:15.6931617Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-08-22T20:42:15.6934271Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:15.6936454Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-08-22T20:42:15.6938737Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:42:15.6941033Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-08-22T20:42:15.6943221Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-08-22T20:42:15.6945999Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:15.6948436Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:15.6951202Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:15.6953664Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-08-22T20:42:15.6956147Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:15.6958616Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-08-22T20:42:15.6961064Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-08-22T20:42:15.6963514Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-08-22T20:42:15.6965924Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-08-22T20:42:15.6967891Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-08-22T20:42:15.6970392Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:15.6972937Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:15.6975490Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:15.6977964Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-08-22T20:42:15.6980596Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:15.6983196Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-08-22T20:42:15.6986058Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-08-22T20:42:15.6988452Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-08-22T20:42:15.6990992Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:15.6993551Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:15.6996121Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:15.6998413Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-08-22T20:42:15.7000736Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:42:15.7003337Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:15.7005708Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:42:15.7008140Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-08-22T20:42:16.1664067Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:42:16.1667125Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-08-22T20:42:16.1669758Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-08-22T20:42:16.1672330Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-08-22T20:42:16.1674936Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-08-22T20:42:16.1678086Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-08-22T20:42:16.1681297Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-08-22T20:42:16.1684493Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-08-22T20:42:16.1687354Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-08-22T20:42:16.1689699Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-08-22T20:42:16.1692217Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-08-22T20:42:16.1695514Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-08-22T20:42:16.1698635Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1701273Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:16.1704166Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:16.1707171Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-08-22T20:42:16.1710097Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1713029Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-08-22T20:42:16.1717390Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-08-22T20:42:16.1720235Z [ 9%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-08-22T20:42:16.1723084Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:16.1725819Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-08-22T20:42:16.1728651Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1731451Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-08-22T20:42:16.1734217Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-08-22T20:42:16.1736892Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-08-22T20:42:16.1739429Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1741523Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-08-22T20:42:16.1747499Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-08-22T20:42:16.1751487Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1755456Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-08-22T20:42:16.1758678Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-08-22T20:42:16.1761326Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-08-22T20:42:16.1764395Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-08-22T20:42:16.1767114Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1769681Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-08-22T20:42:16.1771993Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-08-22T20:42:16.1774308Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-08-22T20:42:16.1776802Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1779618Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:16.1782476Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:16.1785540Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-08-22T20:42:16.1788484Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1791378Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:16.1794092Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:16.1796932Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-08-22T20:42:16.1799646Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1802358Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-08-22T20:42:16.1805033Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-08-22T20:42:16.1807765Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-08-22T20:42:16.1810363Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.1812905Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-08-22T20:42:16.7639931Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-08-22T20:42:16.7642663Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-08-22T20:42:16.7645370Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.7648054Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-08-22T20:42:16.7651227Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-08-22T20:42:16.7652675Z [ 10%] Linking CXX static library libexecutorch_no_prim_ops.a 2024-08-22T20:42:16.7654214Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-08-22T20:42:16.7656391Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.7658742Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-08-22T20:42:16.7660295Z [ 10%] Built target executorch_no_prim_ops 2024-08-22T20:42:16.7662009Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-08-22T20:42:16.7664676Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-08-22T20:42:16.7666507Z [ 10%] Built target executorch 2024-08-22T20:42:16.7668451Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-08-22T20:42:16.7670785Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-08-22T20:42:16.7672276Z [ 10%] Built target cpublas 2024-08-22T20:42:16.7672819Z [ 10%] Built target xnnpack_backend 2024-08-22T20:42:16.7674453Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-08-22T20:42:16.7675941Z [ 10%] Built target etdump 2024-08-22T20:42:16.7676474Z [ 10%] Built target bundled_program 2024-08-22T20:42:16.7678011Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-08-22T20:42:16.7680459Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-08-22T20:42:16.7682380Z [ 10%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/op_sdpa.cpp.o 2024-08-22T20:42:16.7684294Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-08-22T20:42:16.7686545Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-08-22T20:42:16.7688783Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-08-22T20:42:16.7691010Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-08-22T20:42:16.7693205Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-08-22T20:42:16.7695136Z [ 10%] Building CXX object examples/models/llama2/custom_ops/CMakeFiles/custom_ops.dir/__/__/__/__/extension/parallel/thread_parallel.cpp.o 2024-08-22T20:42:16.7697261Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-08-22T20:42:16.7699460Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-08-22T20:42:16.7701947Z [ 10%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-08-22T20:42:16.7704402Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-08-22T20:42:16.7707199Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-08-22T20:42:16.7709600Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:16.7711394Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/blas/CPUBlas.cpp.o 2024-08-22T20:42:16.7712420Z [ 11%] Built target quantized_kernels 2024-08-22T20:42:16.7713397Z [ 11%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_add.cpp.o 2024-08-22T20:42:16.7715369Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-08-22T20:42:16.7717600Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-08-22T20:42:16.7719776Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:16.7723410Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-08-22T20:42:16.7725686Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-08-22T20:42:16.7727971Z [ 11%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:16.7729354Z [ 11%] Built target util 2024-08-22T20:42:16.7729906Z [ 13%] Built target portable_kernels 2024-08-22T20:42:16.7731366Z [ 13%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-08-22T20:42:16.7732741Z [ 13%] Built target extension_data_loader 2024-08-22T20:42:16.7733357Z [ 13%] Built target quantized_ops_lib 2024-08-22T20:42:16.7734101Z [ 13%] Linking CXX shared library libquantized_ops_aot_lib.so 2024-08-22T20:42:16.7734839Z [ 14%] Built target portable_ops_lib 2024-08-22T20:42:16.7736312Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-08-22T20:42:16.7737968Z [ 14%] Building CXX object extension/module/CMakeFiles/extension_module.dir/module.cpp.o 2024-08-22T20:42:16.7739900Z [ 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-08-22T20:42:16.7741471Z [ 14%] Building CXX object extension/module/CMakeFiles/extension_module_static.dir/module.cpp.o 2024-08-22T20:42:16.7742783Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_bmm.cpp.o 2024-08-22T20:42:16.7745354Z [ 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-08-22T20:42:16.7747824Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-08-22T20:42:16.7750138Z [ 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-08-22T20:42:16.7752382Z [ 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-08-22T20:42:16.7754334Z [ 14%] Linking CXX static library libgflags_nothreads.a 2024-08-22T20:42:16.7756083Z [ 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-08-22T20:42:16.7758567Z [ 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-08-22T20:42:16.7761127Z [ 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-08-22T20:42:16.7762639Z [ 14%] Built target gflags_nothreads_static 2024-08-22T20:42:16.7764306Z [ 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-08-22T20:42:16.7766160Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_div.cpp.o 2024-08-22T20:42:16.7768068Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:42:16.7770762Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-08-22T20:42:18.3350847Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-08-22T20:42:18.3354062Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-08-22T20:42:18.3356563Z [ 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-08-22T20:42:18.3359093Z [ 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-08-22T20:42:18.3361420Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-08-22T20:42:18.3363182Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_exp.cpp.o 2024-08-22T20:42:18.3365305Z [ 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-08-22T20:42:18.3367878Z [ 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-08-22T20:42:18.3370368Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-08-22T20:42:18.3372859Z [ 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-08-22T20:42:18.3375143Z [ 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-08-22T20:42:18.3377552Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-08-22T20:42:18.3380014Z [ 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-08-22T20:42:18.3382112Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:42:18.3384243Z [ 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-08-22T20:42:18.3386801Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-08-22T20:42:18.3389095Z [ 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-08-22T20:42:18.3392188Z [ 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-08-22T20:42:18.3393687Z [ 14%] Built target quantized_ops_aot_lib 2024-08-22T20:42:18.3394949Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:42:18.3396610Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_le.cpp.o 2024-08-22T20:42:18.3398775Z [ 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-08-22T20:42:18.3400943Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs.cpp.o 2024-08-22T20:42:18.3403195Z [ 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-08-22T20:42:18.3405778Z [ 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-08-22T20:42:18.3407627Z [ 14%] Linking CXX shared library _portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:42:18.3409948Z [ 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-08-22T20:42:18.3412502Z [ 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-08-22T20:42:18.3414966Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-08-22T20:42:18.3417383Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-08-22T20:42:18.3419948Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:18.3422660Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:18.3425431Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:18.3428489Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:18.3430485Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_mul.cpp.o 2024-08-22T20:42:18.3432220Z [ 14%] Building CXX object backends/xnnpack/CMakeFiles/xnn_executor_runner.dir/__/__/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:42:18.3434379Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp: In lambda function: 2024-08-22T20:42:18.3437075Z /pytorch/torchchat/et-build/src/executorch/examples/models/llama2/custom_ops/op_sdpa.cpp:505:17: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:18.3438851Z 505 | [scaling_factor](Vec x, Vec y) { 2024-08-22T20:42:18.3439527Z | ^ 2024-08-22T20:42:18.3441191Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:18.3443335Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_native_layer_norm.cpp.o 2024-08-22T20:42:18.3446102Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-08-22T20:42:18.3449060Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-08-22T20:42:18.3451685Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:18.3454432Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-08-22T20:42:18.3456427Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_neg.cpp.o 2024-08-22T20:42:18.3457554Z [ 14%] Linking CXX shared library libextension_module.so 2024-08-22T20:42:18.3458954Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp: In lambda function: 2024-08-22T20:42:18.3461334Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_exp.cpp:39:7: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:18.3463134Z 39 | [](Vec x) { return x.exp(); }, out_data, in_data, numel); 2024-08-22T20:42:18.3463924Z | ^ 2024-08-22T20:42:18.3465513Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-08-22T20:42:18.3468808Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-08-22T20:42:18.3470537Z [ 14%] Linking CXX static library libextension_module_static.a 2024-08-22T20:42:18.3471335Z [ 14%] Built target extension_module 2024-08-22T20:42:18.3471990Z [ 14%] Built target extension_module_static 2024-08-22T20:42:18.3473081Z [ 14%] Building CXX object kernels/optimized/CMakeFiles/optimized_kernels.dir/cpu/op_sub.cpp.o 2024-08-22T20:42:18.3475291Z [ 14%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-08-22T20:42:18.3477932Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-08-22T20:42:18.3480605Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:18.3483294Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-08-22T20:42:18.3485908Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-08-22T20:42:18.3488482Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:42:19.0369428Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:42:19.0372264Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:42:19.0374989Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:42:19.0377742Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:42:19.0380321Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:42:19.0381998Z [ 15%] Linking CXX executable xnn_executor_runner 2024-08-22T20:42:19.0384309Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:42:19.0387242Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:42:19.0389931Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:42:19.0392622Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:42:19.0395308Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:42:19.0398000Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:42:19.0400682Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:42:19.0403365Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:42:19.0406380Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:42:19.0409081Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:42:19.0411775Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:42:19.0414419Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:42:19.0417158Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-08-22T20:42:19.0419847Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-08-22T20:42:19.0422538Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-08-22T20:42:19.0425243Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-08-22T20:42:19.0428086Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-08-22T20:42:19.0430726Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-08-22T20:42:19.0433383Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-08-22T20:42:19.0435983Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-08-22T20:42:19.0438635Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-08-22T20:42:19.0441310Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-08-22T20:42:19.0445088Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-08-22T20:42:19.0448411Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-08-22T20:42:19.0451440Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-08-22T20:42:19.0454854Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-08-22T20:42:19.0458280Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-08-22T20:42:19.0461657Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-08-22T20:42:19.0465128Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-08-22T20:42:19.0468622Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-08-22T20:42:19.0472270Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-08-22T20:42:19.0475552Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-08-22T20:42:19.0478775Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-08-22T20:42:19.0482045Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-08-22T20:42:19.0485367Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-08-22T20:42:19.0488029Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp: In lambda function: 2024-08-22T20:42:19.0490598Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_native_layer_norm.cpp:97:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:19.0492508Z 97 | [scale, offset](Vec x, Vec gamma, Vec beta) { 2024-08-22T20:42:19.0493205Z | ^ 2024-08-22T20:42:19.0494992Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-08-22T20:42:19.0497800Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-08-22T20:42:19.0500332Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-08-22T20:42:19.0502913Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-08-22T20:42:19.0505472Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-08-22T20:42:19.0508204Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-08-22T20:42:19.0510995Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-08-22T20:42:19.0513531Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-08-22T20:42:19.0516088Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-08-22T20:42:19.5758020Z [ 15%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-08-22T20:42:19.5760777Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-08-22T20:42:19.5763475Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-08-22T20:42:19.5768995Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-08-22T20:42:19.5771502Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-08-22T20:42:19.5776843Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-08-22T20:42:19.5779566Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-08-22T20:42:19.5786798Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-08-22T20:42:19.5788871Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/kernel/kernel_includes.h:21, 2024-08-22T20:42:19.5790657Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:11: 2024-08-22T20:42:19.5795253Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp: In lambda function: 2024-08-22T20:42:19.5798508Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:32:9: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:19.5803103Z 32 | [](Vec x) { return x.neg(); }, 2024-08-22T20:42:19.5804829Z | ^ 2024-08-22T20:42:19.5806584Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:19.5808526Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:19.5812162Z | ^~~~~~~~~~~ 2024-08-22T20:42:19.5831311Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:19.5832925Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:19.5833585Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:19.5835297Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:19.5836920Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:19.5837641Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:19.5839094Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_neg.cpp:29:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:42:19.5840502Z 29 | ET_SWITCH_REAL_TYPES(in.scalar_type(), ctx, "neg.out", CTYPE, [&] { 2024-08-22T20:42:19.5841222Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:19.5842544Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-08-22T20:42:19.5845233Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-08-22T20:42:19.5847279Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-08-22T20:42:19.5849383Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-08-22T20:42:19.5851525Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:19.5853660Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-08-22T20:42:19.5855839Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:19.5858090Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-08-22T20:42:19.5860320Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:19.5862831Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-08-22T20:42:19.5865158Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-08-22T20:42:19.5867725Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-08-22T20:42:19.5869879Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-08-22T20:42:19.5872057Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-08-22T20:42:19.5874266Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:19.5876460Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:19.5878776Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:19.5880312Z [ 16%] Built target xnn_executor_runner 2024-08-22T20:42:19.5881789Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-08-22T20:42:19.5883973Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-08-22T20:42:19.5886273Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-08-22T20:42:19.5888646Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-08-22T20:42:19.5890958Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-08-22T20:42:19.5893259Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-08-22T20:42:19.5895614Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-08-22T20:42:19.5898323Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-08-22T20:42:19.5900685Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-08-22T20:42:19.5903111Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:19.5905541Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:19.5908080Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:19.5910394Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-08-22T20:42:19.5912861Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-08-22T20:42:19.5915372Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-08-22T20:42:19.5917865Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-08-22T20:42:19.5920069Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-08-22T20:42:19.5922320Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-08-22T20:42:19.5924484Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-08-22T20:42:20.1186066Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-08-22T20:42:20.1188616Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-08-22T20:42:20.1191199Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-08-22T20:42:20.1193777Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-08-22T20:42:20.1196367Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-08-22T20:42:20.1198913Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-08-22T20:42:20.1201481Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-08-22T20:42:20.1204030Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-08-22T20:42:20.1206584Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-08-22T20:42:20.1209107Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-08-22T20:42:20.1211617Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-08-22T20:42:20.1215364Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-08-22T20:42:20.1217812Z [ 16%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-08-22T20:42:20.1220226Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-08-22T20:42:20.1222743Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-08-22T20:42:20.1225320Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-08-22T20:42:20.1228049Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-08-22T20:42:20.1230663Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-08-22T20:42:20.1233285Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-08-22T20:42:20.1235855Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-08-22T20:42:20.1238818Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-08-22T20:42:20.1241413Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-08-22T20:42:20.1243937Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-08-22T20:42:20.1248707Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-08-22T20:42:20.1251126Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-08-22T20:42:20.1253574Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-08-22T20:42:20.1256013Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-08-22T20:42:20.1258398Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-08-22T20:42:20.1260811Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-08-22T20:42:20.1263212Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-08-22T20:42:20.1265820Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-08-22T20:42:20.1268261Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-08-22T20:42:20.1270706Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-08-22T20:42:20.1273151Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-08-22T20:42:20.1275543Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-08-22T20:42:20.1278414Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-08-22T20:42:20.1280850Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-08-22T20:42:20.1283261Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-08-22T20:42:20.1285682Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-08-22T20:42:20.1289611Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-08-22T20:42:20.1291982Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-08-22T20:42:20.1294436Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-08-22T20:42:20.1297013Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-08-22T20:42:20.1299566Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-08-22T20:42:20.1302464Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-08-22T20:42:20.1305059Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-08-22T20:42:20.1307839Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-08-22T20:42:20.1310448Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-08-22T20:42:20.1312013Z [ 17%] Linking CXX static library libcustom_ops.a 2024-08-22T20:42:20.1313783Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-08-22T20:42:20.1316315Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-08-22T20:42:20.1318786Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-08-22T20:42:20.1321217Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-08-22T20:42:20.1323640Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-08-22T20:42:20.1325089Z [ 17%] Built target custom_ops 2024-08-22T20:42:20.1326674Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-08-22T20:42:20.1329105Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-08-22T20:42:20.1331672Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-08-22T20:42:20.5501891Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-08-22T20:42:20.5504572Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-08-22T20:42:20.5507780Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-08-22T20:42:20.5510366Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-08-22T20:42:20.5512875Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-08-22T20:42:20.5515521Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-08-22T20:42:20.5518054Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-08-22T20:42:20.5520479Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-08-22T20:42:20.5522974Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-08-22T20:42:20.5525448Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-08-22T20:42:20.5527979Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-08-22T20:42:20.5530928Z [ 17%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-08-22T20:42:20.5533554Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-08-22T20:42:20.5536133Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-08-22T20:42:20.5538729Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-08-22T20:42:20.5542219Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-08-22T20:42:20.5544979Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-08-22T20:42:20.5547691Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-08-22T20:42:20.5550186Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-08-22T20:42:20.5552661Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-08-22T20:42:20.5555129Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-08-22T20:42:20.5557641Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-08-22T20:42:20.5560187Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-08-22T20:42:20.5562816Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-08-22T20:42:20.5565426Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-08-22T20:42:20.5567797Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-08-22T20:42:20.5570722Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-08-22T20:42:20.5573284Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-08-22T20:42:20.5575919Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-08-22T20:42:20.5578492Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-08-22T20:42:20.5581011Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-08-22T20:42:20.5583457Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-08-22T20:42:20.5586196Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-08-22T20:42:20.5588614Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-08-22T20:42:20.5591400Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-08-22T20:42:20.5594503Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-08-22T20:42:20.5598015Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-08-22T20:42:20.5601550Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-08-22T20:42:20.5605144Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-08-22T20:42:20.5608681Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-08-22T20:42:20.5612249Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-08-22T20:42:20.5615781Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-08-22T20:42:20.5619399Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-08-22T20:42:20.5623280Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-08-22T20:42:20.5626996Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-08-22T20:42:20.5630730Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-08-22T20:42:20.5634389Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-08-22T20:42:20.5637981Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-08-22T20:42:20.5641296Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-08-22T20:42:20.5644447Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-08-22T20:42:20.5647713Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-08-22T20:42:20.5650117Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-08-22T20:42:20.5652545Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-08-22T20:42:20.5655246Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-08-22T20:42:20.5657761Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-08-22T20:42:20.5660277Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-08-22T20:42:21.0738216Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-08-22T20:42:21.0740877Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-08-22T20:42:21.0743922Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-08-22T20:42:21.0746863Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-08-22T20:42:21.0749412Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-08-22T20:42:21.0751977Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-08-22T20:42:21.0754552Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-08-22T20:42:21.0756970Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-08-22T20:42:21.0759409Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-08-22T20:42:21.0761797Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-08-22T20:42:21.0764225Z [ 18%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-08-22T20:42:21.0766925Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-08-22T20:42:21.0769399Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-08-22T20:42:21.0771807Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-08-22T20:42:21.0774267Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-08-22T20:42:21.0776645Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-08-22T20:42:21.0779052Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-08-22T20:42:21.0781583Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-08-22T20:42:21.0784697Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-08-22T20:42:21.0787502Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-08-22T20:42:21.0790137Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:21.0792789Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-08-22T20:42:21.0795406Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-08-22T20:42:21.0798001Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-08-22T20:42:21.0800502Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-08-22T20:42:21.0803013Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-08-22T20:42:21.0805937Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-08-22T20:42:21.0808454Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-08-22T20:42:21.0810944Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-08-22T20:42:21.0813428Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-08-22T20:42:21.0815893Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-08-22T20:42:21.0818371Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-08-22T20:42:21.0820851Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-08-22T20:42:21.0823247Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-08-22T20:42:21.0825909Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-08-22T20:42:21.0828525Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-08-22T20:42:21.0831302Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-08-22T20:42:21.0834085Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-08-22T20:42:21.0836652Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-08-22T20:42:21.0839006Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-08-22T20:42:21.0841437Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-08-22T20:42:21.0848739Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-08-22T20:42:21.0851204Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-08-22T20:42:21.0853709Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-08-22T20:42:21.0856248Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-08-22T20:42:21.0858759Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-08-22T20:42:21.0861257Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-08-22T20:42:21.0863762Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-08-22T20:42:21.0866491Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-08-22T20:42:21.0868985Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-08-22T20:42:21.0871867Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-08-22T20:42:21.0874375Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-08-22T20:42:21.0876833Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-08-22T20:42:21.0880038Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-08-22T20:42:21.0882567Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-08-22T20:42:21.0885135Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-08-22T20:42:21.0887699Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-08-22T20:42:21.4526766Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-08-22T20:42:21.4529213Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-08-22T20:42:21.4531664Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:21.4534163Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-08-22T20:42:21.4536665Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-08-22T20:42:21.4539214Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-08-22T20:42:21.4541676Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-08-22T20:42:21.4545157Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-08-22T20:42:21.4547893Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-08-22T20:42:21.4550097Z [ 19%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-08-22T20:42:21.4552193Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-08-22T20:42:21.4554236Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-08-22T20:42:21.4556538Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:42:21.4558750Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:42:21.4561330Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:21.4564275Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:42:21.4566884Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:42:21.4569496Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:21.4572719Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-08-22T20:42:21.4574837Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-08-22T20:42:21.4576873Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-08-22T20:42:21.4578903Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-08-22T20:42:21.4580913Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-08-22T20:42:21.4582917Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-08-22T20:42:21.4584924Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-08-22T20:42:21.4587109Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-08-22T20:42:21.4589122Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-08-22T20:42:21.4591152Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-08-22T20:42:21.4593264Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-08-22T20:42:21.4595316Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-08-22T20:42:21.4597724Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-08-22T20:42:21.4600209Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-08-22T20:42:21.4602291Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-08-22T20:42:21.4604572Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-08-22T20:42:21.4606915Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-08-22T20:42:21.4608879Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:21.4610673Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:21.4612168Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:11: 2024-08-22T20:42:21.4613642Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp: In lambda function: 2024-08-22T20:42:21.4615894Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:105:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:21.4617571Z 105 | [alpha_val](Vec x, Vec y) { return x - Vec(alpha_val) * y; }, 2024-08-22T20:42:21.4618270Z | ^ 2024-08-22T20:42:21.4619732Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:21.4621151Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:21.4621746Z | ^~~~~~~~~~~ 2024-08-22T20:42:21.4623222Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:21.4624687Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:21.4625347Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:21.4627185Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1093:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:21.4628790Z 1093 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__)) 2024-08-22T20:42:21.4629527Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:21.4630899Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_sub.cpp:98:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES’ 2024-08-22T20:42:21.4632308Z 98 | ET_SWITCH_REAL_TYPES(out_type, ctx, "sub.out", CTYPE, [&]() { 2024-08-22T20:42:21.4633029Z | ^~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:21.4634447Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-08-22T20:42:21.4636495Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-08-22T20:42:21.4638571Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-08-22T20:42:21.4640664Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-08-22T20:42:21.4642814Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-08-22T20:42:21.4647627Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-08-22T20:42:21.4650175Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-08-22T20:42:21.4652233Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-08-22T20:42:21.7969383Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-08-22T20:42:21.7971456Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-08-22T20:42:21.7973509Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-08-22T20:42:21.7975608Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-08-22T20:42:21.7977756Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-08-22T20:42:21.7979848Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-08-22T20:42:21.7982202Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-08-22T20:42:21.7984209Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-08-22T20:42:21.7986371Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-08-22T20:42:21.7988361Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-08-22T20:42:21.7990353Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-08-22T20:42:21.7992374Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-08-22T20:42:21.7994416Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-08-22T20:42:21.7996546Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-08-22T20:42:21.7998660Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-08-22T20:42:21.8000969Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:21.8003413Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:42:21.8005829Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:21.8008195Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:21.8010606Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:21.8013345Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:21.8015800Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:21.8018708Z [ 20%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:21.8021467Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:21.8023966Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:21.8026636Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:21.8029045Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:21.8031586Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:42:21.8033992Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:21.8036604Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:21.8039013Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:21.8041420Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:21.8043835Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:21.8046366Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:21.8048151Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:21.8049913Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:21.8052072Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:42:21.8054410Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:42:21.8056816Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:21.8059266Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:21.8061779Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:21.8064404Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:21.8067022Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:21.8069924Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:21.8072368Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:21.8074905Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:21.8077608Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:21.8080062Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:21.8082536Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:21.8085272Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:21.8087901Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:21.8090949Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:21.8093723Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:22.0303570Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:22.0306619Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:22.0309379Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:22.0312146Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:22.0314988Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:22.0317659Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:22.0320199Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:22.0322794Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:22.0325544Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:22.0328327Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:22.0331126Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:22.0333733Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:22.0336842Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:22.0339558Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:22.0342363Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:22.0348626Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:22.0351454Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:22.0354610Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:22.0357537Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:22.0360421Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:22.0363272Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:22.0365321Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:22.0367104Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:11: 2024-08-22T20:42:22.0368834Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp: In lambda function: 2024-08-22T20:42:22.0371372Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:102:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:22.0373167Z 102 | [alpha_val](Vec x, Vec y) { return x + Vec(alpha_val) * y; }, 2024-08-22T20:42:22.0374019Z | ^ 2024-08-22T20:42:22.0375858Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:22.0377641Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:22.0378362Z | ^~~~~~~~~~~ 2024-08-22T20:42:22.0380184Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:22.0382050Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:22.0382870Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.0384675Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:22.0386746Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:22.0387761Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.0389643Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:22.0391401Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:22.0392171Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.0393894Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:22.0396212Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:22.0397056Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.0398631Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_add.cpp:95:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:42:22.0400229Z 95 | ET_SWITCH_REALB_TYPES(a_type, ctx, "add.out", CTYPE, [&]() { 2024-08-22T20:42:22.0401040Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.0402907Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:22.0405750Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:22.0408482Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:22.0411593Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:22.0414664Z [ 21%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:22.0417924Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:22.0420650Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:22.0423489Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:22.0426477Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:22.0429350Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:22.0432190Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:22.0434978Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:22.0437848Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:22.0440666Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:22.0443423Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:22.0446486Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:22.5126306Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-08-22T20:42:22.5128949Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-08-22T20:42:22.5131432Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-08-22T20:42:22.5133870Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-08-22T20:42:22.5136696Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-08-22T20:42:22.5139162Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-08-22T20:42:22.5141528Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-08-22T20:42:22.5143939Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-08-22T20:42:22.5146887Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-08-22T20:42:22.5163408Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-08-22T20:42:22.5165932Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-08-22T20:42:22.5168596Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-08-22T20:42:22.5171615Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-08-22T20:42:22.5174417Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:22.5177138Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:22.5180204Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:22.5183195Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:22.5186346Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:22.5189068Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:22.5191893Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qb4w-gemm/gen/qd8-f16-qb4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:22.5194634Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-08-22T20:42:22.5197515Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:22.5199944Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:22.5201877Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:22.5203537Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:11: 2024-08-22T20:42:22.5205190Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp: In lambda function: 2024-08-22T20:42:22.5207588Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:114:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:22.5209718Z 114 | [](Vec x, Vec y) { return x * y; }, 2024-08-22T20:42:22.5210343Z | ^ 2024-08-22T20:42:22.5212049Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:22.5213674Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:22.5214326Z | ^~~~~~~~~~~ 2024-08-22T20:42:22.5215999Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:22.5217690Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:22.5218482Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.5220409Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:22.5222436Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:22.5223299Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.5225333Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:22.5227771Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:22.5228661Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.5230601Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1117:3: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:22.5232600Z 1117 | ET_SWITCH_REAL_TYPES_AND(Bool, TYPE, CONTEXT, NAME, CTYPE_ALIAS, __VA_ARGS__) 2024-08-22T20:42:22.5233588Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.5235234Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_mul.cpp:111:5: note: in expansion of macro ‘ET_SWITCH_REALB_TYPES’ 2024-08-22T20:42:22.5236989Z 111 | ET_SWITCH_REALB_TYPES(out_type, ctx, "mul.out", CTYPE, [&]() { 2024-08-22T20:42:22.5237808Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:22.5239673Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:22.5242576Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:22.5246022Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:22.5248399Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:22.5250758Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:22.5253088Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:22.5255414Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:22.5257723Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:22.5260064Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:22.5262666Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:22.5264981Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:22.5267972Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:22.5270750Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:22.5273511Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-08-22T20:42:22.5276510Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-08-22T20:42:23.3774675Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-08-22T20:42:23.3778476Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-08-22T20:42:23.3781440Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-08-22T20:42:23.3784395Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-08-22T20:42:23.3787441Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-08-22T20:42:23.3790606Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3793678Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3796758Z [ 22%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3799785Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3802957Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3806052Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3809076Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3812191Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3815285Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3818330Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3821794Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3824888Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3828263Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3831265Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3834283Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3837481Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3840566Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3844011Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3849138Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3852275Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3855261Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3858419Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3861513Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3864534Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3867804Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3870978Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3874058Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3877002Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3880030Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3882929Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3885776Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:23.3888974Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3891941Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3894913Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3897734Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:23.3900527Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3903572Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3906732Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3909963Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:23.3912791Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3915698Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:23.3919001Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:23.3921916Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:23.3924774Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0713781Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0716974Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0719764Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0722693Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0725404Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:24.0728148Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:24.0730853Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:24.0733568Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:24.0736579Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:24.0740339Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:24.0743385Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:24.0746893Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:24.0749913Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:24.0753096Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:24.0756220Z [ 23%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:24.0759387Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:24.0762868Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:24.0766077Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:24.0769028Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:24.0771995Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:24.0774988Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:24.0778156Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:24.0781344Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:24.0784511Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:24.0787831Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:24.0790809Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:24.0793919Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0797137Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0800221Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0803345Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0806950Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0810279Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0813755Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0817257Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0820755Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0824242Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0827951Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0831304Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0834675Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0838022Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0841371Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0845866Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0849061Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0852257Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0855481Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.0858692Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.0861850Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.0865217Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7520383Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7523889Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7527393Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7530732Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7532679Z [ 24%] Built target portable_lib 2024-08-22T20:42:24.7534823Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7538230Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7541592Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7545463Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7549503Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7552839Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7555564Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:24.7557670Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:24.7559463Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:11: 2024-08-22T20:42:24.7561218Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp: In lambda function: 2024-08-22T20:42:24.7563753Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:49:15: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:24.7565625Z 49 | [](Vec x, Vec y) { return x.le(y); }, 2024-08-22T20:42:24.7566345Z | ^ 2024-08-22T20:42:24.7568180Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:24.7569978Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:24.7570719Z | ^~~~~~~~~~~ 2024-08-22T20:42:24.7572520Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:24.7574424Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:24.7575260Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:24.7577261Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:24.7579391Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:24.7580365Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:24.7582390Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:24.7584318Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:24.7585054Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:24.7586947Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_le.cpp:45:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:24.7588448Z 45 | ET_SWITCH_REAL_TYPES_AND( 2024-08-22T20:42:24.7589095Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:24.7590973Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7594094Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7596094Z [ 24%] Linking CXX shared library libcustom_ops_aot_lib.so 2024-08-22T20:42:24.7598357Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7601614Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7605101Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7608279Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7610874Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7614009Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7617256Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7620507Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7623723Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7627109Z [ 24%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7630336Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7633600Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7636912Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7640186Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7643383Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7646901Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7650399Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7653527Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7656392Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:24.7658907Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:24.7661650Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:24.7664820Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3702848Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3706695Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3709515Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3712647Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3715844Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3718804Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3721995Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3723718Z [ 25%] Built target custom_ops_aot_lib 2024-08-22T20:42:25.3725764Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3728968Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3731616Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3734419Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3737471Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3740580Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3743356Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3748252Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3751664Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3754506Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3757473Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3760422Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3763388Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3766394Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3769763Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3772805Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3775853Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3778857Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3781771Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3784575Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3787792Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3790890Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3794040Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3797144Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3800252Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3803116Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3806765Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3810032Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3813704Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3816615Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3819594Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3822685Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3825954Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.3829170Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3832291Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.3835642Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.3838479Z [ 25%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:42:25.3841399Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:42:25.3845420Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:42:25.3848808Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:42:25.3851700Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-08-22T20:42:25.3854346Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:25.9606410Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:25.9608807Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:25.9611416Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:25.9614049Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:25.9616643Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:25.9619232Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-08-22T20:42:25.9621685Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-08-22T20:42:25.9624027Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-08-22T20:42:25.9627077Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-08-22T20:42:25.9629564Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-08-22T20:42:25.9632137Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-08-22T20:42:25.9634811Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:42:25.9637442Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:42:25.9640077Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:42:25.9642666Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:42:25.9645946Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:42:25.9648655Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:42:25.9651656Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:25.9654290Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:25.9656931Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:25.9659710Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:25.9662535Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:25.9665359Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:25.9668124Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-08-22T20:42:25.9670594Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-08-22T20:42:25.9673173Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-08-22T20:42:25.9675950Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:25.9678874Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:25.9681808Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9684872Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9687982Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9691540Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9694555Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9697541Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9700580Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9703731Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9707184Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9710399Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9713689Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9716750Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9719972Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9723082Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9726151Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9729134Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9732138Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9735205Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9738588Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9741638Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9745069Z [ 26%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:25.9748426Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:25.9751625Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:25.9754812Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6637106Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6640335Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6643447Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6646790Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6649938Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6653028Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6655914Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:26.6658966Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6661872Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6664964Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6668045Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:26.6670909Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6673856Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6676691Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6679479Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-08-22T20:42:26.6682296Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6685145Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6688062Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6690922Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6693813Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6696997Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6700115Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6703089Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6706248Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6708907Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-08-22T20:42:26.6711434Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-08-22T20:42:26.6714424Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-08-22T20:42:26.6716972Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-08-22T20:42:26.6719508Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:26.6722439Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:26.6725282Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:26.6728225Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:26.6731350Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:26.6734620Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:26.6737666Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:26.6740758Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:26.6743751Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:26.6747359Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-08-22T20:42:26.6750332Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-08-22T20:42:26.6753270Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-08-22T20:42:26.6756243Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-08-22T20:42:26.6759178Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-08-22T20:42:26.6762119Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-08-22T20:42:26.6765812Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-08-22T20:42:26.6768823Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-08-22T20:42:26.6771882Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-08-22T20:42:26.6774810Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:26.6777581Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:26.6780388Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:26.6783049Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1766670Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1769138Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1771754Z [ 27%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1774290Z [ 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-08-22T20:42:27.1777171Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1780094Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1783043Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1786183Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1789057Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1791924Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1794834Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1797603Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1800448Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1803301Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1805707Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1809017Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1811878Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1814810Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1817765Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1820564Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1823249Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1826384Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1829399Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1832533Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1835380Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1838316Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1841229Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1843969Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1848968Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1851887Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1855932Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1859149Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1862038Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1864873Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1867159Z In file included from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/selective_build.h:44, 2024-08-22T20:42:27.1868992Z from /pytorch/torchchat/et-build/src/executorch/../executorch/kernels/portable/cpu/scalar_utils.h:15, 2024-08-22T20:42:27.1870648Z from /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:11: 2024-08-22T20:42:27.1872415Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp: In lambda function: 2024-08-22T20:42:27.1875379Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:64:11: note: the ABI for passing parameters with 32-byte alignment has changed in GCC 4.6 2024-08-22T20:42:27.1877226Z 64 | [](Vec x, Vec y) { return x / y; }, 2024-08-22T20:42:27.1877915Z | ^ 2024-08-22T20:42:27.1879738Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:888:7: note: in definition of macro ‘ET_INTERNAL_SWITCH’ 2024-08-22T20:42:27.1881521Z 888 | __VA_ARGS__ \ 2024-08-22T20:42:27.1882246Z | ^~~~~~~~~~~ 2024-08-22T20:42:27.1884079Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:947:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE’ 2024-08-22T20:42:27.1885949Z 947 | ET_INTERNAL_SWITCH_CASE( \ 2024-08-22T20:42:27.1886774Z | ^~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:27.1888831Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:963:3: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES’ 2024-08-22T20:42:27.1890925Z 963 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES(CTYPE_ALIAS, __VA_ARGS__) \ 2024-08-22T20:42:27.1891874Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:27.1894232Z /pytorch/torchchat/et-build/src/executorch/../executorch/runtime/core/exec_aten/util/scalar_type_util.h:1101:7: note: in expansion of macro ‘ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND’ 2024-08-22T20:42:27.1896219Z 1101 | ET_INTERNAL_SWITCH_CASE_REAL_TYPES_AND( \ 2024-08-22T20:42:27.1897029Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:27.1898815Z /pytorch/torchchat/et-build/src/executorch/kernels/optimized/cpu/op_div.cpp:61:5: note: in expansion of macro ‘ET_SWITCH_REAL_TYPES_AND’ 2024-08-22T20:42:27.1900608Z 61 | ET_SWITCH_REAL_TYPES_AND(Bool, out_type, ctx, "div.out", CTYPE, [&]() { 2024-08-22T20:42:27.1901507Z | ^~~~~~~~~~~~~~~~~~~~~~~~ 2024-08-22T20:42:27.1903419Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.1906592Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.1909554Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.1912512Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.1915453Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7239514Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.7242158Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.7245319Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.7247678Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7250138Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.7253424Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.7256218Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.7259062Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7262007Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.7264838Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.7267919Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.7270765Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7273389Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.7276382Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.7279170Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.7281943Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7284702Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.7287515Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.7290303Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-08-22T20:42:27.7293169Z [ 28%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7295939Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-08-22T20:42:27.7298771Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-08-22T20:42:27.7301632Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-08-22T20:42:27.7304589Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-08-22T20:42:27.7310413Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-08-22T20:42:27.7313398Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-08-22T20:42:27.7316250Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-08-22T20:42:27.7319294Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-08-22T20:42:27.7321677Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-08-22T20:42:27.7324118Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-08-22T20:42:27.7326557Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-08-22T20:42:27.7329152Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-08-22T20:42:27.7331722Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-08-22T20:42:27.7334205Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-08-22T20:42:27.7336531Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-08-22T20:42:27.7338803Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-08-22T20:42:27.7341498Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-08-22T20:42:27.7344040Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-08-22T20:42:27.7346987Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-08-22T20:42:27.7349591Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-08-22T20:42:27.7352211Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-08-22T20:42:27.7354736Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-08-22T20:42:27.7357175Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-08-22T20:42:27.7359901Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-08-22T20:42:27.7362444Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-08-22T20:42:27.7365210Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:27.7368036Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:27.7370844Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:27.7373638Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-08-22T20:42:27.7376397Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-08-22T20:42:27.7379139Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-08-22T20:42:27.7384851Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-08-22T20:42:27.7387138Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-08-22T20:42:27.7390016Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-08-22T20:42:28.1142483Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:28.1145469Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-08-22T20:42:28.1148135Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-08-22T20:42:28.1150711Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-08-22T20:42:28.1153249Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-08-22T20:42:28.1156202Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-08-22T20:42:28.1158821Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-08-22T20:42:28.1161310Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-08-22T20:42:28.1163819Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-08-22T20:42:28.1166322Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-08-22T20:42:28.1168829Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-08-22T20:42:28.1171452Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-08-22T20:42:28.1174023Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-08-22T20:42:28.1176532Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-08-22T20:42:28.1179121Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-08-22T20:42:28.1181620Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-08-22T20:42:28.1183960Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-08-22T20:42:28.1186910Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-08-22T20:42:28.1190030Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-08-22T20:42:28.1192696Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-08-22T20:42:28.1195094Z [ 29%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-08-22T20:42:28.1197960Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-08-22T20:42:28.1200363Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-08-22T20:42:28.1203175Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-08-22T20:42:28.1205931Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-08-22T20:42:28.1208263Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-08-22T20:42:28.1211736Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-08-22T20:42:28.1214110Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-08-22T20:42:28.1216450Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-08-22T20:42:28.1219238Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:28.1222005Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1224749Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1227639Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:28.1230441Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:28.1233181Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1235946Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:28.1238702Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1241472Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-08-22T20:42:28.1244518Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1246688Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:28.1248949Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:28.1251650Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:28.1254345Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:28.1257051Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:28.1260095Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:28.1262794Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:28.1265535Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:28.1268181Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-08-22T20:42:28.1270420Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-08-22T20:42:28.1272688Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-08-22T20:42:28.1274940Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-08-22T20:42:28.1277464Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1280601Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.1283442Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:28.1286215Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:28.1289046Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:28.5461549Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:28.5464998Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:28.5468362Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:28.5471479Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:28.5474573Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:28.5477488Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-08-22T20:42:28.5480426Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-08-22T20:42:28.5483255Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-08-22T20:42:28.5486272Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-08-22T20:42:28.5489241Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-08-22T20:42:28.5492250Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-08-22T20:42:28.5495720Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-08-22T20:42:28.5498751Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-08-22T20:42:28.5501738Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.5504774Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.5508044Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.5511084Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.5517310Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.5520125Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.5523291Z [ 30%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.5526076Z [ 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-08-22T20:42:28.5528770Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:28.5531414Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.5534249Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:28.5537050Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.5539776Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:28.5542425Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.5545454Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:28.5548234Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.5551176Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-08-22T20:42:28.5553959Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-08-22T20:42:28.5556499Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-08-22T20:42:28.5558845Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-08-22T20:42:28.5561259Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-08-22T20:42:28.5565096Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-08-22T20:42:28.5567756Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:28.5570520Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-08-22T20:42:28.5573259Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-08-22T20:42:28.5576064Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-08-22T20:42:28.5578836Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:28.5581540Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:28.5584282Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-08-22T20:42:28.5587531Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-08-22T20:42:28.5590228Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-08-22T20:42:28.5593007Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-08-22T20:42:28.5595694Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:28.5598541Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-08-22T20:42:28.5601381Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:28.5604213Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-08-22T20:42:28.5607023Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-08-22T20:42:28.5609671Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-08-22T20:42:28.5612293Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.5615079Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.5617994Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.8676184Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.8678762Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.8681572Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.8684738Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-08-22T20:42:28.8687528Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-08-22T20:42:28.8689899Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-08-22T20:42:28.8692256Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-08-22T20:42:28.8694557Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-08-22T20:42:28.8696893Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-08-22T20:42:28.8699486Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-08-22T20:42:28.8702287Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-08-22T20:42:28.8705461Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-08-22T20:42:28.8708513Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-08-22T20:42:28.8711193Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-08-22T20:42:28.8714041Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-08-22T20:42:28.8716864Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-08-22T20:42:28.8719754Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-08-22T20:42:28.8722585Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-08-22T20:42:28.8725409Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-08-22T20:42:28.8727769Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-08-22T20:42:28.8729854Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-08-22T20:42:28.8731976Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-08-22T20:42:28.8734548Z [ 31%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-08-22T20:42:28.8737413Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-08-22T20:42:28.8740217Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-08-22T20:42:28.8743073Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:28.8746692Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-08-22T20:42:28.8749650Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-08-22T20:42:28.8752588Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:28.8755397Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:28.8758327Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-08-22T20:42:28.8761256Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:28.8763761Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-08-22T20:42:28.8766924Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:28.8769716Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-08-22T20:42:28.8772598Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:28.8775540Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:28.8778383Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:28.8781313Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:28.8784261Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-08-22T20:42:28.8787413Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-08-22T20:42:28.8790101Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:28.8792736Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:28.8795365Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:28.8797982Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-08-22T20:42:28.8800581Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:28.8803259Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:28.8806024Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:28.8809343Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:28.8812116Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:28.8814689Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:28.8817596Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-08-22T20:42:28.8820508Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:29.1885346Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-08-22T20:42:29.1887895Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:29.1890789Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:29.1893448Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:29.1896179Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:29.1898672Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:29.1901028Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-08-22T20:42:29.1903383Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:29.1905925Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:29.1908317Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:29.1910897Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:29.1913624Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:29.1916144Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:29.1918539Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:29.1921100Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:29.1923672Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:29.1926105Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:29.1929044Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:29.1931414Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-08-22T20:42:29.1933865Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-08-22T20:42:29.1936272Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-08-22T20:42:29.1938711Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-08-22T20:42:29.1941211Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:29.1944032Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-08-22T20:42:29.1947736Z [ 32%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-08-22T20:42:29.1950555Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-08-22T20:42:29.1953474Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-08-22T20:42:29.1956412Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-08-22T20:42:29.1959363Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-08-22T20:42:29.1962117Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-08-22T20:42:29.1965064Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-08-22T20:42:29.1967921Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-08-22T20:42:29.1970685Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-08-22T20:42:29.1973462Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:29.1976323Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-08-22T20:42:29.1979163Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-08-22T20:42:29.1981923Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-08-22T20:42:29.1984813Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-08-22T20:42:29.1987866Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-08-22T20:42:29.1991117Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-08-22T20:42:29.1993982Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-08-22T20:42:29.1996904Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-08-22T20:42:29.1999589Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-08-22T20:42:29.2002097Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-08-22T20:42:29.2004873Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-08-22T20:42:29.2007700Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-08-22T20:42:29.2010269Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-08-22T20:42:29.2013162Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-08-22T20:42:29.2015861Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-08-22T20:42:29.2018597Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-08-22T20:42:29.2021343Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:29.2023887Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:42:30.0746690Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-08-22T20:42:30.0749500Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-08-22T20:42:30.0752378Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:30.0755380Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:30.0758646Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:30.0761847Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-08-22T20:42:30.0764932Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:30.0768003Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-08-22T20:42:30.0770870Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-08-22T20:42:30.0774251Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-08-22T20:42:30.0777344Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-08-22T20:42:30.0780489Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-08-22T20:42:30.0783680Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:30.0786922Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:30.0790157Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:30.0793217Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-08-22T20:42:30.0796538Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:30.0799482Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-08-22T20:42:30.0802507Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-08-22T20:42:30.0805666Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-08-22T20:42:30.0808874Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:30.0811914Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:30.0815185Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:30.0818249Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:42:30.0821222Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-08-22T20:42:30.0824188Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:30.0827600Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:42:30.0830616Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-08-22T20:42:30.0833691Z [ 33%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:42:30.0836733Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-08-22T20:42:30.0839989Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-08-22T20:42:30.0842882Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-08-22T20:42:30.0846155Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-08-22T20:42:30.0849140Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-08-22T20:42:30.0852139Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-08-22T20:42:30.0855280Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-08-22T20:42:30.0858485Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-08-22T20:42:30.0861941Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-08-22T20:42:30.0865121Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-08-22T20:42:30.0868400Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-08-22T20:42:30.0871347Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-08-22T20:42:30.0874486Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-08-22T20:42:30.0877405Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-08-22T20:42:30.0880364Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:30.0883132Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-08-22T20:42:30.0885865Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:30.0888504Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-08-22T20:42:30.0891267Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:30.0894027Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-08-22T20:42:30.0896742Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1707015Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-08-22T20:42:31.1709700Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1713111Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1715865Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1718815Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1721638Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1724546Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1727471Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1730359Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1733667Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1736588Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1739457Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1742352Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1745845Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1748805Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1751706Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1754584Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1757471Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1760437Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-08-22T20:42:31.1763240Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1765991Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-08-22T20:42:31.1768691Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1771367Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-08-22T20:42:31.1774110Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1777200Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-08-22T20:42:31.1779952Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-08-22T20:42:31.1782692Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-08-22T20:42:31.1785339Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-08-22T20:42:31.1788339Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-08-22T20:42:31.1791064Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-08-22T20:42:31.1793740Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1796392Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1799431Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1802051Z [ 34%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1804721Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1807380Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1809980Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-08-22T20:42:31.1812381Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1814352Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1816432Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1818566Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1820746Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1823027Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1825327Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-08-22T20:42:31.1827800Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1830240Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1832897Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1835879Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1838717Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1841499Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1844731Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:31.1847590Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:31.1850355Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-08-22T20:42:31.1852888Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1608009Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1611005Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1613523Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1615952Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1618552Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1621244Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1623906Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1626824Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1629427Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-08-22T20:42:32.1632094Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-08-22T20:42:32.1634390Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-08-22T20:42:32.1636612Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-08-22T20:42:32.1639203Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1641717Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1646042Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1648829Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1652067Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1654536Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1656928Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-08-22T20:42:32.1659426Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1661927Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1664460Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1667176Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1669729Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1672649Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1675156Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-08-22T20:42:32.1677703Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-08-22T20:42:32.1680256Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-08-22T20:42:32.1682761Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-08-22T20:42:32.1685060Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:32.1687639Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-08-22T20:42:32.1690081Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-08-22T20:42:32.1692533Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-08-22T20:42:32.1694961Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-08-22T20:42:32.1697267Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-08-22T20:42:32.1699653Z [ 35%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-08-22T20:42:32.1702038Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-08-22T20:42:32.1704470Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-08-22T20:42:32.1707078Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-08-22T20:42:32.1709481Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-08-22T20:42:32.1712319Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-08-22T20:42:32.1714669Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-08-22T20:42:32.1717227Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-08-22T20:42:32.1719608Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-08-22T20:42:32.1722063Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-08-22T20:42:32.1724566Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-08-22T20:42:32.1727082Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-08-22T20:42:32.1729527Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-08-22T20:42:32.1732021Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-08-22T20:42:32.1734353Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-08-22T20:42:32.1736662Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-08-22T20:42:32.1738935Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-08-22T20:42:32.1741275Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-08-22T20:42:32.1744999Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-08-22T20:42:32.1748874Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-08-22T20:42:32.1751995Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-08-22T20:42:32.7723200Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-08-22T20:42:32.7725816Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-08-22T20:42:32.7728448Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-08-22T20:42:32.7730962Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-08-22T20:42:32.7733555Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-08-22T20:42:32.7736146Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-08-22T20:42:32.7738612Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-08-22T20:42:32.7741036Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-08-22T20:42:32.7743850Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-08-22T20:42:32.7746517Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-08-22T20:42:32.7748956Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-08-22T20:42:32.7751202Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-08-22T20:42:32.7753566Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-08-22T20:42:32.7755939Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-08-22T20:42:32.7758406Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-08-22T20:42:32.7760509Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-08-22T20:42:32.7762984Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-08-22T20:42:32.7765148Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-08-22T20:42:32.7767433Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-08-22T20:42:32.7769959Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-08-22T20:42:32.7772546Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-08-22T20:42:32.7775222Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-08-22T20:42:32.7777908Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-08-22T20:42:32.7780621Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-08-22T20:42:32.7783316Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-08-22T20:42:32.7786186Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-08-22T20:42:32.7788914Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-08-22T20:42:32.7791565Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-08-22T20:42:32.7794171Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-08-22T20:42:32.7796761Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-08-22T20:42:32.7799403Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-08-22T20:42:32.7802023Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-08-22T20:42:32.7805052Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-08-22T20:42:32.7807725Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-08-22T20:42:32.7810399Z [ 36%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-08-22T20:42:32.7813022Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-08-22T20:42:32.7815557Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-08-22T20:42:32.7818087Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-08-22T20:42:32.7820577Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-08-22T20:42:32.7823091Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-08-22T20:42:32.7826010Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-08-22T20:42:32.7828557Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-08-22T20:42:32.7831031Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-08-22T20:42:32.7833540Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-08-22T20:42:32.7835929Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-08-22T20:42:32.7838595Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-08-22T20:42:32.7841450Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-08-22T20:42:32.7844077Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-08-22T20:42:32.7846883Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-08-22T20:42:32.7849447Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-08-22T20:42:32.7852082Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-08-22T20:42:32.7854522Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-08-22T20:42:32.7857068Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-08-22T20:42:32.7859653Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-08-22T20:42:32.7862215Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-08-22T20:42:32.7864715Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-08-22T20:42:32.7867825Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-08-22T20:42:32.7870266Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-08-22T20:42:33.3772570Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-08-22T20:42:33.3774793Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-08-22T20:42:33.3777024Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-08-22T20:42:33.3779278Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-08-22T20:42:33.3781442Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-08-22T20:42:33.3783767Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-08-22T20:42:33.3786278Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-08-22T20:42:33.3788971Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-08-22T20:42:33.3791201Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-08-22T20:42:33.3793262Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-08-22T20:42:33.3795408Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-08-22T20:42:33.3797703Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-08-22T20:42:33.3800254Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-08-22T20:42:33.3802841Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-08-22T20:42:33.3805401Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-08-22T20:42:33.3808001Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-08-22T20:42:33.3810659Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-08-22T20:42:33.3813350Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-08-22T20:42:33.3816006Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-08-22T20:42:33.3818673Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-08-22T20:42:33.3821157Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-08-22T20:42:33.3823436Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-08-22T20:42:33.3825983Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-08-22T20:42:33.3828972Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-08-22T20:42:33.3831632Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-08-22T20:42:33.3834266Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-08-22T20:42:33.3836952Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-08-22T20:42:33.3839522Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-08-22T20:42:33.3842046Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-08-22T20:42:33.3844850Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-08-22T20:42:33.3847295Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-08-22T20:42:33.3849964Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3852505Z [ 37%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3855058Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3857640Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3860032Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3862706Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3865471Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3868248Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3870919Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3873669Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3876449Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3879028Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3881687Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3883923Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3886254Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3889156Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-08-22T20:42:33.3891495Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-08-22T20:42:33.3893998Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3896672Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3899207Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3901879Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3904531Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3907312Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-08-22T20:42:33.3910447Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-08-22T20:42:33.3913157Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-08-22T20:42:34.0302601Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-08-22T20:42:34.0305017Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-08-22T20:42:34.0307482Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-08-22T20:42:34.0309791Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-08-22T20:42:34.0312067Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-08-22T20:42:34.0314358Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-08-22T20:42:34.0316683Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-08-22T20:42:34.0318930Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-08-22T20:42:34.0321212Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-08-22T20:42:34.0323516Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-08-22T20:42:34.0325755Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-08-22T20:42:34.0328088Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-08-22T20:42:34.0330986Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-08-22T20:42:34.0333174Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:42:34.0335663Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:34.0337963Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-08-22T20:42:34.0340121Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-08-22T20:42:34.0342235Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-08-22T20:42:34.0345549Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-08-22T20:42:34.0347940Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-08-22T20:42:34.0350613Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-08-22T20:42:34.0353098Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-08-22T20:42:34.0355848Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-08-22T20:42:34.0358594Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-08-22T20:42:34.0361554Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-08-22T20:42:34.0364966Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-08-22T20:42:34.0368261Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-08-22T20:42:34.0371532Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-08-22T20:42:34.0374841Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-08-22T20:42:34.0377822Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-08-22T20:42:34.0380548Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-08-22T20:42:34.0383818Z [ 38%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-08-22T20:42:34.0387232Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-08-22T20:42:34.0390124Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:34.0392951Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:34.0395554Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-08-22T20:42:34.0398298Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:34.0401010Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-08-22T20:42:34.0403719Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:34.0406347Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-08-22T20:42:34.0408851Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-08-22T20:42:34.0411300Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-08-22T20:42:34.0413657Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-08-22T20:42:34.0415571Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-08-22T20:42:34.0418175Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-08-22T20:42:34.0420572Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-08-22T20:42:34.0423038Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-08-22T20:42:34.0425482Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-08-22T20:42:34.0428083Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-08-22T20:42:34.0430438Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-08-22T20:42:34.0432893Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-08-22T20:42:34.0435352Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-08-22T20:42:34.0437847Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-08-22T20:42:34.5649719Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-08-22T20:42:34.5651744Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-08-22T20:42:34.5653890Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:34.5656236Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:42:34.5658648Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:42:34.5661561Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:42:34.5663977Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:42:34.5666637Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:42:34.5669124Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-08-22T20:42:34.5671833Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-08-22T20:42:34.5674427Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-08-22T20:42:34.5676805Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-08-22T20:42:34.5679433Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-08-22T20:42:34.5681729Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-08-22T20:42:34.5684153Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:34.5686770Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:34.5689471Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:42:34.5692083Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:34.5694967Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:34.5697638Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:34.5700137Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:42:34.5702635Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:34.5705123Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:42:34.5707807Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:34.5710568Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:42:34.5713133Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:34.5715981Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:42:34.5718524Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:34.5721151Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:42:34.5723996Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:34.5726254Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-08-22T20:42:34.5728270Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-08-22T20:42:34.5730461Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-08-22T20:42:34.5732532Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-08-22T20:42:34.5735095Z [ 39%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-08-22T20:42:34.5737447Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-08-22T20:42:34.5739703Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-08-22T20:42:34.5741921Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-08-22T20:42:34.5744094Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-08-22T20:42:34.5748205Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-08-22T20:42:34.5750254Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-08-22T20:42:34.5752258Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-08-22T20:42:34.5754557Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-08-22T20:42:34.5756931Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-08-22T20:42:34.5759142Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-08-22T20:42:34.5761231Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-08-22T20:42:34.5763400Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-08-22T20:42:34.5765484Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-08-22T20:42:34.5768072Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:34.5770527Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:34.5773363Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:42:34.5775925Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:42:34.5778341Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:42:34.5781016Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:42:35.3914969Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:42:35.3917493Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:42:35.3920055Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:42:35.3922877Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:42:35.3926302Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3929450Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3932498Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3935565Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3938661Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3941556Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3944730Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3947443Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3950373Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3953360Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3956436Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3959616Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3962822Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3966022Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3969716Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3972917Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3976147Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3979392Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3982642Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3986151Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3989362Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3992886Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.3996129Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-08-22T20:42:35.3999225Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-08-22T20:42:35.4002548Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4005795Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4009162Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4012408Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4015518Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4018546Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4021754Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4025002Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4028455Z [ 40%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4031656Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4035075Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4038282Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4041448Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4045694Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4048598Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4051453Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4054481Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4057887Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4060945Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:35.4063982Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:35.4066971Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:42:36.4393112Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:42:36.4395324Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:42:36.4397699Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:42:36.4400011Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:36.4402477Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:36.4404927Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:36.4407374Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:36.4410095Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:36.4412638Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:36.4415121Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4418093Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4421519Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4424587Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4427902Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4431107Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4434252Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4437230Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4440064Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4443826Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4450847Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4453737Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4456743Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4459700Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4462428Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4465109Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4467942Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4470852Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4474095Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4477347Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-08-22T20:42:36.4480610Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:36.4483711Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4487063Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4489588Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4492639Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4495643Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4498681Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4501342Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4504327Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4507955Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4511170Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4514233Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4517264Z [ 41%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4520230Z [ 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-08-22T20:42:36.4523191Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4526299Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4529244Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:36.4532311Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:36.4535302Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1113530Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1116668Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1119385Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1122026Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1125082Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1127729Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1130343Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1132979Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1135627Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1138835Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1141215Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1144676Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1147437Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1150006Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1152589Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1155174Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1157795Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1160791Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1163636Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1166103Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1168626Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1171147Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1173776Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1176371Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1178980Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.1182097Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.1184875Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-08-22T20:42:37.1187415Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:42:37.1189800Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-08-22T20:42:37.1192120Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:37.1194494Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:37.1196922Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:42:37.1199160Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:42:37.1201658Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:37.1204014Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:37.1206369Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-08-22T20:42:37.1208740Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-08-22T20:42:37.1210889Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-08-22T20:42:37.1212858Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:37.1214873Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-08-22T20:42:37.1216950Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-08-22T20:42:37.1218987Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-08-22T20:42:37.1220980Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-08-22T20:42:37.1223226Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:37.1226045Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:37.1228647Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:37.1230841Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:37.1233190Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-08-22T20:42:37.1236055Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-08-22T20:42:37.1238494Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-08-22T20:42:37.1240891Z [ 42%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:37.9680394Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:37.9683225Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9686348Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9689323Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9693583Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9696749Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9699960Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9702982Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9706047Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9708907Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9711714Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-08-22T20:42:37.9714352Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-08-22T20:42:37.9716737Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-08-22T20:42:37.9719182Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-08-22T20:42:37.9721726Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-08-22T20:42:37.9724450Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:37.9727280Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:37.9730104Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:37.9733028Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-08-22T20:42:37.9736354Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-08-22T20:42:37.9739265Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-08-22T20:42:37.9742007Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9745046Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9747553Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9750449Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9753342Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9756428Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9759125Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9761901Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9764621Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9767390Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9770138Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9801326Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9804317Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9807126Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9809922Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9812690Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9815385Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9818138Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9820853Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9823489Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9826812Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9829894Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9832716Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9835551Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9838307Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9841061Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9843836Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9847655Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9850771Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:37.9853685Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:37.9856698Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5647695Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5650568Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5653416Z [ 43%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5656252Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5658955Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5661495Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5664262Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5667208Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5670122Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5673019Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5675684Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5678979Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-08-22T20:42:38.5681801Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-08-22T20:42:38.5684850Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-08-22T20:42:38.5687826Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-08-22T20:42:38.5690916Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-08-22T20:42:38.5693706Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:38.5696353Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:38.5699047Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:38.5702214Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-08-22T20:42:38.5704885Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:38.5707651Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-08-22T20:42:38.5710073Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-08-22T20:42:38.5712538Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-08-22T20:42:38.5715055Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-08-22T20:42:38.5717637Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-08-22T20:42:38.5720414Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:38.5723272Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:38.5726133Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-08-22T20:42:38.5729062Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-08-22T20:42:38.5731735Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-08-22T20:42:38.5734293Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-08-22T20:42:38.5736809Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:42:38.5739265Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-08-22T20:42:38.5741969Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-08-22T20:42:38.5745033Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-08-22T20:42:38.5747971Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-08-22T20:42:38.5750655Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-08-22T20:42:38.5753056Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-08-22T20:42:38.5755632Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-08-22T20:42:38.5758530Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-08-22T20:42:38.5761165Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-08-22T20:42:38.5763641Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-08-22T20:42:38.5765840Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-08-22T20:42:38.5768012Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-08-22T20:42:38.5770488Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-08-22T20:42:38.5773262Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-08-22T20:42:38.5776099Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-08-22T20:42:38.5778989Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-08-22T20:42:38.5781885Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-08-22T20:42:38.5784545Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-08-22T20:42:38.5787569Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:38.5790474Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:38.5793262Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:39.7088912Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:39.7091626Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:39.7093932Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:39.7096221Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:39.7099391Z [ 44%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:39.7102139Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:39.7104864Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:39.7107705Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:39.7110466Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:39.7113301Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:39.7116125Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:39.7119302Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-08-22T20:42:39.7122215Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-08-22T20:42:39.7124974Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-08-22T20:42:39.7127673Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-08-22T20:42:39.7130307Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-08-22T20:42:39.7133026Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-08-22T20:42:39.7135778Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-08-22T20:42:39.7138543Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-08-22T20:42:39.7141308Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-08-22T20:42:39.7144876Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-08-22T20:42:39.7147939Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-08-22T20:42:39.7150226Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-08-22T20:42:39.7152496Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-08-22T20:42:39.7154776Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-08-22T20:42:39.7156914Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-08-22T20:42:39.7159539Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-08-22T20:42:39.7162940Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-08-22T20:42:39.7165698Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-08-22T20:42:39.7168566Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-08-22T20:42:39.7171489Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-08-22T20:42:39.7174323Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-08-22T20:42:39.7176838Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-08-22T20:42:39.7179078Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-08-22T20:42:39.7182288Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-08-22T20:42:39.7185394Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-08-22T20:42:39.7188893Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-08-22T20:42:39.7192015Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-08-22T20:42:39.7195045Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-08-22T20:42:39.7198109Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-08-22T20:42:39.7201187Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-08-22T20:42:39.7204276Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-08-22T20:42:39.7207288Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-08-22T20:42:39.7210272Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-08-22T20:42:39.7213119Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:42:39.7215913Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-08-22T20:42:39.7218573Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:39.7221061Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-08-22T20:42:39.7223460Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-08-22T20:42:39.7226669Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-08-22T20:42:39.7229255Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-08-22T20:42:39.7231775Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-08-22T20:42:39.7234221Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-08-22T20:42:40.3733496Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-08-22T20:42:40.3735684Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:40.3737863Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-08-22T20:42:40.3740141Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-08-22T20:42:40.3742532Z [ 45%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-08-22T20:42:40.3744769Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-08-22T20:42:40.3746706Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-08-22T20:42:40.3748440Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-08-22T20:42:40.3749986Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-08-22T20:42:40.3751530Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-08-22T20:42:40.3753034Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-08-22T20:42:40.3754476Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-08-22T20:42:40.3756308Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-08-22T20:42:40.3758422Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-08-22T20:42:40.3760615Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-08-22T20:42:40.3762832Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-08-22T20:42:40.3765092Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-08-22T20:42:40.3767381Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-08-22T20:42:40.3769649Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-08-22T20:42:40.3772214Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-08-22T20:42:40.3774757Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-08-22T20:42:40.3777162Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-08-22T20:42:40.3779239Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-08-22T20:42:40.3781328Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-08-22T20:42:40.3783428Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-08-22T20:42:40.3785532Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-08-22T20:42:40.3787821Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-08-22T20:42:40.3790388Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3793016Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3795339Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3797559Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3799976Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3802216Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3804527Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-08-22T20:42:40.3807255Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3809709Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-08-22T20:42:40.3812094Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-08-22T20:42:40.3814655Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-08-22T20:42:40.3817202Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-08-22T20:42:40.3819791Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3822441Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-08-22T20:42:40.3825082Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-08-22T20:42:40.3828293Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3830964Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-08-22T20:42:40.3833485Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-08-22T20:42:40.3835976Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-08-22T20:42:40.3838370Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-08-22T20:42:40.3841225Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-08-22T20:42:40.3843608Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-08-22T20:42:40.3846537Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:40.3848698Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:40.3851042Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-08-22T20:42:40.3853345Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-08-22T20:42:40.3855757Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-08-22T20:42:40.9345167Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:40.9351736Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-08-22T20:42:40.9354599Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:40.9357322Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-08-22T20:42:40.9360094Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:40.9362811Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-08-22T20:42:40.9365429Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-08-22T20:42:40.9368067Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-08-22T20:42:40.9370711Z [ 46%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-08-22T20:42:40.9373310Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-08-22T20:42:40.9375864Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-08-22T20:42:40.9378879Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-08-22T20:42:40.9381412Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-08-22T20:42:40.9383942Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-08-22T20:42:40.9386653Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-08-22T20:42:40.9388775Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-08-22T20:42:40.9390976Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-08-22T20:42:40.9393518Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-08-22T20:42:40.9396002Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-08-22T20:42:40.9398741Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-08-22T20:42:40.9401124Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-08-22T20:42:40.9403882Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-08-22T20:42:40.9406871Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-08-22T20:42:40.9409881Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-08-22T20:42:40.9412892Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-08-22T20:42:40.9415923Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-08-22T20:42:40.9418899Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-08-22T20:42:40.9421745Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-08-22T20:42:40.9424627Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-08-22T20:42:40.9427684Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-08-22T20:42:40.9430571Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-08-22T20:42:40.9433416Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-08-22T20:42:40.9436264Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-08-22T20:42:40.9439287Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-08-22T20:42:40.9442799Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:40.9446324Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-08-22T20:42:40.9449384Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:40.9452631Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-08-22T20:42:40.9455712Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:42:40.9458327Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-08-22T20:42:40.9461076Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:40.9464291Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-08-22T20:42:40.9467501Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:40.9470380Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-08-22T20:42:40.9476537Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:40.9479320Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-08-22T20:42:40.9482265Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:40.9484806Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-08-22T20:42:40.9487760Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:40.9490766Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-08-22T20:42:40.9493749Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:42:40.9496774Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-08-22T20:42:40.9499679Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:41.6387199Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-08-22T20:42:41.6390424Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:41.6394030Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-08-22T20:42:41.6397092Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:42:41.6399877Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-08-22T20:42:41.6402313Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-08-22T20:42:41.6404697Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-08-22T20:42:41.6406987Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-08-22T20:42:41.6409339Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-08-22T20:42:41.6411656Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-08-22T20:42:41.6413955Z [ 47%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-08-22T20:42:41.6417145Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6420362Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6423527Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6426928Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6430077Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6433237Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6436381Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6439538Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6442724Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6446617Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6449770Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6452959Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6456101Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6459656Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6462822Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6466116Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6469256Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6472472Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6475692Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6478853Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6482446Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6485686Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6488883Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-08-22T20:42:41.6492062Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-08-22T20:42:41.6495251Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:41.6498477Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:41.6501658Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:41.6504781Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:41.6508300Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:41.6511526Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:41.6514681Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:41.6517875Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:41.6521095Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:41.6524241Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:41.6527850Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:41.6531049Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:41.6534202Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:41.6537421Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:41.6540621Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9800639Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9803923Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9807481Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9810676Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9813823Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9816877Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9819804Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9822812Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9825942Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9828960Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9831961Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9834936Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9837907Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9841038Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9844107Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9847144Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:42:42.9850202Z [ 48%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:42:42.9852848Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:42:42.9855483Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:42:42.9858305Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:42.9861256Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:42.9864241Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:42.9867166Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:42.9870018Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:42.9873276Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:42.9876256Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9879383Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9882722Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9885975Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9889231Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9892617Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9895974Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9899214Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9902501Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9906065Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9909260Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9912655Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9916329Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9919513Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9922679Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9925895Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9928986Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9932145Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9935664Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9938770Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:42.9941858Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:42.9945366Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:42.9948795Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:43.8866094Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:43.8868741Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:43.8871363Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:43.8873919Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:43.8876614Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:43.8879262Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-08-22T20:42:43.8882391Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:43.8884995Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:43.8887629Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8890755Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8893477Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8896291Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8898878Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8901492Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8904048Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8906783Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8909850Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8913027Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8916116Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8919173Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8922292Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8925311Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8927857Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8930647Z [ 49%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8933672Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8936729Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8939563Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8942256Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8945969Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8949073Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8952572Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8955624Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8958696Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8961738Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8964855Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8967989Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8970999Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8974519Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8977604Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8980658Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8983909Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8987287Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8990384Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8993485Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.8996621Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.8999730Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:43.9002821Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:43.9005990Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:44.8553198Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:44.8556445Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:44.8559944Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:44.8563693Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:44.8566536Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-08-22T20:42:44.8569378Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:42:44.8572111Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-08-22T20:42:44.8574894Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-08-22T20:42:44.8577894Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-08-22T20:42:44.8580844Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:44.8584010Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:44.8587058Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:42:44.8589882Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:42:44.8592742Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:44.8595556Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:44.8598237Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:42:44.8600966Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:42:44.8603647Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:44.8606441Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:44.8609174Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-08-22T20:42:44.8611985Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-08-22T20:42:44.8614812Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:44.8617486Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:44.8620343Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-08-22T20:42:44.8623275Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-08-22T20:42:44.8626428Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:44.8628899Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:44.8631255Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-08-22T20:42:44.8633676Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-08-22T20:42:44.8636095Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-08-22T20:42:44.8638628Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-08-22T20:42:44.8640973Z [ 50%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-08-22T20:42:44.8643360Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-08-22T20:42:44.8646753Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-08-22T20:42:44.8649606Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:44.8652689Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:44.8655643Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:44.8658477Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:44.8661294Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-08-22T20:42:44.8663910Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-08-22T20:42:44.8666746Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-08-22T20:42:44.8669614Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:44.8672643Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:44.8675733Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:44.8678793Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:44.8681753Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:44.8684530Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:44.8687285Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:44.8690874Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:44.8693983Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:44.8697030Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:44.8700031Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:45.9867766Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:45.9871356Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:45.9874553Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:45.9878228Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:45.9881587Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:45.9885051Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:45.9888148Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:45.9891393Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-08-22T20:42:45.9894619Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-08-22T20:42:45.9897852Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-08-22T20:42:45.9905099Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-08-22T20:42:45.9907943Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-08-22T20:42:45.9910857Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-08-22T20:42:45.9914691Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:45.9917172Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:45.9919583Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:45.9921989Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-08-22T20:42:45.9924973Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-08-22T20:42:45.9927462Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-08-22T20:42:45.9929883Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9932277Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9934919Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9937585Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9939905Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9941803Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9943885Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9946180Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9947957Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9949741Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9951551Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9953307Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9955054Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9956801Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9958564Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9960348Z [ 51%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9962107Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9963863Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9965602Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9967344Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9969371Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9971135Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9972941Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9975250Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9977630Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9980045Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9982513Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9984964Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9987804Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9990293Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9992865Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:45.9995269Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:45.9997660Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:46.7694137Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:46.7697181Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:46.7700071Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:46.7703025Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:46.7706100Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:46.7708884Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:46.7711648Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:46.7714413Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:46.7717146Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:46.7720431Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-08-22T20:42:46.7723418Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-08-22T20:42:46.7726292Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-08-22T20:42:46.7729187Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-08-22T20:42:46.7732059Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:46.7734810Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:46.7737508Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:46.7740227Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:46.7743274Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:46.7747994Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:46.7750852Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-08-22T20:42:46.7753467Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-08-22T20:42:46.7756106Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-08-22T20:42:46.7758863Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-08-22T20:42:46.7761239Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-08-22T20:42:46.7763602Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-08-22T20:42:46.7766061Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-08-22T20:42:46.7768368Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-08-22T20:42:46.7770705Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-08-22T20:42:46.7773209Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-08-22T20:42:46.7775592Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-08-22T20:42:46.7778215Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:46.7781136Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:46.7784488Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-08-22T20:42:46.7787739Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-08-22T20:42:46.7790484Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-08-22T20:42:46.7793055Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-08-22T20:42:46.7795727Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-08-22T20:42:46.7798253Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-08-22T20:42:46.7800742Z [ 52%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-08-22T20:42:46.7803330Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-08-22T20:42:46.7806326Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-08-22T20:42:46.7808993Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-08-22T20:42:46.7811630Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-08-22T20:42:46.7814807Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-08-22T20:42:46.7817513Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-08-22T20:42:46.7819828Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-08-22T20:42:46.7822351Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-08-22T20:42:46.7824438Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-08-22T20:42:46.7826677Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:46.7828728Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-08-22T20:42:46.7830831Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:46.7832956Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-08-22T20:42:46.7835046Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:46.7837178Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4899361Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-08-22T20:42:48.4902398Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-08-22T20:42:48.4905088Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4908095Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-08-22T20:42:48.4910917Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4913776Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-08-22T20:42:48.4916497Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4919243Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-08-22T20:42:48.4922299Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4925590Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-08-22T20:42:48.4928293Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4931152Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-08-22T20:42:48.4933962Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4936744Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-08-22T20:42:48.4939529Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4941939Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-08-22T20:42:48.4945118Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4948000Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-08-22T20:42:48.4950816Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4953489Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-08-22T20:42:48.4955990Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-08-22T20:42:48.4958604Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-08-22T20:42:48.4961039Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-08-22T20:42:48.4963406Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-08-22T20:42:48.4966157Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-08-22T20:42:48.4968559Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-08-22T20:42:48.4971066Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4973732Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4976387Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4979038Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4981729Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4984330Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4987284Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4989913Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4992494Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4995167Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.4997872Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5000756Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5003781Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5006505Z [ 53%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5009331Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5012160Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5015027Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5017818Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5020644Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5023576Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5027028Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5029775Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5032485Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5035240Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5038205Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5040922Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:48.5043681Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0643184Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0646317Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0649033Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0651237Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-08-22T20:42:50.0653496Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-08-22T20:42:50.0656190Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0659156Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0661898Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0664418Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0667330Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0670170Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0673076Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0676080Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0679015Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0681971Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0684932Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0688400Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0691367Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0694308Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0697081Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0699510Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-08-22T20:42:50.0702043Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-08-22T20:42:50.0704484Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-08-22T20:42:50.0707204Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-08-22T20:42:50.0709300Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-08-22T20:42:50.0712036Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-08-22T20:42:50.0714564Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-08-22T20:42:50.0716924Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-08-22T20:42:50.0719025Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-08-22T20:42:50.0721204Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-08-22T20:42:50.0723527Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-08-22T20:42:50.0726056Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-08-22T20:42:50.0728599Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-08-22T20:42:50.0730969Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-08-22T20:42:50.0733644Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-08-22T20:42:50.0735920Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-08-22T20:42:50.0738354Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-08-22T20:42:50.0740820Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-08-22T20:42:50.0742960Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-08-22T20:42:50.0746916Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-08-22T20:42:50.0749270Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-08-22T20:42:50.0751408Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-08-22T20:42:50.0753812Z [ 54%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-08-22T20:42:50.0756335Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-08-22T20:42:50.0758405Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-08-22T20:42:50.0760522Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-08-22T20:42:50.0762826Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-08-22T20:42:50.0765359Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-08-22T20:42:50.0767512Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-08-22T20:42:50.0769826Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-08-22T20:42:50.0772376Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-08-22T20:42:50.0774660Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-08-22T20:42:50.0776775Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-08-22T20:42:50.0779196Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-08-22T20:42:50.0781684Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-08-22T20:42:51.4851956Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-08-22T20:42:51.4854142Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-08-22T20:42:51.4856301Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-08-22T20:42:51.4858308Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-08-22T20:42:51.4860359Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-08-22T20:42:51.4862798Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-08-22T20:42:51.4865271Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-08-22T20:42:51.4867903Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-08-22T20:42:51.4870883Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-08-22T20:42:51.4873373Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-08-22T20:42:51.4875836Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-08-22T20:42:51.4878287Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-08-22T20:42:51.4880925Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-08-22T20:42:51.4883570Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-08-22T20:42:51.4886320Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-08-22T20:42:51.4888999Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-08-22T20:42:51.4891920Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-08-22T20:42:51.4894595Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-08-22T20:42:51.4897179Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-08-22T20:42:51.4899740Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-08-22T20:42:51.4902320Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-08-22T20:42:51.4904915Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-08-22T20:42:51.4907698Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-08-22T20:42:51.4910339Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-08-22T20:42:51.4912921Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-08-22T20:42:51.4915573Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-08-22T20:42:51.4918150Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-08-22T20:42:51.4920611Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-08-22T20:42:51.4923238Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-08-22T20:42:51.4926000Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-08-22T20:42:51.4928753Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-08-22T20:42:51.4931520Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-08-22T20:42:51.4934505Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-08-22T20:42:51.4937237Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-08-22T20:42:51.4939976Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-08-22T20:42:51.4942711Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-08-22T20:42:51.4945821Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-08-22T20:42:51.4948619Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-08-22T20:42:51.4951332Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-08-22T20:42:51.4954015Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-08-22T20:42:51.4956702Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-08-22T20:42:51.4959273Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-08-22T20:42:51.4961824Z [ 55%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-08-22T20:42:51.4964382Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-08-22T20:42:51.4966743Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-08-22T20:42:51.4969029Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-08-22T20:42:51.4971107Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-08-22T20:42:51.4973213Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-08-22T20:42:51.4975219Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-08-22T20:42:51.4977329Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-08-22T20:42:51.4979489Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-08-22T20:42:51.4981504Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-08-22T20:42:51.4983598Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-08-22T20:42:51.4985660Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-08-22T20:42:51.4988060Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-08-22T20:42:51.4990218Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-08-22T20:42:51.4992859Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-08-22T20:42:52.8084940Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-08-22T20:42:52.8086948Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-08-22T20:42:52.8088927Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-08-22T20:42:52.8090973Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-08-22T20:42:52.8093020Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-08-22T20:42:52.8095625Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-08-22T20:42:52.8098184Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-08-22T20:42:52.8101442Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-08-22T20:42:52.8104193Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-08-22T20:42:52.8107183Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-08-22T20:42:52.8109941Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-08-22T20:42:52.8112655Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-08-22T20:42:52.8115337Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-08-22T20:42:52.8117986Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-08-22T20:42:52.8120864Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-08-22T20:42:52.8123787Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-08-22T20:42:52.8126653Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-08-22T20:42:52.8129464Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-08-22T20:42:52.8132298Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-08-22T20:42:52.8135136Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-08-22T20:42:52.8137791Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-08-22T20:42:52.8140480Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-08-22T20:42:52.8143684Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-08-22T20:42:52.8146996Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-08-22T20:42:52.8149877Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-08-22T20:42:52.8152718Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-08-22T20:42:52.8155413Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-08-22T20:42:52.8157985Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-08-22T20:42:52.8160576Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-08-22T20:42:52.8163508Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-08-22T20:42:52.8166990Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-08-22T20:42:52.8170126Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-08-22T20:42:52.8173222Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-08-22T20:42:52.8176275Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-08-22T20:42:52.8179516Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-08-22T20:42:52.8182704Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-08-22T20:42:52.8185917Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-08-22T20:42:52.8189378Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-08-22T20:42:52.8192540Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-08-22T20:42:52.8195526Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:42:52.8198685Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:42:52.8201888Z [ 56%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:42:52.8204845Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:42:52.8208294Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:42:52.8211198Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:42:52.8214027Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:42:52.8216831Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:42:52.8219821Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:42:52.8222772Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:42:52.8225706Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:42:52.8228936Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:42:52.8232111Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:42:54.0562277Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:42:54.0564772Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:42:54.0567260Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:42:54.0569629Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:42:54.0572016Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:42:54.0574368Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:42:54.0576708Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:42:54.0579050Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:42:54.0581429Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:42:54.0583893Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:42:54.0586514Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:42:54.0588955Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-08-22T20:42:54.0591407Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-08-22T20:42:54.0594571Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-08-22T20:42:54.0597087Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-08-22T20:42:54.0599611Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-08-22T20:42:54.0602086Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-08-22T20:42:54.0604555Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-08-22T20:42:54.0607307Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-08-22T20:42:54.0609869Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-08-22T20:42:54.0612671Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-08-22T20:42:54.0615126Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-08-22T20:42:54.0617273Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-08-22T20:42:54.0619490Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-08-22T20:42:54.0621663Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-08-22T20:42:54.0623938Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-08-22T20:42:54.0626158Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-08-22T20:42:54.0628739Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-08-22T20:42:54.0631074Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-08-22T20:42:54.0633442Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-08-22T20:42:54.0635683Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-08-22T20:42:54.0637879Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-08-22T20:42:54.0640076Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-08-22T20:42:54.0642271Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-08-22T20:42:54.0647640Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-08-22T20:42:54.0650029Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-08-22T20:42:54.0652864Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:42:54.0655436Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:42:54.0658083Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:42:54.0660479Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-08-22T20:42:54.0662823Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-08-22T20:42:54.0665366Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-08-22T20:42:54.0668280Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-08-22T20:42:54.0671107Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-08-22T20:42:54.0674225Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-08-22T20:42:54.0677186Z [ 57%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-08-22T20:42:54.0680239Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:54.0683360Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:54.0686460Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:54.0689508Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:54.0692115Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:54.0694623Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2869187Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2872404Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2875526Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2878609Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2881687Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2884791Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2888394Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2891496Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2894562Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2897681Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2900844Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2904008Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2907328Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2910882Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2914048Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2917168Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2920334Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-08-22T20:42:55.2923472Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-08-22T20:42:55.2926596Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2929698Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2932812Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2935939Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2939000Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2942059Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2945687Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:55.2948876Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:55.2951814Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2954737Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:55.2957167Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:55.2959859Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2962795Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:55.2965750Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:55.2968674Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2971675Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:55.2975107Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:55.2978052Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2980774Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-08-22T20:42:55.2983361Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-08-22T20:42:55.2985940Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-08-22T20:42:55.2988763Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-08-22T20:42:55.2991703Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:55.2994976Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.2998287Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.3001592Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.3004996Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.3008332Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.3011592Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:55.3014845Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:55.3018355Z [ 58%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:56.2497457Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:56.2500854Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:56.2504075Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:56.2507409Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:56.2510710Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:56.2514017Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:56.2517614Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:56.2520843Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-08-22T20:42:56.2524078Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:56.2527224Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:56.2530213Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2533261Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2536321Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2539411Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2542465Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2545995Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2549238Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2552289Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2555346Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2558403Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2561919Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2564954Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2567885Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2570928Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2573968Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2577001Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2579804Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2582755Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2585378Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2588335Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2591406Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2594467Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2597499Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2600599Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2603740Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2606884Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2610005Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2613114Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2616212Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2619288Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2622386Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2625874Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2629187Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2632300Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2635387Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2638443Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2641545Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:56.2644977Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:56.2648427Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:57.2738271Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:57.2740808Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:57.2743641Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:57.2747112Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:57.2750263Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:57.2753182Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:57.2755789Z [ 59%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:57.2758465Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:42:57.2761207Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:42:57.2763898Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:57.2766692Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:57.2769476Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:42:57.2772242Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:42:57.2774700Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:57.2778078Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:57.2780959Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-08-22T20:42:57.2783793Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-08-22T20:42:57.2786829Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:57.2789662Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:57.2792470Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-08-22T20:42:57.2795285Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-08-22T20:42:57.2798258Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-08-22T20:42:57.2800713Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-08-22T20:42:57.2803132Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-08-22T20:42:57.2805545Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-08-22T20:42:57.2808103Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-08-22T20:42:57.2810638Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-08-22T20:42:57.2813168Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-08-22T20:42:57.2815641Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-08-22T20:42:57.2818126Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-08-22T20:42:57.2820630Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:57.2823496Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:57.2826613Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:57.2829539Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:57.2831874Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-08-22T20:42:57.2833981Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-08-22T20:42:57.2836105Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-08-22T20:42:57.2838771Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2841393Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2844053Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2847214Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2849980Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2852795Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2855475Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:57.2858207Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2860976Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:57.2863793Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2866748Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:57.2869641Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2873437Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-08-22T20:42:57.2876438Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-08-22T20:42:57.2879176Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-08-22T20:42:57.2881711Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-08-22T20:42:58.1138861Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-08-22T20:42:58.1141531Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-08-22T20:42:58.1143836Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1146693Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1149577Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1152390Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1155716Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1158585Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1161285Z [ 60%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1164084Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1166923Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1169771Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1172301Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1174869Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1177486Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1180240Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1183041Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1185870Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1188812Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1191689Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1194567Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1197497Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1200421Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1203365Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1206355Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1209299Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1212287Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1215304Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1218565Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1221497Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1224437Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1227556Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1230489Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1233490Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1236479Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1239398Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1242582Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1246000Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1248902Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1251846Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1254785Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1257677Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1260544Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1263334Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1266204Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-08-22T20:42:58.1269352Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-08-22T20:42:58.1272218Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:58.1275040Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:58.1277688Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:58.1280511Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:58.1283370Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:58.1286392Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:58.1289105Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-08-22T20:42:59.2273532Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-08-22T20:42:59.2275893Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-08-22T20:42:59.2277909Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-08-22T20:42:59.2280198Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-08-22T20:42:59.2282494Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-08-22T20:42:59.2284511Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-08-22T20:42:59.2287815Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-08-22T20:42:59.2289919Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-08-22T20:42:59.2291964Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-08-22T20:42:59.2294037Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-08-22T20:42:59.2296324Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:59.2298912Z [ 61%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:59.2301320Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-08-22T20:42:59.2303807Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-08-22T20:42:59.2305958Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-08-22T20:42:59.2308036Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-08-22T20:42:59.2310125Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-08-22T20:42:59.2312237Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-08-22T20:42:59.2314387Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:59.2316647Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-08-22T20:42:59.2318915Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:59.2321765Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-08-22T20:42:59.2324164Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:59.2326545Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-08-22T20:42:59.2328924Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-08-22T20:42:59.2331466Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-08-22T20:42:59.2334161Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-08-22T20:42:59.2336910Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-08-22T20:42:59.2339494Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-08-22T20:42:59.2342295Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-08-22T20:42:59.2345153Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-08-22T20:42:59.2348280Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-08-22T20:42:59.2350712Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-08-22T20:42:59.2353189Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-08-22T20:42:59.2355576Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-08-22T20:42:59.2358160Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-08-22T20:42:59.2360898Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-08-22T20:42:59.2363255Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:42:59.2365485Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-08-22T20:42:59.2367687Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-08-22T20:42:59.2370025Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-08-22T20:42:59.2372618Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-08-22T20:42:59.2375442Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-08-22T20:42:59.2378246Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-08-22T20:42:59.2381534Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-08-22T20:42:59.2384293Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-08-22T20:42:59.2387021Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-08-22T20:42:59.2389339Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-08-22T20:42:59.2391892Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-08-22T20:42:59.2394675Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-08-22T20:42:59.2397477Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-08-22T20:42:59.2400382Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-08-22T20:42:59.2402996Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-08-22T20:42:59.2405722Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-08-22T20:43:00.4988853Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-08-22T20:43:00.4991622Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-08-22T20:43:00.4994192Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-08-22T20:43:00.4996765Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-08-22T20:43:00.4999395Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5002098Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5004831Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5007581Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5010316Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5013045Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5015722Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5018451Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5021087Z [ 62%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-08-22T20:43:00.5024157Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-08-22T20:43:00.5026924Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-08-22T20:43:00.5029504Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-08-22T20:43:00.5031810Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-08-22T20:43:00.5033752Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-08-22T20:43:00.5035665Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-08-22T20:43:00.5037780Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-08-22T20:43:00.5040427Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5043431Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5048333Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5050933Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5053591Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5056237Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5058913Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5061598Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5064212Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-08-22T20:43:00.5066997Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-08-22T20:43:00.5069555Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-08-22T20:43:00.5072153Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5074764Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-08-22T20:43:00.5077397Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5080039Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-08-22T20:43:00.5082679Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-08-22T20:43:00.5085262Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-08-22T20:43:00.5089228Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-08-22T20:43:00.5091720Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-08-22T20:43:00.5094282Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-08-22T20:43:00.5096802Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-08-22T20:43:00.5099315Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-08-22T20:43:00.5101752Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-08-22T20:43:00.5104235Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-08-22T20:43:00.5106921Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-08-22T20:43:00.5109666Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-08-22T20:43:00.5112130Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-08-22T20:43:00.5114554Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-08-22T20:43:00.5116906Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-08-22T20:43:00.5119336Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-08-22T20:43:00.5121833Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-08-22T20:43:00.5124421Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-08-22T20:43:00.5127006Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-08-22T20:43:00.5129588Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-08-22T20:43:00.5132162Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-08-22T20:43:00.5134744Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-08-22T20:43:00.5137576Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:43:01.7218580Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:43:01.7222379Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:43:01.7226085Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:43:01.7229771Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:43:01.7233687Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:43:01.7237869Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:43:01.7243691Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:43:01.7247520Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:43:01.7250795Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:43:01.7254331Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:43:01.7257618Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:43:01.7261007Z [ 63%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:43:01.7264103Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:43:01.7267240Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:43:01.7270452Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:43:01.7274084Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:43:01.7277444Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:43:01.7280744Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:43:01.7284334Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:43:01.7287548Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-08-22T20:43:01.7290841Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-08-22T20:43:01.7293996Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-08-22T20:43:01.7296674Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-08-22T20:43:01.7299724Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-08-22T20:43:01.7302848Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-08-22T20:43:01.7307079Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-08-22T20:43:01.7310193Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-08-22T20:43:01.7313282Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-08-22T20:43:01.7316629Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-08-22T20:43:01.7319530Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-08-22T20:43:01.7322197Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-08-22T20:43:01.7324937Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-08-22T20:43:01.7328102Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-08-22T20:43:01.7330963Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-08-22T20:43:01.7333469Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-08-22T20:43:01.7336452Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:01.7339584Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:01.7342529Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-08-22T20:43:01.7345528Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-08-22T20:43:01.7349044Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:01.7351702Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:01.7354558Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:01.7357138Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:01.7360012Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:01.7362615Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:01.7365288Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:01.7368162Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:01.7371068Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:01.7374535Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:01.7377128Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:01.7379926Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1511997Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:03.1515210Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1518368Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:03.1521517Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1525096Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:03.1528196Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1531337Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:03.1534469Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1537597Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:03.1540739Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1543880Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-08-22T20:43:03.1547538Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-08-22T20:43:03.1550680Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1553776Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1556915Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1559758Z [ 64%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1562304Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1564801Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1567853Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1570454Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1573504Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1576484Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1579495Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1582546Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1585568Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1589298Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1592468Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1595750Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1599068Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1602362Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1605635Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1608918Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1612194Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1615533Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1618734Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1621977Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1625192Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1628692Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1632138Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1635348Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-08-22T20:43:03.1638404Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:03.1641539Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:03.1645059Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:03.1648209Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:03.1651283Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:03.1654714Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:03.1657777Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:03.1660850Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5241975Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5245161Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5248019Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5250702Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5253185Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5256002Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5258666Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5261444Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5264374Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5267176Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5269853Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5273011Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5275648Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5278283Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5280973Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5283879Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5286445Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5289335Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5292412Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5295994Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5298933Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5302010Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5305079Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5308086Z [ 65%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5310951Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5314014Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5316938Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5319916Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5322695Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5325805Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5328443Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5330870Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5334004Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5336132Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5338385Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5341309Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:04.5344077Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:04.5347583Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:04.5350144Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:04.5352850Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:43:04.5355890Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:43:04.5358561Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:04.5360833Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:04.5363776Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-08-22T20:43:04.5366674Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-08-22T20:43:04.5369750Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:04.5372584Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:04.5375369Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:04.5378301Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:04.5380920Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:05.9704296Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:05.9707272Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:05.9709885Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:05.9712388Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:05.9715350Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-08-22T20:43:05.9717686Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9720007Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9722354Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9724626Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9726867Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9729149Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9731472Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9734371Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9736836Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9739342Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9741930Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9745386Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9748180Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9750787Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9753221Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9755589Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9757908Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9760575Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9763327Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9765948Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9768688Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9771835Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9774203Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9776658Z [ 66%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9779150Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9781663Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9784145Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9786989Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9789536Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9792747Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9795382Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9798145Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9800985Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9803807Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9806657Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9809514Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9812382Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9815256Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9818176Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9820988Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9823823Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9826911Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9829763Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-08-22T20:43:05.9832572Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-08-22T20:43:05.9835697Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:05.9838406Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:05.9841268Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-08-22T20:43:07.4218517Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-08-22T20:43:07.4224110Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4226989Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:43:07.4229733Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:43:07.4232882Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4235729Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4238420Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-08-22T20:43:07.4240686Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4243026Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:43:07.4245687Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4248021Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:43:07.4250231Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4252431Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-08-22T20:43:07.4254709Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4257124Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4259539Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4262096Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4264651Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4267585Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4270713Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4273370Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4275919Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4278329Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4280886Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4283634Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4286509Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4289458Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4292903Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4295876Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4298810Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4301783Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:07.4304649Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4307717Z [ 67%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:43:07.4310504Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4313110Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:43:07.4315693Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-08-22T20:43:07.4318378Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4321036Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4323681Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:43:07.4325988Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4328475Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:43:07.4331180Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-08-22T20:43:07.4333563Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-08-22T20:43:07.4335882Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-08-22T20:43:07.4338174Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-08-22T20:43:07.4340499Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-08-22T20:43:07.4343031Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-08-22T20:43:07.4347965Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:43:07.4350941Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:43:07.4354183Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:43:07.4357276Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:43:07.4359956Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:43:07.4362813Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:43:08.8388280Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:43:08.8391686Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:43:08.8394901Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:43:08.8397889Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:43:08.8400973Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:43:08.8404132Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:43:08.8407202Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:43:08.8410285Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:43:08.8413046Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:43:08.8416143Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:43:08.8419484Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:43:08.8422609Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:43:08.8425472Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:43:08.8428258Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:43:08.8430626Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-08-22T20:43:08.8432951Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-08-22T20:43:08.8435258Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-08-22T20:43:08.8437883Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-08-22T20:43:08.8440156Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-08-22T20:43:08.8442401Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-08-22T20:43:08.8445053Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-08-22T20:43:08.8447340Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-08-22T20:43:08.8449592Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-08-22T20:43:08.8452547Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-08-22T20:43:08.8454828Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8457015Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-08-22T20:43:08.8459240Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8461416Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-08-22T20:43:08.8463649Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8465812Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-08-22T20:43:08.8468124Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8470310Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-08-22T20:43:08.8472820Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8475098Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:08.8477454Z [ 68%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8479728Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:08.8482022Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8484296Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:08.8486582Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8488856Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-08-22T20:43:08.8491448Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8493808Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-08-22T20:43:08.8496121Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8498440Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-08-22T20:43:08.8500775Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8502959Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-08-22T20:43:08.8505119Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8507668Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-08-22T20:43:08.8509843Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8512035Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-08-22T20:43:08.8514294Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-08-22T20:43:08.8516469Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-08-22T20:43:10.0800341Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0803228Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0806086Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0809432Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0812277Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0815136Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0818017Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0820865Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0823723Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0826698Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0829942Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0832791Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0835630Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0838494Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0841348Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0844107Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0847386Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0850385Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0853292Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0856258Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0858692Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0861074Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0863770Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0866770Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0869744Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0873116Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0876061Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0879002Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0881948Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0884766Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0887738Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0890606Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0893854Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0896718Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0899625Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0902497Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0905410Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0908453Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0911347Z [ 69%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0914256Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0917103Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0920024Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:43:10.0922942Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0925868Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0928742Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0931606Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-08-22T20:43:10.0934548Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0937819Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0940701Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0943538Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0947321Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:10.0950342Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3775409Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3778570Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3781899Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3784894Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3788025Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3791051Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3794030Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3796893Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3799884Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3802869Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3805827Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3808842Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3811893Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3814691Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-08-22T20:43:11.3816988Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-08-22T20:43:11.3819325Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-08-22T20:43:11.3821960Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-08-22T20:43:11.3824634Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-08-22T20:43:11.3826890Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-08-22T20:43:11.3829160Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-08-22T20:43:11.3831599Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-08-22T20:43:11.3834301Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-08-22T20:43:11.3837327Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:43:11.3840356Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:11.3843121Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:43:11.3846126Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:11.3849190Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:43:11.3852500Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:11.3855529Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:43:11.3858097Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:11.3861148Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:43:11.3864372Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:11.3867595Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:43:11.3870388Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:11.3873313Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:43:11.3876203Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:11.3879053Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:43:11.3881903Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:11.3885482Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:43:11.3888776Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:11.3892085Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:43:11.3895441Z [ 70%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:11.3898684Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-08-22T20:43:11.3901829Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-08-22T20:43:11.3905350Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-08-22T20:43:11.3908775Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-08-22T20:43:11.3911930Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-08-22T20:43:11.3915110Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-08-22T20:43:11.3918330Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-08-22T20:43:12.5743017Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-08-22T20:43:12.5746423Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:43:12.5749320Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:12.5751951Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:43:12.5754785Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:12.5757554Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:43:12.5760466Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:12.5763387Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:43:12.5766292Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:12.5769718Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:43:12.5772633Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:12.5775470Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:43:12.5778072Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:12.5780741Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:43:12.5783581Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:12.5786699Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:43:12.5789617Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:12.5792905Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:43:12.5795724Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:12.5798786Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:43:12.5801796Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:12.5804688Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:43:12.5807537Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:43:12.5810483Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:43:12.5813327Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:43:12.5816214Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:43:12.5819174Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:43:12.5822027Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:43:12.5824910Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:43:12.5828194Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:43:12.5831140Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:43:12.5833285Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-08-22T20:43:12.5835306Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-08-22T20:43:12.5837172Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-08-22T20:43:12.5839221Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:12.5841464Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:12.5843653Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-08-22T20:43:12.5846128Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-08-22T20:43:12.5848641Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:12.5851070Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:12.5853429Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-08-22T20:43:12.5855710Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-08-22T20:43:12.5858032Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-08-22T20:43:12.5860358Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:12.5862648Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:12.5864942Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:12.5867510Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:12.5869976Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:12.5872422Z [ 71%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:12.5874906Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:12.5877329Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7417331Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7419851Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7422950Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7425604Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7428762Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7431876Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7435008Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7438127Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7441235Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7445066Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7448240Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7451415Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7454639Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7457568Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7460424Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7463236Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7466037Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7469021Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7471779Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7474583Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7477415Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7480217Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7482974Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7486239Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7488954Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7491798Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7494627Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7497359Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7500017Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7502838Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7505637Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:13.7508869Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-08-22T20:43:13.7511641Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-08-22T20:43:13.7514684Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-08-22T20:43:13.7518057Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-08-22T20:43:13.7521336Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-08-22T20:43:13.7524648Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-08-22T20:43:13.7528045Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-08-22T20:43:13.7531355Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-08-22T20:43:13.7534669Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-08-22T20:43:13.7538013Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-08-22T20:43:13.7541353Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-08-22T20:43:13.7545514Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-08-22T20:43:13.7549381Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-08-22T20:43:13.7553184Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-08-22T20:43:13.7556475Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-08-22T20:43:13.7559804Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-08-22T20:43:13.7563103Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-08-22T20:43:13.7566396Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-08-22T20:43:14.9573951Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-08-22T20:43:14.9576883Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-08-22T20:43:14.9580045Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-08-22T20:43:14.9583154Z [ 72%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-08-22T20:43:14.9585930Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-08-22T20:43:14.9588768Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-08-22T20:43:14.9590931Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-08-22T20:43:14.9593318Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-08-22T20:43:14.9595876Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-08-22T20:43:14.9598250Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-08-22T20:43:14.9600879Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-08-22T20:43:14.9603508Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-08-22T20:43:14.9605925Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-08-22T20:43:14.9608602Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-08-22T20:43:14.9611213Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-08-22T20:43:14.9613812Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-08-22T20:43:14.9617051Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-08-22T20:43:14.9619564Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-08-22T20:43:14.9622412Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-08-22T20:43:14.9625326Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-08-22T20:43:14.9628376Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-08-22T20:43:14.9631266Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-08-22T20:43:14.9634172Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-08-22T20:43:14.9637038Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-08-22T20:43:14.9640423Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-08-22T20:43:14.9643582Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-08-22T20:43:14.9647106Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-08-22T20:43:14.9650162Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-08-22T20:43:14.9653268Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-08-22T20:43:14.9656835Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-08-22T20:43:14.9659951Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-08-22T20:43:14.9663080Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-08-22T20:43:14.9666160Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-08-22T20:43:14.9669438Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-08-22T20:43:14.9672553Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-08-22T20:43:14.9675655Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-08-22T20:43:14.9678759Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-08-22T20:43:14.9681828Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-08-22T20:43:14.9684973Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-08-22T20:43:14.9687592Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-08-22T20:43:14.9689946Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-08-22T20:43:14.9692318Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-08-22T20:43:14.9695243Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-08-22T20:43:14.9698281Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9701297Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9704638Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9707934Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9710955Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9713999Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9717013Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:14.9720058Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2077606Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2080873Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2083929Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2087022Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2090126Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2093717Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2096805Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2099862Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2103467Z [ 73%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2106716Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2109818Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2112607Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2115655Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2118116Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2120626Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2123385Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2126719Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2129823Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2132688Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2135714Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-08-22T20:43:16.2138497Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-08-22T20:43:16.2141089Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-08-22T20:43:16.2143640Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-08-22T20:43:16.2146628Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-08-22T20:43:16.2149194Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-08-22T20:43:16.2151795Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-08-22T20:43:16.2154364Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-08-22T20:43:16.2156963Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-08-22T20:43:16.2159862Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-08-22T20:43:16.2162870Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-08-22T20:43:16.2165846Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:43:16.2169218Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-08-22T20:43:16.2172275Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:43:16.2175334Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-08-22T20:43:16.2178292Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-08-22T20:43:16.2180774Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:43:16.2183396Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-08-22T20:43:16.2186194Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-08-22T20:43:16.2189647Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-08-22T20:43:16.2192151Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:43:16.2194808Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-08-22T20:43:16.2197608Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-08-22T20:43:16.2200189Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-08-22T20:43:16.2202471Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-08-22T20:43:16.2205080Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-08-22T20:43:16.2207785Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-08-22T20:43:16.2210385Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-08-22T20:43:16.2212663Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-08-22T20:43:16.2215177Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-08-22T20:43:16.2217926Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-08-22T20:43:16.2220795Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-08-22T20:43:17.4712066Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-08-22T20:43:17.4715260Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-08-22T20:43:17.4719135Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-08-22T20:43:17.4722462Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-08-22T20:43:17.4725609Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-08-22T20:43:17.4728988Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-08-22T20:43:17.4732286Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-08-22T20:43:17.4735663Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-08-22T20:43:17.4739329Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-08-22T20:43:17.4742659Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-08-22T20:43:17.4746665Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-08-22T20:43:17.4750026Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-08-22T20:43:17.4753345Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-08-22T20:43:17.4756386Z [ 74%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-08-22T20:43:17.4759161Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-08-22T20:43:17.4761965Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-08-22T20:43:17.4764365Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-08-22T20:43:17.4766643Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-08-22T20:43:17.4768940Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-08-22T20:43:17.4772026Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-08-22T20:43:17.4774474Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-08-22T20:43:17.4777280Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-08-22T20:43:17.4780445Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-08-22T20:43:17.4783249Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-08-22T20:43:17.4786038Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-08-22T20:43:17.4789002Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-08-22T20:43:17.4791814Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-08-22T20:43:17.4794579Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-08-22T20:43:17.4797374Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-08-22T20:43:17.4800218Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-08-22T20:43:17.4803330Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-08-22T20:43:17.4806150Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-08-22T20:43:17.4808930Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-08-22T20:43:17.4811761Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-08-22T20:43:17.4814612Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-08-22T20:43:17.4817493Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-08-22T20:43:17.4820368Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-08-22T20:43:17.4823218Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-08-22T20:43:17.4826074Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-08-22T20:43:17.4829166Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-08-22T20:43:17.4831999Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-08-22T20:43:17.4834859Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-08-22T20:43:17.4837700Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-08-22T20:43:17.4840404Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-08-22T20:43:17.4842980Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-08-22T20:43:17.4846235Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-08-22T20:43:17.4848808Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-08-22T20:43:17.4851430Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-08-22T20:43:17.4853891Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-08-22T20:43:17.4856428Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-08-22T20:43:17.4859003Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-08-22T20:43:17.4861577Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-08-22T20:43:18.6429857Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-08-22T20:43:18.6433025Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-08-22T20:43:18.6435992Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-08-22T20:43:18.6438942Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-08-22T20:43:18.6441889Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-08-22T20:43:18.6445332Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-08-22T20:43:18.6448418Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-08-22T20:43:18.6451020Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-08-22T20:43:18.6453774Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-08-22T20:43:18.6456277Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-08-22T20:43:18.6458880Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-08-22T20:43:18.6461795Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-08-22T20:43:18.6464614Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-08-22T20:43:18.6467612Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-08-22T20:43:18.6470650Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-08-22T20:43:18.6473802Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-08-22T20:43:18.6476542Z [ 75%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-08-22T20:43:18.6479334Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-08-22T20:43:18.6482157Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-08-22T20:43:18.6484974Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-08-22T20:43:18.6487772Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-08-22T20:43:18.6490598Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-08-22T20:43:18.6493321Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-08-22T20:43:18.6496489Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-08-22T20:43:18.6499451Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-08-22T20:43:18.6502242Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-08-22T20:43:18.6506168Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-08-22T20:43:18.6510331Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-08-22T20:43:18.6513986Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-08-22T20:43:18.6517719Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-08-22T20:43:18.6521694Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-08-22T20:43:18.6525566Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-08-22T20:43:18.6528635Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-08-22T20:43:18.6531276Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-08-22T20:43:18.6534074Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-08-22T20:43:18.6536891Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-08-22T20:43:18.6539684Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-08-22T20:43:18.6542522Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-08-22T20:43:18.6545775Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-08-22T20:43:18.6548570Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-08-22T20:43:18.6551328Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-08-22T20:43:18.6554015Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-08-22T20:43:18.6556593Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-08-22T20:43:18.6559441Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-08-22T20:43:18.6562233Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-08-22T20:43:18.6565285Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-08-22T20:43:18.6568212Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-08-22T20:43:18.6571111Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-08-22T20:43:18.6573819Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-08-22T20:43:18.6576704Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-08-22T20:43:18.6579562Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-08-22T20:43:18.6582271Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-08-22T20:43:19.7911041Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-08-22T20:43:19.7916677Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-08-22T20:43:19.7922065Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-08-22T20:43:19.7927499Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-08-22T20:43:19.7933140Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:19.7938774Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-08-22T20:43:19.7944770Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:19.7951058Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-08-22T20:43:19.7956756Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:19.7959414Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-08-22T20:43:19.7962030Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:19.7964622Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-08-22T20:43:19.7967204Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:19.7970047Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:43:19.7973036Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:19.7975742Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:43:19.7978376Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:19.7980996Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:43:19.7983639Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:19.7986255Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:43:19.7989077Z [ 76%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:19.7991704Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:43:19.7994344Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:19.7996962Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-08-22T20:43:19.7999588Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:43:19.8002204Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-08-22T20:43:19.8004780Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:43:19.8007392Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-08-22T20:43:19.8010236Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:43:19.8012787Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-08-22T20:43:19.8015198Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:43:19.8019075Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-08-22T20:43:19.8022929Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:43:19.8025620Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-08-22T20:43:19.8028767Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:43:19.8031747Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-08-22T20:43:19.8034897Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:43:19.8037604Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-08-22T20:43:19.8040313Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:43:19.8043063Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-08-22T20:43:19.8046177Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:43:19.8048970Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-08-22T20:43:19.8051833Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:43:19.8054640Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-08-22T20:43:19.8057668Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:19.8060637Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-08-22T20:43:19.8063216Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:20.9522153Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-08-22T20:43:20.9525398Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:20.9530243Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-08-22T20:43:20.9535818Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:20.9541300Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-08-22T20:43:20.9547186Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:20.9552818Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-08-22T20:43:20.9595715Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:20.9599165Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-08-22T20:43:20.9602530Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:20.9605789Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-08-22T20:43:20.9609119Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:20.9612461Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-08-22T20:43:20.9615828Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:20.9619159Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-08-22T20:43:20.9622476Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:20.9625697Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-08-22T20:43:20.9629158Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:20.9632241Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-08-22T20:43:20.9635281Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:20.9638318Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-08-22T20:43:20.9641842Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:20.9648108Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-08-22T20:43:20.9651179Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:20.9654178Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-08-22T20:43:20.9656754Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:20.9659278Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-08-22T20:43:20.9662076Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:20.9665377Z [ 77%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-08-22T20:43:20.9668605Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:20.9671667Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-08-22T20:43:20.9674708Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:20.9677776Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-08-22T20:43:20.9680815Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:20.9683844Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-08-22T20:43:20.9686891Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:20.9690001Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-08-22T20:43:20.9693139Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-08-22T20:43:20.9696261Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-08-22T20:43:20.9699358Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-08-22T20:43:20.9702479Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-08-22T20:43:20.9705605Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-08-22T20:43:20.9709343Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-08-22T20:43:20.9712440Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-08-22T20:43:20.9715573Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-08-22T20:43:20.9718706Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-08-22T20:43:20.9721505Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-08-22T20:43:20.9723994Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-08-22T20:43:20.9726487Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-08-22T20:43:22.0618333Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-08-22T20:43:22.0621332Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-08-22T20:43:22.0623876Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-08-22T20:43:22.0626552Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-08-22T20:43:22.0628988Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-08-22T20:43:22.0631519Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-08-22T20:43:22.0634048Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-08-22T20:43:22.0636441Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-08-22T20:43:22.0638229Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-08-22T20:43:22.0640540Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-08-22T20:43:22.0643250Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-08-22T20:43:22.0648147Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-08-22T20:43:22.0650604Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-08-22T20:43:22.0653049Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-08-22T20:43:22.0655401Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-08-22T20:43:22.0657962Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-08-22T20:43:22.0660748Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:43:22.0664046Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:43:22.0666917Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:43:22.0669580Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-08-22T20:43:22.0672125Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-08-22T20:43:22.0674681Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-08-22T20:43:22.0677363Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-08-22T20:43:22.0680221Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-08-22T20:43:22.0682962Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-08-22T20:43:22.0685731Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-08-22T20:43:22.0688388Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-08-22T20:43:22.0690990Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-08-22T20:43:22.0693564Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-08-22T20:43:22.0696288Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-08-22T20:43:22.0699159Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-08-22T20:43:22.0702133Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:22.0705246Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:22.0708600Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:43:22.0711764Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:43:22.0714924Z [ 78%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:43:22.0718040Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:43:22.0721128Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:43:22.0724232Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:43:22.0727542Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:22.0730372Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:22.0733237Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:22.0736191Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0739139Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0742139Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0745699Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0748766Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0752057Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0755028Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0757994Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0761004Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0764007Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0767043Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:22.0770042Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5493050Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5496009Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5498784Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5501863Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5504476Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5507146Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5509485Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5512320Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5514684Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5517840Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5520617Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5523530Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-08-22T20:43:23.5526520Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5529715Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5533124Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5536399Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5539413Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5542385Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5545828Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5549353Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5552562Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5555648Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5558473Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5561577Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5564978Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5568270Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5571480Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5575041Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5578156Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5581327Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5584514Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5587882Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5591257Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5594751Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5598420Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5601543Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5604796Z [ 79%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5608095Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5611287Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5614381Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5617403Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5620494Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5623614Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5626899Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:23.5629911Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:23.5633075Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:23.5636194Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:23.5639103Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0861337Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0864194Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0867351Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0870476Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0873475Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0876411Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0879543Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0884307Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0887443Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0890164Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-08-22T20:43:25.0892728Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-08-22T20:43:25.0895274Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-08-22T20:43:25.0897851Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-08-22T20:43:25.0900475Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:43:25.0903086Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:43:25.0905659Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:43:25.0908567Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:43:25.0911419Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0914655Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0917970Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0921146Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0925087Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0928514Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0931995Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0935320Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0938894Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0942362Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0949816Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0953460Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0956865Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0960468Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0963875Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0967191Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0970297Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0973753Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0977252Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0980535Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0983735Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.0987206Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.0990745Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.0994218Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.0998074Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.1001408Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:25.1004717Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:25.1008200Z [ 80%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:25.1011532Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:25.1014932Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:26.4157564Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:26.4161062Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:26.4164288Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4167653Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:26.4170767Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:26.4174105Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:26.4177343Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4180545Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4183941Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:26.4187471Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:26.4190863Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:26.4194143Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4197516Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-08-22T20:43:26.4201435Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-08-22T20:43:26.4204818Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-08-22T20:43:26.4208158Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4211211Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4214190Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4217170Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4220070Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4223263Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4226287Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4229518Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4232539Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:26.4235433Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:26.4238240Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:26.4241111Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:43:26.4243943Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:43:26.4247090Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:26.4249529Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:26.4251942Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-08-22T20:43:26.4254559Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-08-22T20:43:26.4257172Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-08-22T20:43:26.4259605Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-08-22T20:43:26.4262033Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-08-22T20:43:26.4265092Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-08-22T20:43:26.4267762Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-08-22T20:43:26.4270281Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-08-22T20:43:26.4273134Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4276231Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4279383Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4282545Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4285664Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4289142Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4292259Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4295403Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4298570Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4301586Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4304553Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:26.4307714Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:28.0679136Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:28.0682028Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:28.0684893Z [ 81%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-08-22T20:43:28.0687521Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-08-22T20:43:28.0690025Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-08-22T20:43:28.0692555Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-08-22T20:43:28.0695079Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-08-22T20:43:28.0698126Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0700712Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0703376Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0706065Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0708816Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0711475Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0714247Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0716782Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-08-22T20:43:28.0719715Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:28.0722480Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:28.0725254Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-08-22T20:43:28.0728084Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-08-22T20:43:28.0730551Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-08-22T20:43:28.0732981Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-08-22T20:43:28.0735414Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-08-22T20:43:28.0737856Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-08-22T20:43:28.0740349Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-08-22T20:43:28.0742783Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-08-22T20:43:28.0745924Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-08-22T20:43:28.0748402Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-08-22T20:43:28.0750701Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-08-22T20:43:28.0753016Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-08-22T20:43:28.0755670Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-08-22T20:43:28.0758434Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-08-22T20:43:28.0761614Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:43:28.0764141Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-08-22T20:43:28.0766694Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-08-22T20:43:28.0769420Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-08-22T20:43:28.0772264Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-08-22T20:43:28.0775119Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-08-22T20:43:28.0777967Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0780566Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-08-22T20:43:28.0783595Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0786571Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-08-22T20:43:28.0789371Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0792097Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-08-22T20:43:28.0795027Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0798030Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0801083Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-08-22T20:43:28.0804024Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-08-22T20:43:28.0807075Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0809906Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-08-22T20:43:28.0812682Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0815356Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-08-22T20:43:28.0818144Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:28.0820987Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-08-22T20:43:28.0824210Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:29.1295547Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-08-22T20:43:29.1297905Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-08-22T20:43:29.1300274Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-08-22T20:43:29.1302523Z [ 82%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1305155Z [ 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-08-22T20:43:29.1307894Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1310418Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1313509Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1316102Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1319017Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1321964Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1324747Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1327730Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1330684Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1333600Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1336569Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1339485Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1342485Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1348529Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1351440Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1354389Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-08-22T20:43:29.1358535Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-08-22T20:43:29.1361112Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-08-22T20:43:29.1363994Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:29.1367064Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:29.1370328Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:29.1373594Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:29.1376823Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:29.1380281Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:29.1383023Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:29.1385935Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:29.1389247Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:29.1392616Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:29.1395880Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:29.1399036Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:29.1402198Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:29.1405393Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:29.1408493Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:29.1411607Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:29.1414647Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:29.1417689Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:29.1420841Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:29.1424279Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:29.1427591Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:29.1430721Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:29.1433903Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:29.1436996Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:29.1440384Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-08-22T20:43:29.1444039Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-08-22T20:43:30.2397590Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-08-22T20:43:30.2400558Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-08-22T20:43:30.2403619Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-08-22T20:43:30.2406762Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-08-22T20:43:30.2409700Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-08-22T20:43:30.2412735Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-08-22T20:43:30.2415656Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-08-22T20:43:30.2419014Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-08-22T20:43:30.2422024Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-08-22T20:43:30.2425105Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-08-22T20:43:30.2428045Z [ 83%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-08-22T20:43:30.2430347Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-08-22T20:43:30.2432784Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-08-22T20:43:30.2435629Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-08-22T20:43:30.2438023Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-08-22T20:43:30.2440482Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-08-22T20:43:30.2442887Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-08-22T20:43:30.2445671Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-08-22T20:43:30.2448005Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-08-22T20:43:30.2450314Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-08-22T20:43:30.2452634Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-08-22T20:43:30.2455357Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-08-22T20:43:30.2457782Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-08-22T20:43:30.2460418Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-08-22T20:43:30.2462653Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-08-22T20:43:30.2464878Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-08-22T20:43:30.2468471Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-08-22T20:43:30.2471015Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-08-22T20:43:30.2473469Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-08-22T20:43:30.2475625Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-08-22T20:43:30.2477779Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2480512Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2482927Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2485692Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2488379Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2491059Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2494154Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2496864Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2499347Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-08-22T20:43:30.2501442Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-08-22T20:43:30.2503534Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-08-22T20:43:30.2505833Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-08-22T20:43:30.2508490Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-08-22T20:43:30.2511001Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-08-22T20:43:30.2513796Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-08-22T20:43:30.2516035Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-08-22T20:43:30.2518508Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2521191Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2523972Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2526724Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2529423Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-08-22T20:43:30.2532173Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-08-22T20:43:30.2534889Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-08-22T20:43:31.3870079Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-08-22T20:43:31.3872567Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-08-22T20:43:31.3874840Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-08-22T20:43:31.3877109Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-08-22T20:43:31.3879648Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-08-22T20:43:31.3881907Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-08-22T20:43:31.3884397Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-08-22T20:43:31.3887571Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-08-22T20:43:31.3890251Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-08-22T20:43:31.3892877Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-08-22T20:43:31.3895409Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-08-22T20:43:31.3898062Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-08-22T20:43:31.3900847Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-08-22T20:43:31.3903624Z [ 84%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-08-22T20:43:31.3906630Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-08-22T20:43:31.3909851Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-08-22T20:43:31.3912735Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-08-22T20:43:31.3915451Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-08-22T20:43:31.3918351Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-08-22T20:43:31.3920941Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-08-22T20:43:31.3923514Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-08-22T20:43:31.3925996Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-08-22T20:43:31.3928424Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-08-22T20:43:31.3930855Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-08-22T20:43:31.3933568Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-08-22T20:43:31.3936262Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-08-22T20:43:31.3938974Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-08-22T20:43:31.3941405Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-08-22T20:43:31.3943777Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-08-22T20:43:31.3947043Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-08-22T20:43:31.3949967Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-08-22T20:43:31.3952416Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-08-22T20:43:31.3954831Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-08-22T20:43:31.3957185Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-08-22T20:43:31.3959536Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-08-22T20:43:31.3961934Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-08-22T20:43:31.3964364Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-08-22T20:43:31.3966740Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-08-22T20:43:31.3969503Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-08-22T20:43:31.3971906Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-08-22T20:43:31.3974219Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-08-22T20:43:31.3976681Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-08-22T20:43:31.3979173Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-08-22T20:43:31.3981854Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-08-22T20:43:31.3984735Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-08-22T20:43:31.3988179Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-08-22T20:43:31.3991238Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-08-22T20:43:31.3994334Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-08-22T20:43:31.3997499Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-08-22T20:43:31.4000696Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-08-22T20:43:31.4003961Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-08-22T20:43:31.4007160Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:31.4010602Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:31.4013869Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:32.3657367Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-08-22T20:43:32.3660707Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:32.3663905Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-08-22T20:43:32.3667107Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-08-22T20:43:32.3670175Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-08-22T20:43:32.3673780Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-08-22T20:43:32.3676842Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-08-22T20:43:32.3679888Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-08-22T20:43:32.3682928Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-08-22T20:43:32.3688465Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-08-22T20:43:32.3691565Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-08-22T20:43:32.3694627Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-08-22T20:43:32.3697701Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-08-22T20:43:32.3700763Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-08-22T20:43:32.3704017Z [ 85%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-08-22T20:43:32.3707498Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-08-22T20:43:32.3711232Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-08-22T20:43:32.3714476Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-08-22T20:43:32.3717583Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-08-22T20:43:32.3721278Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-08-22T20:43:32.3724550Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-08-22T20:43:32.3727828Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-08-22T20:43:32.3731141Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-08-22T20:43:32.3734536Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-08-22T20:43:32.3737847Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-08-22T20:43:32.3741158Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-08-22T20:43:32.3750386Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-08-22T20:43:32.3753777Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-08-22T20:43:32.3757078Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-08-22T20:43:32.3760409Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-08-22T20:43:32.3763480Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-08-22T20:43:32.3766072Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-08-22T20:43:32.3768605Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-08-22T20:43:32.3771374Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-08-22T20:43:32.3774393Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-08-22T20:43:32.3777420Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-08-22T20:43:32.3780438Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-08-22T20:43:32.3783521Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-08-22T20:43:32.3786826Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-08-22T20:43:32.3790413Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-08-22T20:43:32.3793520Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-08-22T20:43:32.3796619Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-08-22T20:43:32.3799670Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-08-22T20:43:32.3802779Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-08-22T20:43:32.3805894Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-08-22T20:43:32.3809043Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-08-22T20:43:32.3812505Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-08-22T20:43:32.3815806Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-08-22T20:43:33.4656694Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-08-22T20:43:33.4659477Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-08-22T20:43:33.4662528Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-08-22T20:43:33.4665382Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-08-22T20:43:33.4668491Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-08-22T20:43:33.4671442Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-08-22T20:43:33.4674208Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-08-22T20:43:33.4677393Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-08-22T20:43:33.4680323Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-08-22T20:43:33.4683395Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-08-22T20:43:33.4686261Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-08-22T20:43:33.4689315Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-08-22T20:43:33.4692538Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-08-22T20:43:33.4695509Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-08-22T20:43:33.4698261Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-08-22T20:43:33.4700430Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-08-22T20:43:33.4702360Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-08-22T20:43:33.4704529Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-08-22T20:43:33.4707110Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-08-22T20:43:33.4709510Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-08-22T20:43:33.4712563Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-08-22T20:43:33.4714870Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-08-22T20:43:33.4716951Z [ 86%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-08-22T20:43:33.4719185Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-08-22T20:43:33.4722448Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-08-22T20:43:33.4724532Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-08-22T20:43:33.4726389Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-08-22T20:43:33.4728216Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-08-22T20:43:33.4730408Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-08-22T20:43:33.4732743Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-08-22T20:43:33.4734581Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-08-22T20:43:33.4736384Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-08-22T20:43:33.4738379Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:43:33.4741182Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:43:33.4744007Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:43:33.4747061Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:43:33.4749299Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:43:33.4751738Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:43:33.4754180Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:43:33.4756792Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:43:33.4759327Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:43:33.4761845Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-08-22T20:43:33.4764893Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:43:33.4767649Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-08-22T20:43:33.4770440Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-08-22T20:43:33.4773439Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-08-22T20:43:33.4776467Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-08-22T20:43:33.4779425Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-08-22T20:43:33.4782261Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-08-22T20:43:33.4785277Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-08-22T20:43:33.4788410Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-08-22T20:43:34.4005087Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-08-22T20:43:34.4008322Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-08-22T20:43:34.4011253Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-08-22T20:43:34.4013998Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-08-22T20:43:34.4016624Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-08-22T20:43:34.4020027Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-08-22T20:43:34.4022506Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-08-22T20:43:34.4024977Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-08-22T20:43:34.4027793Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-08-22T20:43:34.4030587Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-08-22T20:43:34.4033325Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:34.4036057Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:34.4038763Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:34.4041821Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:34.4046841Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4050019Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4053125Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4056245Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4060045Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4063289Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4066596Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4069693Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4072897Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4076047Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4079148Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4082016Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4084539Z [ 87%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4087567Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4090346Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4093074Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4096239Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4099382Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4102583Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4105769Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4109285Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4112499Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4115642Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4118696Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-08-22T20:43:34.4121619Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:34.4124343Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:34.4127076Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-08-22T20:43:34.4129813Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-08-22T20:43:34.4132492Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:34.4135145Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:34.4137862Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-08-22T20:43:34.4140563Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-08-22T20:43:34.4143323Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:34.4146842Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:34.4150026Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:34.4153573Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:35.2806532Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:35.2809828Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-08-22T20:43:35.2813483Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-08-22T20:43:35.2817046Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-08-22T20:43:35.2820407Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-08-22T20:43:35.2824060Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-08-22T20:43:35.2827488Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:35.2830700Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:35.2834442Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:35.2838001Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:35.2841539Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:35.2844940Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:43:35.2847853Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:43:35.2850898Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:43:35.2854142Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:43:35.2857554Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:43:35.2861034Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-08-22T20:43:35.2893215Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-08-22T20:43:35.2896416Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-08-22T20:43:35.2899490Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-08-22T20:43:35.2902929Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-08-22T20:43:35.2906320Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-08-22T20:43:35.2909955Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-08-22T20:43:35.2917611Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-08-22T20:43:35.2920521Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-08-22T20:43:35.2924345Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-08-22T20:43:35.2927863Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-08-22T20:43:35.2931342Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-08-22T20:43:35.2934813Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-08-22T20:43:35.2938313Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-08-22T20:43:35.2941822Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-08-22T20:43:35.2945966Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-08-22T20:43:35.2949705Z [ 88%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-08-22T20:43:35.2953279Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-08-22T20:43:35.2956798Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-08-22T20:43:35.2960376Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-08-22T20:43:35.2963861Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-08-22T20:43:35.2967311Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-08-22T20:43:35.2972126Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-08-22T20:43:35.2975513Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-08-22T20:43:35.2978882Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-08-22T20:43:35.2982275Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-08-22T20:43:35.2985770Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-08-22T20:43:35.2989500Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-08-22T20:43:35.2993271Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-08-22T20:43:36.2384729Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-08-22T20:43:36.2388397Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-08-22T20:43:36.2391893Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-08-22T20:43:36.2395408Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-08-22T20:43:36.2398885Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-08-22T20:43:36.2402372Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-08-22T20:43:36.2405852Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-08-22T20:43:36.2409365Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-08-22T20:43:36.2412832Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-08-22T20:43:36.2416301Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-08-22T20:43:36.2419442Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-08-22T20:43:36.2422777Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-08-22T20:43:36.2426645Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-08-22T20:43:36.2429789Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-08-22T20:43:36.2433004Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-08-22T20:43:36.2436158Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-08-22T20:43:36.2439317Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-08-22T20:43:36.2442540Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-08-22T20:43:36.2446026Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-08-22T20:43:36.2449569Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-08-22T20:43:36.2452781Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-08-22T20:43:36.2456005Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-08-22T20:43:36.2459130Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-08-22T20:43:36.2462339Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-08-22T20:43:36.2465506Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-08-22T20:43:36.2468548Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-08-22T20:43:36.2471416Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-08-22T20:43:36.2474558Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-08-22T20:43:36.2477489Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-08-22T20:43:36.2480617Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-08-22T20:43:36.2483836Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-08-22T20:43:36.2486908Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-08-22T20:43:36.2490098Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-08-22T20:43:36.2493850Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-08-22T20:43:36.2497028Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-08-22T20:43:36.2500356Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-08-22T20:43:36.2503641Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-08-22T20:43:36.2507051Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-08-22T20:43:36.2510296Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-08-22T20:43:36.2513418Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-08-22T20:43:36.2516614Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-08-22T20:43:36.2519413Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-08-22T20:43:36.2522280Z [ 89%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:36.2525430Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:36.2528490Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:36.2531606Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:36.2534687Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3714608Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3718061Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3720836Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3724075Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3727268Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3730369Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3733513Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3738181Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3741312Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3744743Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3748075Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3751238Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3754439Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3757639Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3761253Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3764458Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3767674Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3770866Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3774076Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3777239Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3780443Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3783630Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3786959Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3790042Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3792907Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3796089Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3799300Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3802477Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3806066Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3809235Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3812435Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3815551Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3818658Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3821794Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3824999Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3828819Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3831998Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3835213Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3838425Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3841639Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3845215Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3848413Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3851594Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3854757Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3857907Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:37.3860816Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3863564Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:37.3866934Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4837292Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4840270Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4843464Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4846857Z [ 90%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4849881Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4853031Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4856171Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4859741Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4862894Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4865971Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4869211Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4872576Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4875837Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4878873Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4881903Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4885064Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4888129Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4892118Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4895229Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4898194Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4901216Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4904754Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4907814Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4910979Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4913975Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4916967Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4920145Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4923373Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4926670Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4929750Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4932879Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4936033Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4939168Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4942318Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4945702Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4948964Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4952001Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4955199Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4958371Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4961428Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4964383Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4967994Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-08-22T20:43:38.4971156Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-08-22T20:43:38.4974290Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:38.4977396Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:38.4980554Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:38.4983622Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6250823Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6254601Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6257722Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6260742Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6263777Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6267006Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6270021Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:39.6272845Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:39.6275696Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:43:39.6278323Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:39.6281402Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6284767Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6288236Z [ 91%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6290958Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6293986Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6297876Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6301281Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6304630Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6307969Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6311209Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6314468Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:39.6317474Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6320665Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6323647Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6326590Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6329592Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6332625Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6335524Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6338710Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6341800Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6345133Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6348018Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6351148Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6354211Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6357223Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6360246Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6363802Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6366934Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6369928Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6372982Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6376019Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6378978Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6382055Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6385448Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6388643Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6391716Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:39.6394596Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:39.6397510Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7457330Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7460499Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7463556Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7466769Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7469863Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7473020Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7476037Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7479182Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7482331Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7485807Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7488827Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7491791Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7494805Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7497673Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:40.7500448Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:40.7503238Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:40.7506872Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:40.7510095Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7513395Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7516626Z [ 92%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7519883Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7523138Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7526388Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7529507Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7532534Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7535543Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7538582Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-08-22T20:43:40.7541418Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-08-22T20:43:40.7544067Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-08-22T20:43:40.7547132Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-08-22T20:43:40.7550108Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-08-22T20:43:40.7552671Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7555364Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7558085Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7560890Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7563808Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7566561Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7569561Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7572309Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7574991Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7577695Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7580579Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7583252Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7585983Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7588900Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7591811Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7594610Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7597342Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:40.7600065Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:40.7602801Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8290385Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8293358Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8296912Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8299890Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8302814Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8305772Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8308999Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8312063Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8315043Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8318330Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8321266Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8324215Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8327189Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8330146Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8334541Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8337578Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8340511Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8343394Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8346795Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8349785Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-08-22T20:43:41.8352772Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-08-22T20:43:41.8355728Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:41.8358692Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:41.8361718Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-08-22T20:43:41.8365147Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-08-22T20:43:41.8367970Z [ 93%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-08-22T20:43:41.8370652Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-08-22T20:43:41.8373292Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-08-22T20:43:41.8375944Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-08-22T20:43:41.8378647Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-08-22T20:43:41.8381346Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-08-22T20:43:41.8384385Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-08-22T20:43:41.8387312Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-08-22T20:43:41.8390288Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8393469Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8396660Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8399831Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8403107Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8406272Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8409457Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8412689Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8415850Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8419054Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8422277Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8425454Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8429319Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8432430Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8435630Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:41.8438840Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:41.8441983Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8668741Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8671789Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8675058Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8677675Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8680349Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8683245Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8686486Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8689690Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8692862Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8696083Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8698994Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8701619Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8704431Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8707705Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8710907Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8713794Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8717275Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8720505Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8723791Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8726995Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8730223Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8733411Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8736660Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8739917Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8742977Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8747929Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8751083Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8754339Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8757605Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8760846Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8763969Z [ 94%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8767167Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8770293Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8773507Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8776683Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8779700Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8783082Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8786227Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8789329Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8792425Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8795471Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8798684Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8801841Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8808064Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8811186Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:42.8814120Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:42.8817125Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9696009Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9699405Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9702700Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9705989Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9709408Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9712550Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9715761Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9718529Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9722187Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9726338Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9729530Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9732778Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9736027Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9739189Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9742397Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9745966Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9749718Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9752261Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9755378Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9758592Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9763834Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9767001Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9770135Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9773079Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9776332Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9779442Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9782669Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9785993Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9789413Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9792601Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9796261Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9799463Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9802745Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9805935Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9809111Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9812347Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9815488Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9818959Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9822181Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9825361Z [ 95%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9828838Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9832003Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9835233Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9838222Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9840802Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:43.9843468Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:43.9846813Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.0983160Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.0986638Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.0989857Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.0993389Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.0996462Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.0999864Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1003039Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1006102Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1009093Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1012267Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1015748Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1018983Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1022080Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1024649Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1027710Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1030723Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1033144Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1035644Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1038244Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1041139Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1044544Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1047834Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1050771Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1053261Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1056440Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1059513Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1062704Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1065603Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1068652Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1071105Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1073638Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1077128Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1080088Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1083209Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1086089Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1089085Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1091910Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1095046Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1098246Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1101519Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1104690Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1108177Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1111419Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1114652Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1118188Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:45.1121399Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:45.1124585Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1133013Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1136420Z [ 96%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1139681Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1142842Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1146335Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1149216Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1152142Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1155483Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1158515Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1161732Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1164471Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1167275Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1170349Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1173563Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1176666Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1179362Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1182256Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1185639Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1188537Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1191418Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1194392Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1197071Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1199992Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1203106Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1206587Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1209294Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1212171Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1215246Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1218270Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1221465Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1224357Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1227253Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1230038Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1233043Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:46.1235762Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1238286Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:46.1241188Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1245467Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:46.1248344Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1251250Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:46.1254284Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1257305Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:46.1260338Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1263235Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:46.1265717Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:46.1268883Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:46.1271901Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2218589Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2221699Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2224919Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2227986Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2230997Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2234132Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2236902Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2239979Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2243179Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2246994Z [ 97%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2250272Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2253319Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2257010Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2333854Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2336365Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2339276Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2342307Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2345104Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2347730Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2351006Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2353607Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2356405Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2358953Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2361896Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2364820Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2367972Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2371155Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2374396Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2377605Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2380837Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2383626Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2387137Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2390733Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2393977Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2397192Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2400401Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2403618Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2406807Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2409994Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:47.2413388Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2416579Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:47.2419788Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2423024Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:47.2426112Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2429366Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:47.2432258Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:47.2435334Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:47.2438420Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3192727Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:48.3195496Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3198248Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3200993Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3203645Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3206638Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3209211Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:48.3211860Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3214604Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3217273Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3219906Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3222584Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3225690Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:48.3228475Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3231384Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3234111Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3236774Z [ 98%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3239343Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3242125Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:48.3245309Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3248062Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3250615Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3253226Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3256088Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3259307Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:48.3262490Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3266056Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3269323Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3272279Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3274853Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3277498Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-08-22T20:43:48.3280541Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3283565Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3287013Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-08-22T20:43:48.3289731Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-08-22T20:43:48.3292781Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.3295784Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.3299141Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.3302418Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.3305688Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.3309085Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.3312380Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.3315428Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.3318474Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.3321704Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.3324820Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:48.3328133Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:48.3331849Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3503745Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3506159Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3509059Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3512169Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3514989Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3518251Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3521425Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3524758Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3528065Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3531339Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3534604Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3537570Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3540822Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3544099Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3548028Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3551327Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3554614Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3557893Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3561181Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3564934Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3568250Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3571210Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3574264Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3577430Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3580464Z [ 99%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3583650Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3587303Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3590227Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3593260Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3596506Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3599732Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3602443Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3605292Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3608429Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3611310Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3614093Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3617191Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3620047Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3622891Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3626279Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3629782Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3632788Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3635589Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3638621Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:43:49.3641658Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:43:49.3645248Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.7058246Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.7060923Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.7062945Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.7064976Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-08-22T20:44:06.7067099Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-08-22T20:44:06.7068768Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-08-22T20:44:06.7070189Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-08-22T20:44:06.7071615Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-08-22T20:44:06.7073047Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-08-22T20:44:06.7074497Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-08-22T20:44:06.7075944Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-08-22T20:44:06.7077400Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-08-22T20:44:06.7078865Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-08-22T20:44:06.7080560Z [100%] Building C object backends/xnnpack/third-party/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-08-22T20:44:06.7081580Z [100%] Built target microkernels-all 2024-08-22T20:44:06.7082091Z [100%] Linking CXX static library liboptimized_kernels.a 2024-08-22T20:44:06.7082822Z [100%] Built target optimized_kernels 2024-08-22T20:44:06.7083243Z [100%] Merging kernel yaml files 2024-08-22T20:44:06.7083759Z [100%] Generating selected_operators.yaml for optimized_ops_lib 2024-08-22T20:44:06.7084462Z [100%] Generating selected_operators.yaml for optimized_native_cpu_ops_lib 2024-08-22T20:44:06.7085091Z [100%] Generating code for kernel registration 2024-08-22T20:44:06.7085592Z [100%] Generating code for kernel registration 2024-08-22T20:44:06.7086616Z [100%] Building CXX object kernels/optimized/CMakeFiles/optimized_ops_lib.dir/optimized_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:06.7088225Z [100%] Building CXX object configurations/CMakeFiles/optimized_native_cpu_ops_lib.dir/optimized_native_cpu_ops_lib/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-08-22T20:44:06.7089346Z [100%] Linking CXX static library liboptimized_ops_lib.a 2024-08-22T20:44:06.7089861Z [100%] Built target optimized_ops_lib 2024-08-22T20:44:06.7090430Z [100%] Linking CXX static library liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:06.7091027Z [100%] Built target optimized_native_cpu_ops_lib 2024-08-22T20:44:06.7091876Z [100%] Building CXX object CMakeFiles/executor_runner.dir/examples/portable/executor_runner/executor_runner.cpp.o 2024-08-22T20:44:06.7092987Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/data_loader/file_data_loader.cpp.o 2024-08-22T20:44:06.7094106Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/evalue_util/print_evalue.cpp.o 2024-08-22T20:44:06.7095076Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs.cpp.o 2024-08-22T20:44:06.7096064Z [100%] Building CXX object CMakeFiles/executor_runner.dir/extension/runner_util/inputs_portable.cpp.o 2024-08-22T20:44:06.7097156Z [100%] Building CXX object CMakeFiles/executor_runner.dir/runtime/executor/test/test_backend_compiler_lib.cpp.o 2024-08-22T20:44:06.7097975Z [100%] Linking CXX executable executor_runner 2024-08-22T20:44:06.7098443Z [100%] Built target executor_runner 2024-08-22T20:44:06.7098849Z Install the project... 2024-08-22T20:44:06.7099271Z -- Install configuration: "Release" 2024-08-22T20:44:06.7099995Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-config.cmake 2024-08-22T20:44:06.7100864Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libcpuinfo.a 2024-08-22T20:44:06.7101635Z -- Installing: /pytorch/torchchat/et-build/install/include/cpuinfo.h 2024-08-22T20:44:06.7102504Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets.cmake 2024-08-22T20:44:06.7103531Z -- Installing: /pytorch/torchchat/et-build/install/share/cpuinfo/cpuinfo-targets-release.cmake 2024-08-22T20:44:06.7104512Z -- Installing: /pytorch/torchchat/et-build/install/lib64/pkgconfig/libcpuinfo.pc 2024-08-22T20:44:06.7105354Z -- Installing: /pytorch/torchchat/et-build/install/include/pthreadpool.h 2024-08-22T20:44:06.7106175Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libpthreadpool.a 2024-08-22T20:44:06.7107055Z -- Installing: /pytorch/torchchat/et-build/install/include/fxdiv.h 2024-08-22T20:44:06.7107843Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_kernels.a 2024-08-22T20:44:06.7108687Z -- Installing: /pytorch/torchchat/et-build/install/lib/libportable_ops_lib.a 2024-08-22T20:44:06.7109684Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/Functions.h 2024-08-22T20:44:06.7110844Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/portable/NativeFunctions.h 2024-08-22T20:44:06.7111824Z -- Installing: /pytorch/torchchat/et-build/install/lib/libeigen_blas.a 2024-08-22T20:44:06.7112587Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:06.7113389Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_kernels.a 2024-08-22T20:44:06.7114346Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_ops_lib.a 2024-08-22T20:44:06.7115342Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/Functions.h 2024-08-22T20:44:06.7116512Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/optimized/NativeFunctions.h 2024-08-22T20:44:06.7117481Z -- Up-to-date: /pytorch/torchchat/et-build/install/lib/libcpublas.a 2024-08-22T20:44:06.7118303Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_kernels.a 2024-08-22T20:44:06.7119152Z -- Installing: /pytorch/torchchat/et-build/install/lib/libquantized_ops_lib.a 2024-08-22T20:44:06.7120147Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/Functions.h 2024-08-22T20:44:06.7121301Z -- Installing: /pytorch/torchchat/et-build/install/include/executorch/kernels/quantized/NativeFunctions.h 2024-08-22T20:44:06.7122387Z -- Installing: /pytorch/torchchat/et-build/install/lib/liboptimized_native_cpu_ops_lib.a 2024-08-22T20:44:06.7123258Z -- Installing: /pytorch/torchchat/et-build/install/lib/Functions.h 2024-08-22T20:44:06.7124021Z -- Installing: /pytorch/torchchat/et-build/install/lib/NativeFunctions.h 2024-08-22T20:44:06.7124810Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch.a 2024-08-22T20:44:06.7125661Z -- Installing: /pytorch/torchchat/et-build/install/lib/libexecutorch_no_prim_ops.a 2024-08-22T20:44:06.7126757Z -- Installing: /pytorch/torchchat/et-build/install/lib/cmake/ExecuTorch/executorch-config.cmake 2024-08-22T20:44:06.7127746Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_data_loader.a 2024-08-22T20:44:06.7128628Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module.so 2024-08-22T20:44:06.7129512Z -- Installing: /pytorch/torchchat/et-build/install/lib/libextension_module_static.a 2024-08-22T20:44:06.7130328Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16.h 2024-08-22T20:44:06.7131106Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/bitcasts.h 2024-08-22T20:44:06.7131913Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/fp16.h 2024-08-22T20:44:06.7132690Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/psimd.h 2024-08-22T20:44:06.7133503Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/__init__.py 2024-08-22T20:44:06.7134310Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx.py 2024-08-22T20:44:06.7135090Z -- Installing: /pytorch/torchchat/et-build/install/include/fp16/avx2.py 2024-08-22T20:44:06.7135848Z -- Installing: /pytorch/torchchat/et-build/install/include/psimd.h 2024-08-22T20:44:06.7136607Z -- Installing: /pytorch/torchchat/et-build/install/lib64/libXNNPACK.a 2024-08-22T20:44:06.7137376Z -- Installing: /pytorch/torchchat/et-build/install/include/xnnpack.h 2024-08-22T20:44:06.7138198Z -- Installing: /pytorch/torchchat/et-build/install/include/experiments-config.h 2024-08-22T20:44:06.7139064Z -- Installing: /pytorch/torchchat/et-build/install/lib/libxnnpack_backend.a 2024-08-22T20:44:06.7140236Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libbundled_program.a 2024-08-22T20:44:06.7141628Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libetdump.a 2024-08-22T20:44:06.7143001Z -- Installing: /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/lib/libflatccrt.a 2024-08-22T20:44:06.7145218Z -- Installing: /pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so 2024-08-22T20:44:06.7147108Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so" to "" 2024-08-22T20:44:06.7148408Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops.a 2024-08-22T20:44:06.7373025Z -- Installing: /pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so 2024-08-22T20:44:06.7374781Z -- Set non-toolchain portion of runtime path of "/pytorch/torchchat/et-build/install/lib/libcustom_ops_aot_lib.so" to "" 2024-08-22T20:44:06.7376273Z creating pip-out/lib.linux-x86_64-cpython-311 2024-08-22T20:44:06.7377190Z creating pip-out/lib.linux-x86_64-cpython-311/executorch 2024-08-22T20:44:06.7378254Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data 2024-08-22T20:44:06.7379318Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:44:06.7380862Z copying build/pip_data_bin_init.py.in -> pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py 2024-08-22T20:44:06.7381904Z running build_py 2024-08-22T20:44:06.7382731Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends 2024-08-22T20:44:06.7383899Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7385321Z copying backends/arm/arm_vela.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7387089Z copying backends/arm/tosa_mapping.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7388826Z copying backends/arm/arm_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7390481Z copying backends/arm/arm_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7392575Z copying backends/arm/tosa_quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7394260Z copying backends/arm/tosa_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm 2024-08-22T20:44:06.7395815Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:06.7397382Z copying backends/example/example_backend.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:06.7399183Z copying backends/example/example_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:06.7401102Z copying backends/example/example_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:06.7403023Z copying backends/example/test_example_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example 2024-08-22T20:44:06.7404627Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:06.7406184Z copying backends/qualcomm/qnn_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm 2024-08-22T20:44:06.7407790Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7409356Z copying backends/transforms/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7411212Z copying backends/transforms/addmm_mm_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7413226Z copying backends/transforms/convert_dtype_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7415181Z copying backends/transforms/decompose_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7417389Z copying backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7419547Z copying backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7421574Z copying backends/transforms/fuse_conv_with_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7423502Z copying backends/transforms/fuse_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7425716Z copying backends/transforms/mean_to_sum_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7427750Z copying backends/transforms/remove_clone_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7429632Z copying backends/transforms/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms 2024-08-22T20:44:06.7431166Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:06.7432640Z copying backends/vulkan/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:06.7434420Z copying backends/vulkan/vulkan_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan 2024-08-22T20:44:06.7435957Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:06.7437414Z copying backends/xnnpack/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:06.7439238Z copying backends/xnnpack/xnnpack_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack 2024-08-22T20:44:06.7440809Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple 2024-08-22T20:44:06.7442008Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:06.7443589Z copying backends/apple/mps/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:06.7445864Z copying backends/apple/mps/mps_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps 2024-08-22T20:44:06.7447461Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml 2024-08-22T20:44:06.7448878Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:06.7450813Z copying backends/apple/coreml/compiler/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:06.7453109Z copying backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:06.7455016Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:06.7456894Z copying backends/apple/coreml/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:06.7459226Z copying backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition 2024-08-22T20:44:06.7461133Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:06.7463005Z copying backends/apple/coreml/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:06.7465346Z copying backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:06.7467370Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:06.7469314Z copying backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:06.7471625Z copying backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test 2024-08-22T20:44:06.7473523Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:06.7475108Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:06.7477269Z copying backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:06.7479276Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7481540Z copying backends/apple/mps/operators/activation_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7483836Z copying backends/apple/mps/operators/binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7486079Z copying backends/apple/mps/operators/clamp_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7488323Z copying backends/apple/mps/operators/constant_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7490637Z copying backends/apple/mps/operators/convolution_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7493021Z copying backends/apple/mps/operators/indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7495323Z copying backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7497685Z copying backends/apple/mps/operators/normalization_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7500253Z copying backends/apple/mps/operators/op_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7502505Z copying backends/apple/mps/operators/op_getitem.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7504695Z copying backends/apple/mps/operators/pad_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7506992Z copying backends/apple/mps/operators/pooling_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7522549Z copying backends/apple/mps/operators/range_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7524883Z copying backends/apple/mps/operators/reduce_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7527161Z copying backends/apple/mps/operators/shape_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7529447Z copying backends/apple/mps/operators/unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7531699Z copying backends/apple/mps/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7533912Z copying backends/apple/mps/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators 2024-08-22T20:44:06.7535683Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:06.7537534Z copying backends/apple/mps/partition/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:06.7539785Z copying backends/apple/mps/partition/mps_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition 2024-08-22T20:44:06.7541719Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:06.7543705Z copying backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:06.7546486Z copying backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:06.7548384Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7550130Z copying backends/apple/mps/test/test_mps.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7552464Z copying backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7554638Z copying backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7556787Z copying backends/apple/mps/test/test_mps_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7558892Z copying backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7560990Z copying backends/apple/mps/test/test_mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test 2024-08-22T20:44:06.7562715Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:44:06.7564481Z copying backends/apple/mps/utils/mps_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils 2024-08-22T20:44:06.7566188Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7567883Z copying backends/arm/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7570117Z copying backends/arm/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7572129Z copying backends/arm/operators/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7574193Z copying backends/arm/operators/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7576185Z copying backends/arm/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7578168Z copying backends/arm/operators/op_dequant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7580177Z copying backends/arm/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7582072Z copying backends/arm/operators/op_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7584098Z copying backends/arm/operators/op_get_item.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7586123Z copying backends/arm/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7588158Z copying backends/arm/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7590190Z copying backends/arm/operators/op_output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7592293Z copying backends/arm/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7594431Z copying backends/arm/operators/op_placeholder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7596519Z copying backends/arm/operators/op_quant.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7598522Z copying backends/arm/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7600493Z copying backends/arm/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7602394Z copying backends/arm/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7604440Z copying backends/arm/operators/op_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7606703Z copying backends/arm/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7608631Z copying backends/arm/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators 2024-08-22T20:44:06.7610305Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:06.7612143Z copying backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:06.7614254Z copying backends/arm/passes/remove_clone_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:06.7616241Z copying backends/arm/passes/tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:06.7618228Z copying backends/arm/passes/arm_pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes 2024-08-22T20:44:06.7619906Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:06.7621525Z copying backends/arm/quantizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:06.7623547Z copying backends/arm/quantizer/quantization_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:06.7625753Z copying backends/arm/quantizer/arm_quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:06.7627941Z copying backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer 2024-08-22T20:44:06.7629642Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:06.7631147Z copying backends/arm/test/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:06.7632974Z copying backends/arm/test/runner_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test 2024-08-22T20:44:06.7634814Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7637267Z copying backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7640189Z copying backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7643085Z copying backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7646180Z copying backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7649082Z copying backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7651885Z copying backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7654727Z copying backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7658508Z copying backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7684867Z copying backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:06.7687136Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:44:06.7688945Z copying backends/arm/test/misc/test_debug_feats.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc 2024-08-22T20:44:06.7690758Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:44:06.7692596Z copying backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models 2024-08-22T20:44:06.7694340Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7696100Z copying backends/arm/test/ops/test_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7698124Z copying backends/arm/test/ops/test_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7700070Z copying backends/arm/test/ops/test_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7702054Z copying backends/arm/test/ops/test_avg_pool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7704041Z copying backends/arm/test/ops/test_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7711066Z copying backends/arm/test/ops/test_clone.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7713115Z copying backends/arm/test/ops/test_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7715171Z copying backends/arm/test/ops/test_conv_combos.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7717232Z copying backends/arm/test/ops/test_depthwise_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7719227Z copying backends/arm/test/ops/test_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7721360Z copying backends/arm/test/ops/test_full.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7723305Z copying backends/arm/test/ops/test_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7725283Z copying backends/arm/test/ops/test_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7727264Z copying backends/arm/test/ops/test_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7729202Z copying backends/arm/test/ops/test_view.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops 2024-08-22T20:44:06.7730800Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:44:06.7732728Z copying backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes 2024-08-22T20:44:06.7734602Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:06.7736386Z copying backends/arm/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:06.7738360Z copying backends/arm/test/tester/arm_tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester 2024-08-22T20:44:06.7739977Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:06.7741738Z copying backends/arm/test/tosautil/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil 2024-08-22T20:44:06.7743472Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party 2024-08-22T20:44:06.7745418Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:06.7748004Z copying backends/arm/third-party/serialization_lib/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:06.7750174Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:06.7752112Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:06.7754730Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:06.7757958Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:06.7760485Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7763157Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7766652Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7769868Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7773318Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7776419Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7779541Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7782598Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7785686Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7788751Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7791996Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7795154Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7798212Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7801384Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7804371Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7807486Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7810601Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7813642Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7816769Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7819908Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7823103Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7826371Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7829515Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7832637Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7835785Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7838837Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7841929Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7845294Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7848297Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7851385Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7854442Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7857685Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7860819Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7863848Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7867313Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:06.7869648Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:06.7871527Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:06.7874068Z copying backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:06.7876577Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:06.7879185Z copying backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:06.7881398Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence 2024-08-22T20:44:06.7882716Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7884494Z copying backends/cadence/aot/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7886329Z copying backends/cadence/aot/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7888169Z copying backends/cadence/aot/compiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7890036Z copying backends/cadence/aot/export_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7892035Z copying backends/cadence/aot/ops_registrations.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7894037Z copying backends/cadence/aot/passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:06.7895623Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:06.7897308Z copying backends/cadence/utils/gen_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:06.7899320Z copying backends/cadence/utils/post_compilation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils 2024-08-22T20:44:06.7901318Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:06.7903242Z copying backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:06.7905505Z copying backends/cadence/aot/quantizer/patterns.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:06.7907872Z copying backends/cadence/aot/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:06.7910101Z copying backends/cadence/aot/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:06.7912075Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:06.7914450Z copying backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:06.7917326Z copying backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:06.7919563Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7921841Z copying backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7924161Z copying backends/example/example_operators/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7926432Z copying backends/example/example_operators/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7928740Z copying backends/example/example_operators/conv_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7931085Z copying backends/example/example_operators/dropout.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7933387Z copying backends/example/example_operators/flatten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7935688Z copying backends/example/example_operators/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7937973Z copying backends/example/example_operators/op_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7940373Z copying backends/example/example_operators/ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7942635Z copying backends/example/example_operators/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators 2024-08-22T20:44:06.7944640Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7946357Z copying backends/qualcomm/builders/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7948543Z copying backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7950685Z copying backends/qualcomm/builders/op_batch_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7952766Z copying backends/qualcomm/builders/op_bmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7954916Z copying backends/qualcomm/builders/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7956974Z copying backends/qualcomm/builders/op_ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7959029Z copying backends/qualcomm/builders/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7961152Z copying backends/qualcomm/builders/op_depth_to_space.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7963445Z copying backends/qualcomm/builders/op_dequantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7965513Z copying backends/qualcomm/builders/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7967617Z copying backends/qualcomm/builders/op_embedding.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7969726Z copying backends/qualcomm/builders/op_expand.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7971841Z copying backends/qualcomm/builders/op_gelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7973932Z copying backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7976192Z copying backends/qualcomm/builders/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7978310Z copying backends/qualcomm/builders/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7980434Z copying backends/qualcomm/builders/op_layer_norm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7982561Z copying backends/qualcomm/builders/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7984671Z copying backends/qualcomm/builders/op_log_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7986889Z copying backends/qualcomm/builders/op_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7989126Z copying backends/qualcomm/builders/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7991360Z copying backends/qualcomm/builders/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7993455Z copying backends/qualcomm/builders/op_mul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7995707Z copying backends/qualcomm/builders/op_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7997875Z copying backends/qualcomm/builders/op_pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.7999911Z copying backends/qualcomm/builders/op_quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8002078Z copying backends/qualcomm/builders/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8004202Z copying backends/qualcomm/builders/op_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8006262Z copying backends/qualcomm/builders/op_rsqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8008368Z copying backends/qualcomm/builders/op_select_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8010593Z copying backends/qualcomm/builders/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8012678Z copying backends/qualcomm/builders/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8014782Z copying backends/qualcomm/builders/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8016936Z copying backends/qualcomm/builders/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8019092Z copying backends/qualcomm/builders/op_space_to_depth.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8021342Z copying backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8023462Z copying backends/qualcomm/builders/op_sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8025617Z copying backends/qualcomm/builders/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8027820Z copying backends/qualcomm/builders/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8029876Z copying backends/qualcomm/builders/op_sum_int_list.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8032045Z copying backends/qualcomm/builders/op_tanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8034162Z copying backends/qualcomm/builders/op_to.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8036352Z copying backends/qualcomm/builders/op_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8038602Z copying backends/qualcomm/builders/op_unsqueeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8040936Z copying backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8043334Z copying backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8045978Z copying backends/qualcomm/builders/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8047968Z copying backends/qualcomm/builders/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8049989Z copying backends/qualcomm/builders/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8052370Z copying backends/qualcomm/builders/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8054576Z copying backends/qualcomm/builders/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8056624Z copying backends/qualcomm/builders/qnn_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders 2024-08-22T20:44:06.8058432Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:06.8060300Z copying backends/qualcomm/partition/common_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:06.8062633Z copying backends/qualcomm/partition/qnn_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition 2024-08-22T20:44:06.8064443Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8066283Z copying backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8068718Z copying backends/qualcomm/passes/annotate_decomposed.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8070901Z copying backends/qualcomm/passes/build_quant_io.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8073082Z copying backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8075318Z copying backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8077628Z copying backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8079865Z copying backends/qualcomm/passes/convert_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8082006Z copying backends/qualcomm/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8084081Z copying backends/qualcomm/passes/decompose_silu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8086136Z copying backends/qualcomm/passes/fold_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8088437Z copying backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8090584Z copying backends/qualcomm/passes/i64_to_i32.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8114104Z copying backends/qualcomm/passes/insert_io_qdq.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8116523Z copying backends/qualcomm/passes/insert_requantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8118847Z copying backends/qualcomm/passes/layout_transform.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8121075Z copying backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8123287Z copying backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8125439Z copying backends/qualcomm/passes/remove_redundancy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8127487Z copying backends/qualcomm/passes/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8129827Z copying backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8132116Z copying backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8134344Z copying backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes 2024-08-22T20:44:06.8136099Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:06.8137909Z copying backends/qualcomm/quantizer/quantizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:06.8139990Z copying backends/qualcomm/quantizer/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:06.8141793Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:06.8143822Z copying backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:06.8146595Z copying backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:06.8148485Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:06.8150138Z copying backends/qualcomm/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:06.8152179Z copying backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:06.8154163Z copying backends/qualcomm/tests/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests 2024-08-22T20:44:06.8155815Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:06.8157527Z copying backends/qualcomm/utils/constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:06.8159483Z copying backends/qualcomm/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils 2024-08-22T20:44:06.8161103Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:44:06.8163007Z copying backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test 2024-08-22T20:44:06.8165129Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:06.8167030Z copying backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:06.8169251Z copying backends/vulkan/partitioner/supported_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner 2024-08-22T20:44:06.8171005Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:06.8172697Z copying backends/vulkan/passes/custom_ops_defs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:06.8174742Z copying backends/vulkan/passes/test_custom_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes 2024-08-22T20:44:06.8176444Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:06.8178189Z copying backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime 2024-08-22T20:44:06.8179940Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:06.8181930Z copying backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:06.8184493Z copying backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:06.8186992Z copying backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:06.8188759Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:06.8190471Z copying backends/vulkan/test/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:06.8192558Z copying backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:06.8194643Z copying backends/vulkan/test/test_vulkan_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test 2024-08-22T20:44:06.8196374Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:06.8198164Z copying backends/vulkan/test/op_tests/cases.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:06.8200330Z copying backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:06.8202251Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:06.8204266Z copying backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:06.8206648Z copying backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:06.8208553Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party 2024-08-22T20:44:06.8210098Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:06.8212040Z copying backends/vulkan/third-party/volk/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:06.8214011Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:06.8215796Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8218262Z copying backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8221440Z copying backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8224441Z copying backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8227419Z copying backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8230263Z copying backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8233226Z copying backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8236201Z copying backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:06.8238658Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:06.8241504Z copying backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:06.8244002Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:06.8246167Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:06.8248229Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:06.8263498Z copying backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:06.8266064Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8268041Z copying backends/xnnpack/operators/node_visitor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8270139Z copying backends/xnnpack/operators/op_abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8272192Z copying backends/xnnpack/operators/op_add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8274261Z copying backends/xnnpack/operators/op_addmm.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8276489Z copying backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8278597Z copying backends/xnnpack/operators/op_cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8280700Z copying backends/xnnpack/operators/op_ceiling.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8282921Z copying backends/xnnpack/operators/op_clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8285097Z copying backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8287272Z copying backends/xnnpack/operators/op_div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8289737Z copying backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8292028Z copying backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8294212Z copying backends/xnnpack/operators/op_elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8296273Z copying backends/xnnpack/operators/op_floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8298375Z copying backends/xnnpack/operators/op_hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8300646Z copying backends/xnnpack/operators/op_hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8302841Z copying backends/xnnpack/operators/op_leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8304936Z copying backends/xnnpack/operators/op_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8307271Z copying backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8309702Z copying backends/xnnpack/operators/op_max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8311894Z copying backends/xnnpack/operators/op_max_pool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8313983Z copying backends/xnnpack/operators/op_maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8316097Z copying backends/xnnpack/operators/op_mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8318217Z copying backends/xnnpack/operators/op_minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8320320Z copying backends/xnnpack/operators/op_multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8322385Z copying backends/xnnpack/operators/op_negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8324481Z copying backends/xnnpack/operators/op_permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8326660Z copying backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8328808Z copying backends/xnnpack/operators/op_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8330906Z copying backends/xnnpack/operators/op_sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8333003Z copying backends/xnnpack/operators/op_skip_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8335355Z copying backends/xnnpack/operators/op_slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8337500Z copying backends/xnnpack/operators/op_softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8339602Z copying backends/xnnpack/operators/op_square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8341703Z copying backends/xnnpack/operators/op_square_root.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8343831Z copying backends/xnnpack/operators/op_squeeze.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8346296Z copying backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8348532Z copying backends/xnnpack/operators/op_sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8350608Z copying backends/xnnpack/operators/op_to_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8352731Z copying backends/xnnpack/operators/quant_params.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8354812Z copying backends/xnnpack/operators/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8356877Z copying backends/xnnpack/operators/op_conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8358966Z copying backends/xnnpack/operators/op_prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8361046Z copying backends/xnnpack/operators/op_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8363465Z copying backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators 2024-08-22T20:44:06.8365388Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:06.8367176Z copying backends/xnnpack/partition/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:06.8369347Z copying backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition 2024-08-22T20:44:06.8371096Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8372885Z copying backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8375025Z copying backends/xnnpack/passes/convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8377128Z copying backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8379263Z copying backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8381436Z copying backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8383591Z copying backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8385709Z copying backends/xnnpack/passes/remove_getitem_op.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8387869Z copying backends/xnnpack/passes/xnnpack_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8389827Z copying backends/xnnpack/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8391986Z copying backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8394284Z copying backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8417230Z copying backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes 2024-08-22T20:44:06.8419205Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:06.8421404Z copying backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:06.8423814Z copying backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:06.8425682Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:06.8427533Z copying backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:06.8429644Z copying backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test 2024-08-22T20:44:06.8431485Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:06.8433406Z copying backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:06.8435989Z copying backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party 2024-08-22T20:44:06.8437887Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:06.8439788Z copying backends/xnnpack/utils/xnnpack_constants.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:06.8441900Z copying backends/xnnpack/utils/configs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:06.8443820Z copying backends/xnnpack/utils/quant_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:06.8446132Z copying backends/xnnpack/utils/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils 2024-08-22T20:44:06.8447843Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:06.8449822Z copying backends/xnnpack/partition/graphs/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:06.8452187Z copying backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:06.8454160Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8456020Z copying backends/xnnpack/test/models/deeplab_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8458315Z copying backends/xnnpack/test/models/edsr.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8460467Z copying backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8462777Z copying backends/xnnpack/test/models/inception_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8465076Z copying backends/xnnpack/test/models/inception_v4.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8467457Z copying backends/xnnpack/test/models/llama2_et_example.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8469857Z copying backends/xnnpack/test/models/mobilebert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8472230Z copying backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8474463Z copying backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8476936Z copying backends/xnnpack/test/models/resnet.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8479192Z copying backends/xnnpack/test/models/torchvision_vit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8481483Z copying backends/xnnpack/test/models/very_big_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8483721Z copying backends/xnnpack/test/models/w2l.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models 2024-08-22T20:44:06.8485508Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8487306Z copying backends/xnnpack/test/ops/abs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8489495Z copying backends/xnnpack/test/ops/add.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8491728Z copying backends/xnnpack/test/ops/avgpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8493959Z copying backends/xnnpack/test/ops/bilinear2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8496145Z copying backends/xnnpack/test/ops/cat.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8498553Z copying backends/xnnpack/test/ops/ceil.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8500651Z copying backends/xnnpack/test/ops/clamp.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8502700Z copying backends/xnnpack/test/ops/conv1d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8504712Z copying backends/xnnpack/test/ops/conv2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8506829Z copying backends/xnnpack/test/ops/div.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8509004Z copying backends/xnnpack/test/ops/elu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8510900Z copying backends/xnnpack/test/ops/floor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8513173Z copying backends/xnnpack/test/ops/hardswish.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8515555Z copying backends/xnnpack/test/ops/hardtanh.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8517931Z copying backends/xnnpack/test/ops/leaky_relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8520095Z copying backends/xnnpack/test/ops/linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8522384Z copying backends/xnnpack/test/ops/max_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8524546Z copying backends/xnnpack/test/ops/maximum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8526618Z copying backends/xnnpack/test/ops/maxpool2d.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8528758Z copying backends/xnnpack/test/ops/mean_dim.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8530887Z copying backends/xnnpack/test/ops/minimum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8532947Z copying backends/xnnpack/test/ops/multiply.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8535148Z copying backends/xnnpack/test/ops/negate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8537184Z copying backends/xnnpack/test/ops/permute.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8539171Z copying backends/xnnpack/test/ops/pow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8541088Z copying backends/xnnpack/test/ops/prelu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8543206Z copying backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8545543Z copying backends/xnnpack/test/ops/relu.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8547589Z copying backends/xnnpack/test/ops/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8549603Z copying backends/xnnpack/test/ops/sigmoid.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8551721Z copying backends/xnnpack/test/ops/slice_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8553785Z copying backends/xnnpack/test/ops/softmax.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8556033Z copying backends/xnnpack/test/ops/sqrt.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8577323Z copying backends/xnnpack/test/ops/square.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8579525Z copying backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8581630Z copying backends/xnnpack/test/ops/sub.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:06.8583342Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8585292Z copying backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8587722Z copying backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8590213Z copying backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8592670Z copying backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8595049Z copying backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8597473Z copying backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:06.8599441Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:06.8601539Z copying backends/xnnpack/test/serialization/test_serialization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:06.8604072Z copying backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:06.8606036Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:06.8607858Z copying backends/xnnpack/test/tester/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:06.8610243Z copying backends/xnnpack/test/tester/tester.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:06.8612094Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:06.8614062Z copying backends/xnnpack/third-party/FP16/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:06.8615984Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:06.8618013Z copying backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:06.8620011Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:06.8622148Z copying backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:06.8624219Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:06.8626373Z copying backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:06.8628569Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:06.8630439Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:06.8632721Z copying backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:06.8635439Z copying backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:06.8638167Z copying backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:06.8640290Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:06.8641973Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:06.8644480Z copying backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:06.8646261Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:06.8647398Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:06.8649041Z copying backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:06.8651005Z copying backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:06.8652663Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8654501Z copying backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8656585Z copying backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8658506Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8660697Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8662614Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8664549Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8666661Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8668698Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8670750Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8672761Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8674812Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8676689Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8678589Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8680591Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8682707Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8684752Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8686720Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8688647Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8690602Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8970887Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8973340Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8975410Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8977416Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8979436Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8981674Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8983669Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8985665Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8987763Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8989947Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8992052Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8994382Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8996525Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.8998553Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9000620Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9002618Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9004634Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9006597Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9008685Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9010720Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9012746Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9014736Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9016773Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9018822Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9020925Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9023180Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9025279Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9027577Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9029638Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9031667Z copying backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9033621Z copying backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9035555Z copying backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9037585Z copying backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9039484Z copying backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:06.9041056Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:06.9042751Z copying backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:06.9045242Z copying backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:06.9047461Z copying backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:06.9049091Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:06.9050276Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:06.9051933Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:06.9053331Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples 2024-08-22T20:44:06.9054172Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:06.9055207Z copying examples/models/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:06.9056367Z copying examples/models/model_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:06.9057657Z copying examples/models/model_factory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models 2024-08-22T20:44:06.9058824Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:06.9060080Z copying examples/models/deeplab_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:06.9061443Z copying examples/models/deeplab_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3 2024-08-22T20:44:06.9062834Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:06.9063992Z copying examples/models/edsr/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:06.9065309Z copying examples/models/edsr/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr 2024-08-22T20:44:06.9066527Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:06.9067847Z copying examples/models/emformer_rnnt/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:06.9099527Z copying examples/models/emformer_rnnt/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:06.9101096Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:06.9102720Z copying examples/models/inception_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:06.9104497Z copying examples/models/inception_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3 2024-08-22T20:44:06.9105758Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:06.9107327Z copying examples/models/inception_v4/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:06.9108848Z copying examples/models/inception_v4/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4 2024-08-22T20:44:06.9109989Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9111091Z copying examples/models/llama2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9112393Z copying examples/models/llama2/export_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9113816Z copying examples/models/llama2/fairseq2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9115309Z copying examples/models/llama2/install_requirement_helper.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9116713Z copying examples/models/llama2/llama_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9118088Z copying examples/models/llama2/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9119470Z copying examples/models/llama2/eval_llama.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9120880Z copying examples/models/llama2/eval_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9122316Z copying examples/models/llama2/export_llama_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9123810Z copying examples/models/llama2/llama_transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9125238Z copying examples/models/llama2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2 2024-08-22T20:44:06.9126325Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:06.9127481Z copying examples/models/llava/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:06.9128848Z copying examples/models/llava/export_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:06.9130170Z copying examples/models/llava/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava 2024-08-22T20:44:06.9131311Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:06.9132704Z copying examples/models/mobilebert/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:06.9134145Z copying examples/models/mobilebert/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert 2024-08-22T20:44:06.9135308Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:06.9136603Z copying examples/models/mobilenet_v2/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:06.9138004Z copying examples/models/mobilenet_v2/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:06.9139263Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:06.9140587Z copying examples/models/mobilenet_v3/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:06.9142008Z copying examples/models/mobilenet_v3/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:06.9143237Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:06.9144707Z copying examples/models/phi-3-mini/eager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:06.9146451Z copying examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini 2024-08-22T20:44:06.9147817Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:06.9149176Z copying examples/models/phi3-mini-lora/export_model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:06.9150374Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:06.9151580Z copying examples/models/resnet/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:06.9152921Z copying examples/models/resnet/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet 2024-08-22T20:44:06.9154007Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:06.9155165Z copying examples/models/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:06.9156424Z copying examples/models/test/test_export.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test 2024-08-22T20:44:06.9157650Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:06.9158890Z copying examples/models/torchvision_vit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:06.9160501Z copying examples/models/torchvision_vit/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit 2024-08-22T20:44:06.9161780Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:06.9162924Z copying examples/models/toy_model/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:06.9164333Z copying examples/models/toy_model/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model 2024-08-22T20:44:06.9165453Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:06.9166709Z copying examples/models/wav2letter/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:06.9168168Z copying examples/models/wav2letter/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter 2024-08-22T20:44:06.9169382Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:06.9170899Z copying examples/models/llama2/evaluate/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:06.9172517Z copying examples/models/llama2/evaluate/eager_eval.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:06.9173898Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:06.9175352Z copying examples/models/llama2/experimental/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:06.9177033Z copying examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:06.9178766Z copying examples/models/llama2/experimental/subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:06.9180518Z copying examples/models/llama2/experimental/test_subclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental 2024-08-22T20:44:06.9181901Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:06.9183255Z copying examples/models/llama2/runner/generation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner 2024-08-22T20:44:06.9184745Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:06.9186336Z copying examples/models/llama2/source_transformation/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:06.9188282Z copying examples/models/llama2/source_transformation/quantize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:06.9190080Z copying examples/models/llama2/source_transformation/rope.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:06.9192019Z copying examples/models/llama2/source_transformation/sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:06.9193351Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:44:06.9266537Z copying examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests 2024-08-22T20:44:06.9268291Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:06.9269988Z copying examples/models/llama2/tokenizer/tiktoken.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:06.9271636Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:06.9273035Z copying examples/models/llama2/custom_ops/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:06.9274604Z copying examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:06.9276253Z copying examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:06.9277528Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:44:06.9278717Z copying examples/models/llava/test/test_llava.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test 2024-08-22T20:44:06.9279752Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9280546Z copying exir/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9281628Z copying exir/control_flow.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9282564Z copying exir/dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9283502Z copying exir/dynamic_shape.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9284399Z copying exir/error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9285254Z copying exir/graph.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9286145Z copying exir/graph_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9287040Z copying exir/memory.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9287912Z copying exir/pass_base.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9288822Z copying exir/pass_manager.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9289746Z copying exir/scalar_type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9290644Z copying exir/sym_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9291519Z copying exir/tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9292378Z copying exir/types.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9293383Z copying exir/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9294244Z copying exir/wrap.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9295100Z copying exir/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9295967Z copying exir/delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9296921Z copying exir/lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9297905Z copying exir/memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9298838Z copying exir/print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9299725Z copying exir/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9300583Z copying exir/tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir 2024-08-22T20:44:06.9301435Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:06.9302398Z copying exir/_serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:06.9303467Z copying exir/_serialize/_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:06.9304560Z copying exir/_serialize/_dataclass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:06.9305679Z copying exir/_serialize/_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:06.9306909Z copying exir/_serialize/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:06.9307852Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:06.9308832Z copying exir/backend/backend_details.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:06.9309994Z copying exir/backend/compile_spec_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:06.9311120Z copying exir/backend/partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:06.9312220Z copying exir/backend/backend_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:06.9313283Z copying exir/backend/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend 2024-08-22T20:44:06.9314183Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:06.9315289Z copying exir/capture/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:06.9316333Z copying exir/capture/_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:06.9317382Z copying exir/capture/_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:06.9318413Z copying exir/capture/_unlift.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture 2024-08-22T20:44:06.9319327Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:06.9320274Z copying exir/dialects/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:06.9321311Z copying exir/dialects/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects 2024-08-22T20:44:06.9322199Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:06.9323075Z copying exir/emit/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:06.9324073Z copying exir/emit/_emit_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:06.9325063Z copying exir/emit/_emitter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit 2024-08-22T20:44:06.9325946Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:06.9326990Z copying exir/operator/convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:06.9328056Z copying exir/operator/manip.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:06.9329105Z copying exir/operator/util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator 2024-08-22T20:44:06.9330008Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9330960Z copying exir/passes/const_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9332122Z copying exir/passes/constant_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9333315Z copying exir/passes/debug_handle_generator_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9334530Z copying exir/passes/dynamic_shape_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9335759Z copying exir/passes/executorch_prim_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9337037Z copying exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9338258Z copying exir/passes/memory_planning_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9339448Z copying exir/passes/normalize_transpose_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9340677Z copying exir/passes/normalize_view_copy_base_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9341840Z copying exir/passes/pass_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9342950Z copying exir/passes/quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9344399Z copying exir/passes/remove_graph_asserts_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9345616Z copying exir/passes/remove_noop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9346927Z copying exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9348235Z copying exir/passes/replace_edge_with_backend_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9349611Z copying exir/passes/replace_sym_size_op_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9350849Z copying exir/passes/replace_view_copy_with_view_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9352067Z copying exir/passes/scalar_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9353204Z copying exir/passes/spec_prop_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9354320Z copying exir/passes/sym_shape_eval_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9421383Z copying exir/passes/sym_to_tensor_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9422872Z copying exir/passes/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9424406Z copying exir/passes/_quant_patterns_and_replacements.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9425976Z copying exir/passes/dim_order_ops_registry.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9427564Z copying exir/passes/memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9428958Z copying exir/passes/remove_mixed_type_operators.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9430205Z copying exir/passes/replace_aten_with_edge_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes 2024-08-22T20:44:06.9431197Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:06.9432120Z copying exir/program/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:06.9433189Z copying exir/program/_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:06.9434267Z copying exir/program/_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program 2024-08-22T20:44:06.9435169Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9436059Z copying exir/serde/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9437109Z copying exir/serde/export_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9438161Z copying exir/serde/schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9439195Z copying exir/serde/schema_check.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9440224Z copying exir/serde/union.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9441224Z copying exir/serde/upgrade.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9442255Z copying exir/serde/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde 2024-08-22T20:44:06.9443149Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9444047Z copying exir/tests/asr_joiner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9445603Z copying exir/tests/control_flow_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9446741Z copying exir/tests/dynamic_shape_models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9447803Z copying exir/tests/models.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9448852Z copying exir/tests/test_arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9449966Z copying exir/tests/test_capture.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9451064Z copying exir/tests/test_common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9452296Z copying exir/tests/test_delegate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9453385Z copying exir/tests/test_dim_order_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9454563Z copying exir/tests/test_dynamic_shape_propagation.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9455688Z copying exir/tests/test_error.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9456826Z copying exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9458054Z copying exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9459232Z copying exir/tests/test_memory_planning.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9460342Z copying exir/tests/test_op_convert.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9461405Z copying exir/tests/test_pass_infra.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9462501Z copying exir/tests/test_print_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9463745Z copying exir/tests/test_quant_fusion_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9464879Z copying exir/tests/test_quantization.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9465988Z copying exir/tests/test_remove_view_copy.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9467169Z copying exir/tests/test_serde.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9468200Z copying exir/tests/test_tensor.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9469230Z copying exir/tests/test_tracer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9470263Z copying exir/tests/transformer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9471285Z copying exir/tests/common.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9472398Z copying exir/tests/test_memory_format_ops_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9473506Z copying exir/tests/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9474581Z copying exir/tests/test_verification.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests 2024-08-22T20:44:06.9475549Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:06.9476593Z copying exir/verification/arg_validator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:06.9477786Z copying exir/verification/dev_html.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:06.9478962Z copying exir/verification/verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:06.9480174Z copying exir/verification/interpreter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification 2024-08-22T20:44:06.9481253Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:06.9482297Z copying exir/_serialize/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:06.9483505Z copying exir/_serialize/test/test_cord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:06.9484756Z copying exir/_serialize/test/test_flatbuffer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:06.9486131Z copying exir/_serialize/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test 2024-08-22T20:44:06.9487284Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:06.9488711Z copying exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:06.9490510Z copying exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:06.9492222Z copying exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:06.9493464Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9494583Z copying exir/backend/test/backend_with_compiler_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9495990Z copying exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9497354Z copying exir/backend/test/hta_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9498724Z copying exir/backend/test/op_partitioner_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9499994Z copying exir/backend/test/qnn_backend_demo.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9501266Z copying exir/backend/test/test_backends_lifted.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9502560Z copying exir/backend/test/test_backends_nested.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9503849Z copying exir/backend/test/test_compatibility.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9505144Z copying exir/backend/test/test_debug_handle_map.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9506525Z copying exir/backend/test/test_delegate_map_builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9507851Z copying exir/backend/test/test_graph_partition.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9509176Z copying exir/backend/test/test_lowered_backend_module.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9510492Z copying exir/backend/test/test_passes.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9573153Z copying exir/backend/test/test_backends.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9574491Z copying exir/backend/test/test_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9575811Z copying exir/backend/test/test_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test 2024-08-22T20:44:06.9576848Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:06.9578064Z copying exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:06.9579510Z copying exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos 2024-08-22T20:44:06.9580694Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:06.9582005Z copying exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:06.9583838Z copying exir/backend/test/demos/rpc/test_rpc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:06.9585370Z copying exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:06.9586704Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:06.9587773Z copying exir/dialects/backend/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend 2024-08-22T20:44:06.9588802Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:06.9589813Z copying exir/dialects/edge/_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:06.9590797Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:44:06.9591901Z copying exir/dialects/test/test_exir_dialect_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test 2024-08-22T20:44:06.9593025Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:44:06.9594253Z copying exir/dialects/backend/test/test_backend_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test 2024-08-22T20:44:06.9595445Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:06.9596664Z copying exir/dialects/edge/arg/model.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:06.9597942Z copying exir/dialects/edge/arg/type.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg 2024-08-22T20:44:06.9599023Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:06.9600161Z copying exir/dialects/edge/dtype/runner.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:06.9601528Z copying exir/dialects/edge/dtype/supported.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:06.9602878Z copying exir/dialects/edge/dtype/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:06.9603973Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:06.9605037Z copying exir/dialects/edge/op/api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:06.9606325Z copying exir/dialects/edge/op/sample_input.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op 2024-08-22T20:44:06.9607432Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:06.9608526Z copying exir/dialects/edge/spec/gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:06.9609814Z copying exir/dialects/edge/spec/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec 2024-08-22T20:44:06.9610908Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:06.9612062Z copying exir/dialects/edge/test/test_edge_ops.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:06.9613424Z copying exir/dialects/edge/test/test_edge_yaml.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test 2024-08-22T20:44:06.9614572Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:06.9615765Z copying exir/dialects/edge/op/test/test_api.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:06.9616859Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:06.9617839Z copying exir/emit/test/test_emit.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test 2024-08-22T20:44:06.9618820Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:06.9620073Z copying exir/operator/test/test_operator.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test 2024-08-22T20:44:06.9621168Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:06.9622243Z copying exir/program/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:06.9623474Z copying exir/program/test/test_fake_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:06.9624778Z copying exir/program/test/test_program.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test 2024-08-22T20:44:06.9625835Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:06.9627148Z copying exir/verification/test/test_verifier.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test 2024-08-22T20:44:06.9628233Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension 2024-08-22T20:44:06.9629052Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:06.9630207Z copying extension/export_util/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:06.9631491Z copying extension/export_util/utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util 2024-08-22T20:44:06.9632652Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:06.9633797Z copying extension/gguf_util/convert_main.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:06.9635075Z copying extension/gguf_util/converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:06.9636341Z copying extension/gguf_util/load_gguf.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util 2024-08-22T20:44:06.9637428Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:06.9638584Z copying extension/pybindings/portable_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:06.9639645Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:06.9640705Z copying extension/pytree/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree 2024-08-22T20:44:06.9641823Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:44:06.9643094Z copying extension/gguf_util/converters/llama_converter.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters 2024-08-22T20:44:06.9644557Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm 2024-08-22T20:44:06.9645412Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:06.9646485Z copying extension/llm/export/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:06.9647783Z copying extension/llm/export/builder.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:06.9649129Z copying extension/llm/export/partitioner_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:06.9650513Z copying extension/llm/export/quantizer_lib.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export 2024-08-22T20:44:06.9651601Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:06.9652710Z copying extension/llm/tokenizer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:06.9654085Z copying extension/llm/tokenizer/tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer 2024-08-22T20:44:06.9655269Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party 2024-08-22T20:44:06.9656527Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:06.9657907Z copying extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:06.9659601Z copying extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:06.9661036Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:06.9662622Z copying extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:06.9664197Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:06.9756669Z copying extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:06.9759086Z copying extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:06.9760902Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2 2024-08-22T20:44:06.9762260Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:06.9763913Z copying extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:06.9765422Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:06.9766829Z copying extension/llm/third-party/re2/python/re2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:06.9768646Z copying extension/llm/third-party/re2/python/re2_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:06.9770313Z copying extension/llm/third-party/re2/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:06.9771759Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:06.9773257Z copying extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:06.9774942Z copying extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:06.9776533Z copying extension/llm/third-party/re2/re2/unicode.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:06.9777896Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:06.9779461Z copying extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:06.9780929Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:06.9782079Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:06.9783697Z copying extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:06.9785399Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:06.9787278Z copying extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:06.9789762Z copying extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:06.9791630Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:06.9793049Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:06.9794921Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:06.9797451Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:06.9799986Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:06.9802965Z copying extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:06.9804859Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:06.9806340Z copying extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:06.9807665Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:06.9808975Z copying extension/pybindings/test/make_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:06.9810655Z copying extension/pybindings/test/test_pybindings.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test 2024-08-22T20:44:06.9812012Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:06.9813239Z copying extension/pytree/test/test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test 2024-08-22T20:44:06.9814355Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:06.9815215Z copying sdk/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk 2024-08-22T20:44:06.9816209Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:06.9817472Z copying sdk/bundled_program/version.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:06.9818766Z copying sdk/bundled_program/config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:06.9820064Z copying sdk/bundled_program/core.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program 2024-08-22T20:44:06.9821279Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:06.9822388Z copying sdk/debug_format/base_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:06.9823669Z copying sdk/debug_format/et_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format 2024-08-22T20:44:06.9824845Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:06.9825811Z copying sdk/etdump/schema_flatcc.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:06.9827138Z copying sdk/etdump/serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:06.9828208Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:06.9829942Z copying sdk/etrecord/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:06.9831160Z copying sdk/etrecord/_etrecord.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord 2024-08-22T20:44:06.9832317Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:06.9833331Z copying sdk/inspector/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:06.9834599Z copying sdk/inspector/_inspector.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:06.9835953Z copying sdk/inspector/_inspector_utils.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:06.9837232Z copying sdk/inspector/inspector_cli.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector 2024-08-22T20:44:06.9838340Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:06.9839707Z copying sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:06.9841285Z copying sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool 2024-08-22T20:44:06.9842552Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:06.9843966Z copying sdk/bundled_program/schema/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:06.9845864Z copying sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:06.9847327Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:06.9848747Z copying sdk/bundled_program/serialize/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:06.9849923Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:06.9851322Z copying sdk/bundled_program/test/test_bundle_data.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:06.9852794Z copying sdk/bundled_program/test/test_config.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:06.9854313Z copying sdk/bundled_program/test/test_end2end.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test 2024-08-22T20:44:06.9855613Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:44:06.9856959Z copying sdk/bundled_program/util/test_util.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util 2024-08-22T20:44:07.3243006Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:07.3244932Z copying sdk/bundled_program/schema/test/test_schema.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:07.3246509Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:07.3248142Z copying sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:07.3249626Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:07.3250809Z copying sdk/etdump/tests/serialize_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests 2024-08-22T20:44:07.3252078Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:07.3253370Z copying sdk/etrecord/tests/etrecord_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests 2024-08-22T20:44:07.3254502Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:07.3256124Z copying sdk/inspector/tests/event_blocks_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:07.3257640Z copying sdk/inspector/tests/inspector_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:07.3259057Z copying sdk/inspector/tests/inspector_utils_test.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests 2024-08-22T20:44:07.3260287Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:07.3261219Z copying util/python_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:07.3262359Z copying util/activation_memory_profiler.py -> pip-out/lib.linux-x86_64-cpython-311/executorch/util 2024-08-22T20:44:07.3263283Z creating pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:07.3264428Z copying backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:07.3266070Z copying backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/lib.linux-x86_64-cpython-311/serializer 2024-08-22T20:44:07.3267416Z creating pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3268664Z copying backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3270468Z copying backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3272030Z copying backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3273666Z copying backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3275325Z copying backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3276887Z copying backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3278417Z copying backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3280011Z copying backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3281599Z copying backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3283278Z copying backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3284888Z copying backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3286449Z copying backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3288046Z copying backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3289624Z copying backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3291177Z copying backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3292663Z copying backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3294228Z copying backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3295872Z copying backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3297675Z copying backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3299336Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3300910Z copying backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3302409Z copying backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3304010Z copying backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3305654Z copying backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3307447Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3308968Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3310538Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3312278Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3313893Z copying backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3315531Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3317242Z copying backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3318800Z copying backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3320325Z copying backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3321941Z copying backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/lib.linux-x86_64-cpython-311/tosa 2024-08-22T20:44:07.3322828Z running egg_info 2024-08-22T20:44:07.3323333Z creating executorch.egg-info 2024-08-22T20:44:07.3323782Z writing executorch.egg-info/PKG-INFO 2024-08-22T20:44:07.3324419Z writing dependency_links to executorch.egg-info/dependency_links.txt 2024-08-22T20:44:07.3325381Z writing entry points to executorch.egg-info/entry_points.txt 2024-08-22T20:44:07.3326059Z writing requirements to executorch.egg-info/requires.txt 2024-08-22T20:44:07.3326854Z writing top-level names to executorch.egg-info/top_level.txt 2024-08-22T20:44:07.3327655Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:07.3328297Z reading manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:07.3328998Z adding license file 'LICENSE' 2024-08-22T20:44:07.3329611Z writing manifest file 'executorch.egg-info/SOURCES.txt' 2024-08-22T20:44:07.3331001Z copying backends/apple/mps/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization 2024-08-22T20:44:07.3332460Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:07.3334226Z copying backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:07.3335916Z copying backends/cadence/aot/functions.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot 2024-08-22T20:44:07.3337604Z copying backends/qualcomm/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization 2024-08-22T20:44:07.3338884Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot 2024-08-22T20:44:07.3339921Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:07.3341295Z copying backends/qualcomm/aot/ir/qcir.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:07.3342925Z copying backends/vulkan/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization 2024-08-22T20:44:07.3344748Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:07.3346122Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:07.3347586Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3349134Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3351076Z copying backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3353176Z copying backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3355006Z copying backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3356815Z copying backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3358708Z copying backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3360446Z copying backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3362214Z copying backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3363956Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3365720Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3367684Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3369723Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3371657Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3373528Z copying backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3375429Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3377457Z copying backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3379618Z copying backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3381467Z copying backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3383389Z copying backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3385270Z copying backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3387293Z copying backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3389149Z copying backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3391024Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3392871Z copying backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3394814Z copying backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3396699Z copying backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3398570Z copying backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3400456Z copying backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3402329Z copying backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3404166Z copying backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3405988Z copying backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3407726Z copying backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3409540Z copying backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3411396Z copying backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3413248Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3415223Z copying backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3417035Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3418887Z copying backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3420866Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3422713Z copying backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3424771Z copying backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3426852Z copying backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3428861Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3430721Z copying backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3432551Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3434357Z copying backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3436406Z copying backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3438332Z copying backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3440315Z copying backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3442225Z copying backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.3443563Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:07.3461223Z copying backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:07.3462804Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools 2024-08-22T20:44:07.3463884Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:07.3464904Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.3466285Z copying backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.3468128Z copying backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.3469790Z copying backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.3471455Z copying backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.3473053Z copying backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.3474573Z copying backends/xnnpack/serialization/schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.3476103Z copying backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:07.3477860Z copying backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:07.3479464Z copying backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:07.3481139Z copying backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:07.3482551Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:07.3484032Z copying backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:07.3485809Z copying backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:07.3487264Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3488795Z copying backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3490633Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3492597Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3494424Z copying backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3496296Z copying backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3498187Z copying backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3500120Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3502161Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3504079Z copying backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3505917Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3507898Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3509842Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3511761Z copying backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3513608Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3515488Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3517465Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3519301Z copying backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3521177Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3523037Z copying backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3524867Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3526729Z copying backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3528604Z copying backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3530634Z copying backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3532472Z copying backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3534280Z copying backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3536176Z copying backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3538036Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3539791Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3541649Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3543428Z copying backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3545590Z copying backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3547474Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3549286Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3551161Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3553001Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3573922Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3576463Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3578345Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3580181Z copying backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3581972Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3583764Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3585549Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3587451Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3589220Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3591141Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3592950Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3594817Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3596711Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3598542Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3600370Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3602191Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3603974Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3605762Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3607518Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3609353Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3611202Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3612997Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3614780Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3616685Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3618489Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3620317Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3622169Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3623989Z copying backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3625811Z copying backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3627783Z copying backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3629767Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3631665Z copying backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3633602Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3635601Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3637543Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3639448Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3641329Z copying backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3643169Z copying backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3645445Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3647634Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3649549Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3651413Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3653255Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3655085Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3657097Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3658937Z copying backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3660837Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3662691Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3664510Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3681536Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3683814Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3685840Z copying backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3687724Z copying backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3689644Z copying backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3691617Z copying backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3693475Z copying backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3695374Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3697318Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3699254Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3701167Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3703036Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3704883Z copying backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3706902Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3708814Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3710748Z copying backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3712855Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3714910Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3717004Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3719079Z copying backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3721251Z copying backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3723366Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3725482Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3727722Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3729825Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3731939Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3734108Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3736223Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3738322Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3740452Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3742579Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3744964Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3747061Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3748913Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3750814Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3752668Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3754480Z copying backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3756536Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3758360Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3760192Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3762043Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3763843Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3765655Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3767506Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3769513Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3771355Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3773199Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3775092Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3776942Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3778829Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3786237Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3788525Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3790486Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3792430Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3794338Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3796217Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3798111Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3799993Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3801983Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3803852Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3805788Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3807749Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3809639Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3811570Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3813561Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3815490Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3817493Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3819399Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3821363Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3823273Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3825191Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3827188Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3829101Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3831033Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3833004Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3834920Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3836767Z copying backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3838630Z copying backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3840628Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3842706Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3845258Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3847399Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3849529Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3851596Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3853687Z copying backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3855702Z copying backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3857954Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3860167Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3862357Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3864525Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3866691Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3868637Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3870640Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3872720Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3874906Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3877292Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3879556Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3881796Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3889762Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3892437Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3895039Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3896927Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3898773Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3900570Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3902382Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3904270Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3906192Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3908367Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3910322Z copying backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3912281Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3914310Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3916388Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3918464Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3920526Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3922468Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3924378Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3926355Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3928320Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3930258Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3932198Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3934231Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3936141Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3938013Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3939839Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3941633Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3943450Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3945659Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3947813Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3949761Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3951694Z copying backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3953569Z copying backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3955372Z copying backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3957185Z copying backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3959034Z copying backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3960921Z copying backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3962936Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3965013Z copying backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3966960Z copying backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3968892Z copying backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3970829Z copying backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3972742Z copying backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3974747Z copying backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3976568Z copying backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3978349Z copying backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3980138Z copying backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.3982003Z copying backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5028427Z copying backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5030749Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5033318Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5035706Z copying backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5037625Z copying backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5039508Z copying backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5041393Z copying backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5043258Z copying backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5045345Z copying backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5047218Z copying backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5049085Z copying backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5050916Z copying backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5052794Z copying backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.5054318Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:07.5055487Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.5057196Z copying backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.5059232Z copying backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.5061586Z copying backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.5063619Z copying backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:07.5065137Z copying exir/dialects/edge/edge.yaml -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge 2024-08-22T20:44:07.5066169Z creating pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:07.5067096Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:07.5068149Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/schema 2024-08-22T20:44:07.5069225Z copying sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:07.5070413Z copying sdk/etdump/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump 2024-08-22T20:44:07.5071799Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.5073261Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.5074734Z copying schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:07.5075890Z copying schema/program.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize 2024-08-22T20:44:07.5077206Z copying sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:07.5078772Z copying sdk/bundled_program/schema/scalar_type.fbs -> pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:07.5079704Z running build_ext 2024-08-22T20:44:07.5081209Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/third-party/flatbuffers/flatc -> /pytorch/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin 2024-08-22T20:44:07.5084346Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> /pytorch/torchchat/et-build/src/executorch/pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:07.5087196Z copying /pytorch/torchchat/et-build/src/executorch/pip-out/temp.linux-x86_64-cpython-311/cmake-out/_portable_lib.cpython-311-x86_64-linux-gnu.so -> pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings 2024-08-22T20:44:07.5088698Z installing to pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:07.5089148Z running install 2024-08-22T20:44:07.5089446Z running install_lib 2024-08-22T20:44:07.5089847Z creating pip-out/bdist.linux-x86_64 2024-08-22T20:44:07.5090428Z creating pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:07.5090992Z creating pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:07.5091708Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data 2024-08-22T20:44:07.5092406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:07.5093523Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:07.5095061Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/data/bin/flatc -> pip-out/bdist.linux-x86_64/wheel/executorch/data/bin 2024-08-22T20:44:07.5096174Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends 2024-08-22T20:44:07.5096946Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5098348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_vela.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5100021Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_mapping.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5101721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5103417Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/arm_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5105150Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5106955Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/tosa_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm 2024-08-22T20:44:07.5108176Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5109651Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5111561Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5113570Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5115520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5117422Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5119331Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_dequant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5121179Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5123016Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5127146Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_get_item.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5129488Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5131659Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5133721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5135789Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5137879Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_placeholder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5140015Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_quant.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5142289Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5144794Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5146982Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5149052Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5151351Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5153431Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/operators 2024-08-22T20:44:07.5155004Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:07.5156838Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:07.5159363Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/remove_clone_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:07.5161374Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:07.5163610Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/passes/arm_pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/passes 2024-08-22T20:44:07.5165163Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:07.5166687Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:07.5168860Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:07.5171044Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:07.5173192Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/arm_quantizer_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer 2024-08-22T20:44:07.5174980Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5177147Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5180047Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5182874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5185610Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5188474Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5191511Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5194189Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5196983Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5199726Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/quantizer/quantization_annotation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/quantizer/quantization_annotation 2024-08-22T20:44:07.5201481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:07.5202867Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:07.5205035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/runner_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test 2024-08-22T20:44:07.5206556Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:44:07.5208355Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/misc/test_debug_feats.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/misc 2024-08-22T20:44:07.5210043Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:44:07.5211734Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/models/test_mobilenet_v2_arm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/models 2024-08-22T20:44:07.5213403Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5214970Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5217068Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5219149Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5221287Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_avg_pool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5223445Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5225514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5227757Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5229825Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_conv_combos.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5232081Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_depthwise_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5234302Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5236386Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_full.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5238340Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5240343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5242437Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5244782Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/ops/test_view.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/ops 2024-08-22T20:44:07.5246272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:44:07.5247960Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/passes/test_tag_io_quant_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/passes 2024-08-22T20:44:07.5249761Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:07.5251331Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:07.5253391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tester/arm_tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tester 2024-08-22T20:44:07.5254847Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:44:07.5256540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/test/tosautil/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/test/tosautil 2024-08-22T20:44:07.5258072Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party 2024-08-22T20:44:07.5259272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:07.5261098Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib 2024-08-22T20:44:07.5263070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python 2024-08-22T20:44:07.5264445Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:07.5266800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:07.5269899Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/serializer 2024-08-22T20:44:07.5272095Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5274429Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5277416Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5280370Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5283228Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5285923Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5288937Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5291836Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5295226Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5298253Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5300892Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5303532Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5306098Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5308782Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5311300Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5313805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5316369Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5318933Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5321639Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5324254Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5326854Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5329423Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5332037Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5334712Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5337296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5339871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5342493Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5345315Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5347967Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5350520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5353151Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5355848Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5358471Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5361070Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5363845Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/python/tosa 2024-08-22T20:44:07.5365645Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test 2024-08-22T20:44:07.5366861Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:07.5368845Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts 2024-08-22T20:44:07.5370841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:07.5372896Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit 2024-08-22T20:44:07.5374788Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:07.5376741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/arm/third-party/serialization_lib/schema 2024-08-22T20:44:07.5378300Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:07.5379622Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:07.5381412Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:07.5383218Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:07.5385023Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/test_example_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example 2024-08-22T20:44:07.5386594Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:07.5388430Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:07.5390881Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_backend_delegate_passes 2024-08-22T20:44:07.5392588Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5394574Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/adaptive_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5397086Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5399263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5401579Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/conv_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5404069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/dropout.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5406327Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/flatten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5408553Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5410721Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/op_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5412874Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5415022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/example/example_operators/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/example/example_operators 2024-08-22T20:44:07.5416495Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:44:07.5417956Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/qnn_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm 2024-08-22T20:44:07.5419384Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5420887Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5422901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_avg_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5425009Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_batch_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5427133Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_bmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5429148Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5431161Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5433172Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5435246Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_depth_to_space.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5437331Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_dequantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5439365Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5441390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_embedding.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5443427Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_expand.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5445826Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_gelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5447814Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardsigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5449909Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5452159Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5454230Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_layer_norm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5456409Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5458410Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_log_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5460720Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5462812Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5464812Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5466934Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_mul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5468997Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5470989Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5472965Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5474898Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5476920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5479014Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_rsqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5481058Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_select_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5483166Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5485212Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5487544Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5489544Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5491631Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_space_to_depth.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5493758Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_split_with_sizes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5495773Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5498033Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5499924Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5502076Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_sum_int_list.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5504310Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_tanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5506242Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_to.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5508327Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5510362Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_unsqueeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5512424Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5514490Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_upsample_nearest2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5516492Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5518429Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5520382Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5522394Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5524391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5526356Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/builders/qnn_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/builders 2024-08-22T20:44:07.5527919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:07.5529566Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition/common_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:07.5531734Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/partition/qnn_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/partition 2024-08-22T20:44:07.5533331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5534900Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5536957Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_decomposed.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5538945Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/build_quant_io.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5540980Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5543144Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5545488Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5547783Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5549844Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5551825Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/decompose_silu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5553770Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/fold_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5555763Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5557850Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/i64_to_i32.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5559957Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/insert_io_qdq.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5561920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/insert_requantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5563921Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/layout_transform.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5565952Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5567995Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/reduce_dynamic_range.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5570205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/remove_redundancy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5572139Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5574094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/annotate_quant_attrs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5576140Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5578177Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/passes/replace_inf_buffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/passes 2024-08-22T20:44:07.5579596Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:07.5581114Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:07.5583243Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/quantizer 2024-08-22T20:44:07.5584707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:07.5586305Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:07.5588618Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:07.5591052Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/serialization 2024-08-22T20:44:07.5592609Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:07.5594127Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:07.5596116Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/test_qnn_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:07.5598100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/tests/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/tests 2024-08-22T20:44:07.5599550Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:07.5601046Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils/constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:07.5602959Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/utils 2024-08-22T20:44:07.5604381Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot 2024-08-22T20:44:07.5605302Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:07.5606767Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/qualcomm/aot/ir/qcir.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/qualcomm/aot/ir 2024-08-22T20:44:07.5608205Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5609755Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5611649Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/addmm_mm_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5613590Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/convert_dtype_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5615506Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/decompose_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5617570Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5619800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5621797Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_conv_with_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5623870Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/fuse_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5625814Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/mean_to_sum_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5627991Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/remove_clone_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5629933Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms 2024-08-22T20:44:07.5631402Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:44:07.5633019Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/transforms/test 2024-08-22T20:44:07.5634474Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:07.5635855Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:07.5637668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/vulkan_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan 2024-08-22T20:44:07.5639009Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:07.5640632Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner/vulkan_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:07.5642891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/partitioner/supported_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/partitioner 2024-08-22T20:44:07.5644569Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:07.5646136Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes/custom_ops_defs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:07.5648162Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/passes/test_custom_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/passes 2024-08-22T20:44:07.5649640Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:44:07.5651319Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/gen_vulkan_spv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime 2024-08-22T20:44:07.5652870Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph 2024-08-22T20:44:07.5653892Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops 2024-08-22T20:44:07.5655055Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5656865Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5659190Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5661732Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5664136Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5666945Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5669377Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5671762Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5674174Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5676691Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5679144Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5681962Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5684840Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5687538Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5690031Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5692478Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5695053Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5697603Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5700167Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5702769Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5705441Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5708078Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5710657Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5713335Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5715916Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5718456Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5720985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5723461Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5726001Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5728355Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5730836Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5733274Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5735809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5738250Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5740730Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5743380Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5746459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5748981Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5751531Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5754090Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5756809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5759348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5761977Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5764539Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5767059Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5769594Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5772045Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5774699Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5777240Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5779828Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5782256Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/runtime/graph/ops/glsl 2024-08-22T20:44:07.5783965Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:07.5785749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:07.5788286Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:07.5790536Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/vulkan_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:07.5792735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/serialization 2024-08-22T20:44:07.5794259Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:07.5795783Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:07.5797844Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:07.5799900Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/test_vulkan_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test 2024-08-22T20:44:07.5801541Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:07.5803112Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/cases.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:07.5805260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/generate_op_tests.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests 2024-08-22T20:44:07.5806844Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:07.5808507Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/codegen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:07.5810855Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/op_tests/utils/codegen_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/op_tests/utils 2024-08-22T20:44:07.5812399Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:07.5813986Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/test/glsl/all_shaders.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/test/glsl 2024-08-22T20:44:07.5815537Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party 2024-08-22T20:44:07.5816484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:07.5818334Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/volk/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/volk 2024-08-22T20:44:07.5820090Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers 2024-08-22T20:44:07.5821446Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5823514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5826247Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5829193Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5831961Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5834567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5837263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5839880Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry 2024-08-22T20:44:07.5841919Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:07.5844479Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools 2024-08-22T20:44:07.5846559Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator 2024-08-22T20:44:07.5847943Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools 2024-08-22T20:44:07.5849407Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:07.5851827Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis 2024-08-22T20:44:07.5853841Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools 2024-08-22T20:44:07.5854760Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo 2024-08-22T20:44:07.5855840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.5857648Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.5860011Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.5862381Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.5864757Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/vulkan/tools/gpuinfo/glsl 2024-08-22T20:44:07.5866285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:07.5868183Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:07.5870977Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/xnnpack_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack 2024-08-22T20:44:07.5873428Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5875824Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5878933Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5881995Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5885046Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_addmm.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5888215Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_avg_pooling2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5891406Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5894491Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_ceiling.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5897610Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5900802Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5903735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5907043Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5910198Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5913261Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5916267Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5919083Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5922076Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5925172Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5927940Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5930965Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_matrix_multiplication.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5934102Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5937229Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_max_pool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5940300Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5943259Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5946661Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5949668Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5952728Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5955629Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5959056Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5962020Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5965000Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5968068Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_skip_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5971220Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5974375Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5977484Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5980568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_square_root.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5983749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_squeeze.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5986776Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5989952Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.5992878Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_to_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6000000Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/quant_params.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6003323Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6006395Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6009514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6012627Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6015901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/operators 2024-08-22T20:44:07.6018346Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:07.6020691Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:07.6024083Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/xnnpack_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition 2024-08-22T20:44:07.6026650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:07.6029225Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:07.6032677Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/partition/graphs/bilinear_2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/partition/graphs 2024-08-22T20:44:07.6035097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6037477Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6040755Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6043916Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6047357Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/fuse_activation_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6050587Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6053809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/prelu_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6056933Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/remove_getitem_op.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6059989Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/xnnpack_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6063022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6066328Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6069231Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6072456Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/passes 2024-08-22T20:44:07.6074819Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.6077426Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.6080913Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.6084366Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/runtime_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.6087459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/serialization 2024-08-22T20:44:07.6089707Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:07.6091949Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:07.6095136Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test 2024-08-22T20:44:07.6097298Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6099513Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/deeplab_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6102742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/edsr.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6105926Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/emformer_rnnt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6109271Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/inception_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6112575Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/inception_v4.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6115938Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/llama2_et_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6119232Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilebert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6122454Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6125679Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/mobilenet_v3.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6129016Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/resnet.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6132351Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/torchvision_vit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6135574Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/very_big_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6138781Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/models/w2l.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/models 2024-08-22T20:44:07.6140994Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6143261Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/abs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6146540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/add.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6149558Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/avgpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6152910Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/bilinear2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6155959Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/cat.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6158963Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/ceil.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6161887Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/clamp.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6164920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/conv1d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6167982Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/conv2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6171071Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/div.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6174086Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/elu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6177025Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/floor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6180080Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/hardswish.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6183259Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/hardtanh.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6186375Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/leaky_relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6189537Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6192841Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/max_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6195860Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/maximum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6198785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/maxpool2d.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6201871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/mean_dim.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6204994Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/minimum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6208025Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/multiply.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6211102Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/negate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6214312Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/permute.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6217364Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/pow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6220359Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/prelu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6223458Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/quantize_per_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6226704Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/relu.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6229729Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6232776Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sigmoid.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6235875Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/slice_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6238967Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/softmax.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6242035Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sqrt.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6245210Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/square.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6248415Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/static_constant_pad.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6251554Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/ops/sub.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/ops 2024-08-22T20:44:07.6253746Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6256431Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_activation_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6260047Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6263559Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6267149Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_convert_to_linear.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6270446Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6273932Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/passes 2024-08-22T20:44:07.6276465Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:07.6279411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization/test_serialization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:07.6283012Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/serialization/test_xnnheader.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/serialization 2024-08-22T20:44:07.6285542Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:07.6287823Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:07.6290768Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/test/tester/tester.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/test/tester 2024-08-22T20:44:07.6292797Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:07.6295386Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:07.6298886Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party 2024-08-22T20:44:07.6301377Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:07.6303706Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:07.6306271Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include 2024-08-22T20:44:07.6308193Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:07.6311050Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:07.6314765Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:07.6318611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/include/fp16 2024-08-22T20:44:07.6321425Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test 2024-08-22T20:44:07.6323212Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:07.6326110Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16/test/peachpy 2024-08-22T20:44:07.6329670Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FP16/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FP16 2024-08-22T20:44:07.6331932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:07.6334562Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:07.6338017Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/FXdiv/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/FXdiv 2024-08-22T20:44:07.6340390Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:07.6343123Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:07.6345794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:07.6348877Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:07.6352963Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:07.6357030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/scripts 2024-08-22T20:44:07.6359635Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps 2024-08-22T20:44:07.6361439Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:07.6364365Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:07.6368257Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo/deps/clog 2024-08-22T20:44:07.6369971Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/cpuinfo 2024-08-22T20:44:07.6370801Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:07.6372611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/configure.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:07.6374450Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/pthreadpool 2024-08-22T20:44:07.6375524Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK 2024-08-22T20:44:07.6376365Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:07.6378646Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:07.6380646Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/scripts 2024-08-22T20:44:07.6381484Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6383777Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6385733Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6388094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6390119Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6392160Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6394197Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6396253Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6398395Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6400472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6402556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6404522Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6406348Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6408332Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6410520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6412652Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6414722Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6416778Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6418785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6420879Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6423081Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6425131Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6427218Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6429191Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6431202Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6433202Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6435148Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6437031Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6439033Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6441133Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6443307Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6445739Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6447775Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6449800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6451788Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6453805Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6455782Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6457792Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6459795Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6461797Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6463810Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6465749Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6467685Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6469678Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6471691Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6473662Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6475708Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6477949Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6479946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6481887Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6483261Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6484740Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6486116Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6487442Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/tools 2024-08-22T20:44:07.6488159Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:07.6489364Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:07.6490710Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/eval 2024-08-22T20:44:07.6491282Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6492669Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6494022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6495211Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6496616Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6498040Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6499260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6500705Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6502184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6503560Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6504830Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6506201Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6507731Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6509135Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6510741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6512080Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6513451Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6514860Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6516219Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6517487Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6518889Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6520321Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6521685Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6522998Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6524371Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6525850Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6527293Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6528556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6529904Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6531094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6532454Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6533977Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6535278Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6536572Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6537996Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6539282Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6540620Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6542020Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6543321Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6544839Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6546236Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6547582Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6548900Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6550474Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6551756Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6553042Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6554417Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6555753Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6557087Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6558625Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6560057Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6561294Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6562605Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6563967Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6565309Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6566594Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6567827Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6569191Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6570472Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6571752Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6573238Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6574642Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6575950Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6577204Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6578606Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6580021Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6581454Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6582776Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6584259Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6585730Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6587233Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6588536Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6589940Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6591320Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6592659Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6593968Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6595392Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6596931Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6598306Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6599567Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6600896Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6602316Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6603680Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6605094Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6606430Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6607818Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6609185Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6610430Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6611816Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6613239Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6614726Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6615958Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6617386Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6618833Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6620376Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6621884Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6623273Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6624541Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6626048Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6627455Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6628908Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6630400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6631693Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6632872Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6634078Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6635340Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6636549Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6637799Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6638985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6640196Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6641517Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6642888Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6644397Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6645590Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6646813Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6648069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6649330Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6650516Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6651920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6653197Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6654427Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6655585Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6656824Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6658054Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6659213Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6660439Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6661660Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6662807Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6664069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6665491Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6666784Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6668036Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6669289Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6670459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6671735Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6673048Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6674477Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6675736Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6676905Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6678126Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6679301Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6680521Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6681740Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6682947Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6684122Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6685389Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6686724Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6687949Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6689251Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6690510Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6691704Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6692922Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6694250Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6695513Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6696665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6697938Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6699184Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6700393Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6701660Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6702907Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6704137Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6705365Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6706665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6707972Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6709411Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6710747Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6712065Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6713391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6714709Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6716446Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6717992Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6719706Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6721341Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6722989Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6724420Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6725644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6726871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6728201Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6729556Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6730998Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6732658Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6733906Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6735249Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6736584Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6737859Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6739137Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6740522Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6741690Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6742947Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6744481Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6745862Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6747205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6748530Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6749775Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6751104Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6752459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6753871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6755456Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6756854Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6758075Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6759379Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6760736Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6762204Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6763537Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6764793Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6766118Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6767390Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6768665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6769909Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6771299Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6772557Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6773860Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6775173Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6776404Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6777847Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6779090Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6780400Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6781642Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6782896Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6784100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6785489Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6786838Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6788048Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6789323Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6790540Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6791704Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6792956Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6794140Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6795313Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6796505Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6797738Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6799017Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6800223Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6801437Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6802592Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6803817Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6804991Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6806328Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6807520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6808669Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6809892Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6811037Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6812222Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6813397Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/test 2024-08-22T20:44:07.6813914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src 2024-08-22T20:44:07.6814506Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.6815777Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.6817058Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.6818601Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/third-party/XNNPACK/src/enums 2024-08-22T20:44:07.6819285Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:07.6820520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/xnnpack_constants.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:07.6821656Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/configs.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:07.6822705Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/quant_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:07.6823587Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/xnnpack/utils/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/xnnpack/utils 2024-08-22T20:44:07.6823940Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple 2024-08-22T20:44:07.6824312Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:07.6825149Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:07.6826032Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/mps_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps 2024-08-22T20:44:07.6826658Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6827703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/activation_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6828694Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6829679Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/clamp_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6830743Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/constant_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6831776Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/convolution_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6832795Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6833825Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/linear_algebra_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6834871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/normalization_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6835845Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/op_clone.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6836842Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/op_getitem.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6837835Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/pad_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6838846Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/pooling_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6839904Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/range_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6840951Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/reduce_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6841956Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/shape_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6842946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6843915Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6845198Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/operators/node_visitor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/operators 2024-08-22T20:44:07.6845650Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:07.6846628Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:07.6847800Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/partition/mps_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/partition 2024-08-22T20:44:07.6848264Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:07.6849372Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:07.6850464Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/mps_graph_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:07.6851519Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/serialization/schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/serialization 2024-08-22T20:44:07.6851920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6852844Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6853836Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_binary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6854826Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_indexing_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6855794Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6856767Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_unary_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6857716Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/test/test_mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/test 2024-08-22T20:44:07.6858126Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:44:07.6859061Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/mps/utils/mps_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/mps/utils 2024-08-22T20:44:07.6859576Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml 2024-08-22T20:44:07.6860012Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:07.6861067Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:07.6862146Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/compiler/coreml_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/compiler 2024-08-22T20:44:07.6862590Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:07.6863609Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:07.6864692Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/partition/coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/partition 2024-08-22T20:44:07.6865133Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:07.6866195Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:07.6867484Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/quantizer/coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/quantizer 2024-08-22T20:44:07.6867914Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:07.6868945Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:07.6869993Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/test/test_coreml_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/test 2024-08-22T20:44:07.6870422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime 2024-08-22T20:44:07.6870927Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:07.6872087Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/apple/coreml/runtime/inmemoryfs 2024-08-22T20:44:07.6872448Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence 2024-08-22T20:44:07.6872831Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6873703Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6874571Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6875469Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/compiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6876392Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/export_example.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6877323Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/ops_registrations.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6878185Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6878736Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:07.6879753Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:07.6880766Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/patterns.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:07.6881779Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/quantizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:07.6882780Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/quantizer/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot/quantizer 2024-08-22T20:44:07.6883695Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/aot/functions.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/aot 2024-08-22T20:44:07.6884086Z creating pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:07.6884989Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils/gen_header.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:07.6886012Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/backends/cadence/utils/post_compilation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/backends/cadence/utils 2024-08-22T20:44:07.6886328Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples 2024-08-22T20:44:07.6886681Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:07.6887481Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:07.6888305Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/model_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:07.6889147Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/model_factory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models 2024-08-22T20:44:07.6889560Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:07.6890487Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:07.6891413Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/deeplab_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/deeplab_v3 2024-08-22T20:44:07.6891792Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:07.6892649Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:07.6893502Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/edsr/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/edsr 2024-08-22T20:44:07.6893932Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:07.6894891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:07.6895837Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/emformer_rnnt/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/emformer_rnnt 2024-08-22T20:44:07.6896272Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:07.6897264Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:07.6898246Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v3 2024-08-22T20:44:07.6898673Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:07.6899611Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:07.6900560Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/inception_v4/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/inception_v4 2024-08-22T20:44:07.6900985Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6901861Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6902788Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/export_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6903690Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/fairseq2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6904755Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/install_requirement_helper.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6905665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/llama_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6906636Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6907541Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/eval_llama.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6908462Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/eval_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6909412Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/export_llama_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6910347Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/llama_transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6925532Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2 2024-08-22T20:44:07.6926169Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:07.6927438Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:07.6928782Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/evaluate/eager_eval.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/evaluate 2024-08-22T20:44:07.6929267Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:07.6930349Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:07.6931594Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/load_gguf_q4_0.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:07.6932785Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:07.6933886Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/experimental/test_subclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/experimental 2024-08-22T20:44:07.6934315Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:44:07.6935382Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/runner/generation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/runner 2024-08-22T20:44:07.6935920Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:07.6937069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:07.6938260Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/quantize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:07.6939547Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/rope.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:07.6940689Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/source_transformation/sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/source_transformation 2024-08-22T20:44:07.6941115Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:44:07.6942203Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tests/test_simple_sdpa.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tests 2024-08-22T20:44:07.6942653Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:07.6943742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/tokenizer/tiktoken.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/tokenizer 2024-08-22T20:44:07.6944443Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:07.6945473Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:07.6946734Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:07.6947845Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:07.6948985Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llama2/custom_ops 2024-08-22T20:44:07.6949379Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:07.6950302Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:07.6951210Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/export_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:07.6952266Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava 2024-08-22T20:44:07.6952725Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:44:07.6953680Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/llava/test/test_llava.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/llava/test 2024-08-22T20:44:07.6954094Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:07.6955082Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:07.6956022Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilebert/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilebert 2024-08-22T20:44:07.6956481Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:07.6957471Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:07.6958420Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v2/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v2 2024-08-22T20:44:07.6958989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:07.6959997Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:07.6960991Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/mobilenet_v3/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/mobilenet_v3 2024-08-22T20:44:07.6961411Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:07.6962391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini/eager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:07.6963384Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi-3-mini/export_phi-3-mini.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi-3-mini 2024-08-22T20:44:07.6963874Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:07.6964891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/phi3-mini-lora/export_model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/phi3-mini-lora 2024-08-22T20:44:07.6965281Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:07.6966215Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:07.6967101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/resnet/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/resnet 2024-08-22T20:44:07.6967482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:07.6968394Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:07.6969276Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/test/test_export.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/test 2024-08-22T20:44:07.6969717Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:07.6970746Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:07.6971864Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/torchvision_vit/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/torchvision_vit 2024-08-22T20:44:07.6972292Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:07.7047205Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:07.7048421Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/toy_model/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/toy_model 2024-08-22T20:44:07.7048998Z creating pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:07.7050592Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:07.7052162Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/examples/models/wav2letter/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/examples/models/wav2letter 2024-08-22T20:44:07.7052641Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7053778Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7055132Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/control_flow.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7056322Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7057438Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dynamic_shape.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7058532Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7059654Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7060777Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/graph_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7061901Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7062673Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_base.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7063743Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/pass_manager.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7064819Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/scalar_type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7065866Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/sym_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7067044Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7068052Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/types.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7069133Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7070216Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/wrap.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7071258Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7072510Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7073900Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7075063Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7076198Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7077296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7078369Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir 2024-08-22T20:44:07.7078990Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7080263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7081512Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7082801Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_dataclass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7084276Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7085605Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7086220Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:07.7087589Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:07.7089001Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_cord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:07.7090503Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_flatbuffer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:07.7091941Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize/test 2024-08-22T20:44:07.7093262Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7094568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/_serialize/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/_serialize 2024-08-22T20:44:07.7095143Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:07.7096435Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/backend_details.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:07.7097801Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/compile_spec_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:07.7099112Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:07.7100426Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/backend_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:07.7101671Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend 2024-08-22T20:44:07.7102604Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:07.7104483Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:07.7106339Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:07.7108281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/canonical_partitioners 2024-08-22T20:44:07.7108877Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7110417Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/backend_with_compiler_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7112030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/backend_with_delegate_mapping_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7113514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/hta_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7115139Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/op_partitioner_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7116591Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/qnn_backend_demo.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7157774Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends_lifted.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7158923Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends_nested.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7159842Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_compatibility.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7160748Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_debug_handle_map.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7161665Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_delegate_map_builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7162568Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_graph_partition.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7163495Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_lowered_backend_module.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7164343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7165201Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_backends.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7166075Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7166920Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/test_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test 2024-08-22T20:44:07.7167564Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:07.7168766Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/test_delegate_aten_mode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:07.7169759Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos 2024-08-22T20:44:07.7170185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:07.7171375Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:07.7172366Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/test_rpc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:07.7173552Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/backend/test/demos/rpc 2024-08-22T20:44:07.7173894Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:07.7174660Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:07.7175726Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:07.7176514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:07.7177379Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/capture/_unlift.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/capture 2024-08-22T20:44:07.7177745Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:07.7178525Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:07.7179382Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects 2024-08-22T20:44:07.7179782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:44:07.7180715Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend 2024-08-22T20:44:07.7181129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:44:07.7182224Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/backend/test/test_backend_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/backend/test 2024-08-22T20:44:07.7182615Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:07.7183459Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:07.7183934Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:07.7184846Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg/model.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:07.7185816Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/arg/type.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/arg 2024-08-22T20:44:07.7186239Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:07.7187296Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/runner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:07.7188483Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/supported.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:07.7189558Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/dtype/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/dtype 2024-08-22T20:44:07.7190038Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:07.7190958Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:07.7191946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/sample_input.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op 2024-08-22T20:44:07.7192422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:07.7193401Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/op/test/test_api.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/op/test 2024-08-22T20:44:07.7193810Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:07.7194827Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec/gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:07.7196099Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/spec/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/spec 2024-08-22T20:44:07.7196562Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:07.7197517Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test/test_edge_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:07.7198563Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/test/test_edge_yaml.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge/test 2024-08-22T20:44:07.7199437Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/edge/edge.yaml -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/edge 2024-08-22T20:44:07.7199817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:44:07.7200844Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/dialects/test/test_exir_dialect_ops.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/dialects/test 2024-08-22T20:44:07.7201168Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:07.7201893Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:07.7202741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/_emit_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:07.7203482Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/_emitter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit 2024-08-22T20:44:07.7203834Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:44:07.7204724Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/emit/test/test_emit.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/emit/test 2024-08-22T20:44:07.7275366Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:07.7276470Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:07.7277526Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/manip.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:07.7278664Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator 2024-08-22T20:44:07.7279129Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:44:07.7282339Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/operator/test/test_operator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/operator/test 2024-08-22T20:44:07.7282860Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7283675Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/const_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7284585Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/constant_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7285443Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/debug_handle_generator_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7286380Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/dynamic_shape_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7287297Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/executorch_prim_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7288391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/insert_write_back_for_buffers_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7289226Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/memory_planning_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7290173Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/normalize_transpose_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7291139Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/normalize_view_copy_base_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7291946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/pass_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7292759Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7293699Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_graph_asserts_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7294525Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_noop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7295533Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7296440Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_edge_with_backend_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7297324Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_sym_size_op_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7298321Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_view_copy_with_view_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7299222Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/scalar_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7300092Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/spec_prop_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7301106Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/sym_shape_eval_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7302040Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/sym_to_tensor_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7302912Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7303884Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/_quant_patterns_and_replacements.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7304742Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/dim_order_ops_registry.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7305680Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7306688Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/remove_mixed_type_operators.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7307645Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/passes/replace_aten_with_edge_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/passes 2024-08-22T20:44:07.7308002Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:07.7308946Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:07.7309762Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:07.7310644Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program 2024-08-22T20:44:07.7311033Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:07.7311862Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:07.7312801Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/test_fake_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:07.7313741Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/program/test/test_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/program/test 2024-08-22T20:44:07.7314070Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7314871Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7315729Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/export_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7316604Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7317416Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/schema_check.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7318264Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/union.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7319025Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/upgrade.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7319915Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/serde/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/serde 2024-08-22T20:44:07.7320249Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7321171Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/asr_joiner.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7322517Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/control_flow_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7323558Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/dynamic_shape_models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7324389Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/models.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7325268Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7326115Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_capture.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7326927Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7645028Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_delegate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7646165Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_dim_order_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7647488Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_dynamic_shape_propagation.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7648374Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_error.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7649327Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_aten.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7650217Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7651100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_planning.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7651937Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_op_convert.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7652730Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_pass_infra.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7653597Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_print_program.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7654418Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_quant_fusion_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7655281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_quantization.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7656101Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_remove_view_copy.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7656932Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_serde.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7657758Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_tensor.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7658520Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_tracer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7659484Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/transformer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7660405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/common.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7661393Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_memory_format_ops_pass.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7662227Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_passes.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7663030Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/tests/test_verification.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/tests 2024-08-22T20:44:07.7663397Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:07.7664326Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/arg_validator.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:07.7665176Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/dev_html.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:07.7666100Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:07.7667189Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/interpreter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification 2024-08-22T20:44:07.7667652Z creating pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:44:07.7668637Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/exir/verification/test/test_verifier.py -> pip-out/bdist.linux-x86_64/wheel/executorch/exir/verification/test 2024-08-22T20:44:07.7668989Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension 2024-08-22T20:44:07.7669378Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:07.7670320Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:07.7671179Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/export_util/utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/export_util 2024-08-22T20:44:07.7671634Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:07.7672652Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/convert_main.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:07.7673609Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:07.7674460Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/load_gguf.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util 2024-08-22T20:44:07.7674895Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:44:07.7675972Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/gguf_util/converters/llama_converter.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/gguf_util/converters 2024-08-22T20:44:07.7676406Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:07.7677343Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/portable_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:07.7677794Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:07.7678776Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test/make_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:07.7679947Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/test/test_pybindings.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings/test 2024-08-22T20:44:07.7681153Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pybindings 2024-08-22T20:44:07.7681536Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:44:07.7682420Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree 2024-08-22T20:44:07.7682812Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:44:07.7683669Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/pytree/test/test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/pytree/test 2024-08-22T20:44:07.7684099Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm 2024-08-22T20:44:07.7684482Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:07.7685399Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:07.7686346Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/builder.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:07.7687345Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/partitioner_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:07.7688263Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/export/quantizer_lib.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/export 2024-08-22T20:44:07.7688728Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:07.7689634Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:07.7690675Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer 2024-08-22T20:44:07.7691117Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:07.7692126Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/tokenizer/test/test_tokenizer.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/tokenizer/test 2024-08-22T20:44:07.7724139Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party 2024-08-22T20:44:07.7724762Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:07.7726170Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/conanfile.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:07.7727562Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/create_lts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp 2024-08-22T20:44:07.7728231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:07.7729717Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl 2024-08-22T20:44:07.7730275Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:07.7731571Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:07.7732847Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/abseil-cpp/absl/copts 2024-08-22T20:44:07.7733329Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2 2024-08-22T20:44:07.7733817Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:07.7734919Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/benchlog/benchplot.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/benchlog 2024-08-22T20:44:07.7735391Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:07.7736436Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/re2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:07.7737501Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/re2_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:07.7738594Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python 2024-08-22T20:44:07.7739148Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:07.7740354Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/python/toolchains/generate.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/python/toolchains 2024-08-22T20:44:07.7740820Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:07.7741908Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:07.7742987Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:07.7744010Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/re2/re2/unicode.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/re2/re2 2024-08-22T20:44:07.7744769Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece 2024-08-22T20:44:07.7745331Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:07.7746561Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/setup.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python 2024-08-22T20:44:07.7747140Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:07.7748369Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:07.7749670Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/test 2024-08-22T20:44:07.7750237Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src 2024-08-22T20:44:07.7751025Z creating pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:07.7752766Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:07.7754484Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:07.7755983Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:07.7757463Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py -> pip-out/bdist.linux-x86_64/wheel/executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece 2024-08-22T20:44:07.7757750Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:44:07.7758405Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk 2024-08-22T20:44:07.7758782Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:07.7759677Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:07.7760514Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:07.7761338Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/core.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program 2024-08-22T20:44:07.7761754Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.7762656Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.7763661Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/bundled_program_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.7764097Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:07.7765085Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/test/test_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema/test 2024-08-22T20:44:07.7766085Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.7767020Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/schema 2024-08-22T20:44:07.7767456Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:07.7768391Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:07.7768846Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:07.7769891Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/test/test_serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize/test 2024-08-22T20:44:07.7770959Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:07.7854489Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/serialize/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/serialize 2024-08-22T20:44:07.7855231Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:07.7856373Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_bundle_data.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:07.7857285Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_config.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:07.7858281Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/test/test_end2end.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/test 2024-08-22T20:44:07.7858693Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:44:07.7859580Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/bundled_program/util/test_util.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/bundled_program/util 2024-08-22T20:44:07.7859948Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:07.7860967Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format/base_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:07.7861797Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/debug_format/et_schema.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/debug_format 2024-08-22T20:44:07.7862119Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:07.7862977Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/schema_flatcc.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:07.7863757Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/serialize.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:07.7864118Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:44:07.7864990Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/tests/serialize_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump/tests 2024-08-22T20:44:07.7865896Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/etdump_schema_flatcc.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:07.7866857Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etdump/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etdump 2024-08-22T20:44:07.7867200Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:07.7867969Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:07.7868809Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/_etrecord.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord 2024-08-22T20:44:07.7869185Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:44:07.7870069Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/etrecord/tests/etrecord_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/etrecord/tests 2024-08-22T20:44:07.7870422Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:07.7871270Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/__init__.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:07.7872055Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/_inspector.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:07.7873077Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/_inspector_utils.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:07.7874074Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/inspector_cli.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector 2024-08-22T20:44:07.7874466Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:07.7875371Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/event_blocks_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:07.7876496Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/inspector_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:07.7877446Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/inspector/tests/inspector_utils_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/inspector/tests 2024-08-22T20:44:07.7877840Z creating pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:07.7878974Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool/size_analysis_tool.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:07.7879987Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/sdk/size_analysis_tool/size_analysis_tool_test.py -> pip-out/bdist.linux-x86_64/wheel/executorch/sdk/size_analysis_tool 2024-08-22T20:44:07.7880307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:07.7881223Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/python_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:07.7881998Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/util/activation_memory_profiler.py -> pip-out/bdist.linux-x86_64/wheel/executorch/util 2024-08-22T20:44:07.7882307Z creating pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:07.7883009Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/program.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:07.7883719Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/schema/scalar_type.fbs -> pip-out/bdist.linux-x86_64/wheel/executorch/schema 2024-08-22T20:44:07.7884333Z copying pip-out/lib.linux-x86_64-cpython-311/executorch/version.py -> pip-out/bdist.linux-x86_64/wheel/executorch 2024-08-22T20:44:07.7884594Z creating pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:07.7885192Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/__init__.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:07.7885840Z copying pip-out/lib.linux-x86_64-cpython-311/serializer/tosa_serializer.py -> pip-out/bdist.linux-x86_64/wheel/serializer 2024-08-22T20:44:07.7886071Z creating pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7886769Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ArithmeticRightShiftAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7887324Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Attribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7887903Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/AxisAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7888497Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ClampAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7889091Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CondIfAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7889670Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7890258Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/CustomAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7890854Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/DType.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7891477Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7892121Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/FullyConnectedAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7892755Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MatMulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7893340Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/MulAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7893927Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/NegateAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7894440Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Op.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7895011Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PadAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7895594Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/PoolAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7896178Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RFFTAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7896778Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/RescaleAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7897419Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ReshapeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7898011Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7898568Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/ResizeMode.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.7899160Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/SliceAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8321055Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TableAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8321938Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TileAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8322729Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaBasicBlock.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8323461Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaGraph.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8324220Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaOperator.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8324942Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaRegion.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8325675Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TosaTensor.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8326387Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8327033Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/TransposeConvAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8327581Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/Version.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8328192Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/WhileLoopAttribute.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8328729Z copying pip-out/lib.linux-x86_64-cpython-311/tosa/__init__.py -> pip-out/bdist.linux-x86_64/wheel/tosa 2024-08-22T20:44:07.8328863Z running install_egg_info 2024-08-22T20:44:07.8329443Z Copying executorch.egg-info to pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892-py3.11.egg-info 2024-08-22T20:44:07.8329575Z running install_scripts 2024-08-22T20:44:07.8330020Z creating pip-out/bdist.linux-x86_64/wheel/executorch-0.4.0a0+9129892.dist-info/WHEEL 2024-08-22T20:44:07.8331074Z creating '/tmp/pip-wheel-r4esqtfz/.tmp-edd7wu1p/executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl' and adding 'pip-out/bdist.linux-x86_64/wheel' to it 2024-08-22T20:44:07.8331361Z adding 'executorch/version.py' 2024-08-22T20:44:07.8331727Z adding 'executorch/backends/apple/coreml/compiler/__init__.py' 2024-08-22T20:44:07.8332187Z adding 'executorch/backends/apple/coreml/compiler/coreml_preprocess.py' 2024-08-22T20:44:07.8332509Z adding 'executorch/backends/apple/coreml/partition/__init__.py' 2024-08-22T20:44:07.8332899Z adding 'executorch/backends/apple/coreml/partition/coreml_partitioner.py' 2024-08-22T20:44:07.8333225Z adding 'executorch/backends/apple/coreml/quantizer/__init__.py' 2024-08-22T20:44:07.8333593Z adding 'executorch/backends/apple/coreml/quantizer/coreml_quantizer.py' 2024-08-22T20:44:07.8333951Z adding 'executorch/backends/apple/coreml/runtime/inmemoryfs/setup.py' 2024-08-22T20:44:07.8334330Z adding 'executorch/backends/apple/coreml/test/test_coreml_partitioner.py' 2024-08-22T20:44:07.8334698Z adding 'executorch/backends/apple/coreml/test/test_coreml_quantizer.py' 2024-08-22T20:44:07.8334951Z adding 'executorch/backends/apple/mps/__init__.py' 2024-08-22T20:44:07.8335235Z adding 'executorch/backends/apple/mps/mps_preprocess.py' 2024-08-22T20:44:07.8335535Z adding 'executorch/backends/apple/mps/operators/__init__.py' 2024-08-22T20:44:07.8335880Z adding 'executorch/backends/apple/mps/operators/activation_ops.py' 2024-08-22T20:44:07.8336192Z adding 'executorch/backends/apple/mps/operators/binary_ops.py' 2024-08-22T20:44:07.8336583Z adding 'executorch/backends/apple/mps/operators/clamp_ops.py' 2024-08-22T20:44:07.8336927Z adding 'executorch/backends/apple/mps/operators/constant_ops.py' 2024-08-22T20:44:07.8337269Z adding 'executorch/backends/apple/mps/operators/convolution_ops.py' 2024-08-22T20:44:07.8337603Z adding 'executorch/backends/apple/mps/operators/indexing_ops.py' 2024-08-22T20:44:07.8337963Z adding 'executorch/backends/apple/mps/operators/linear_algebra_ops.py' 2024-08-22T20:44:07.8338289Z adding 'executorch/backends/apple/mps/operators/node_visitor.py' 2024-08-22T20:44:07.8338646Z adding 'executorch/backends/apple/mps/operators/normalization_ops.py' 2024-08-22T20:44:07.8338943Z adding 'executorch/backends/apple/mps/operators/op_clone.py' 2024-08-22T20:44:07.8339254Z adding 'executorch/backends/apple/mps/operators/op_getitem.py' 2024-08-22T20:44:07.8339559Z adding 'executorch/backends/apple/mps/operators/pad_ops.py' 2024-08-22T20:44:07.8339882Z adding 'executorch/backends/apple/mps/operators/pooling_ops.py' 2024-08-22T20:44:07.8340181Z adding 'executorch/backends/apple/mps/operators/range_ops.py' 2024-08-22T20:44:07.8340498Z adding 'executorch/backends/apple/mps/operators/reduce_ops.py' 2024-08-22T20:44:07.8340793Z adding 'executorch/backends/apple/mps/operators/shape_ops.py' 2024-08-22T20:44:07.8341095Z adding 'executorch/backends/apple/mps/operators/unary_ops.py' 2024-08-22T20:44:07.8341394Z adding 'executorch/backends/apple/mps/partition/__init__.py' 2024-08-22T20:44:07.8341739Z adding 'executorch/backends/apple/mps/partition/mps_partitioner.py' 2024-08-22T20:44:07.8342124Z adding 'executorch/backends/apple/mps/serialization/mps_graph_schema.py' 2024-08-22T20:44:07.8342513Z adding 'executorch/backends/apple/mps/serialization/mps_graph_serialize.py' 2024-08-22T20:44:07.8342836Z adding 'executorch/backends/apple/mps/serialization/schema.fbs' 2024-08-22T20:44:07.8343114Z adding 'executorch/backends/apple/mps/test/test_mps.py' 2024-08-22T20:44:07.8343446Z adding 'executorch/backends/apple/mps/test/test_mps_binary_ops.py' 2024-08-22T20:44:07.8343788Z adding 'executorch/backends/apple/mps/test/test_mps_indexing_ops.py' 2024-08-22T20:44:07.8344106Z adding 'executorch/backends/apple/mps/test/test_mps_models.py' 2024-08-22T20:44:07.8344747Z adding 'executorch/backends/apple/mps/test/test_mps_unary_ops.py' 2024-08-22T20:44:07.8345050Z adding 'executorch/backends/apple/mps/test/test_mps_utils.py' 2024-08-22T20:44:07.8345422Z adding 'executorch/backends/apple/mps/utils/mps_utils.py' 2024-08-22T20:44:07.8345714Z adding 'executorch/backends/arm/arm_backend.py' 2024-08-22T20:44:07.8345977Z adding 'executorch/backends/arm/arm_partitioner.py' 2024-08-22T20:44:07.8346196Z adding 'executorch/backends/arm/arm_vela.py' 2024-08-22T20:44:07.8346508Z adding 'executorch/backends/arm/tosa_mapping.py' 2024-08-22T20:44:07.8346835Z adding 'executorch/backends/arm/tosa_quant_utils.py' 2024-08-22T20:44:07.8347065Z adding 'executorch/backends/arm/tosa_utils.py' 2024-08-22T20:44:07.8347331Z adding 'executorch/backends/arm/operators/__init__.py' 2024-08-22T20:44:07.8347626Z adding 'executorch/backends/arm/operators/node_visitor.py' 2024-08-22T20:44:07.8347878Z adding 'executorch/backends/arm/operators/op_add.py' 2024-08-22T20:44:07.8348141Z adding 'executorch/backends/arm/operators/op_addmm.py' 2024-08-22T20:44:07.8348441Z adding 'executorch/backends/arm/operators/op_avg_pool2d.py' 2024-08-22T20:44:07.8348737Z adding 'executorch/backends/arm/operators/op_batch_norm.py' 2024-08-22T20:44:07.8349018Z adding 'executorch/backends/arm/operators/op_conv2d.py' 2024-08-22T20:44:07.8349289Z adding 'executorch/backends/arm/operators/op_dequant.py' 2024-08-22T20:44:07.8349542Z adding 'executorch/backends/arm/operators/op_div.py' 2024-08-22T20:44:07.8349803Z adding 'executorch/backends/arm/operators/op_full.py' 2024-08-22T20:44:07.8350083Z adding 'executorch/backends/arm/operators/op_get_item.py' 2024-08-22T20:44:07.8350458Z adding 'executorch/backends/arm/operators/op_hardtanh.py' 2024-08-22T20:44:07.8350763Z adding 'executorch/backends/arm/operators/op_mean_dim.py' 2024-08-22T20:44:07.8351033Z adding 'executorch/backends/arm/operators/op_output.py' 2024-08-22T20:44:07.8351307Z adding 'executorch/backends/arm/operators/op_permute.py' 2024-08-22T20:44:07.8351614Z adding 'executorch/backends/arm/operators/op_placeholder.py' 2024-08-22T20:44:07.8351882Z adding 'executorch/backends/arm/operators/op_quant.py' 2024-08-22T20:44:07.8352165Z adding 'executorch/backends/arm/operators/op_sigmoid.py' 2024-08-22T20:44:07.8352440Z adding 'executorch/backends/arm/operators/op_softmax.py' 2024-08-22T20:44:07.8352689Z adding 'executorch/backends/arm/operators/op_sub.py' 2024-08-22T20:44:07.8352950Z adding 'executorch/backends/arm/operators/op_view.py' 2024-08-22T20:44:07.8353371Z adding 'executorch/backends/arm/passes/annotate_channels_last_dim_order_pass.py' 2024-08-22T20:44:07.8353664Z adding 'executorch/backends/arm/passes/arm_pass_manager.py' 2024-08-22T20:44:07.8353967Z adding 'executorch/backends/arm/passes/remove_clone_pass.py' 2024-08-22T20:44:07.8354258Z adding 'executorch/backends/arm/passes/tag_io_quant_pass.py' 2024-08-22T20:44:07.8354519Z adding 'executorch/backends/arm/quantizer/__init__.py' 2024-08-22T20:44:07.8354817Z adding 'executorch/backends/arm/quantizer/arm_quantizer.py' 2024-08-22T20:44:07.8355143Z adding 'executorch/backends/arm/quantizer/arm_quantizer_utils.py' 2024-08-22T20:44:07.8355480Z adding 'executorch/backends/arm/quantizer/quantization_config.py' 2024-08-22T20:44:07.8355891Z adding 'executorch/backends/arm/quantizer/quantization_annotation/__init__.py' 2024-08-22T20:44:07.8356424Z adding 'executorch/backends/arm/quantizer/quantization_annotation/adaptive_ang_pool2d_annotator.py' 2024-08-22T20:44:07.8356877Z adding 'executorch/backends/arm/quantizer/quantization_annotation/add_annotator.py' 2024-08-22T20:44:07.8357321Z adding 'executorch/backends/arm/quantizer/quantization_annotation/conv_annotator.py' 2024-08-22T20:44:07.8357780Z adding 'executorch/backends/arm/quantizer/quantization_annotation/linear_annotator.py' 2024-08-22T20:44:07.8358266Z adding 'executorch/backends/arm/quantizer/quantization_annotation/max_pool2d_annotator.py' 2024-08-22T20:44:07.8358701Z adding 'executorch/backends/arm/quantizer/quantization_annotation/mul_annotator.py' 2024-08-22T20:44:07.8359168Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sigmoid_annotator.py' 2024-08-22T20:44:07.8359669Z adding 'executorch/backends/arm/quantizer/quantization_annotation/sub_annotator.py' 2024-08-22T20:44:07.8359944Z adding 'executorch/backends/arm/test/common.py' 2024-08-22T20:44:07.8360207Z adding 'executorch/backends/arm/test/runner_utils.py' 2024-08-22T20:44:07.8360515Z adding 'executorch/backends/arm/test/misc/test_debug_feats.py' 2024-08-22T20:44:07.8360906Z adding 'executorch/backends/arm/test/models/test_mobilenet_v2_arm.py' 2024-08-22T20:44:07.8361168Z adding 'executorch/backends/arm/test/ops/test_add.py' 2024-08-22T20:44:07.8361457Z adding 'executorch/backends/arm/test/ops/test_avg_pool.py' 2024-08-22T20:44:07.8361751Z adding 'executorch/backends/arm/test/ops/test_batch_norm.py' 2024-08-22T20:44:07.8362026Z adding 'executorch/backends/arm/test/ops/test_clone.py' 2024-08-22T20:44:07.8362287Z adding 'executorch/backends/arm/test/ops/test_conv.py' 2024-08-22T20:44:07.8362585Z adding 'executorch/backends/arm/test/ops/test_conv_combos.py' 2024-08-22T20:44:07.8362914Z adding 'executorch/backends/arm/test/ops/test_depthwise_conv.py' 2024-08-22T20:44:07.8363172Z adding 'executorch/backends/arm/test/ops/test_div.py' 2024-08-22T20:44:07.8363435Z adding 'executorch/backends/arm/test/ops/test_full.py' 2024-08-22T20:44:07.8557725Z adding 'executorch/backends/arm/test/ops/test_linear.py' 2024-08-22T20:44:07.8558656Z adding 'executorch/backends/arm/test/ops/test_mean_dim.py' 2024-08-22T20:44:07.8559529Z adding 'executorch/backends/arm/test/ops/test_sigmoid.py' 2024-08-22T20:44:07.8560412Z adding 'executorch/backends/arm/test/ops/test_softmax.py' 2024-08-22T20:44:07.8561052Z adding 'executorch/backends/arm/test/ops/test_sub.py' 2024-08-22T20:44:07.8561661Z adding 'executorch/backends/arm/test/ops/test_view.py' 2024-08-22T20:44:07.8562374Z adding 'executorch/backends/arm/test/passes/test_tag_io_quant_pass.py' 2024-08-22T20:44:07.8563299Z adding 'executorch/backends/arm/test/tester/__init__.py' 2024-08-22T20:44:07.8564047Z adding 'executorch/backends/arm/test/tester/arm_tester.py' 2024-08-22T20:44:07.8564888Z adding 'executorch/backends/arm/test/tosautil/__init__.py' 2024-08-22T20:44:07.8565751Z adding 'executorch/backends/arm/third-party/serialization_lib/setup.py' 2024-08-22T20:44:07.8566800Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/__init__.py' 2024-08-22T20:44:07.8568049Z adding 'executorch/backends/arm/third-party/serialization_lib/python/serializer/tosa_serializer.py' 2024-08-22T20:44:07.8569278Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:07.8570531Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Attribute.py' 2024-08-22T20:44:07.8571578Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/AxisAttribute.py' 2024-08-22T20:44:07.8572733Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ClampAttribute.py' 2024-08-22T20:44:07.8573873Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CondIfAttribute.py' 2024-08-22T20:44:07.8574987Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ConvAttribute.py' 2024-08-22T20:44:07.8576098Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/CustomAttribute.py' 2024-08-22T20:44:07.8577168Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/DType.py' 2024-08-22T20:44:07.8578274Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FFTAttribute.py' 2024-08-22T20:44:07.8579410Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:07.8580698Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MatMulAttribute.py' 2024-08-22T20:44:07.8581821Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/MulAttribute.py' 2024-08-22T20:44:07.8583105Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/NegateAttribute.py' 2024-08-22T20:44:07.8584321Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Op.py' 2024-08-22T20:44:07.8585335Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PadAttribute.py' 2024-08-22T20:44:07.8586613Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/PoolAttribute.py' 2024-08-22T20:44:07.8587783Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RFFTAttribute.py' 2024-08-22T20:44:07.8589005Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/RescaleAttribute.py' 2024-08-22T20:44:07.8590171Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ReshapeAttribute.py' 2024-08-22T20:44:07.8591316Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeAttribute.py' 2024-08-22T20:44:07.8592473Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/ResizeMode.py' 2024-08-22T20:44:07.8593529Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/SliceAttribute.py' 2024-08-22T20:44:07.8594687Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TableAttribute.py' 2024-08-22T20:44:07.8595798Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TileAttribute.py' 2024-08-22T20:44:07.8596903Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaBasicBlock.py' 2024-08-22T20:44:07.8598007Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaGraph.py' 2024-08-22T20:44:07.8599144Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaOperator.py' 2024-08-22T20:44:07.8600154Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaRegion.py' 2024-08-22T20:44:07.8601295Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TosaTensor.py' 2024-08-22T20:44:07.8602417Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeAttribute.py' 2024-08-22T20:44:07.8603620Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/TransposeConvAttribute.py' 2024-08-22T20:44:07.8604669Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/Version.py' 2024-08-22T20:44:07.8605842Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/WhileLoopAttribute.py' 2024-08-22T20:44:07.8606891Z adding 'executorch/backends/arm/third-party/serialization_lib/python/tosa/__init__.py' 2024-08-22T20:44:07.8607847Z adding 'executorch/backends/arm/third-party/serialization_lib/schema/tosa.fbs' 2024-08-22T20:44:07.8608930Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/test_npy_fileio.py' 2024-08-22T20:44:07.8610041Z adding 'executorch/backends/arm/third-party/serialization_lib/test/scripts/xunit/xunit.py' 2024-08-22T20:44:07.8610912Z adding 'executorch/backends/cadence/aot/__init__.py' 2024-08-22T20:44:07.8611514Z adding 'executorch/backends/cadence/aot/compiler.py' 2024-08-22T20:44:07.8612159Z adding 'executorch/backends/cadence/aot/export_example.py' 2024-08-22T20:44:07.8612892Z adding 'executorch/backends/cadence/aot/functions.yaml' 2024-08-22T20:44:07.8613634Z adding 'executorch/backends/cadence/aot/ops_registrations.py' 2024-08-22T20:44:07.8614350Z adding 'executorch/backends/cadence/aot/passes.py' 2024-08-22T20:44:07.8614998Z adding 'executorch/backends/cadence/aot/utils.py' 2024-08-22T20:44:07.8615666Z adding 'executorch/backends/cadence/aot/quantizer/fusion_pass.py' 2024-08-22T20:44:07.8616476Z adding 'executorch/backends/cadence/aot/quantizer/patterns.py' 2024-08-22T20:44:07.8617271Z adding 'executorch/backends/cadence/aot/quantizer/quantizer.py' 2024-08-22T20:44:07.8617970Z adding 'executorch/backends/cadence/aot/quantizer/utils.py' 2024-08-22T20:44:07.8618705Z adding 'executorch/backends/cadence/utils/gen_header.py' 2024-08-22T20:44:07.8620389Z adding 'executorch/backends/cadence/utils/post_compilation.py' 2024-08-22T20:44:07.8621257Z adding 'executorch/backends/example/example_backend.py' 2024-08-22T20:44:07.8621935Z adding 'executorch/backends/example/example_partitioner.py' 2024-08-22T20:44:07.8622678Z adding 'executorch/backends/example/example_quantizer.py' 2024-08-22T20:44:07.8623415Z adding 'executorch/backends/example/test_example_delegate.py' 2024-08-22T20:44:07.8624348Z adding 'executorch/backends/example/example_backend_delegate_passes/merge_to_dim_pass.py' 2024-08-22T20:44:07.8625412Z adding 'executorch/backends/example/example_backend_delegate_passes/permute_memory_formats_pass.py' 2024-08-22T20:44:07.8626652Z adding 'executorch/backends/example/example_operators/adaptive_avg_pool2d.py' 2024-08-22T20:44:07.8627466Z adding 'executorch/backends/example/example_operators/add.py' 2024-08-22T20:44:07.8628294Z adding 'executorch/backends/example/example_operators/conv2d.py' 2024-08-22T20:44:07.8629088Z adding 'executorch/backends/example/example_operators/conv_relu.py' 2024-08-22T20:44:07.8629922Z adding 'executorch/backends/example/example_operators/dropout.py' 2024-08-22T20:44:07.8630735Z adding 'executorch/backends/example/example_operators/flatten.py' 2024-08-22T20:44:07.8631489Z adding 'executorch/backends/example/example_operators/linear.py' 2024-08-22T20:44:07.8632312Z adding 'executorch/backends/example/example_operators/op_base.py' 2024-08-22T20:44:07.8633087Z adding 'executorch/backends/example/example_operators/ops.py' 2024-08-22T20:44:07.8633949Z adding 'executorch/backends/example/example_operators/utils.py' 2024-08-22T20:44:07.8634713Z adding 'executorch/backends/qualcomm/qnn_preprocess.py' 2024-08-22T20:44:07.8635337Z adding 'executorch/backends/qualcomm/aot/ir/qcir.fbs' 2024-08-22T20:44:07.8635976Z adding 'executorch/backends/qualcomm/builders/__init__.py' 2024-08-22T20:44:07.8636747Z adding 'executorch/backends/qualcomm/builders/node_visitor.py' 2024-08-22T20:44:07.8637494Z adding 'executorch/backends/qualcomm/builders/op_add.py' 2024-08-22T20:44:07.8638194Z adding 'executorch/backends/qualcomm/builders/op_avg_pool2d.py' 2024-08-22T20:44:07.8638989Z adding 'executorch/backends/qualcomm/builders/op_batch_norm.py' 2024-08-22T20:44:07.8639721Z adding 'executorch/backends/qualcomm/builders/op_bmm.py' 2024-08-22T20:44:07.8640392Z adding 'executorch/backends/qualcomm/builders/op_cat.py' 2024-08-22T20:44:07.8641063Z adding 'executorch/backends/qualcomm/builders/op_ceil.py' 2024-08-22T20:44:07.8641727Z adding 'executorch/backends/qualcomm/builders/op_clamp.py' 2024-08-22T20:44:07.8642496Z adding 'executorch/backends/qualcomm/builders/op_conv2d.py' 2024-08-22T20:44:07.8643290Z adding 'executorch/backends/qualcomm/builders/op_depth_to_space.py' 2024-08-22T20:44:07.8644111Z adding 'executorch/backends/qualcomm/builders/op_dequantize.py' 2024-08-22T20:44:07.8645131Z adding 'executorch/backends/qualcomm/builders/op_div.py' 2024-08-22T20:44:07.8645839Z adding 'executorch/backends/qualcomm/builders/op_embedding.py' 2024-08-22T20:44:07.8646594Z adding 'executorch/backends/qualcomm/builders/op_expand.py' 2024-08-22T20:44:07.8647352Z adding 'executorch/backends/qualcomm/builders/op_gelu.py' 2024-08-22T20:44:07.8648066Z adding 'executorch/backends/qualcomm/builders/op_hardsigmoid.py' 2024-08-22T20:44:07.8648883Z adding 'executorch/backends/qualcomm/builders/op_hardswish.py' 2024-08-22T20:44:07.8649656Z adding 'executorch/backends/qualcomm/builders/op_hardtanh.py' 2024-08-22T20:44:07.8650436Z adding 'executorch/backends/qualcomm/builders/op_layer_norm.py' 2024-08-22T20:44:07.8651206Z adding 'executorch/backends/qualcomm/builders/op_linear.py' 2024-08-22T20:44:07.8651916Z adding 'executorch/backends/qualcomm/builders/op_log_softmax.py' 2024-08-22T20:44:07.8652716Z adding 'executorch/backends/qualcomm/builders/op_matmul.py' 2024-08-22T20:44:07.8653450Z adding 'executorch/backends/qualcomm/builders/op_max_pool2d.py' 2024-08-22T20:44:07.8654352Z adding 'executorch/backends/qualcomm/builders/op_mean_dim.py' 2024-08-22T20:44:07.8655190Z adding 'executorch/backends/qualcomm/builders/op_mul.py' 2024-08-22T20:44:07.8655839Z adding 'executorch/backends/qualcomm/builders/op_pad.py' 2024-08-22T20:44:07.8656474Z adding 'executorch/backends/qualcomm/builders/op_pow.py' 2024-08-22T20:44:07.8822980Z adding 'executorch/backends/qualcomm/builders/op_prelu.py' 2024-08-22T20:44:07.8823924Z adding 'executorch/backends/qualcomm/builders/op_quantize.py' 2024-08-22T20:44:07.8824713Z adding 'executorch/backends/qualcomm/builders/op_relu.py' 2024-08-22T20:44:07.8825561Z adding 'executorch/backends/qualcomm/builders/op_reshape.py' 2024-08-22T20:44:07.8826379Z adding 'executorch/backends/qualcomm/builders/op_rsqrt.py' 2024-08-22T20:44:07.8827380Z adding 'executorch/backends/qualcomm/builders/op_select_copy.py' 2024-08-22T20:44:07.8828251Z adding 'executorch/backends/qualcomm/builders/op_sigmoid.py' 2024-08-22T20:44:07.8829054Z adding 'executorch/backends/qualcomm/builders/op_skip_ops.py' 2024-08-22T20:44:07.8829940Z adding 'executorch/backends/qualcomm/builders/op_slice_copy.py' 2024-08-22T20:44:07.8830865Z adding 'executorch/backends/qualcomm/builders/op_softmax.py' 2024-08-22T20:44:07.8831677Z adding 'executorch/backends/qualcomm/builders/op_space_to_depth.py' 2024-08-22T20:44:07.8832602Z adding 'executorch/backends/qualcomm/builders/op_split_with_sizes.py' 2024-08-22T20:44:07.8833451Z adding 'executorch/backends/qualcomm/builders/op_sqrt.py' 2024-08-22T20:44:07.8834248Z adding 'executorch/backends/qualcomm/builders/op_squeeze.py' 2024-08-22T20:44:07.8835135Z adding 'executorch/backends/qualcomm/builders/op_sub.py' 2024-08-22T20:44:07.8835980Z adding 'executorch/backends/qualcomm/builders/op_sum_int_list.py' 2024-08-22T20:44:07.8836830Z adding 'executorch/backends/qualcomm/builders/op_tanh.py' 2024-08-22T20:44:07.8837559Z adding 'executorch/backends/qualcomm/builders/op_to.py' 2024-08-22T20:44:07.8838373Z adding 'executorch/backends/qualcomm/builders/op_transpose.py' 2024-08-22T20:44:07.8839198Z adding 'executorch/backends/qualcomm/builders/op_unsqueeze.py' 2024-08-22T20:44:07.8840052Z adding 'executorch/backends/qualcomm/builders/op_upsample_bilinear2d.py' 2024-08-22T20:44:07.8840896Z adding 'executorch/backends/qualcomm/builders/op_upsample_nearest2d.py' 2024-08-22T20:44:07.8841740Z adding 'executorch/backends/qualcomm/builders/qnn_constants.py' 2024-08-22T20:44:07.8842516Z adding 'executorch/backends/qualcomm/builders/utils.py' 2024-08-22T20:44:07.8843261Z adding 'executorch/backends/qualcomm/partition/common_defs.py' 2024-08-22T20:44:07.8844438Z adding 'executorch/backends/qualcomm/partition/qnn_partitioner.py' 2024-08-22T20:44:07.8845381Z adding 'executorch/backends/qualcomm/passes/annotate_and_quant_scalar.py' 2024-08-22T20:44:07.8846202Z adding 'executorch/backends/qualcomm/passes/annotate_decomposed.py' 2024-08-22T20:44:07.8847123Z adding 'executorch/backends/qualcomm/passes/annotate_quant_attrs.py' 2024-08-22T20:44:07.8847956Z adding 'executorch/backends/qualcomm/passes/build_quant_io.py' 2024-08-22T20:44:07.8848833Z adding 'executorch/backends/qualcomm/passes/convert_binary_op_with_scalar.py' 2024-08-22T20:44:07.8849788Z adding 'executorch/backends/qualcomm/passes/convert_bmm_to_matmul.py' 2024-08-22T20:44:07.8850759Z adding 'executorch/backends/qualcomm/passes/convert_interpolate_with_upsample2d.py' 2024-08-22T20:44:07.8851598Z adding 'executorch/backends/qualcomm/passes/convert_prelu.py' 2024-08-22T20:44:07.8852327Z adding 'executorch/backends/qualcomm/passes/convert_to_linear.py' 2024-08-22T20:44:07.8853071Z adding 'executorch/backends/qualcomm/passes/decompose_silu.py' 2024-08-22T20:44:07.8853754Z adding 'executorch/backends/qualcomm/passes/fold_qdq.py' 2024-08-22T20:44:07.8854508Z adding 'executorch/backends/qualcomm/passes/fuse_consecutive_transpose.py' 2024-08-22T20:44:07.8855277Z adding 'executorch/backends/qualcomm/passes/i64_to_i32.py' 2024-08-22T20:44:07.8856159Z adding 'executorch/backends/qualcomm/passes/insert_io_qdq.py' 2024-08-22T20:44:07.8857091Z adding 'executorch/backends/qualcomm/passes/insert_requantize.py' 2024-08-22T20:44:07.8858044Z adding 'executorch/backends/qualcomm/passes/layout_transform.py' 2024-08-22T20:44:07.8858965Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_shuffle.py' 2024-08-22T20:44:07.8859935Z adding 'executorch/backends/qualcomm/passes/recompose_pixel_unshuffle.py' 2024-08-22T20:44:07.8861021Z adding 'executorch/backends/qualcomm/passes/reduce_dynamic_range.py' 2024-08-22T20:44:07.8861881Z adding 'executorch/backends/qualcomm/passes/remove_redundancy.py' 2024-08-22T20:44:07.8862640Z adding 'executorch/backends/qualcomm/passes/replace_inf_buffer.py' 2024-08-22T20:44:07.8863326Z adding 'executorch/backends/qualcomm/passes/utils.py' 2024-08-22T20:44:07.8863979Z adding 'executorch/backends/qualcomm/quantizer/quantizer.py' 2024-08-22T20:44:07.8864644Z adding 'executorch/backends/qualcomm/quantizer/utils.py' 2024-08-22T20:44:07.8865416Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_schema.py' 2024-08-22T20:44:07.8866341Z adding 'executorch/backends/qualcomm/serialization/qnn_compile_spec_serialize.py' 2024-08-22T20:44:07.8867362Z adding 'executorch/backends/qualcomm/serialization/schema.fbs' 2024-08-22T20:44:07.8868127Z adding 'executorch/backends/qualcomm/tests/models.py' 2024-08-22T20:44:07.8868932Z adding 'executorch/backends/qualcomm/tests/test_qnn_delegate.py' 2024-08-22T20:44:07.8869685Z adding 'executorch/backends/qualcomm/tests/utils.py' 2024-08-22T20:44:07.8870522Z adding 'executorch/backends/qualcomm/utils/constants.py' 2024-08-22T20:44:07.8871181Z adding 'executorch/backends/qualcomm/utils/utils.py' 2024-08-22T20:44:07.8871786Z adding 'executorch/backends/transforms/__init__.py' 2024-08-22T20:44:07.8872434Z adding 'executorch/backends/transforms/addmm_mm_to_linear.py' 2024-08-22T20:44:07.8873135Z adding 'executorch/backends/transforms/convert_dtype_pass.py' 2024-08-22T20:44:07.8873821Z adding 'executorch/backends/transforms/decompose_sdpa.py' 2024-08-22T20:44:07.8874573Z adding 'executorch/backends/transforms/duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:07.8875378Z adding 'executorch/backends/transforms/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:07.8876218Z adding 'executorch/backends/transforms/fuse_conv_with_clamp.py' 2024-08-22T20:44:07.8877023Z adding 'executorch/backends/transforms/fuse_view_copy.py' 2024-08-22T20:44:07.8877728Z adding 'executorch/backends/transforms/mean_to_sum_div.py' 2024-08-22T20:44:07.8878407Z adding 'executorch/backends/transforms/remove_clone_ops.py' 2024-08-22T20:44:07.8879028Z adding 'executorch/backends/transforms/utils.py' 2024-08-22T20:44:07.8879851Z adding 'executorch/backends/transforms/test/test_duplicate_dynamic_quant_chain.py' 2024-08-22T20:44:07.8880697Z adding 'executorch/backends/vulkan/__init__.py' 2024-08-22T20:44:07.8881354Z adding 'executorch/backends/vulkan/vulkan_preprocess.py' 2024-08-22T20:44:07.8882134Z adding 'executorch/backends/vulkan/partitioner/supported_ops.py' 2024-08-22T20:44:07.8883063Z adding 'executorch/backends/vulkan/partitioner/vulkan_partitioner.py' 2024-08-22T20:44:07.8883829Z adding 'executorch/backends/vulkan/passes/custom_ops_defs.py' 2024-08-22T20:44:07.8884515Z adding 'executorch/backends/vulkan/passes/test_custom_ops.py' 2024-08-22T20:44:07.8885204Z adding 'executorch/backends/vulkan/runtime/gen_vulkan_spv.py' 2024-08-22T20:44:07.8885991Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_naive.yaml' 2024-08-22T20:44:07.8886884Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/addmm_optimized.yaml' 2024-08-22T20:44:07.8887881Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/arange.yaml' 2024-08-22T20:44:07.8888792Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/avg_pool2d.yaml' 2024-08-22T20:44:07.8889650Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/batchnorm.yaml' 2024-08-22T20:44:07.8890647Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/binary_op.yaml' 2024-08-22T20:44:07.8891645Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/clone.yaml' 2024-08-22T20:44:07.8892538Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv1d.yaml' 2024-08-22T20:44:07.8893337Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d.yaml' 2024-08-22T20:44:07.8894250Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw.yaml' 2024-08-22T20:44:07.8895168Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_output_tile.yaml' 2024-08-22T20:44:07.8896181Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_dw_prepack_weights.yaml' 2024-08-22T20:44:07.8897207Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_prepack_weights.yaml' 2024-08-22T20:44:07.8898125Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv2d_pw.yaml' 2024-08-22T20:44:07.8899018Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d.yaml' 2024-08-22T20:44:07.8900055Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/conv_transpose2d_prepack_weights.yaml' 2024-08-22T20:44:07.8901102Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_channel_offset.yaml' 2024-08-22T20:44:07.8902015Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/copy_offset.yaml' 2024-08-22T20:44:07.8902868Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/embedding.yaml' 2024-08-22T20:44:07.8903677Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/full.yaml' 2024-08-22T20:44:07.8904592Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select.yaml' 2024-08-22T20:44:07.8905521Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/index_select_channel.yaml' 2024-08-22T20:44:07.8906707Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_naive.yaml' 2024-08-22T20:44:07.8907775Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/matmul_optimized.yaml' 2024-08-22T20:44:07.8908688Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/max_pool2d.yaml' 2024-08-22T20:44:07.8909584Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/native_layer_norm.yaml' 2024-08-22T20:44:07.8910503Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/nchw_to_tensor.yaml' 2024-08-22T20:44:07.8911341Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/no_op.yaml' 2024-08-22T20:44:07.8912163Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_channel.yaml' 2024-08-22T20:44:07.8913071Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/pad_height_width.yaml' 2024-08-22T20:44:07.8914284Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/permute.yaml' 2024-08-22T20:44:07.8915271Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/q_8w_linear.yaml' 2024-08-22T20:44:07.8916162Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/repeat_channel.yaml' 2024-08-22T20:44:07.8917077Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_batch_4d.yaml' 2024-08-22T20:44:07.8918008Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_3d.yaml' 2024-08-22T20:44:07.8918940Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_channel_4d.yaml' 2024-08-22T20:44:07.8919871Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_3d.yaml' 2024-08-22T20:44:07.8920846Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_height_4d.yaml' 2024-08-22T20:44:07.8921759Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_3d.yaml' 2024-08-22T20:44:07.9133044Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/select_width_4d.yaml' 2024-08-22T20:44:07.9134381Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_batch_height_width.yaml' 2024-08-22T20:44:07.9135664Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/slice_channel.yaml' 2024-08-22T20:44:07.9136929Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_batch_height_width.yaml' 2024-08-22T20:44:07.9138451Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/softmax_channel.yaml' 2024-08-22T20:44:07.9139416Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim.yaml' 2024-08-22T20:44:07.9140308Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/sum_dim_keepdim.yaml' 2024-08-22T20:44:07.9141415Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/tensor_to_nchw.yaml' 2024-08-22T20:44:07.9142309Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/unary_op.yaml' 2024-08-22T20:44:07.9143284Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/upsample_nearest2d.yaml' 2024-08-22T20:44:07.9144431Z adding 'executorch/backends/vulkan/runtime/graph/ops/glsl/view.yaml' 2024-08-22T20:44:07.9145198Z adding 'executorch/backends/vulkan/serialization/schema.fbs' 2024-08-22T20:44:07.9145981Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_builder.py' 2024-08-22T20:44:07.9146964Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_schema.py' 2024-08-22T20:44:07.9147823Z adding 'executorch/backends/vulkan/serialization/vulkan_graph_serialize.py' 2024-08-22T20:44:07.9148687Z adding 'executorch/backends/vulkan/test/test_serialization.py' 2024-08-22T20:44:07.9149419Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate.py' 2024-08-22T20:44:07.9150252Z adding 'executorch/backends/vulkan/test/test_vulkan_delegate_header.py' 2024-08-22T20:44:07.9151022Z adding 'executorch/backends/vulkan/test/glsl/all_shaders.yaml' 2024-08-22T20:44:07.9151825Z adding 'executorch/backends/vulkan/test/op_tests/cases.py' 2024-08-22T20:44:07.9152569Z adding 'executorch/backends/vulkan/test/op_tests/generate_op_tests.py' 2024-08-22T20:44:07.9153401Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen.py' 2024-08-22T20:44:07.9154183Z adding 'executorch/backends/vulkan/test/op_tests/utils/codegen_base.py' 2024-08-22T20:44:07.9155096Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/apiconventions.py' 2024-08-22T20:44:07.9156118Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/cgenerator.py' 2024-08-22T20:44:07.9157141Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/conventions.py' 2024-08-22T20:44:07.9158129Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/generator.py' 2024-08-22T20:44:07.9159091Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/genvk.py' 2024-08-22T20:44:07.9159998Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/reg.py' 2024-08-22T20:44:07.9161009Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/vkconventions.py' 2024-08-22T20:44:07.9162009Z adding 'executorch/backends/vulkan/third-party/Vulkan-Headers/registry/spec_tools/util.py' 2024-08-22T20:44:07.9163208Z adding 'executorch/backends/vulkan/third-party/VulkanMemoryAllocator/tools/GpuMemDumpVis/GpuMemDumpVis.py' 2024-08-22T20:44:07.9164243Z adding 'executorch/backends/vulkan/third-party/volk/generate.py' 2024-08-22T20:44:07.9165040Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_bandwidth.yaml' 2024-08-22T20:44:07.9165917Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/buf_cacheline_size.yaml' 2024-08-22T20:44:07.9166819Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/reg_count.yaml' 2024-08-22T20:44:07.9167642Z adding 'executorch/backends/vulkan/tools/gpuinfo/glsl/warp_size.yaml' 2024-08-22T20:44:07.9168315Z adding 'executorch/backends/xnnpack/__init__.py' 2024-08-22T20:44:07.9169008Z adding 'executorch/backends/xnnpack/xnnpack_preprocess.py' 2024-08-22T20:44:07.9169685Z adding 'executorch/backends/xnnpack/operators/__init__.py' 2024-08-22T20:44:07.9170384Z adding 'executorch/backends/xnnpack/operators/node_visitor.py' 2024-08-22T20:44:07.9171110Z adding 'executorch/backends/xnnpack/operators/op_abs.py' 2024-08-22T20:44:07.9171758Z adding 'executorch/backends/xnnpack/operators/op_add.py' 2024-08-22T20:44:07.9172519Z adding 'executorch/backends/xnnpack/operators/op_addmm.py' 2024-08-22T20:44:07.9173313Z adding 'executorch/backends/xnnpack/operators/op_avg_pooling2d.py' 2024-08-22T20:44:07.9174015Z adding 'executorch/backends/xnnpack/operators/op_cat.py' 2024-08-22T20:44:07.9174679Z adding 'executorch/backends/xnnpack/operators/op_ceiling.py' 2024-08-22T20:44:07.9175412Z adding 'executorch/backends/xnnpack/operators/op_clamp.py' 2024-08-22T20:44:07.9176180Z adding 'executorch/backends/xnnpack/operators/op_conv2d.py' 2024-08-22T20:44:07.9176957Z adding 'executorch/backends/xnnpack/operators/op_dequantize_per_tensor.py' 2024-08-22T20:44:07.9177695Z adding 'executorch/backends/xnnpack/operators/op_div.py' 2024-08-22T20:44:07.9178511Z adding 'executorch/backends/xnnpack/operators/op_dynamic_dequantize_ops.py' 2024-08-22T20:44:07.9179364Z adding 'executorch/backends/xnnpack/operators/op_dynamic_quantize_ops.py' 2024-08-22T20:44:07.9180169Z adding 'executorch/backends/xnnpack/operators/op_elu.py' 2024-08-22T20:44:07.9180830Z adding 'executorch/backends/xnnpack/operators/op_floor.py' 2024-08-22T20:44:07.9181531Z adding 'executorch/backends/xnnpack/operators/op_hardswish.py' 2024-08-22T20:44:07.9182254Z adding 'executorch/backends/xnnpack/operators/op_hardtanh.py' 2024-08-22T20:44:07.9183022Z adding 'executorch/backends/xnnpack/operators/op_leaky_relu.py' 2024-08-22T20:44:07.9183733Z adding 'executorch/backends/xnnpack/operators/op_linear.py' 2024-08-22T20:44:07.9184569Z adding 'executorch/backends/xnnpack/operators/op_matrix_multiplication.py' 2024-08-22T20:44:07.9185409Z adding 'executorch/backends/xnnpack/operators/op_max_dim.py' 2024-08-22T20:44:07.9186137Z adding 'executorch/backends/xnnpack/operators/op_max_pool2d.py' 2024-08-22T20:44:07.9187024Z adding 'executorch/backends/xnnpack/operators/op_maximum.py' 2024-08-22T20:44:07.9187714Z adding 'executorch/backends/xnnpack/operators/op_mean_dim.py' 2024-08-22T20:44:07.9188409Z adding 'executorch/backends/xnnpack/operators/op_minimum.py' 2024-08-22T20:44:07.9189179Z adding 'executorch/backends/xnnpack/operators/op_multiply.py' 2024-08-22T20:44:07.9189866Z adding 'executorch/backends/xnnpack/operators/op_negate.py' 2024-08-22T20:44:07.9190602Z adding 'executorch/backends/xnnpack/operators/op_permute.py' 2024-08-22T20:44:07.9191304Z adding 'executorch/backends/xnnpack/operators/op_prelu.py' 2024-08-22T20:44:07.9192069Z adding 'executorch/backends/xnnpack/operators/op_quantize_per_tensor.py' 2024-08-22T20:44:07.9192860Z adding 'executorch/backends/xnnpack/operators/op_relu.py' 2024-08-22T20:44:07.9193526Z adding 'executorch/backends/xnnpack/operators/op_sdpa.py' 2024-08-22T20:44:07.9194200Z adding 'executorch/backends/xnnpack/operators/op_sigmoid.py' 2024-08-22T20:44:07.9194937Z adding 'executorch/backends/xnnpack/operators/op_skip_ops.py' 2024-08-22T20:44:07.9195660Z adding 'executorch/backends/xnnpack/operators/op_slice_copy.py' 2024-08-22T20:44:07.9196367Z adding 'executorch/backends/xnnpack/operators/op_softmax.py' 2024-08-22T20:44:07.9197110Z adding 'executorch/backends/xnnpack/operators/op_square.py' 2024-08-22T20:44:07.9197830Z adding 'executorch/backends/xnnpack/operators/op_square_root.py' 2024-08-22T20:44:07.9198539Z adding 'executorch/backends/xnnpack/operators/op_squeeze.py' 2024-08-22T20:44:07.9199355Z adding 'executorch/backends/xnnpack/operators/op_static_constant_pad.py' 2024-08-22T20:44:07.9200226Z adding 'executorch/backends/xnnpack/operators/op_static_resize_bilinear_2d.py' 2024-08-22T20:44:07.9201107Z adding 'executorch/backends/xnnpack/operators/op_sub.py' 2024-08-22T20:44:07.9201777Z adding 'executorch/backends/xnnpack/operators/op_to_copy.py' 2024-08-22T20:44:07.9202474Z adding 'executorch/backends/xnnpack/operators/quant_params.py' 2024-08-22T20:44:07.9203223Z adding 'executorch/backends/xnnpack/partition/configs.py' 2024-08-22T20:44:07.9203956Z adding 'executorch/backends/xnnpack/partition/xnnpack_partitioner.py' 2024-08-22T20:44:07.9204879Z adding 'executorch/backends/xnnpack/partition/graphs/bilinear_2d.py' 2024-08-22T20:44:07.9205687Z adding 'executorch/backends/xnnpack/partition/graphs/sdpa.py' 2024-08-22T20:44:07.9206354Z adding 'executorch/backends/xnnpack/passes/__init__.py' 2024-08-22T20:44:07.9207127Z adding 'executorch/backends/xnnpack/passes/channels_last_tagged_reshape_pass.py' 2024-08-22T20:44:07.9208108Z adding 'executorch/backends/xnnpack/passes/conv1d_unsqueeze_pass.py' 2024-08-22T20:44:07.9208877Z adding 'executorch/backends/xnnpack/passes/convert_to_linear.py' 2024-08-22T20:44:07.9209667Z adding 'executorch/backends/xnnpack/passes/convert_to_sdpa.py' 2024-08-22T20:44:07.9210481Z adding 'executorch/backends/xnnpack/passes/convert_to_upsample_bilinear2d.py' 2024-08-22T20:44:07.9211369Z adding 'executorch/backends/xnnpack/passes/fuse_activation_pass.py' 2024-08-22T20:44:07.9212178Z adding 'executorch/backends/xnnpack/passes/fuse_batch_norm_with_conv.py' 2024-08-22T20:44:07.9212963Z adding 'executorch/backends/xnnpack/passes/prelu_reshape_pass.py' 2024-08-22T20:44:07.9213778Z adding 'executorch/backends/xnnpack/passes/remove_getitem_op.py' 2024-08-22T20:44:07.9214545Z adding 'executorch/backends/xnnpack/passes/tag_implicit_q_dq_pass.py' 2024-08-22T20:44:07.9215274Z adding 'executorch/backends/xnnpack/passes/xnnpack_pass.py' 2024-08-22T20:44:07.9216076Z adding 'executorch/backends/xnnpack/serialization/runtime_schema.fbs' 2024-08-22T20:44:07.9216825Z adding 'executorch/backends/xnnpack/serialization/schema.fbs' 2024-08-22T20:44:07.9217680Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_schema.py' 2024-08-22T20:44:07.9218628Z adding 'executorch/backends/xnnpack/serialization/xnnpack_graph_serialize.py' 2024-08-22T20:44:07.9219435Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils.py' 2024-08-22T20:44:07.9220206Z adding 'executorch/backends/xnnpack/test/test_xnnpack_utils_classes.py' 2024-08-22T20:44:07.9221041Z adding 'executorch/backends/xnnpack/test/models/deeplab_v3.py' 2024-08-22T20:44:07.9221734Z adding 'executorch/backends/xnnpack/test/models/edsr.py' 2024-08-22T20:44:07.9222436Z adding 'executorch/backends/xnnpack/test/models/emformer_rnnt.py' 2024-08-22T20:44:07.9223236Z adding 'executorch/backends/xnnpack/test/models/inception_v3.py' 2024-08-22T20:44:07.9223977Z adding 'executorch/backends/xnnpack/test/models/inception_v4.py' 2024-08-22T20:44:07.9224741Z adding 'executorch/backends/xnnpack/test/models/llama2_et_example.py' 2024-08-22T20:44:07.9225491Z adding 'executorch/backends/xnnpack/test/models/mobilebert.py' 2024-08-22T20:44:07.9226290Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v2.py' 2024-08-22T20:44:07.9227099Z adding 'executorch/backends/xnnpack/test/models/mobilenet_v3.py' 2024-08-22T20:44:07.9227867Z adding 'executorch/backends/xnnpack/test/models/resnet.py' 2024-08-22T20:44:07.9379847Z adding 'executorch/backends/xnnpack/test/models/torchvision_vit.py' 2024-08-22T20:44:07.9380950Z adding 'executorch/backends/xnnpack/test/models/very_big_model.py' 2024-08-22T20:44:07.9381892Z adding 'executorch/backends/xnnpack/test/models/w2l.py' 2024-08-22T20:44:07.9382724Z adding 'executorch/backends/xnnpack/test/ops/abs.py' 2024-08-22T20:44:07.9383511Z adding 'executorch/backends/xnnpack/test/ops/add.py' 2024-08-22T20:44:07.9384335Z adding 'executorch/backends/xnnpack/test/ops/avgpool2d.py' 2024-08-22T20:44:07.9385219Z adding 'executorch/backends/xnnpack/test/ops/bilinear2d.py' 2024-08-22T20:44:07.9386062Z adding 'executorch/backends/xnnpack/test/ops/cat.py' 2024-08-22T20:44:07.9386785Z adding 'executorch/backends/xnnpack/test/ops/ceil.py' 2024-08-22T20:44:07.9387405Z adding 'executorch/backends/xnnpack/test/ops/clamp.py' 2024-08-22T20:44:07.9388038Z adding 'executorch/backends/xnnpack/test/ops/conv1d.py' 2024-08-22T20:44:07.9388679Z adding 'executorch/backends/xnnpack/test/ops/conv2d.py' 2024-08-22T20:44:07.9389289Z adding 'executorch/backends/xnnpack/test/ops/div.py' 2024-08-22T20:44:07.9390064Z adding 'executorch/backends/xnnpack/test/ops/elu.py' 2024-08-22T20:44:07.9390678Z adding 'executorch/backends/xnnpack/test/ops/floor.py' 2024-08-22T20:44:07.9391409Z adding 'executorch/backends/xnnpack/test/ops/hardswish.py' 2024-08-22T20:44:07.9392083Z adding 'executorch/backends/xnnpack/test/ops/hardtanh.py' 2024-08-22T20:44:07.9392752Z adding 'executorch/backends/xnnpack/test/ops/leaky_relu.py' 2024-08-22T20:44:07.9393476Z adding 'executorch/backends/xnnpack/test/ops/linear.py' 2024-08-22T20:44:07.9394123Z adding 'executorch/backends/xnnpack/test/ops/max_dim.py' 2024-08-22T20:44:07.9394771Z adding 'executorch/backends/xnnpack/test/ops/maximum.py' 2024-08-22T20:44:07.9395432Z adding 'executorch/backends/xnnpack/test/ops/maxpool2d.py' 2024-08-22T20:44:07.9396090Z adding 'executorch/backends/xnnpack/test/ops/mean_dim.py' 2024-08-22T20:44:07.9396729Z adding 'executorch/backends/xnnpack/test/ops/minimum.py' 2024-08-22T20:44:07.9397376Z adding 'executorch/backends/xnnpack/test/ops/multiply.py' 2024-08-22T20:44:07.9398018Z adding 'executorch/backends/xnnpack/test/ops/negate.py' 2024-08-22T20:44:07.9398700Z adding 'executorch/backends/xnnpack/test/ops/permute.py' 2024-08-22T20:44:07.9399322Z adding 'executorch/backends/xnnpack/test/ops/pow.py' 2024-08-22T20:44:07.9399937Z adding 'executorch/backends/xnnpack/test/ops/prelu.py' 2024-08-22T20:44:07.9400635Z adding 'executorch/backends/xnnpack/test/ops/quantize_per_tensor.py' 2024-08-22T20:44:07.9401346Z adding 'executorch/backends/xnnpack/test/ops/relu.py' 2024-08-22T20:44:07.9401963Z adding 'executorch/backends/xnnpack/test/ops/sdpa.py' 2024-08-22T20:44:07.9402666Z adding 'executorch/backends/xnnpack/test/ops/sigmoid.py' 2024-08-22T20:44:07.9403344Z adding 'executorch/backends/xnnpack/test/ops/slice_copy.py' 2024-08-22T20:44:07.9404011Z adding 'executorch/backends/xnnpack/test/ops/softmax.py' 2024-08-22T20:44:07.9404631Z adding 'executorch/backends/xnnpack/test/ops/sqrt.py' 2024-08-22T20:44:07.9405256Z adding 'executorch/backends/xnnpack/test/ops/square.py' 2024-08-22T20:44:07.9405974Z adding 'executorch/backends/xnnpack/test/ops/static_constant_pad.py' 2024-08-22T20:44:07.9406673Z adding 'executorch/backends/xnnpack/test/ops/sub.py' 2024-08-22T20:44:07.9407412Z adding 'executorch/backends/xnnpack/test/passes/test_activation_fusion.py' 2024-08-22T20:44:07.9408290Z adding 'executorch/backends/xnnpack/test/passes/test_batch_norm_fusion.py' 2024-08-22T20:44:07.9409227Z adding 'executorch/backends/xnnpack/test/passes/test_channels_last_tagged_reshape.py' 2024-08-22T20:44:07.9410151Z adding 'executorch/backends/xnnpack/test/passes/test_convert_to_linear.py' 2024-08-22T20:44:07.9411024Z adding 'executorch/backends/xnnpack/test/passes/test_remove_get_item_pass.py' 2024-08-22T20:44:07.9411925Z adding 'executorch/backends/xnnpack/test/passes/test_tag_implicit_q_dq_pass.py' 2024-08-22T20:44:07.9412827Z adding 'executorch/backends/xnnpack/test/serialization/test_serialization.py' 2024-08-22T20:44:07.9413715Z adding 'executorch/backends/xnnpack/test/serialization/test_xnnheader.py' 2024-08-22T20:44:07.9414502Z adding 'executorch/backends/xnnpack/test/tester/__init__.py' 2024-08-22T20:44:07.9415186Z adding 'executorch/backends/xnnpack/test/tester/tester.py' 2024-08-22T20:44:07.9415987Z adding 'executorch/backends/xnnpack/third-party/generate-cpuinfo-wrappers.py' 2024-08-22T20:44:07.9416895Z adding 'executorch/backends/xnnpack/third-party/generate-xnnpack-wrappers.py' 2024-08-22T20:44:07.9417740Z adding 'executorch/backends/xnnpack/third-party/FP16/configure.py' 2024-08-22T20:44:07.9418500Z adding 'executorch/backends/xnnpack/third-party/FP16/confu.yaml' 2024-08-22T20:44:07.9419337Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/__init__.py' 2024-08-22T20:44:07.9420204Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx.py' 2024-08-22T20:44:07.9421050Z adding 'executorch/backends/xnnpack/third-party/FP16/include/fp16/avx2.py' 2024-08-22T20:44:07.9421911Z adding 'executorch/backends/xnnpack/third-party/FP16/test/peachpy/stubs.py' 2024-08-22T20:44:07.9422849Z adding 'executorch/backends/xnnpack/third-party/FXdiv/configure.py' 2024-08-22T20:44:07.9423612Z adding 'executorch/backends/xnnpack/third-party/FXdiv/confu.yaml' 2024-08-22T20:44:07.9424428Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f16-tanh.yaml' 2024-08-22T20:44:07.9425380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/eval/f32-tanh.yaml' 2024-08-22T20:44:07.9426351Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/convert-assembly-to-jit.py' 2024-08-22T20:44:07.9427484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/scripts/sort-filenames.py' 2024-08-22T20:44:07.9428481Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/microkernel-type.yaml' 2024-08-22T20:44:07.9429464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/node-type.yaml' 2024-08-22T20:44:07.9430451Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/src/enums/operator-type.yaml' 2024-08-22T20:44:07.9431457Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/bf16-gemm-minmax.yaml' 2024-08-22T20:44:07.9432380Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-bfly4.yaml' 2024-08-22T20:44:07.9433259Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-fftr.yaml' 2024-08-22T20:44:07.9434174Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/cs16-vsquareabs.yaml' 2024-08-22T20:44:07.9435137Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-avgpool-minmax.yaml' 2024-08-22T20:44:07.9436163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-conv-hwc2chw.yaml' 2024-08-22T20:44:07.9437204Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:07.9438294Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:07.9439309Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-dwconv2d-chw.yaml' 2024-08-22T20:44:07.9440234Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32-vcvt.yaml' 2024-08-22T20:44:07.9441209Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-gemm-minmax.yaml' 2024-08-22T20:44:07.9442252Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-igemm-minmax.yaml' 2024-08-22T20:44:07.9443254Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-f32acc-rsum.yaml' 2024-08-22T20:44:07.9444473Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-cw.yaml' 2024-08-22T20:44:07.9445467Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gavgpool-minmax.yaml' 2024-08-22T20:44:07.9446422Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-jit.yaml' 2024-08-22T20:44:07.9447343Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-gemm-minmax.yaml' 2024-08-22T20:44:07.9448300Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear-chw.yaml' 2024-08-22T20:44:07.9449263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-ibilinear.yaml' 2024-08-22T20:44:07.9450184Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-jit.yaml' 2024-08-22T20:44:07.9451128Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-igemm-minmax.yaml' 2024-08-22T20:44:07.9452105Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-maxpool-minmax.yaml' 2024-08-22T20:44:07.9453104Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-pavgpool-minmax.yaml' 2024-08-22T20:44:07.9454037Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-prelu.yaml' 2024-08-22T20:44:07.9454931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-qs8-vcvt.yaml' 2024-08-22T20:44:07.9455918Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-raddstoreexpminusmax.yaml' 2024-08-22T20:44:07.9456870Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmax.yaml' 2024-08-22T20:44:07.9457894Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rmin.yaml' 2024-08-22T20:44:07.9458773Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rminmax.yaml' 2024-08-22T20:44:07.9459655Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-rsum.yaml' 2024-08-22T20:44:07.9460661Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-spmm-minmax.yaml' 2024-08-22T20:44:07.9461563Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vabs.yaml' 2024-08-22T20:44:07.9462464Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vadd-minmax.yaml' 2024-08-22T20:44:07.9463410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vaddc-minmax.yaml' 2024-08-22T20:44:07.9464326Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vclamp.yaml' 2024-08-22T20:44:07.9465210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vcmul.yaml' 2024-08-22T20:44:07.9466120Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdiv-minmax.yaml' 2024-08-22T20:44:07.9467207Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vdivc-minmax.yaml' 2024-08-22T20:44:07.9468117Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-velu.yaml' 2024-08-22T20:44:07.9469004Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vhswish.yaml' 2024-08-22T20:44:07.9469886Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vlrelu.yaml' 2024-08-22T20:44:07.9470831Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmax.yaml' 2024-08-22T20:44:07.9471702Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmaxc.yaml' 2024-08-22T20:44:07.9472565Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmin.yaml' 2024-08-22T20:44:07.9564133Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vminc.yaml' 2024-08-22T20:44:07.9565363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmul-minmax.yaml' 2024-08-22T20:44:07.9566613Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulc-minmax.yaml' 2024-08-22T20:44:07.9567887Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vmulcaddc-minmax.yaml' 2024-08-22T20:44:07.9569102Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vneg.yaml' 2024-08-22T20:44:07.9570220Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrdivc-minmax.yaml' 2024-08-22T20:44:07.9571331Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndd.yaml' 2024-08-22T20:44:07.9572301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndne.yaml' 2024-08-22T20:44:07.9573239Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndu.yaml' 2024-08-22T20:44:07.9574081Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrndz.yaml' 2024-08-22T20:44:07.9575005Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vrsubc-minmax.yaml' 2024-08-22T20:44:07.9576031Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsigmoid.yaml' 2024-08-22T20:44:07.9576981Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqr.yaml' 2024-08-22T20:44:07.9577942Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiff.yaml' 2024-08-22T20:44:07.9578931Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrdiffc.yaml' 2024-08-22T20:44:07.9579986Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsqrt.yaml' 2024-08-22T20:44:07.9580897Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsub-minmax.yaml' 2024-08-22T20:44:07.9581996Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vsubc-minmax.yaml' 2024-08-22T20:44:07.9583003Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f16-vtanh.yaml' 2024-08-22T20:44:07.9583976Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-argmaxpool.yaml' 2024-08-22T20:44:07.9585294Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-avgpool-minmax.yaml' 2024-08-22T20:44:07.9586334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc.yaml' 2024-08-22T20:44:07.9587513Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-conv-hwc2chw.yaml' 2024-08-22T20:44:07.9588782Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-multipass.yaml' 2024-08-22T20:44:07.9590041Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-minmax-unipass.yaml' 2024-08-22T20:44:07.9591248Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-multipass.yaml' 2024-08-22T20:44:07.9592342Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv-unipass.yaml' 2024-08-22T20:44:07.9593374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-dwconv2d-chw.yaml' 2024-08-22T20:44:07.9594312Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-f16-vcvt.yaml' 2024-08-22T20:44:07.9595237Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-cw.yaml' 2024-08-22T20:44:07.9596205Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gavgpool-minmax.yaml' 2024-08-22T20:44:07.9597213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-goi-minmax.yaml' 2024-08-22T20:44:07.9598286Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-jit.yaml' 2024-08-22T20:44:07.9599371Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-minmax.yaml' 2024-08-22T20:44:07.9600394Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm-relu.yaml' 2024-08-22T20:44:07.9601436Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemm.yaml' 2024-08-22T20:44:07.9602365Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-gemminc-minmax.yaml' 2024-08-22T20:44:07.9603431Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear-chw.yaml' 2024-08-22T20:44:07.9604452Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ibilinear.yaml' 2024-08-22T20:44:07.9605387Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-jit.yaml' 2024-08-22T20:44:07.9606465Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-minmax.yaml' 2024-08-22T20:44:07.9607414Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm-relu.yaml' 2024-08-22T20:44:07.9608410Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-igemm.yaml' 2024-08-22T20:44:07.9609411Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-maxpool-minmax.yaml' 2024-08-22T20:44:07.9610412Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-pavgpool-minmax.yaml' 2024-08-22T20:44:07.9611387Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-ppmm-minmax.yaml' 2024-08-22T20:44:07.9612456Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-prelu.yaml' 2024-08-22T20:44:07.9613406Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:07.9614396Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:07.9615455Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm-relu.yaml' 2024-08-22T20:44:07.9616487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qc8w-gemm.yaml' 2024-08-22T20:44:07.9616907Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qs8-vcvt.yaml' 2024-08-22T20:44:07.9617316Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-qu8-vcvt.yaml' 2024-08-22T20:44:07.9617785Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddexpminusmax.yaml' 2024-08-22T20:44:07.9618213Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddextexp.yaml' 2024-08-22T20:44:07.9618815Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-raddstoreexpminusmax.yaml' 2024-08-22T20:44:07.9619339Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmax.yaml' 2024-08-22T20:44:07.9619798Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rmin.yaml' 2024-08-22T20:44:07.9620215Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rminmax.yaml' 2024-08-22T20:44:07.9620709Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-rsum.yaml' 2024-08-22T20:44:07.9621258Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-spmm-minmax.yaml' 2024-08-22T20:44:07.9621715Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vabs.yaml' 2024-08-22T20:44:07.9622144Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-minmax.yaml' 2024-08-22T20:44:07.9622570Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd-relu.yaml' 2024-08-22T20:44:07.9622958Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vadd.yaml' 2024-08-22T20:44:07.9623399Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-minmax.yaml' 2024-08-22T20:44:07.9623919Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc-relu.yaml' 2024-08-22T20:44:07.9624389Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vaddc.yaml' 2024-08-22T20:44:07.9624805Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vclamp.yaml' 2024-08-22T20:44:07.9625274Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vcmul.yaml' 2024-08-22T20:44:07.9625796Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-minmax.yaml' 2024-08-22T20:44:07.9626284Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv-relu.yaml' 2024-08-22T20:44:07.9626786Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdiv.yaml' 2024-08-22T20:44:07.9627225Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-minmax.yaml' 2024-08-22T20:44:07.9627660Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc-relu.yaml' 2024-08-22T20:44:07.9628091Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vdivc.yaml' 2024-08-22T20:44:07.9628553Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-velu.yaml' 2024-08-22T20:44:07.9629034Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vhswish.yaml' 2024-08-22T20:44:07.9629434Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vlrelu.yaml' 2024-08-22T20:44:07.9629820Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmax.yaml' 2024-08-22T20:44:07.9630333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmaxc.yaml' 2024-08-22T20:44:07.9630807Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmin.yaml' 2024-08-22T20:44:07.9631210Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vminc.yaml' 2024-08-22T20:44:07.9631711Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-minmax.yaml' 2024-08-22T20:44:07.9632185Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul-relu.yaml' 2024-08-22T20:44:07.9632601Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmul.yaml' 2024-08-22T20:44:07.9633058Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-minmax.yaml' 2024-08-22T20:44:07.9633572Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc-relu.yaml' 2024-08-22T20:44:07.9634027Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulc.yaml' 2024-08-22T20:44:07.9634489Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vmulcaddc-minmax.yaml' 2024-08-22T20:44:07.9634879Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vneg.yaml' 2024-08-22T20:44:07.9635402Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-minmax.yaml' 2024-08-22T20:44:07.9635994Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc-relu.yaml' 2024-08-22T20:44:07.9636525Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrdivc.yaml' 2024-08-22T20:44:07.9636913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrelu.yaml' 2024-08-22T20:44:07.9637383Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndd.yaml' 2024-08-22T20:44:07.9637913Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndne.yaml' 2024-08-22T20:44:07.9638318Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndu.yaml' 2024-08-22T20:44:07.9750552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrndz.yaml' 2024-08-22T20:44:07.9751153Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsqrt.yaml' 2024-08-22T20:44:07.9751766Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-minmax.yaml' 2024-08-22T20:44:07.9752359Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc-relu.yaml' 2024-08-22T20:44:07.9752914Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vrsubc.yaml' 2024-08-22T20:44:07.9753549Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleexpminusmax.yaml' 2024-08-22T20:44:07.9754135Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vscaleextexp.yaml' 2024-08-22T20:44:07.9754697Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsigmoid.yaml' 2024-08-22T20:44:07.9755416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqr.yaml' 2024-08-22T20:44:07.9755980Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiff.yaml' 2024-08-22T20:44:07.9756542Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrdiffc.yaml' 2024-08-22T20:44:07.9756949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsqrt.yaml' 2024-08-22T20:44:07.9757381Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-minmax.yaml' 2024-08-22T20:44:07.9757900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub-relu.yaml' 2024-08-22T20:44:07.9758299Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsub.yaml' 2024-08-22T20:44:07.9758734Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-minmax.yaml' 2024-08-22T20:44:07.9759240Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc-relu.yaml' 2024-08-22T20:44:07.9759635Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vsubc.yaml' 2024-08-22T20:44:07.9760029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/f32-vtanh.yaml' 2024-08-22T20:44:07.9760433Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/i16-vlshift.yaml' 2024-08-22T20:44:07.9760923Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qb4w-gemm-minmax.yaml' 2024-08-22T20:44:07.9761425Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:07.9761973Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:07.9762484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f16-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:07.9762977Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc4w-gemm-minmax.yaml' 2024-08-22T20:44:07.9763462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-gemm-minmax.yaml' 2024-08-22T20:44:07.9764021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qd8-f32-qc8w-igemm-minmax.yaml' 2024-08-22T20:44:07.9764442Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs16-qs8-vcvt.yaml' 2024-08-22T20:44:07.9764993Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:07.9765559Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:07.9766201Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:07.9766813Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:07.9767236Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f16-vcvt.yaml' 2024-08-22T20:44:07.9767699Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-f32-vcvt.yaml' 2024-08-22T20:44:07.9768263Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:07.9768769Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:07.9769353Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:07.9769928Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:07.9770409Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-jit-fp32.yaml' 2024-08-22T20:44:07.9770909Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-gemm-minmax-fp32.yaml' 2024-08-22T20:44:07.9771386Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-jit-fp32.yaml' 2024-08-22T20:44:07.9771890Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-qc8w-igemm-minmax-fp32.yaml' 2024-08-22T20:44:07.9772328Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vadd-minmax.yaml' 2024-08-22T20:44:07.9772822Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vaddc-minmax.yaml' 2024-08-22T20:44:07.9773208Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vcvt.yaml' 2024-08-22T20:44:07.9773616Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vhswish.yaml' 2024-08-22T20:44:07.9774008Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vlrelu.yaml' 2024-08-22T20:44:07.9774475Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:07.9774949Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:07.9775416Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:07.9775893Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qs8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:07.9776374Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-avgpool-minmax-fp32.yaml' 2024-08-22T20:44:07.9776924Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-fp32.yaml' 2024-08-22T20:44:07.9777484Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-multipass-rndnu.yaml' 2024-08-22T20:44:07.9778021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-fp32.yaml' 2024-08-22T20:44:07.9778715Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-dwconv-minmax-unipass-rndnu.yaml' 2024-08-22T20:44:07.9779163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-f32-vcvt.yaml' 2024-08-22T20:44:07.9779654Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-fp32.yaml' 2024-08-22T20:44:07.9780160Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gavgpool-minmax-rndnu.yaml' 2024-08-22T20:44:07.9780664Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-fp32.yaml' 2024-08-22T20:44:07.9781148Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-gemm-minmax-rndnu.yaml' 2024-08-22T20:44:07.9781760Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-fp32.yaml' 2024-08-22T20:44:07.9782257Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-igemm-minmax-rndnu.yaml' 2024-08-22T20:44:07.9782695Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vadd-minmax.yaml' 2024-08-22T20:44:07.9783206Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vaddc-minmax.yaml' 2024-08-22T20:44:07.9783643Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vcvt.yaml' 2024-08-22T20:44:07.9784049Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vhswish.yaml' 2024-08-22T20:44:07.9784487Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vlrelu.yaml' 2024-08-22T20:44:07.9784950Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-fp32.yaml' 2024-08-22T20:44:07.9785482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmul-minmax-rndnu.yaml' 2024-08-22T20:44:07.9786065Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-fp32.yaml' 2024-08-22T20:44:07.9786659Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/qu8-vmulc-minmax-rndnu.yaml' 2024-08-22T20:44:07.9787071Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-rmaxabs.yaml' 2024-08-22T20:44:07.9787469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s16-window.yaml' 2024-08-22T20:44:07.9787892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-ibilinear.yaml' 2024-08-22T20:44:07.9788332Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-maxpool-minmax.yaml' 2024-08-22T20:44:07.9788724Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/s8-vclamp.yaml' 2024-08-22T20:44:07.9789225Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-accumulate.yaml' 2024-08-22T20:44:07.9789900Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-filterbank-subtract.yaml' 2024-08-22T20:44:07.9790343Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u32-vlog.yaml' 2024-08-22T20:44:07.9790843Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u64-u32-vsqrtshift.yaml' 2024-08-22T20:44:07.9791251Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-ibilinear.yaml' 2024-08-22T20:44:07.9791665Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-lut32norm.yaml' 2024-08-22T20:44:07.9792112Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-maxpool-minmax.yaml' 2024-08-22T20:44:07.9792493Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-rmax.yaml' 2024-08-22T20:44:07.9792891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/u8-vclamp.yaml' 2024-08-22T20:44:07.9793276Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-packw.yaml' 2024-08-22T20:44:07.9793850Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x16-transpose.yaml' 2024-08-22T20:44:07.9794301Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x24-transpose.yaml' 2024-08-22T20:44:07.9794691Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packb.yaml' 2024-08-22T20:44:07.9795079Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packw.yaml' 2024-08-22T20:44:07.9795462Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-packx.yaml' 2024-08-22T20:44:07.9795880Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-transpose.yaml' 2024-08-22T20:44:08.1575663Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x32-zerob.yaml' 2024-08-22T20:44:08.1576253Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x64-transpose.yaml' 2024-08-22T20:44:08.1576781Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-lut.yaml' 2024-08-22T20:44:08.1577289Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-packw.yaml' 2024-08-22T20:44:08.1577823Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/x8-transpose.yaml' 2024-08-22T20:44:08.1578334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-fill.yaml' 2024-08-22T20:44:08.1578799Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-pad.yaml' 2024-08-22T20:44:08.1579770Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/test/xx-transposev.yaml' 2024-08-22T20:44:08.1581165Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/check-assembly-and-jit-microkernels-in-sync.py' 2024-08-22T20:44:08.1581687Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/dump-jit-output.py' 2024-08-22T20:44:08.1582190Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-argmaxpool-test.py' 2024-08-22T20:44:08.1583156Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-avgpool-test.py' 2024-08-22T20:44:08.1584163Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-bfly4-test.py' 2024-08-22T20:44:08.1584756Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc-test.py' 2024-08-22T20:44:08.1585268Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-conv-hwc2chw-test.py' 2024-08-22T20:44:08.1586070Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-multipass-test.py' 2024-08-22T20:44:08.1587281Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv-unipass-test.py' 2024-08-22T20:44:08.1588252Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-dwconv2d-chw-test.py' 2024-08-22T20:44:08.1589114Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-enum.py' 2024-08-22T20:44:08.1589736Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fftr-test.py' 2024-08-22T20:44:08.1590334Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-fill-test.py' 2024-08-22T20:44:08.1590917Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-accumulate-test.py' 2024-08-22T20:44:08.1591714Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-filterbank-subtract-test.py' 2024-08-22T20:44:08.1592552Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-cw-test.py' 2024-08-22T20:44:08.1593307Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gavgpool-test.py' 2024-08-22T20:44:08.1594071Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-gemm-test.py' 2024-08-22T20:44:08.1594820Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-chw-test.py' 2024-08-22T20:44:08.1595333Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-ibilinear-test.py' 2024-08-22T20:44:08.1595808Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-norm-test.py' 2024-08-22T20:44:08.1596256Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-lut-test.py' 2024-08-22T20:44:08.1596718Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-maxpool-test.py' 2024-08-22T20:44:08.1597169Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pack-test.py' 2024-08-22T20:44:08.1597618Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packb-test.py' 2024-08-22T20:44:08.1598130Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-packw-test.py' 2024-08-22T20:44:08.1598851Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-pad-test.py' 2024-08-22T20:44:08.1599602Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-prelu-test.py' 2024-08-22T20:44:08.1600473Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddexpminusmax-test.py' 2024-08-22T20:44:08.1601299Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddextexp-test.py' 2024-08-22T20:44:08.1602243Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-raddstoreexpminusmax-test.py' 2024-08-22T20:44:08.1603015Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-reduce-test.py' 2024-08-22T20:44:08.1603671Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-rmaxabs-test.py' 2024-08-22T20:44:08.1604588Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-spmm-test.py' 2024-08-22T20:44:08.1605367Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-tanh-eval.py' 2024-08-22T20:44:08.1605891Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-transpose-test.py' 2024-08-22T20:44:08.1606363Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vbinary-test.py' 2024-08-22T20:44:08.1606982Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vcvt-test.py' 2024-08-22T20:44:08.1607762Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vhswish-test.py' 2024-08-22T20:44:08.1608482Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlog-test.py' 2024-08-22T20:44:08.1609252Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlrelu-test.py' 2024-08-22T20:44:08.1610021Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vlshift-test.py' 2024-08-22T20:44:08.1610645Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vmulcaddc-test.py' 2024-08-22T20:44:08.1611469Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleexpminusmax-test.py' 2024-08-22T20:44:08.1612323Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vscaleextexp-test.py' 2024-08-22T20:44:08.1612943Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vsquareabs-test.py' 2024-08-22T20:44:08.1613548Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-benchmark.py' 2024-08-22T20:44:08.1614029Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-vunary-test.py' 2024-08-22T20:44:08.1614486Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/generate-window-test.py' 2024-08-22T20:44:08.1614892Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/primes.py' 2024-08-22T20:44:08.1615608Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/update-microkernels.py' 2024-08-22T20:44:08.1616229Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xngen.py' 2024-08-22T20:44:08.1616826Z adding 'executorch/backends/xnnpack/third-party/XNNPACK/tools/xnncommon.py' 2024-08-22T20:44:08.1617314Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/configure.py' 2024-08-22T20:44:08.1617879Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/confu.yaml' 2024-08-22T20:44:08.1618572Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/configure.py' 2024-08-22T20:44:08.1619231Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/deps/clog/confu.yaml' 2024-08-22T20:44:08.1620018Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/android-device-dump.py' 2024-08-22T20:44:08.1620885Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/arm-linux-filesystem-dump.py' 2024-08-22T20:44:08.1621672Z adding 'executorch/backends/xnnpack/third-party/cpuinfo/scripts/parse-x86-cpuid-dump.py' 2024-08-22T20:44:08.1622300Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/configure.py' 2024-08-22T20:44:08.1622918Z adding 'executorch/backends/xnnpack/third-party/pthreadpool/confu.yaml' 2024-08-22T20:44:08.1623358Z adding 'executorch/backends/xnnpack/utils/configs.py' 2024-08-22T20:44:08.1623813Z adding 'executorch/backends/xnnpack/utils/quant_utils.py' 2024-08-22T20:44:08.1624244Z adding 'executorch/backends/xnnpack/utils/utils.py' 2024-08-22T20:44:08.1624782Z adding 'executorch/backends/xnnpack/utils/xnnpack_constants.py' 2024-08-22T20:44:08.1625139Z adding 'executorch/data/bin/__init__.py' 2024-08-22T20:44:08.1625424Z adding 'executorch/data/bin/flatc' 2024-08-22T20:44:08.1625808Z adding 'executorch/examples/models/__init__.py' 2024-08-22T20:44:08.1626204Z adding 'executorch/examples/models/model_base.py' 2024-08-22T20:44:08.1626701Z adding 'executorch/examples/models/model_factory.py' 2024-08-22T20:44:08.1627181Z adding 'executorch/examples/models/deeplab_v3/__init__.py' 2024-08-22T20:44:08.1627751Z adding 'executorch/examples/models/deeplab_v3/model.py' 2024-08-22T20:44:08.1628268Z adding 'executorch/examples/models/edsr/__init__.py' 2024-08-22T20:44:08.1628671Z adding 'executorch/examples/models/edsr/model.py' 2024-08-22T20:44:08.1629147Z adding 'executorch/examples/models/emformer_rnnt/__init__.py' 2024-08-22T20:44:08.1629714Z adding 'executorch/examples/models/emformer_rnnt/model.py' 2024-08-22T20:44:08.1630224Z adding 'executorch/examples/models/inception_v3/__init__.py' 2024-08-22T20:44:08.1630677Z adding 'executorch/examples/models/inception_v3/model.py' 2024-08-22T20:44:08.1631179Z adding 'executorch/examples/models/inception_v4/__init__.py' 2024-08-22T20:44:08.1631651Z adding 'executorch/examples/models/inception_v4/model.py' 2024-08-22T20:44:08.1632079Z adding 'executorch/examples/models/llama2/__init__.py' 2024-08-22T20:44:08.1632536Z adding 'executorch/examples/models/llama2/eval_llama.py' 2024-08-22T20:44:08.1633031Z adding 'executorch/examples/models/llama2/eval_llama_lib.py' 2024-08-22T20:44:08.1633522Z adding 'executorch/examples/models/llama2/export_llama.py' 2024-08-22T20:44:08.1634017Z adding 'executorch/examples/models/llama2/export_llama_lib.py' 2024-08-22T20:44:08.1634461Z adding 'executorch/examples/models/llama2/fairseq2.py' 2024-08-22T20:44:08.1635088Z adding 'executorch/examples/models/llama2/install_requirement_helper.py' 2024-08-22T20:44:08.1635536Z adding 'executorch/examples/models/llama2/llama_test.py' 2024-08-22T20:44:08.1636160Z adding 'executorch/examples/models/llama2/llama_transformer.py' 2024-08-22T20:44:08.1636591Z adding 'executorch/examples/models/llama2/model.py' 2024-08-22T20:44:08.1637003Z adding 'executorch/examples/models/llama2/rope.py' 2024-08-22T20:44:08.1637533Z adding 'executorch/examples/models/llama2/custom_ops/__init__.py' 2024-08-22T20:44:08.1638216Z adding 'executorch/examples/models/llama2/custom_ops/libcustom_ops_aot_lib.so' 2024-08-22T20:44:08.1638834Z adding 'executorch/examples/models/llama2/custom_ops/sdpa_with_kv_cache.py' 2024-08-22T20:44:08.2015783Z adding 'executorch/examples/models/llama2/custom_ops/test_sdpa_with_kv_cache.py' 2024-08-22T20:44:08.2016171Z adding 'executorch/examples/models/llama2/evaluate/__init__.py' 2024-08-22T20:44:08.2016674Z adding 'executorch/examples/models/llama2/evaluate/eager_eval.py' 2024-08-22T20:44:08.2017285Z adding 'executorch/examples/models/llama2/experimental/generate.py' 2024-08-22T20:44:08.2017941Z adding 'executorch/examples/models/llama2/experimental/load_gguf_q4_0.py' 2024-08-22T20:44:08.2018508Z adding 'executorch/examples/models/llama2/experimental/subclass.py' 2024-08-22T20:44:08.2019182Z adding 'executorch/examples/models/llama2/experimental/test_subclass.py' 2024-08-22T20:44:08.2019745Z adding 'executorch/examples/models/llama2/runner/generation.py' 2024-08-22T20:44:08.2020384Z adding 'executorch/examples/models/llama2/source_transformation/__init__.py' 2024-08-22T20:44:08.2020919Z adding 'executorch/examples/models/llama2/source_transformation/quantize.py' 2024-08-22T20:44:08.2021489Z adding 'executorch/examples/models/llama2/source_transformation/rope.py' 2024-08-22T20:44:08.2022109Z adding 'executorch/examples/models/llama2/source_transformation/sdpa.py' 2024-08-22T20:44:08.2022683Z adding 'executorch/examples/models/llama2/tests/test_simple_sdpa.py' 2024-08-22T20:44:08.2023222Z adding 'executorch/examples/models/llama2/tokenizer/tiktoken.py' 2024-08-22T20:44:08.2023615Z adding 'executorch/examples/models/llava/__init__.py' 2024-08-22T20:44:08.2024026Z adding 'executorch/examples/models/llava/export_llava.py' 2024-08-22T20:44:08.2024443Z adding 'executorch/examples/models/llava/model.py' 2024-08-22T20:44:08.2024939Z adding 'executorch/examples/models/llava/test/test_llava.py' 2024-08-22T20:44:08.2025403Z adding 'executorch/examples/models/mobilebert/__init__.py' 2024-08-22T20:44:08.2025862Z adding 'executorch/examples/models/mobilebert/model.py' 2024-08-22T20:44:08.2026637Z adding 'executorch/examples/models/mobilenet_v2/__init__.py' 2024-08-22T20:44:08.2027224Z adding 'executorch/examples/models/mobilenet_v2/model.py' 2024-08-22T20:44:08.2027722Z adding 'executorch/examples/models/mobilenet_v3/__init__.py' 2024-08-22T20:44:08.2028191Z adding 'executorch/examples/models/mobilenet_v3/model.py' 2024-08-22T20:44:08.2028638Z adding 'executorch/examples/models/phi-3-mini/eager.py' 2024-08-22T20:44:08.2029267Z adding 'executorch/examples/models/phi-3-mini/export_phi-3-mini.py' 2024-08-22T20:44:08.2029826Z adding 'executorch/examples/models/phi3-mini-lora/export_model.py' 2024-08-22T20:44:08.2030272Z adding 'executorch/examples/models/resnet/__init__.py' 2024-08-22T20:44:08.2030728Z adding 'executorch/examples/models/resnet/model.py' 2024-08-22T20:44:08.2031134Z adding 'executorch/examples/models/test/__init__.py' 2024-08-22T20:44:08.2031586Z adding 'executorch/examples/models/test/test_export.py' 2024-08-22T20:44:08.2032126Z adding 'executorch/examples/models/torchvision_vit/__init__.py' 2024-08-22T20:44:08.2032609Z adding 'executorch/examples/models/torchvision_vit/model.py' 2024-08-22T20:44:08.2033009Z adding 'executorch/examples/models/toy_model/__init__.py' 2024-08-22T20:44:08.2033284Z adding 'executorch/examples/models/toy_model/model.py' 2024-08-22T20:44:08.2033577Z adding 'executorch/examples/models/wav2letter/__init__.py' 2024-08-22T20:44:08.2033860Z adding 'executorch/examples/models/wav2letter/model.py' 2024-08-22T20:44:08.2034050Z adding 'executorch/exir/__init__.py' 2024-08-22T20:44:08.2034354Z adding 'executorch/exir/common.py' 2024-08-22T20:44:08.2034648Z adding 'executorch/exir/control_flow.py' 2024-08-22T20:44:08.2034953Z adding 'executorch/exir/delegate.py' 2024-08-22T20:44:08.2035314Z adding 'executorch/exir/dim_order_utils.py' 2024-08-22T20:44:08.2035652Z adding 'executorch/exir/dynamic_shape.py' 2024-08-22T20:44:08.2035950Z adding 'executorch/exir/error.py' 2024-08-22T20:44:08.2036243Z adding 'executorch/exir/graph.py' 2024-08-22T20:44:08.2036570Z adding 'executorch/exir/graph_module.py' 2024-08-22T20:44:08.2036987Z adding 'executorch/exir/lowered_backend_module.py' 2024-08-22T20:44:08.2037296Z adding 'executorch/exir/memory.py' 2024-08-22T20:44:08.2037654Z adding 'executorch/exir/memory_planning.py' 2024-08-22T20:44:08.2037951Z adding 'executorch/exir/pass_base.py' 2024-08-22T20:44:08.2038231Z adding 'executorch/exir/pass_manager.py' 2024-08-22T20:44:08.2038455Z adding 'executorch/exir/print_program.py' 2024-08-22T20:44:08.2038738Z adding 'executorch/exir/scalar_type.py' 2024-08-22T20:44:08.2039054Z adding 'executorch/exir/schema.py' 2024-08-22T20:44:08.2039360Z adding 'executorch/exir/sym_util.py' 2024-08-22T20:44:08.2039656Z adding 'executorch/exir/tensor.py' 2024-08-22T20:44:08.2039959Z adding 'executorch/exir/tracer.py' 2024-08-22T20:44:08.2040236Z adding 'executorch/exir/types.py' 2024-08-22T20:44:08.2040513Z adding 'executorch/exir/version.py' 2024-08-22T20:44:08.2040702Z adding 'executorch/exir/wrap.py' 2024-08-22T20:44:08.2040933Z adding 'executorch/exir/_serialize/__init__.py' 2024-08-22T20:44:08.2041160Z adding 'executorch/exir/_serialize/_cord.py' 2024-08-22T20:44:08.2041401Z adding 'executorch/exir/_serialize/_dataclass.py' 2024-08-22T20:44:08.2041651Z adding 'executorch/exir/_serialize/_flatbuffer.py' 2024-08-22T20:44:08.2041886Z adding 'executorch/exir/_serialize/_program.py' 2024-08-22T20:44:08.2042117Z adding 'executorch/exir/_serialize/program.fbs' 2024-08-22T20:44:08.2042367Z adding 'executorch/exir/_serialize/scalar_type.fbs' 2024-08-22T20:44:08.2042683Z adding 'executorch/exir/_serialize/test/__init__.py' 2024-08-22T20:44:08.2043091Z adding 'executorch/exir/_serialize/test/test_cord.py' 2024-08-22T20:44:08.2043573Z adding 'executorch/exir/_serialize/test/test_flatbuffer.py' 2024-08-22T20:44:08.2044037Z adding 'executorch/exir/_serialize/test/test_program.py' 2024-08-22T20:44:08.2044684Z adding 'executorch/exir/backend/backend_api.py' 2024-08-22T20:44:08.2045271Z adding 'executorch/exir/backend/backend_details.py' 2024-08-22T20:44:08.2045906Z adding 'executorch/exir/backend/compile_spec_schema.py' 2024-08-22T20:44:08.2046291Z adding 'executorch/exir/backend/partitioner.py' 2024-08-22T20:44:08.2046616Z adding 'executorch/exir/backend/utils.py' 2024-08-22T20:44:08.2047368Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_constant_node_pass.py' 2024-08-22T20:44:08.2048250Z adding 'executorch/exir/backend/canonical_partitioners/duplicate_dequant_node_pass.py' 2024-08-22T20:44:08.2048926Z adding 'executorch/exir/backend/canonical_partitioners/pattern_op_partitioner.py' 2024-08-22T20:44:08.2049493Z adding 'executorch/exir/backend/test/backend_with_compiler_demo.py' 2024-08-22T20:44:08.2050139Z adding 'executorch/exir/backend/test/backend_with_delegate_mapping_demo.py' 2024-08-22T20:44:08.2050568Z adding 'executorch/exir/backend/test/hta_partitioner_demo.py' 2024-08-22T20:44:08.2050877Z adding 'executorch/exir/backend/test/op_partitioner_demo.py' 2024-08-22T20:44:08.2051170Z adding 'executorch/exir/backend/test/qnn_backend_demo.py' 2024-08-22T20:44:08.2051482Z adding 'executorch/exir/backend/test/test_backends.py' 2024-08-22T20:44:08.2051785Z adding 'executorch/exir/backend/test/test_backends_lifted.py' 2024-08-22T20:44:08.2052087Z adding 'executorch/exir/backend/test/test_backends_nested.py' 2024-08-22T20:44:08.2052389Z adding 'executorch/exir/backend/test/test_compatibility.py' 2024-08-22T20:44:08.2052697Z adding 'executorch/exir/backend/test/test_debug_handle_map.py' 2024-08-22T20:44:08.2053172Z adding 'executorch/exir/backend/test/test_delegate_map_builder.py' 2024-08-22T20:44:08.2053482Z adding 'executorch/exir/backend/test/test_graph_partition.py' 2024-08-22T20:44:08.2053837Z adding 'executorch/exir/backend/test/test_lowered_backend_module.py' 2024-08-22T20:44:08.2054121Z adding 'executorch/exir/backend/test/test_partitioner.py' 2024-08-22T20:44:08.2054375Z adding 'executorch/exir/backend/test/test_passes.py' 2024-08-22T20:44:08.2054640Z adding 'executorch/exir/backend/test/test_utils.py' 2024-08-22T20:44:08.2055009Z adding 'executorch/exir/backend/test/demos/test_delegate_aten_mode.py' 2024-08-22T20:44:08.2055351Z adding 'executorch/exir/backend/test/demos/test_xnnpack_qnnpack.py' 2024-08-22T20:44:08.2055778Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_partitioner.py' 2024-08-22T20:44:08.2056193Z adding 'executorch/exir/backend/test/demos/rpc/executor_backend_preprocess.py' 2024-08-22T20:44:08.2056489Z adding 'executorch/exir/backend/test/demos/rpc/test_rpc.py' 2024-08-22T20:44:08.2056720Z adding 'executorch/exir/capture/__init__.py' 2024-08-22T20:44:08.2056938Z adding 'executorch/exir/capture/_capture.py' 2024-08-22T20:44:08.2057155Z adding 'executorch/exir/capture/_config.py' 2024-08-22T20:44:08.2057370Z adding 'executorch/exir/capture/_unlift.py' 2024-08-22T20:44:08.2057589Z adding 'executorch/exir/dialects/__init__.py' 2024-08-22T20:44:08.2057800Z adding 'executorch/exir/dialects/_ops.py' 2024-08-22T20:44:08.2058035Z adding 'executorch/exir/dialects/backend/_ops.py' 2024-08-22T20:44:08.2058369Z adding 'executorch/exir/dialects/backend/test/test_backend_ops.py' 2024-08-22T20:44:08.2058605Z adding 'executorch/exir/dialects/edge/_ops.py' 2024-08-22T20:44:08.2058835Z adding 'executorch/exir/dialects/edge/edge.yaml' 2024-08-22T20:44:08.2059089Z adding 'executorch/exir/dialects/edge/arg/model.py' 2024-08-22T20:44:08.2059342Z adding 'executorch/exir/dialects/edge/arg/type.py' 2024-08-22T20:44:08.2059611Z adding 'executorch/exir/dialects/edge/dtype/runner.py' 2024-08-22T20:44:08.2059892Z adding 'executorch/exir/dialects/edge/dtype/supported.py' 2024-08-22T20:44:08.2060162Z adding 'executorch/exir/dialects/edge/dtype/utils.py' 2024-08-22T20:44:08.2060397Z adding 'executorch/exir/dialects/edge/op/api.py' 2024-08-22T20:44:08.2060720Z adding 'executorch/exir/dialects/edge/op/sample_input.py' 2024-08-22T20:44:08.2061077Z adding 'executorch/exir/dialects/edge/op/test/test_api.py' 2024-08-22T20:44:08.2061322Z adding 'executorch/exir/dialects/edge/spec/gen.py' 2024-08-22T20:44:08.2061628Z adding 'executorch/exir/dialects/edge/spec/utils.py' 2024-08-22T20:44:08.2061921Z adding 'executorch/exir/dialects/edge/test/test_edge_ops.py' 2024-08-22T20:44:08.2062220Z adding 'executorch/exir/dialects/edge/test/test_edge_yaml.py' 2024-08-22T20:44:08.2062590Z adding 'executorch/exir/dialects/test/test_exir_dialect_ops.py' 2024-08-22T20:44:08.2062800Z adding 'executorch/exir/emit/__init__.py' 2024-08-22T20:44:08.2063028Z adding 'executorch/exir/emit/_emit_program.py' 2024-08-22T20:44:08.2063243Z adding 'executorch/exir/emit/_emitter.py' 2024-08-22T20:44:08.2063468Z adding 'executorch/exir/emit/test/test_emit.py' 2024-08-22T20:44:08.2063687Z adding 'executorch/exir/operator/convert.py' 2024-08-22T20:44:08.2063901Z adding 'executorch/exir/operator/manip.py' 2024-08-22T20:44:08.2064112Z adding 'executorch/exir/operator/util.py' 2024-08-22T20:44:08.2064425Z adding 'executorch/exir/operator/test/test_operator.py' 2024-08-22T20:44:08.2064763Z adding 'executorch/exir/passes/__init__.py' 2024-08-22T20:44:08.2065324Z adding 'executorch/exir/passes/_quant_patterns_and_replacements.py' 2024-08-22T20:44:08.2065749Z adding 'executorch/exir/passes/const_prop_pass.py' 2024-08-22T20:44:08.2066170Z adding 'executorch/exir/passes/constant_prop_pass.py' 2024-08-22T20:44:08.2066804Z adding 'executorch/exir/passes/debug_handle_generator_pass.py' 2024-08-22T20:44:08.2067306Z adding 'executorch/exir/passes/dim_order_ops_registry.py' 2024-08-22T20:44:08.2067884Z adding 'executorch/exir/passes/dynamic_shape_prop_pass.py' 2024-08-22T20:44:08.2068416Z adding 'executorch/exir/passes/executorch_prim_ops_registry.py' 2024-08-22T20:44:08.2069001Z adding 'executorch/exir/passes/insert_write_back_for_buffers_pass.py' 2024-08-22T20:44:08.2069459Z adding 'executorch/exir/passes/memory_format_ops_pass.py' 2024-08-22T20:44:08.2069892Z adding 'executorch/exir/passes/memory_planning_pass.py' 2024-08-22T20:44:08.2070240Z adding 'executorch/exir/passes/normalize_transpose_pass.py' 2024-08-22T20:44:08.7641212Z adding 'executorch/exir/passes/normalize_view_copy_base_pass.py' 2024-08-22T20:44:08.7642157Z adding 'executorch/exir/passes/pass_registry.py' 2024-08-22T20:44:08.7642940Z adding 'executorch/exir/passes/quant_fusion_pass.py' 2024-08-22T20:44:08.7643814Z adding 'executorch/exir/passes/remove_graph_asserts_pass.py' 2024-08-22T20:44:08.7644970Z adding 'executorch/exir/passes/remove_mixed_type_operators.py' 2024-08-22T20:44:08.7645788Z adding 'executorch/exir/passes/remove_noop_pass.py' 2024-08-22T20:44:08.7646456Z adding 'executorch/exir/passes/replace_aten_with_edge_pass.py' 2024-08-22T20:44:08.7647257Z adding 'executorch/exir/passes/replace_broken_ops_with_function_ops_pass.py' 2024-08-22T20:44:08.7648059Z adding 'executorch/exir/passes/replace_edge_with_backend_pass.py' 2024-08-22T20:44:08.7648773Z adding 'executorch/exir/passes/replace_sym_size_op_pass.py' 2024-08-22T20:44:08.7649507Z adding 'executorch/exir/passes/replace_view_copy_with_view_pass.py' 2024-08-22T20:44:08.7650217Z adding 'executorch/exir/passes/scalar_to_tensor_pass.py' 2024-08-22T20:44:08.7650833Z adding 'executorch/exir/passes/spec_prop_pass.py' 2024-08-22T20:44:08.7651441Z adding 'executorch/exir/passes/sym_shape_eval_pass.py' 2024-08-22T20:44:08.7652060Z adding 'executorch/exir/passes/sym_to_tensor_pass.py' 2024-08-22T20:44:08.7652638Z adding 'executorch/exir/program/__init__.py' 2024-08-22T20:44:08.7653255Z adding 'executorch/exir/program/_fake_program.py' 2024-08-22T20:44:08.7653820Z adding 'executorch/exir/program/_program.py' 2024-08-22T20:44:08.7654368Z adding 'executorch/exir/program/test/__init__.py' 2024-08-22T20:44:08.7654997Z adding 'executorch/exir/program/test/test_fake_program.py' 2024-08-22T20:44:08.7655642Z adding 'executorch/exir/program/test/test_program.py' 2024-08-22T20:44:08.7656209Z adding 'executorch/exir/serde/__init__.py' 2024-08-22T20:44:08.7656942Z adding 'executorch/exir/serde/export_serialize.py' 2024-08-22T20:44:08.7657585Z adding 'executorch/exir/serde/schema.py' 2024-08-22T20:44:08.7658109Z adding 'executorch/exir/serde/schema_check.py' 2024-08-22T20:44:08.7658654Z adding 'executorch/exir/serde/serialize.py' 2024-08-22T20:44:08.7659165Z adding 'executorch/exir/serde/union.py' 2024-08-22T20:44:08.7659668Z adding 'executorch/exir/serde/upgrade.py' 2024-08-22T20:44:08.7660258Z adding 'executorch/exir/tests/asr_joiner.py' 2024-08-22T20:44:08.7660835Z adding 'executorch/exir/tests/common.py' 2024-08-22T20:44:08.7661402Z adding 'executorch/exir/tests/control_flow_models.py' 2024-08-22T20:44:08.7662019Z adding 'executorch/exir/tests/dynamic_shape_models.py' 2024-08-22T20:44:08.7662588Z adding 'executorch/exir/tests/models.py' 2024-08-22T20:44:08.7663144Z adding 'executorch/exir/tests/test_arg_validator.py' 2024-08-22T20:44:08.7663716Z adding 'executorch/exir/tests/test_capture.py' 2024-08-22T20:44:08.7664271Z adding 'executorch/exir/tests/test_common.py' 2024-08-22T20:44:08.7664827Z adding 'executorch/exir/tests/test_delegate.py' 2024-08-22T20:44:08.7665416Z adding 'executorch/exir/tests/test_dim_order_utils.py' 2024-08-22T20:44:08.7666102Z adding 'executorch/exir/tests/test_dynamic_shape_propagation.py' 2024-08-22T20:44:08.7666892Z adding 'executorch/exir/tests/test_error.py' 2024-08-22T20:44:08.7667511Z adding 'executorch/exir/tests/test_memory_format_ops_pass.py' 2024-08-22T20:44:08.7668237Z adding 'executorch/exir/tests/test_memory_format_ops_pass_aten.py' 2024-08-22T20:44:08.7669091Z adding 'executorch/exir/tests/test_memory_format_ops_pass_utils.py' 2024-08-22T20:44:08.7669786Z adding 'executorch/exir/tests/test_memory_planning.py' 2024-08-22T20:44:08.7670388Z adding 'executorch/exir/tests/test_op_convert.py' 2024-08-22T20:44:08.7670969Z adding 'executorch/exir/tests/test_pass_infra.py' 2024-08-22T20:44:08.7671521Z adding 'executorch/exir/tests/test_passes.py' 2024-08-22T20:44:08.7672103Z adding 'executorch/exir/tests/test_print_program.py' 2024-08-22T20:44:08.7672731Z adding 'executorch/exir/tests/test_quant_fusion_pass.py' 2024-08-22T20:44:08.7673352Z adding 'executorch/exir/tests/test_quantization.py' 2024-08-22T20:44:08.7673964Z adding 'executorch/exir/tests/test_remove_view_copy.py' 2024-08-22T20:44:08.7674549Z adding 'executorch/exir/tests/test_serde.py' 2024-08-22T20:44:08.7675091Z adding 'executorch/exir/tests/test_tensor.py' 2024-08-22T20:44:08.7675622Z adding 'executorch/exir/tests/test_tracer.py' 2024-08-22T20:44:08.7676483Z adding 'executorch/exir/tests/test_verification.py' 2024-08-22T20:44:08.7677122Z adding 'executorch/exir/tests/transformer.py' 2024-08-22T20:44:08.7677704Z adding 'executorch/exir/verification/arg_validator.py' 2024-08-22T20:44:08.7678407Z adding 'executorch/exir/verification/dev_html.py' 2024-08-22T20:44:08.7679008Z adding 'executorch/exir/verification/interpreter.py' 2024-08-22T20:44:08.7679611Z adding 'executorch/exir/verification/verifier.py' 2024-08-22T20:44:08.7680348Z adding 'executorch/exir/verification/test/test_verifier.py' 2024-08-22T20:44:08.7681049Z adding 'executorch/extension/export_util/__init__.py' 2024-08-22T20:44:08.7681742Z adding 'executorch/extension/export_util/utils.py' 2024-08-22T20:44:08.7682369Z adding 'executorch/extension/gguf_util/convert_main.py' 2024-08-22T20:44:08.7683019Z adding 'executorch/extension/gguf_util/converter.py' 2024-08-22T20:44:08.7683689Z adding 'executorch/extension/gguf_util/load_gguf.py' 2024-08-22T20:44:08.7684390Z adding 'executorch/extension/gguf_util/converters/llama_converter.py' 2024-08-22T20:44:08.7685172Z adding 'executorch/extension/llm/export/__init__.py' 2024-08-22T20:44:08.7685770Z adding 'executorch/extension/llm/export/builder.py' 2024-08-22T20:44:08.7686420Z adding 'executorch/extension/llm/export/partitioner_lib.py' 2024-08-22T20:44:08.7687196Z adding 'executorch/extension/llm/export/quantizer_lib.py' 2024-08-22T20:44:08.7688007Z adding 'executorch/extension/llm/third-party/abseil-cpp/conanfile.py' 2024-08-22T20:44:08.7688951Z adding 'executorch/extension/llm/third-party/abseil-cpp/create_lts.py' 2024-08-22T20:44:08.7689849Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/abseil.podspec.gen.py' 2024-08-22T20:44:08.7690904Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/copts.py' 2024-08-22T20:44:08.7691903Z adding 'executorch/extension/llm/third-party/abseil-cpp/absl/copts/generate_copts.py' 2024-08-22T20:44:08.7692904Z adding 'executorch/extension/llm/third-party/re2/benchlog/benchplot.py' 2024-08-22T20:44:08.7693679Z adding 'executorch/extension/llm/third-party/re2/python/re2.py' 2024-08-22T20:44:08.7694447Z adding 'executorch/extension/llm/third-party/re2/python/re2_test.py' 2024-08-22T20:44:08.7695294Z adding 'executorch/extension/llm/third-party/re2/python/setup.py' 2024-08-22T20:44:08.7696127Z adding 'executorch/extension/llm/third-party/re2/python/toolchains/generate.py' 2024-08-22T20:44:08.7697129Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_casefold.py' 2024-08-22T20:44:08.7698008Z adding 'executorch/extension/llm/third-party/re2/re2/make_unicode_groups.py' 2024-08-22T20:44:08.7698910Z adding 'executorch/extension/llm/third-party/re2/re2/unicode.py' 2024-08-22T20:44:08.7699744Z adding 'executorch/extension/llm/third-party/sentencepiece/python/setup.py' 2024-08-22T20:44:08.7700794Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/__init__.py' 2024-08-22T20:44:08.7702065Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/_version.py' 2024-08-22T20:44:08.7703306Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_model_pb2.py' 2024-08-22T20:44:08.7704655Z adding 'executorch/extension/llm/third-party/sentencepiece/python/src/sentencepiece/sentencepiece_pb2.py' 2024-08-22T20:44:08.7705831Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/__init__.py' 2024-08-22T20:44:08.7706980Z adding 'executorch/extension/llm/third-party/sentencepiece/python/test/sentencepiece_test.py' 2024-08-22T20:44:08.7707934Z adding 'executorch/extension/llm/tokenizer/__init__.py' 2024-08-22T20:44:08.7708575Z adding 'executorch/extension/llm/tokenizer/tokenizer.py' 2024-08-22T20:44:08.7709329Z adding 'executorch/extension/llm/tokenizer/test/test_tokenizer.py' 2024-08-22T20:44:08.7710251Z adding 'executorch/extension/pybindings/_portable_lib.cpython-311-x86_64-linux-gnu.so' 2024-08-22T20:44:08.7711054Z adding 'executorch/extension/pybindings/portable_lib.py' 2024-08-22T20:44:08.7711848Z adding 'executorch/extension/pybindings/test/make_test.py' 2024-08-22T20:44:08.7712560Z adding 'executorch/extension/pybindings/test/test_pybindings.py' 2024-08-22T20:44:08.7713295Z adding 'executorch/extension/pytree/__init__.py' 2024-08-22T20:44:08.7713875Z adding 'executorch/extension/pytree/test/test.py' 2024-08-22T20:44:08.7714418Z adding 'executorch/schema/program.fbs' 2024-08-22T20:44:08.7714926Z adding 'executorch/schema/scalar_type.fbs' 2024-08-22T20:44:08.7715519Z adding 'executorch/sdk/__init__.py' 2024-08-22T20:44:08.7716037Z adding 'executorch/sdk/bundled_program/config.py' 2024-08-22T20:44:08.7716595Z adding 'executorch/sdk/bundled_program/core.py' 2024-08-22T20:44:08.7717264Z adding 'executorch/sdk/bundled_program/version.py' 2024-08-22T20:44:08.7717903Z adding 'executorch/sdk/bundled_program/schema/__init__.py' 2024-08-22T20:44:08.7718659Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.fbs' 2024-08-22T20:44:08.7719575Z adding 'executorch/sdk/bundled_program/schema/bundled_program_schema.py' 2024-08-22T20:44:08.7720349Z adding 'executorch/sdk/bundled_program/schema/scalar_type.fbs' 2024-08-22T20:44:08.7721227Z adding 'executorch/sdk/bundled_program/schema/test/test_schema.py' 2024-08-22T20:44:08.7721959Z adding 'executorch/sdk/bundled_program/serialize/__init__.py' 2024-08-22T20:44:08.7722911Z adding 'executorch/sdk/bundled_program/serialize/bundled_program_schema.fbs' 2024-08-22T20:44:08.7723784Z adding 'executorch/sdk/bundled_program/serialize/scalar_type.fbs' 2024-08-22T20:44:08.7724656Z adding 'executorch/sdk/bundled_program/serialize/test/test_serialize.py' 2024-08-22T20:44:08.7725476Z adding 'executorch/sdk/bundled_program/test/test_bundle_data.py' 2024-08-22T20:44:08.7726281Z adding 'executorch/sdk/bundled_program/test/test_config.py' 2024-08-22T20:44:08.7726969Z adding 'executorch/sdk/bundled_program/test/test_end2end.py' 2024-08-22T20:44:08.7727639Z adding 'executorch/sdk/bundled_program/util/test_util.py' 2024-08-22T20:44:08.7728358Z adding 'executorch/sdk/debug_format/base_schema.py' 2024-08-22T20:44:08.7728949Z adding 'executorch/sdk/debug_format/et_schema.py' 2024-08-22T20:44:08.7729635Z adding 'executorch/sdk/etdump/etdump_schema_flatcc.fbs' 2024-08-22T20:44:08.7730247Z adding 'executorch/sdk/etdump/scalar_type.fbs' 2024-08-22T20:44:08.7730898Z adding 'executorch/sdk/etdump/schema_flatcc.py' 2024-08-22T20:44:08.7731449Z adding 'executorch/sdk/etdump/serialize.py' 2024-08-22T20:44:08.7732081Z adding 'executorch/sdk/etdump/tests/serialize_test.py' 2024-08-22T20:44:08.7732701Z adding 'executorch/sdk/etrecord/__init__.py' 2024-08-22T20:44:08.7733238Z adding 'executorch/sdk/etrecord/_etrecord.py' 2024-08-22T20:44:08.7733831Z adding 'executorch/sdk/etrecord/tests/etrecord_test.py' 2024-08-22T20:44:08.7734417Z adding 'executorch/sdk/inspector/__init__.py' 2024-08-22T20:44:08.7734959Z adding 'executorch/sdk/inspector/_inspector.py' 2024-08-22T20:44:08.7735616Z adding 'executorch/sdk/inspector/_inspector_utils.py' 2024-08-22T20:44:08.7736275Z adding 'executorch/sdk/inspector/inspector_cli.py' 2024-08-22T20:44:08.7736914Z adding 'executorch/sdk/inspector/tests/event_blocks_test.py' 2024-08-22T20:44:08.7737585Z adding 'executorch/sdk/inspector/tests/inspector_test.py' 2024-08-22T20:44:13.2005547Z adding 'executorch/sdk/inspector/tests/inspector_utils_test.py' 2024-08-22T20:44:13.2006499Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool.py' 2024-08-22T20:44:13.2007530Z adding 'executorch/sdk/size_analysis_tool/size_analysis_tool_test.py' 2024-08-22T20:44:13.2008447Z adding 'executorch/util/activation_memory_profiler.py' 2024-08-22T20:44:13.2009235Z adding 'executorch/util/python_profiler.py' 2024-08-22T20:44:13.2009779Z adding 'serializer/__init__.py' 2024-08-22T20:44:13.2010432Z adding 'serializer/tosa_serializer.py' 2024-08-22T20:44:13.2011154Z adding 'tosa/ArithmeticRightShiftAttribute.py' 2024-08-22T20:44:13.2011858Z adding 'tosa/Attribute.py' 2024-08-22T20:44:13.2012396Z adding 'tosa/AxisAttribute.py' 2024-08-22T20:44:13.2013052Z adding 'tosa/ClampAttribute.py' 2024-08-22T20:44:13.2013552Z adding 'tosa/CondIfAttribute.py' 2024-08-22T20:44:13.2013996Z adding 'tosa/ConvAttribute.py' 2024-08-22T20:44:13.2014424Z adding 'tosa/CustomAttribute.py' 2024-08-22T20:44:13.2014847Z adding 'tosa/DType.py' 2024-08-22T20:44:13.2015238Z adding 'tosa/FFTAttribute.py' 2024-08-22T20:44:13.2015757Z adding 'tosa/FullyConnectedAttribute.py' 2024-08-22T20:44:13.2016270Z adding 'tosa/MatMulAttribute.py' 2024-08-22T20:44:13.2016822Z adding 'tosa/MulAttribute.py' 2024-08-22T20:44:13.2017279Z adding 'tosa/NegateAttribute.py' 2024-08-22T20:44:13.2017775Z adding 'tosa/Op.py' 2024-08-22T20:44:13.2018203Z adding 'tosa/PadAttribute.py' 2024-08-22T20:44:13.2018675Z adding 'tosa/PoolAttribute.py' 2024-08-22T20:44:13.2019199Z adding 'tosa/RFFTAttribute.py' 2024-08-22T20:44:13.2019645Z adding 'tosa/RescaleAttribute.py' 2024-08-22T20:44:13.2020224Z adding 'tosa/ReshapeAttribute.py' 2024-08-22T20:44:13.2020693Z adding 'tosa/ResizeAttribute.py' 2024-08-22T20:44:13.2021197Z adding 'tosa/ResizeMode.py' 2024-08-22T20:44:13.2021671Z adding 'tosa/SliceAttribute.py' 2024-08-22T20:44:13.2022143Z adding 'tosa/TableAttribute.py' 2024-08-22T20:44:13.2022670Z adding 'tosa/TileAttribute.py' 2024-08-22T20:44:13.2023483Z adding 'tosa/TosaBasicBlock.py' 2024-08-22T20:44:13.2023971Z adding 'tosa/TosaGraph.py' 2024-08-22T20:44:13.2024573Z adding 'tosa/TosaOperator.py' 2024-08-22T20:44:13.2025061Z adding 'tosa/TosaRegion.py' 2024-08-22T20:44:13.2025486Z adding 'tosa/TosaTensor.py' 2024-08-22T20:44:13.2026025Z adding 'tosa/TransposeAttribute.py' 2024-08-22T20:44:13.2026616Z adding 'tosa/TransposeConvAttribute.py' 2024-08-22T20:44:13.2027330Z adding 'tosa/Version.py' 2024-08-22T20:44:13.2027764Z adding 'tosa/WhileLoopAttribute.py' 2024-08-22T20:44:13.2028299Z adding 'tosa/__init__.py' 2024-08-22T20:44:13.2028849Z adding 'executorch-0.4.0a0+9129892.dist-info/LICENSE' 2024-08-22T20:44:13.2029597Z adding 'executorch-0.4.0a0+9129892.dist-info/METADATA' 2024-08-22T20:44:13.2030242Z adding 'executorch-0.4.0a0+9129892.dist-info/WHEEL' 2024-08-22T20:44:13.2031001Z adding 'executorch-0.4.0a0+9129892.dist-info/entry_points.txt' 2024-08-22T20:44:13.2031828Z adding 'executorch-0.4.0a0+9129892.dist-info/top_level.txt' 2024-08-22T20:44:13.2032509Z adding 'executorch-0.4.0a0+9129892.dist-info/RECORD' 2024-08-22T20:44:13.2033170Z removing pip-out/bdist.linux-x86_64/wheel 2024-08-22T20:44:13.2033887Z Building wheel for executorch (pyproject.toml) ... [?25l[?25hdone 2024-08-22T20:44:13.2035480Z Created wheel for executorch: filename=executorch-0.4.0a0+9129892-cp311-cp311-linux_x86_64.whl size=6627773 sha256=bcaa0242bd67fad83245a057841b249d42409e8d1d0e93852f95fc53961e5c72 2024-08-22T20:44:13.2037537Z Stored in directory: /tmp/pip-ephem-wheel-cache-1z00vph_/wheels/e9/73/cf/b35b0df9d958439bcdb9e4686e628be8ceca468170ac82a737 2024-08-22T20:44:13.2038550Z Successfully built executorch 2024-08-22T20:44:13.2039768Z Installing collected packages: sortedcontainers, flatbuffers, pluggy, parameterized, iniconfig, hypothesis, expecttest, execnet, pytest, pytest-xdist, executorch 2024-08-22T20:44:13.2040864Z Attempting uninstall: pluggy 2024-08-22T20:44:13.2041305Z Found existing installation: pluggy 1.0.0 2024-08-22T20:44:13.2041880Z Uninstalling pluggy-1.0.0: 2024-08-22T20:44:13.2042685Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy-1.0.0.dist-info/ 2024-08-22T20:44:13.2043757Z Removing file or directory /opt/conda/lib/python3.11/site-packages/pluggy/ 2024-08-22T20:44:13.2044858Z Successfully uninstalled pluggy-1.0.0 2024-08-22T20:44:13.2045367Z changing mode of /opt/conda/bin/hypothesis to 755 2024-08-22T20:44:13.2045959Z changing mode of /opt/conda/bin/py.test to 755 2024-08-22T20:44:13.2046516Z changing mode of /opt/conda/bin/pytest to 755 2024-08-22T20:44:13.2047004Z changing mode of /opt/conda/bin/flatc to 755 2024-08-22T20:44:13.2048637Z Successfully installed execnet-2.1.1 executorch-0.4.0a0+9129892 expecttest-0.2.1 flatbuffers-24.3.25 hypothesis-6.111.1 iniconfig-2.0.0 parameterized-0.9.0 pluggy-1.5.0 pytest-8.3.2 pytest-xdist-3.6.1 sortedcontainers-2.4.0 2024-08-22T20:44:13.2051082Z WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv 2024-08-22T20:44:13.2052506Z + pip3 list 2024-08-22T20:44:13.2052816Z Package Version 2024-08-22T20:44:13.2053256Z ------------------------- ---------------------- 2024-08-22T20:44:13.2053711Z absl-py 2.1.0 2024-08-22T20:44:13.2054081Z accelerate 0.33.0 2024-08-22T20:44:13.2054451Z aiohappyeyeballs 2.4.0 2024-08-22T20:44:13.2054823Z aiohttp 3.10.5 2024-08-22T20:44:13.2055186Z aiosignal 1.3.1 2024-08-22T20:44:13.2055535Z altair 5.4.0 2024-08-22T20:44:13.2055952Z anaconda-anon-usage 0.4.4 2024-08-22T20:44:13.2056375Z anaconda-client 1.12.3 2024-08-22T20:44:13.2056736Z attrs 23.1.0 2024-08-22T20:44:13.2057100Z beautifulsoup4 4.12.3 2024-08-22T20:44:13.2057469Z blinker 1.8.2 2024-08-22T20:44:13.2057941Z blobfile 2.1.1 2024-08-22T20:44:13.2058358Z boltons 23.0.0 2024-08-22T20:44:13.2058717Z brotlipy 0.7.0 2024-08-22T20:44:13.2059068Z cachetools 5.5.0 2024-08-22T20:44:13.2059427Z certifi 2024.7.4 2024-08-22T20:44:13.2059803Z cffi 1.15.1 2024-08-22T20:44:13.2060149Z chardet 4.0.0 2024-08-22T20:44:13.2060632Z charset-normalizer 2.0.4 2024-08-22T20:44:13.2061008Z click 8.1.7 2024-08-22T20:44:13.2061357Z cmake 3.30.2 2024-08-22T20:44:13.2061711Z colorama 0.4.6 2024-08-22T20:44:13.2062068Z conda 23.5.2 2024-08-22T20:44:13.2062465Z conda-build 24.3.0 2024-08-22T20:44:13.2062889Z conda-content-trust 0.1.3 2024-08-22T20:44:13.2063257Z conda_index 0.5.0 2024-08-22T20:44:13.2063664Z conda-libmamba-solver 23.5.0 2024-08-22T20:44:13.2064093Z conda-package-handling 2.1.0 2024-08-22T20:44:13.2064475Z conda_package_streaming 0.8.0 2024-08-22T20:44:13.2064853Z cryptography 39.0.1 2024-08-22T20:44:13.2065221Z DataProperty 1.0.1 2024-08-22T20:44:13.2065581Z datasets 2.21.0 2024-08-22T20:44:13.2065947Z defusedxml 0.7.1 2024-08-22T20:44:13.2066301Z dill 0.3.8 2024-08-22T20:44:13.2066789Z evaluate 0.4.2 2024-08-22T20:44:13.2067152Z execnet 2.1.1 2024-08-22T20:44:13.2067525Z executorch 0.4.0a0+9129892 2024-08-22T20:44:13.2068001Z expecttest 0.2.1 2024-08-22T20:44:13.2068370Z fastjsonschema 2.16.2 2024-08-22T20:44:13.2068739Z filelock 3.13.1 2024-08-22T20:44:13.2069089Z Flask 3.0.3 2024-08-22T20:44:13.2069446Z flatbuffers 24.3.25 2024-08-22T20:44:13.2069815Z frozenlist 1.4.1 2024-08-22T20:44:13.2070170Z fsspec 2024.6.1 2024-08-22T20:44:13.2070545Z gguf 0.9.1 2024-08-22T20:44:13.2070894Z gitdb 4.0.11 2024-08-22T20:44:13.2071252Z GitPython 3.1.43 2024-08-22T20:44:13.2071672Z huggingface-hub 0.24.6 2024-08-22T20:44:13.2072042Z hypothesis 6.111.1 2024-08-22T20:44:13.2072400Z idna 3.4 2024-08-22T20:44:13.2072745Z iniconfig 2.0.0 2024-08-22T20:44:13.2073108Z itsdangerous 2.2.0 2024-08-22T20:44:13.2073456Z Jinja2 3.1.4 2024-08-22T20:44:13.2073805Z joblib 1.4.2 2024-08-22T20:44:13.2074160Z jsonlines 4.0.0 2024-08-22T20:44:13.2074513Z jsonpatch 1.32 2024-08-22T20:44:13.2074869Z jsonpointer 2.1 2024-08-22T20:44:13.2075222Z jsonschema 4.19.2 2024-08-22T20:44:13.2075653Z jsonschema-specifications 2023.7.1 2024-08-22T20:44:13.2076047Z jupyter_core 5.7.2 2024-08-22T20:44:13.2076449Z libarchive-c 2.9 2024-08-22T20:44:13.2076800Z libmambapy 1.4.1 2024-08-22T20:44:13.2077160Z lm_eval 0.4.2 2024-08-22T20:44:13.2077507Z lxml 4.9.4 2024-08-22T20:44:13.2077905Z markdown-it-py 3.0.0 2024-08-22T20:44:13.2078275Z MarkupSafe 2.1.3 2024-08-22T20:44:13.2078637Z mbstrdecoder 1.1.3 2024-08-22T20:44:13.2078983Z mdurl 0.1.2 2024-08-22T20:44:13.2079337Z menuinst 2.1.2 2024-08-22T20:44:13.2079742Z more-itertools 10.1.0 2024-08-22T20:44:13.2080104Z mpmath 1.3.0 2024-08-22T20:44:13.2080458Z multidict 6.0.5 2024-08-22T20:44:13.2080819Z multiprocess 0.70.16 2024-08-22T20:44:13.2081182Z narwhals 1.5.2 2024-08-22T20:44:13.2081542Z nbformat 5.9.2 2024-08-22T20:44:13.2081893Z networkx 3.3 2024-08-22T20:44:13.2082236Z ninja 1.11.1.1 2024-08-22T20:44:13.2082656Z nltk 3.9.1 2024-08-22T20:44:13.2083006Z numexpr 2.10.1 2024-08-22T20:44:13.2083402Z numpy 1.26.4 2024-08-22T20:44:13.2083823Z nvidia-cublas-cu12 12.1.3.1 2024-08-22T20:44:13.2084265Z nvidia-cuda-cupti-cu12 12.1.105 2024-08-22T20:44:13.2084701Z nvidia-cuda-nvrtc-cu12 12.1.105 2024-08-22T20:44:13.2085144Z nvidia-cuda-runtime-cu12 12.1.105 2024-08-22T20:44:13.2085626Z nvidia-cudnn-cu12 9.1.0.70 2024-08-22T20:44:13.2086053Z nvidia-cufft-cu12 11.0.2.54 2024-08-22T20:44:13.2086496Z nvidia-curand-cu12 10.3.2.106 2024-08-22T20:44:13.2086950Z nvidia-cusolver-cu12 11.4.5.107 2024-08-22T20:44:13.2087397Z nvidia-cusparse-cu12 12.1.0.106 2024-08-22T20:44:13.2087842Z nvidia-nccl-cu12 2.21.5 2024-08-22T20:44:13.2088270Z nvidia-nvjitlink-cu12 12.6.20 2024-08-22T20:44:13.2088699Z nvidia-nvtx-cu12 12.1.105 2024-08-22T20:44:13.2089077Z packaging 23.0 2024-08-22T20:44:13.2089432Z pandas 2.2.2 2024-08-22T20:44:13.2089794Z parameterized 0.9.0 2024-08-22T20:44:13.2090168Z pathvalidate 3.2.0 2024-08-22T20:44:13.2090527Z peft 0.12.0 2024-08-22T20:44:13.2090879Z pillow 10.4.0 2024-08-22T20:44:13.2091238Z pip 23.1.2 2024-08-22T20:44:13.2091600Z pkginfo 1.10.0 2024-08-22T20:44:13.2091955Z platformdirs 3.10.0 2024-08-22T20:44:13.2092317Z pluggy 1.5.0 2024-08-22T20:44:13.2092679Z portalocker 2.10.1 2024-08-22T20:44:13.2093087Z protobuf 5.27.3 2024-08-22T20:44:13.2093446Z psutil 5.9.0 2024-08-22T20:44:13.2093801Z pyarrow 17.0.0 2024-08-22T20:44:13.2094152Z pybind11 2.13.5 2024-08-22T20:44:13.2094509Z pycosat 0.6.4 2024-08-22T20:44:13.2094868Z pycparser 2.21 2024-08-22T20:44:13.2095226Z pycryptodomex 3.20.0 2024-08-22T20:44:13.2095593Z pydeck 0.9.1 2024-08-22T20:44:13.2095954Z Pygments 2.18.0 2024-08-22T20:44:13.2096315Z pyOpenSSL 23.0.0 2024-08-22T20:44:13.2096675Z PySocks 1.7.1 2024-08-22T20:44:13.2097036Z pytablewriter 1.2.0 2024-08-22T20:44:13.2097389Z pytest 8.3.2 2024-08-22T20:44:13.2097797Z pytest-xdist 3.6.1 2024-08-22T20:44:13.2098226Z python-dateutil 2.9.0.post0 2024-08-22T20:44:13.2098694Z pytorch-triton 3.0.0+dedb7bdf33 2024-08-22T20:44:13.2099109Z pytz 2024.1 2024-08-22T20:44:13.2099471Z PyYAML 6.0.1 2024-08-22T20:44:13.2099824Z referencing 0.30.2 2024-08-22T20:44:13.2100186Z regex 2024.7.24 2024-08-22T20:44:13.2100560Z requests 2.32.3 2024-08-22T20:44:13.2100961Z requests-toolbelt 1.0.0 2024-08-22T20:44:13.2101325Z rich 13.7.1 2024-08-22T20:44:13.2101724Z rouge-score 0.1.2 2024-08-22T20:44:13.2102117Z rpds-py 0.10.6 2024-08-22T20:44:13.2102483Z ruamel.yaml 0.17.21 2024-08-22T20:44:13.2102849Z sacrebleu 2.4.3 2024-08-22T20:44:13.2103200Z safetensors 0.4.4 2024-08-22T20:44:13.2103600Z scikit-learn 1.5.1 2024-08-22T20:44:13.2103957Z scipy 1.14.1 2024-08-22T20:44:13.2104312Z sentencepiece 0.2.0 2024-08-22T20:44:13.2104676Z setuptools 67.8.0 2024-08-22T20:44:13.2105029Z six 1.16.0 2024-08-22T20:44:13.2105374Z smmap 5.0.1 2024-08-22T20:44:13.2105726Z snakeviz 2.2.0 2024-08-22T20:44:13.2106090Z sortedcontainers 2.4.0 2024-08-22T20:44:13.2106536Z soupsieve 2.5 2024-08-22T20:44:17.7918646Z sqlitedict 2.1.0 2024-08-22T20:44:17.7919086Z streamlit 1.37.1 2024-08-22T20:44:17.7919476Z sympy 1.13.1 2024-08-22T20:44:17.7920113Z tabledata 1.3.3 2024-08-22T20:44:17.7920592Z tabulate 0.9.0 2024-08-22T20:44:17.7921110Z tcolorpy 0.1.6 2024-08-22T20:44:17.7921509Z tenacity 8.5.0 2024-08-22T20:44:17.7921944Z threadpoolctl 3.5.0 2024-08-22T20:44:17.7922313Z tiktoken 0.7.0 2024-08-22T20:44:17.7922665Z timm 1.0.7 2024-08-22T20:44:17.7923105Z tokenizers 0.19.1 2024-08-22T20:44:17.7923469Z toml 0.10.2 2024-08-22T20:44:17.7923869Z tomli 2.0.1 2024-08-22T20:44:17.7924227Z toolz 0.12.0 2024-08-22T20:44:17.7924627Z torch 2.5.0.dev20240716+cpu 2024-08-22T20:44:17.7925074Z torchao 0.4.0+gite11201a 2024-08-22T20:44:17.7925531Z torchaudio 2.4.0.dev20240716+cpu 2024-08-22T20:44:17.7925952Z torchsr 1.0.4 2024-08-22T20:44:17.7926358Z torchvision 0.20.0.dev20240716+cpu 2024-08-22T20:44:17.7926798Z tornado 6.4.1 2024-08-22T20:44:17.7927147Z tqdm 4.66.5 2024-08-22T20:44:17.7927762Z tqdm-multiprocess 0.0.11 2024-08-22T20:44:17.7928134Z traitlets 5.14.3 2024-08-22T20:44:17.7928495Z transformers 4.42.4 2024-08-22T20:44:17.7928860Z typepy 1.3.2 2024-08-22T20:44:17.7929225Z typing_extensions 4.12.2 2024-08-22T20:44:17.7929585Z tzdata 2024.1 2024-08-22T20:44:17.7929944Z urllib3 1.26.16 2024-08-22T20:44:17.7930311Z watchdog 4.0.2 2024-08-22T20:44:17.7930762Z Werkzeug 3.0.4 2024-08-22T20:44:17.7931124Z wheel 0.38.4 2024-08-22T20:44:17.7931484Z word2number 1.1 2024-08-22T20:44:17.7931829Z xxhash 3.5.0 2024-08-22T20:44:17.7932179Z yarl 1.9.4 2024-08-22T20:44:17.7932538Z zstandard 0.19.0 2024-08-22T20:44:17.7932891Z zstd 1.5.5.1 2024-08-22T20:44:17.7933244Z + popd 2024-08-22T20:44:17.7933538Z /pytorch/torchchat /pytorch/torchchat 2024-08-22T20:44:17.7933920Z + popd 2024-08-22T20:44:17.7934180Z /pytorch/torchchat 2024-08-22T20:44:17.7934545Z + mkdir -p ggufs/open_orca 2024-08-22T20:44:17.7934891Z + pushd ggufs/open_orca 2024-08-22T20:44:17.7935314Z /pytorch/torchchat/ggufs/open_orca /pytorch/torchchat 2024-08-22T20:44:17.7936582Z + curl -o open_orca.Q4_0.gguf 'https://huggingface.co/TheBloke/TinyLlama-1.1B-1T-OpenOrca-GGUF/resolve/main/tinyllama-1.1b-1t-openorca.Q4_0.gguf?download=true' 2024-08-22T20:44:17.7937790Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-22T20:44:17.7938453Z Dload Upload Total Spent Left Speed 2024-08-22T20:44:17.7938814Z 2024-08-22T20:44:17.7939118Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-22T20:44:17.7939822Z 100 1169 100 1169 0 0 24264 0 --:--:-- --:--:-- --:--:-- 24354 2024-08-22T20:44:17.7940704Z + curl -o ./tokenizer.model https://github.com/karpathy/llama2.c/raw/master/tokenizer.model 2024-08-22T20:44:17.7941540Z % Total % Received % Xferd Average Speed Time Time Time Current 2024-08-22T20:44:17.7942195Z Dload Upload Total Spent Left Speed 2024-08-22T20:44:17.7942555Z 2024-08-22T20:44:17.7942898Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-22T20:44:17.7943543Z 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 2024-08-22T20:44:17.7944017Z + popd 2024-08-22T20:44:17.7944626Z /pytorch/torchchat 2024-08-22T20:44:17.7945057Z + export GGUF_MODEL_PATH=ggufs/open_orca/open_orca.Q4_0.gguf 2024-08-22T20:44:17.7945625Z + GGUF_MODEL_PATH=ggufs/open_orca/open_orca.Q4_0.gguf 2024-08-22T20:44:17.7946185Z + export GGUF_TOKENIZER_PATH=ggufs/open_orca/tokenizer.model 2024-08-22T20:44:17.7946837Z + GGUF_TOKENIZER_PATH=ggufs/open_orca/tokenizer.model 2024-08-22T20:44:17.7947418Z + export GGUF_SO_PATH=/tmp/gguf_model.so 2024-08-22T20:44:17.7947893Z + GGUF_SO_PATH=/tmp/gguf_model.so 2024-08-22T20:44:17.7948305Z + export GGUF_PTE_PATH=/tmp/gguf_model.pte 2024-08-22T20:44:17.7948741Z + GGUF_PTE_PATH=/tmp/gguf_model.pte 2024-08-22T20:44:17.7950108Z + python3 torchchat.py generate --gguf-path ggufs/open_orca/open_orca.Q4_0.gguf --tokenizer-path ggufs/open_orca/tokenizer.model --temperature 0 --prompt 'Once upon a time' --max-new-tokens 15 2024-08-22T20:44:17.7951259Z Skipping import of cpp extensions 2024-08-22T20:44:17.7951663Z NumExpr defaulting to 16 threads. 2024-08-22T20:44:17.7952100Z PyTorch version 2.5.0.dev20240716+cpu available. 2024-08-22T20:44:17.7952424Z 2024-08-22T20:44:17.7952661Z Downloading builder script: 0% 0.00/5.67k [00:00 2024-08-22T20:44:17.7956258Z generate_main(args) 2024-08-22T20:44:17.7956677Z File "/pytorch/torchchat/generate.py", line 885, in main 2024-08-22T20:44:17.7957165Z gen = Generator( 2024-08-22T20:44:17.7957471Z ^^^^^^^^^^ 2024-08-22T20:44:17.7957891Z File "/pytorch/torchchat/generate.py", line 249, in __init__ 2024-08-22T20:44:17.7958675Z self.model = _initialize_model(self.builder_args, self.quantize, self.tokenizer) 2024-08-22T20:44:17.7959345Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7959984Z File "/pytorch/torchchat/build/builder.py", line 508, in _initialize_model 2024-08-22T20:44:17.7960597Z model = _load_model(builder_args) 2024-08-22T20:44:17.7961003Z ^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7961534Z File "/pytorch/torchchat/build/builder.py", line 427, in _load_model 2024-08-22T20:44:17.7962120Z model = _load_model_gguf(builder_args) 2024-08-22T20:44:17.7962543Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7963127Z File "/pytorch/torchchat/build/builder.py", line 314, in _load_model_gguf 2024-08-22T20:44:17.7963835Z model = Transformer.from_gguf(builder_args.gguf_path, **kwargs) 2024-08-22T20:44:17.7964406Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7964990Z File "/pytorch/torchchat/build/model.py", line 220, in from_gguf 2024-08-22T20:44:17.7965648Z model, state_dict = load_model_and_state_dict(gguf_path, **kwargs) 2024-08-22T20:44:17.7966222Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7966910Z File "/pytorch/torchchat/build/gguf_loader.py", line 144, in load_model_and_state_dict 2024-08-22T20:44:17.7967559Z model = load_model(gguf_file) 2024-08-22T20:44:17.7967928Z ^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7968466Z File "/pytorch/torchchat/build/gguf_loader.py", line 104, in load_model 2024-08-22T20:44:17.7969070Z reader = gguf.GGUFReader(gguf_file, "r") 2024-08-22T20:44:17.7969511Z ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2024-08-22T20:44:17.7970271Z File "/opt/conda/lib/python3.11/site-packages/gguf/gguf_reader.py", line 95, in __init__ 2024-08-22T20:44:17.7971060Z raise ValueError('GGUF magic invalid') 2024-08-22T20:44:17.7971508Z ValueError: GGUF magic invalid 2024-08-22T20:44:17.7972177Z ##[endgroup] 2024-08-22T20:44:17.7972478Z + echo ::group::Completion 2024-08-22T20:44:17.7973033Z ##[group]Completion 2024-08-22T20:44:17.7973385Z + echo 'tests complete' 2024-08-22T20:44:17.7973703Z tests complete 2024-08-22T20:44:17.7974095Z + echo '*******************************************' 2024-08-22T20:44:17.7974532Z ******************************************* 2024-08-22T20:44:17.7975155Z + echo ::endgroup:: 2024-08-22T20:44:17.7975661Z ##[endgroup] 2024-08-22T20:44:17.8022529Z ##[group]Run pmeier/pytest-results-action@v0.3.0 2024-08-22T20:44:17.8022977Z with: 2024-08-22T20:44:17.8023367Z path: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:17.8023882Z fail-on-empty: false 2024-08-22T20:44:17.8049676Z env: 2024-08-22T20:44:17.8050029Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:17.8050488Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:17.8050853Z PR_NUMBER: 1044 2024-08-22T20:44:17.8052871Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:17.8055172Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:17.8055929Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:17.8056642Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:17.8057243Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:17.8057701Z ##[endgroup] 2024-08-22T20:44:17.8754842Z Prepare all required actions 2024-08-22T20:44:17.8793739Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:17.8794217Z with: 2024-08-22T20:44:17.8794658Z directory: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:17.8795377Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:17.8795923Z env: 2024-08-22T20:44:17.8796244Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:17.8796701Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:17.8797078Z PR_NUMBER: 1044 2024-08-22T20:44:17.8799153Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:17.8801435Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:17.8802194Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:17.8802912Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:17.8803524Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:17.8803996Z ##[endgroup] 2024-08-22T20:44:17.8823849Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:17.8824812Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:17.8838169Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:17.8838660Z env: 2024-08-22T20:44:17.8838987Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:17.8839439Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:17.8839824Z PR_NUMBER: 1044 2024-08-22T20:44:17.8841854Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:17.8844125Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:17.8845369Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:17.8846173Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:17.8846786Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:17.8847437Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:17.8848152Z DIRECTORY: /home/ec2-user/actions-runner/_work/torchchat/torchchat/ 2024-08-22T20:44:17.8848694Z ##[endgroup] 2024-08-22T20:44:17.9063058Z Unable to find image '308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest' locally 2024-08-22T20:44:18.1498008Z latest: Pulling from tool/alpine 2024-08-22T20:44:18.1498544Z 540db60ca938: Pulling fs layer 2024-08-22T20:44:18.2467583Z 540db60ca938: Verifying Checksum 2024-08-22T20:44:18.2468122Z 540db60ca938: Download complete 2024-08-22T20:44:18.3657581Z 540db60ca938: Pull complete 2024-08-22T20:44:18.3759391Z Digest: sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:18.3799149Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:20.4092002Z Prepare all required actions 2024-08-22T20:44:20.4126529Z ##[group]Run ./test-infra/.github/actions/chown-directory 2024-08-22T20:44:20.4127003Z with: 2024-08-22T20:44:20.4127348Z directory: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:20.4127986Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:20.4128525Z env: 2024-08-22T20:44:20.4128835Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:20.4129285Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:20.4129656Z PR_NUMBER: 1044 2024-08-22T20:44:20.4131700Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:20.4133981Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:20.4134737Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:20.4135448Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:20.4136049Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:20.4136512Z ##[endgroup] 2024-08-22T20:44:20.4155991Z ##[group]Run docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:20.4156944Z docker run --rm -v "${DIRECTORY}":/v -w /v "${ALPINE_IMAGE}" chown -R "$(id -u):$(id -g)" . 2024-08-22T20:44:20.4168009Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:20.4168498Z env: 2024-08-22T20:44:20.4168819Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:20.4169269Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:20.4169645Z PR_NUMBER: 1044 2024-08-22T20:44:20.4171668Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:20.4173936Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:20.4174695Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:20.4175401Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:20.4176006Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:20.4176768Z ALPINE_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine 2024-08-22T20:44:20.4177483Z DIRECTORY: /home/ec2-user/actions-runner/_work/_temp 2024-08-22T20:44:20.4177942Z ##[endgroup] 2024-08-22T20:44:21.3782700Z ##[group]Run # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:21.3783570Z # Only do these steps if we actually want to upload an artifact 2024-08-22T20:44:21.3784212Z if [[ -n "${UPLOAD_ARTIFACT_NAME}" ]]; then 2024-08-22T20:44:21.3784972Z  # If the default execution path is followed then we should get a wheel in the dist/ folder 2024-08-22T20:44:21.3785830Z  # attempt to just grab whatever is in there and scoop it all up 2024-08-22T20:44:21.3786643Z  if find "dist/" -name "*.whl" >/dev/null 2>/dev/null; then 2024-08-22T20:44:21.3787258Z  mv -v dist/*.whl "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:21.3787713Z  fi 2024-08-22T20:44:21.3788107Z  if [[ -d "artifacts-to-be-uploaded" ]]; then 2024-08-22T20:44:21.3788757Z  mv -v artifacts-to-be-uploaded/* "${RUNNER_ARTIFACT_DIR}/" 2024-08-22T20:44:21.3789301Z  fi 2024-08-22T20:44:21.3789923Z  # Set to fail upload step if there are no files for upload and expected files for upload 2024-08-22T20:44:21.3790731Z  echo 'if-no-files-found=error' >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:21.3791236Z fi 2024-08-22T20:44:21.3791506Z  2024-08-22T20:44:21.3791773Z upload_docs=0 2024-08-22T20:44:21.3792333Z # Check if there are files in the documentation folder to upload, note that 2024-08-22T20:44:21.3792970Z # empty folders do not count 2024-08-22T20:44:21.3793583Z if find "${RUNNER_DOCS_DIR}" -mindepth 1 -maxdepth 1 -type f | read -r; then 2024-08-22T20:44:21.3794427Z  # TODO: Add a check here to test if on ec2 because if we're not on ec2 then this 2024-08-22T20:44:21.3795141Z  # upload will probably not work correctly 2024-08-22T20:44:21.3795617Z  upload_docs=1 2024-08-22T20:44:21.3795938Z fi 2024-08-22T20:44:21.3796356Z echo "upload-docs=${upload_docs}" >> "${GITHUB_OUTPUT}" 2024-08-22T20:44:21.3805155Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:21.3805509Z env: 2024-08-22T20:44:21.3805843Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:21.3806328Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:21.3806714Z PR_NUMBER: 1044 2024-08-22T20:44:21.3809071Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:21.3811719Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:21.3812563Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:21.3813361Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:21.3814064Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:21.3814590Z UPLOAD_ARTIFACT_NAME: 2024-08-22T20:44:21.3814932Z ##[endgroup] 2024-08-22T20:44:21.3911777Z Prepare all required actions 2024-08-22T20:44:21.3949332Z ##[group]Run ./test-infra/.github/actions/teardown-linux 2024-08-22T20:44:21.3949790Z with: 2024-08-22T20:44:21.3950038Z env: 2024-08-22T20:44:21.3950355Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:21.3950801Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:21.3951172Z PR_NUMBER: 1044 2024-08-22T20:44:21.3953201Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:21.3955663Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:21.3956436Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:21.3957141Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:21.3957743Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:21.3958210Z ##[endgroup] 2024-08-22T20:44:21.3978781Z ##[group]Run set -eou pipefail 2024-08-22T20:44:21.3979180Z set -eou pipefail 2024-08-22T20:44:21.3979521Z  2024-08-22T20:44:21.3980011Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-08-22T20:44:21.3980628Z for _ in $(seq 1440); do 2024-08-22T20:44:21.3981092Z  # Break if no ssh session exists anymore 2024-08-22T20:44:21.3981574Z  if [ "$(who)" = "" ]; then 2024-08-22T20:44:21.3981963Z  break 2024-08-22T20:44:21.3982270Z  fi 2024-08-22T20:44:21.3982560Z  echo "." 2024-08-22T20:44:21.3982871Z  sleep 5 2024-08-22T20:44:21.3983176Z done 2024-08-22T20:44:21.3992023Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:21.3992512Z env: 2024-08-22T20:44:21.3992835Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:21.3993279Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:21.3993678Z PR_NUMBER: 1044 2024-08-22T20:44:21.3995716Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:21.3997988Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:21.3998743Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:21.3999452Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:21.4000053Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:21.4000520Z ##[endgroup] 2024-08-22T20:44:21.4028832Z Holding runner for 2 hours until all ssh sessions have logged out 2024-08-22T20:44:21.4087132Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:21.4087871Z # ignore expansion of "docker ps -q" since it could be empty 2024-08-22T20:44:21.4088442Z # shellcheck disable=SC2046 2024-08-22T20:44:21.4088902Z docker stop $(docker ps -q) || true 2024-08-22T20:44:21.4089373Z # Prune all of the docker images 2024-08-22T20:44:21.4089814Z docker system prune -af 2024-08-22T20:44:21.4098526Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:21.4099003Z env: 2024-08-22T20:44:21.4099319Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:21.4099766Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:21.4100320Z PR_NUMBER: 1044 2024-08-22T20:44:21.4102348Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:21.4104598Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:21.4105424Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:21.4106215Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:21.4106934Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:21.4107400Z ##[endgroup] 2024-08-22T20:44:33.0102429Z b824c2c5d162 2024-08-22T20:44:36.3886327Z Deleted Containers: 2024-08-22T20:44:36.3886924Z b824c2c5d162baa2b28ff45b7fdaae6f3969758aa42a73ae2058e4a0fe9c6e62 2024-08-22T20:44:36.3887367Z 2024-08-22T20:44:41.6697424Z Deleted Images: 2024-08-22T20:44:41.6698118Z untagged: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:41.6698997Z untagged: pytorch/conda-builder@sha256:9f128b503c8de2d2267228e5a5ddfd791872f8fe7e4630afeec3efb07d810e8b 2024-08-22T20:44:41.6699952Z deleted: sha256:ca6cb5e15adf1287624fd5ee41e98e3482f9ba8e8eb49b94e1c89149740d589e 2024-08-22T20:44:41.6700784Z deleted: sha256:7ea5160e27b147a9b8579d1ecaa57d793582bf5bc915c7f8cdbfb0e9d6cb07a7 2024-08-22T20:44:41.6701635Z deleted: sha256:b62ea2cf6a5771e822ce3339bbcc153c9d1d567d410908f8c8bb6364538d5ce4 2024-08-22T20:44:41.6702459Z deleted: sha256:e2aa7aeae6883178dc9137b7198de0dd0e488fe2f3c2350041d78a21c5268174 2024-08-22T20:44:41.6703290Z deleted: sha256:7d64cbcd3947a1e0aa1abd5a9d734cd961aea4c0ec4635ea3294e37e96f69830 2024-08-22T20:44:41.6704117Z deleted: sha256:3eb08d55a9f629f97e2e1c0cf20ff802536c0d341d9ba38f949500fdc3329dc9 2024-08-22T20:44:41.6704927Z deleted: sha256:617916537dafd2cb5f4e62e43d1fffecd492f1dbdd557b93a8d4a3d8516f182a 2024-08-22T20:44:41.6705815Z deleted: sha256:e39e75923171030569887b5cbf74f952383a76c593d9abf08059f9d6c0eba9b6 2024-08-22T20:44:41.6706720Z deleted: sha256:d1a0a10f342c13f93556fdd4df93a12497190394e4198dcd5618cbac69506c9b 2024-08-22T20:44:41.6707501Z deleted: sha256:e9a939e626efc5c03f7b5206aa11981d73de39345c575dcc35552c4b1f4fe935 2024-08-22T20:44:41.6708384Z deleted: sha256:12bf6c0ce8bb61ca65095e25018efabe18faabbf4ba318874150aa3ce13a8008 2024-08-22T20:44:41.6709453Z deleted: sha256:d4899a6466695bcab7f74253d4e13a31e2861aa3346ae5e87cfaec75bfa2a5a1 2024-08-22T20:44:41.6710245Z deleted: sha256:57f423db078477fd48a3b21e0e960108e17ad45def0728927e3607b867c011be 2024-08-22T20:44:41.6711045Z deleted: sha256:4d9e8db683cb433346e5a329c9a1223693b21cbe1ef03ad9669ea169d2531568 2024-08-22T20:44:41.6711836Z deleted: sha256:636b11b88d0d4f380e06ce31e183eb66b39baf66d25b46d671a6d07156272626 2024-08-22T20:44:41.6712640Z deleted: sha256:5fb38e0fdae552967ea7e31c6dbf71dd662194ce4c3e34a73275d955c7516ac9 2024-08-22T20:44:41.6713436Z deleted: sha256:e945d944e062cb5b4b5bce5ca9255339c385aa7e76352cba574e7b9adcbfaf81 2024-08-22T20:44:41.6714230Z deleted: sha256:629a87d40778fa59aae239569d2e4022eb9c73c24d5a8a80b631578c6a0d95de 2024-08-22T20:44:41.6715045Z deleted: sha256:28b222b3a9320157c8d332c568c93debef3da5ea2a633329870ce36a79787ec0 2024-08-22T20:44:41.6715834Z deleted: sha256:77654d0fdc0b2b63fe1b22c1e69a2e39d9c51f0935f861e7828d36f4f736ad79 2024-08-22T20:44:41.6716636Z deleted: sha256:bf65b0450ea54ac3431526e360b0f7c3e7c4ac66000529df84d01fa39061535c 2024-08-22T20:44:41.6717439Z deleted: sha256:2e78abff6cee136276a6b6ac50167c9b9761c7005e02c832947580165140577f 2024-08-22T20:44:41.6718322Z deleted: sha256:779151bb607dc93e1099434061314ed422972abb54587e96a0400de4fdc718c0 2024-08-22T20:44:41.6719172Z deleted: sha256:8b116155e6592b810a5108f4e36aed3bd14b162dc4636a3b9052a885006508a4 2024-08-22T20:44:41.6721231Z deleted: sha256:16eb6de95902da3aa8f26838aa5e0876e791b9d338a43d4ddf7864bccfcb3e25 2024-08-22T20:44:41.6722100Z deleted: sha256:f1cc8ad9df374e9b9b2cfbdcd52ce63a53a3ee8b4f82edcebde8156aeec389ad 2024-08-22T20:44:41.6722914Z deleted: sha256:29937eb76d3be5ed458043982e587e3ae1c44991b86fef436ac51e69b3526331 2024-08-22T20:44:41.6723725Z deleted: sha256:fa0dd9cde456c1e5de9010f19af898bbeaa2c089cc1ae9f6e56166a558d448a8 2024-08-22T20:44:41.6724546Z deleted: sha256:74a8a6ee05c38b7d2b93ff2b2cfc3502c47cc6dc1043ecda998808f02c36076e 2024-08-22T20:44:41.6725333Z deleted: sha256:c734a1acf015e761506178e29744373917426c75b2191f3e74173bd615af5108 2024-08-22T20:44:41.6726210Z deleted: sha256:174f5685490326fc0a1c0f5570b8663732189b327007e47ff13d2ca59673db02 2024-08-22T20:44:41.6727163Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine:latest 2024-08-22T20:44:41.6728395Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/tool/alpine@sha256:def822f9851ca422481ec6fee59a9966f12b351c62ccb9aca841526ffaa9f748 2024-08-22T20:44:41.6729506Z deleted: sha256:6dbb9cc54074106d46d4ccb330f2a40a682d49dda5f4844962b7dce9fe44aaec 2024-08-22T20:44:41.6730326Z deleted: sha256:b2d5eeeaba3a22b9b8aa97261957974a6bd65274ebd43e1d81d0a7b8b752b116 2024-08-22T20:44:41.6730816Z 2024-08-22T20:44:41.6730968Z Total reclaimed space: 23.57GB 2024-08-22T20:44:41.6785247Z ##[group]Run set +e 2024-08-22T20:44:41.6785590Z set +e 2024-08-22T20:44:41.6785933Z if [[ "${NO_SUDO}" == "false" ]]; then 2024-08-22T20:44:41.6786605Z  sudo rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:44:41.6787109Z else 2024-08-22T20:44:41.6787494Z  rm -rf "${GITHUB_WORKSPACE:?}/${REPOSITORY:?}" 2024-08-22T20:44:41.6787958Z fi 2024-08-22T20:44:41.6788238Z set -e 2024-08-22T20:44:41.6796688Z shell: /usr/bin/bash -e {0} 2024-08-22T20:44:41.6797037Z env: 2024-08-22T20:44:41.6797355Z DOCKER_IMAGE: pytorch/conda-builder:cuda12.1 2024-08-22T20:44:41.6797804Z REPOSITORY: pytorch/torchchat 2024-08-22T20:44:41.6798175Z PR_NUMBER: 1044 2024-08-22T20:44:41.6800218Z 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 gguf echo "::group::Completion" echo "tests complete" echo "*******************************************" echo "::endgroup::" 2024-08-22T20:44:41.6802486Z RUNNER_ARTIFACT_DIR: /home/ec2-user/actions-runner/_work/_temp/artifacts 2024-08-22T20:44:41.6803234Z RUNNER_TEST_RESULTS_DIR: /home/ec2-user/actions-runner/_work/_temp/test-results 2024-08-22T20:44:41.6803940Z RUNNER_DOCS_DIR: /home/ec2-user/actions-runner/_work/_temp/docs 2024-08-22T20:44:41.6804542Z GPU_FLAG: --gpus all -e NVIDIA_DRIVER_CAPABILITIES=all 2024-08-22T20:44:41.6805008Z NO_SUDO: false 2024-08-22T20:44:41.6805306Z ##[endgroup] 2024-08-22T20:44:43.4247702Z Post job cleanup. 2024-08-22T20:44:43.5202472Z Post job cleanup. 2024-08-22T20:44:43.6080817Z [command]/usr/bin/git version 2024-08-22T20:44:43.6134037Z git version 2.40.1 2024-08-22T20:44:43.6171637Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/269d76a6-4729-4611-8f1e-44608c9c994a' before making global git config changes 2024-08-22T20:44:43.6172952Z Adding repository directory to the temporary git global config as a safe directory 2024-08-22T20:44:43.6176917Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/torchchat/torchchat/test-infra 2024-08-22T20:44:43.6224504Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-08-22T20:44:43.6270009Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" 2024-08-22T20:44:43.6630380Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-08-22T20:44:43.6665582Z http.https://github.com/.extraheader 2024-08-22T20:44:43.6680422Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-08-22T20:44:43.6725005Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" 2024-08-22T20:44:43.7165900Z A job completed hook has been configured by the self-hosted runner administrator 2024-08-22T20:44:43.7187388Z ##[group]Run '/home/ec2-user/runner-scripts/after_job.sh' 2024-08-22T20:44:43.7195586Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-08-22T20:44:43.7196093Z ##[endgroup] 2024-08-22T20:44:50.5882929Z Cleaning up orphan processes