2024-04-03T15:48:18.9197196Z Current runner version: '2.315.0' 2024-04-03T15:48:18.9203936Z Runner name: 'i-027a2ddb0b1833ae4' 2024-04-03T15:48:18.9204771Z Runner group name: 'Default' 2024-04-03T15:48:18.9205774Z Machine name: 'ip-10-0-57-39' 2024-04-03T15:48:18.9210452Z ##[group]GITHUB_TOKEN Permissions 2024-04-03T15:48:18.9212577Z Actions: read 2024-04-03T15:48:18.9213164Z Checks: read 2024-04-03T15:48:18.9213716Z Contents: read 2024-04-03T15:48:18.9214229Z Deployments: read 2024-04-03T15:48:18.9214836Z Discussions: read 2024-04-03T15:48:18.9215410Z Issues: read 2024-04-03T15:48:18.9215904Z Metadata: read 2024-04-03T15:48:18.9216472Z Packages: read 2024-04-03T15:48:18.9217012Z Pages: read 2024-04-03T15:48:18.9217511Z PullRequests: read 2024-04-03T15:48:18.9218154Z RepositoryProjects: read 2024-04-03T15:48:18.9218790Z SecurityEvents: read 2024-04-03T15:48:18.9219332Z Statuses: read 2024-04-03T15:48:18.9219900Z ##[endgroup] 2024-04-03T15:48:18.9223160Z Secret source: None 2024-04-03T15:48:18.9224049Z Prepare workflow directory 2024-04-03T15:48:18.9860914Z Prepare all required actions 2024-04-03T15:48:19.0028386Z Getting action download info 2024-04-03T15:48:19.2056510Z Download action repository 'pytorch/test-infra@main' (SHA:f5543b9b2d7b7c7b8eccd6576b68fc0472b1fbde) 2024-04-03T15:48:19.5462554Z Download action repository 'pytorch/pytorch@main' (SHA:74b3a7920ef9b96315ef20adef858b00cc067af6) 2024-04-03T15:48:22.6843085Z Download action repository 'aws-actions/configure-aws-credentials@v3' (SHA:50ac8dd1e1b10d09dac7b8727528b91bed831ac0) 2024-04-03T15:48:22.8509955Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-04-03T15:48:23.0999363Z Getting action download info 2024-04-03T15:48:23.2008452Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-04-03T15:48:23.4115735Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/pull/123154/merge (4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0) 2024-04-03T15:48:23.4118075Z ##[group] Inputs 2024-04-03T15:48:23.4118519Z build-environment: linux-jammy-py3.8-gcc11-no-ops 2024-04-03T15:48:23.4119096Z docker-image-name: pytorch-linux-jammy-py3.8-gcc11 2024-04-03T15:48:23.4119903Z build-generates-artifacts: true 2024-04-03T15:48:23.4120552Z build-with-debug: false 2024-04-03T15:48:23.4120872Z sync-tag: 2024-04-03T15:48:23.4121149Z cuda-arch-list: 5.2 2024-04-03T15:48:23.4121467Z runner: linux.2xlarge 2024-04-03T15:48:23.4121984Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1 }, ]} 2024-04-03T15:48:23.4122579Z s3-bucket: gha-artifacts 2024-04-03T15:48:23.4122921Z aws-role-to-assume: 2024-04-03T15:48:23.4123226Z ##[endgroup] 2024-04-03T15:48:23.4123865Z Complete job name: linux-jammy-py3.8-gcc11-no-ops / build 2024-04-03T15:48:23.4999092Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-04-03T15:48:23.4999649Z with: 2024-04-03T15:48:23.5000435Z github-secret: *** 2024-04-03T15:48:23.5000775Z activate-with-label: false 2024-04-03T15:48:23.5001128Z label: with-ssh 2024-04-03T15:48:23.5001432Z remove-existing-keys: true 2024-04-03T15:48:23.5001779Z ##[endgroup] 2024-04-03T15:48:23.5926206Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-04-03T15:48:23.9902243Z Grabbing public ssh keys from https://github.com/caic99.keys 2024-04-03T15:48:24.0840745Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-04-03T15:48:24.0854570Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-04-03T15:48:24.0878179Z Login using: ssh ec2-user@ec2-54-165-90-216.compute-1.amazonaws.com 2024-04-03T15:48:24.1121045Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-04-03T15:48:24.1121602Z with: 2024-04-03T15:48:24.1121865Z submodules: recursive 2024-04-03T15:48:24.1122186Z fetch-depth: 0 2024-04-03T15:48:24.1122456Z ##[endgroup] 2024-04-03T15:48:24.1348130Z ##[group]Run retry () { 2024-04-03T15:48:24.1348740Z retry () { 2024-04-03T15:48:24.1349223Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-04-03T15:48:24.1349774Z } 2024-04-03T15:48:24.1350065Z echo "${GITHUB_WORKSPACE}" 2024-04-03T15:48:24.1350480Z if [ -z "${NO_SUDO}" ]; then 2024-04-03T15:48:24.1350933Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:24.1351378Z else 2024-04-03T15:48:24.1351710Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:24.1352111Z fi 2024-04-03T15:48:24.1352403Z mkdir "${GITHUB_WORKSPACE}" 2024-04-03T15:48:24.1376517Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:48:24.1377022Z env: 2024-04-03T15:48:24.1377264Z NO_SUDO: 2024-04-03T15:48:24.1377530Z ##[endgroup] 2024-04-03T15:48:24.1470906Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:24.1820456Z ##[group]Run malfet/checkout@silent-checkout 2024-04-03T15:48:24.1820904Z with: 2024-04-03T15:48:24.1821220Z ref: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:48:24.1821644Z fetch-depth: 0 2024-04-03T15:48:24.1821936Z submodules: recursive 2024-04-03T15:48:24.1822255Z quiet-checkout: true 2024-04-03T15:48:24.1822571Z repository: pytorch/pytorch 2024-04-03T15:48:24.1823116Z token: *** 2024-04-03T15:48:24.1823387Z ssh-strict: true 2024-04-03T15:48:24.1823702Z persist-credentials: true 2024-04-03T15:48:24.1824026Z clean: true 2024-04-03T15:48:24.1824325Z sparse-checkout-cone-mode: true 2024-04-03T15:48:24.1824697Z lfs: false 2024-04-03T15:48:24.1824962Z set-safe-directory: true 2024-04-03T15:48:24.1825297Z ##[endgroup] 2024-04-03T15:48:24.2744734Z Syncing repository: pytorch/pytorch 2024-04-03T15:48:24.2746391Z ##[group]Getting Git version info 2024-04-03T15:48:24.2747129Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:24.2747990Z [command]/usr/bin/git version 2024-04-03T15:48:24.2748331Z git version 2.40.1 2024-04-03T15:48:24.2749554Z ##[endgroup] 2024-04-03T15:48:24.2760895Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/8e921f7d-2070-4cc0-bc94-dbec8939962f' before making global git config changes 2024-04-03T15:48:24.2762180Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T15:48:24.2763312Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:24.2776398Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:24.2779902Z ##[group]Initializing the repository 2024-04-03T15:48:24.2782460Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:24.2804751Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-04-03T15:48:24.2805604Z hint: is subject to change. To configure the initial branch name to use in all 2024-04-03T15:48:24.2806408Z hint: of your new repositories, which will suppress this warning, call: 2024-04-03T15:48:24.2807075Z hint: 2024-04-03T15:48:24.2807493Z hint: git config --global init.defaultBranch 2024-04-03T15:48:24.2807947Z hint: 2024-04-03T15:48:24.2808592Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-04-03T15:48:24.2809440Z hint: 'development'. The just-created branch can be renamed via this command: 2024-04-03T15:48:24.2810143Z hint: 2024-04-03T15:48:24.2810534Z hint: git branch -m 2024-04-03T15:48:24.2811279Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-04-03T15:48:24.2814118Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-04-03T15:48:24.2840314Z ##[endgroup] 2024-04-03T15:48:24.2840859Z ##[group]Disabling automatic garbage collection 2024-04-03T15:48:24.2844000Z [command]/usr/bin/git config --local gc.auto 0 2024-04-03T15:48:24.2868964Z ##[endgroup] 2024-04-03T15:48:24.2869442Z ##[group]Setting up auth 2024-04-03T15:48:24.2874669Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T15:48:24.2901146Z [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-04-03T15:48:24.3136078Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T15:48:24.3160723Z [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-04-03T15:48:24.3381729Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:48:24.3424698Z ##[endgroup] 2024-04-03T15:48:24.3425217Z ##[group]Fetching the repository 2024-04-03T15:48:24.3430836Z [command]/usr/bin/git -c protocol.version=2 fetch --prune --progress --no-recurse-submodules --quiet origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* 2024-04-03T15:48:35.4056611Z remote: Enumerating objects: 1123757 2024-04-03T15:48:35.4057310Z remote: Enumerating objects: 1124382, done. 2024-04-03T15:48:35.4057951Z remote: Counting objects: 0% (1/625) 2024-04-03T15:48:35.4058546Z remote: Counting objects: 1% (7/625) 2024-04-03T15:48:35.4059446Z remote: Counting objects: 2% (13/625) 2024-04-03T15:48:35.4059979Z remote: Counting objects: 3% (19/625) 2024-04-03T15:48:35.4060808Z remote: Counting objects: 4% (25/625) 2024-04-03T15:48:35.4061721Z remote: Counting objects: 5% (32/625) 2024-04-03T15:48:35.4062207Z remote: Counting objects: 6% (38/625) 2024-04-03T15:48:35.4062726Z remote: Counting objects: 7% (44/625) 2024-04-03T15:48:35.4063615Z remote: Counting objects: 8% (50/625) 2024-04-03T15:48:35.4064529Z remote: Counting objects: 9% (57/625) 2024-04-03T15:48:35.4065049Z remote: Counting objects: 10% (63/625) 2024-04-03T15:48:35.4065775Z remote: Counting objects: 11% (69/625) 2024-04-03T15:48:35.4066462Z remote: Counting objects: 12% (75/625) 2024-04-03T15:48:35.4067252Z remote: Counting objects: 13% (82/625) 2024-04-03T15:48:35.4067865Z remote: Counting objects: 14% (88/625) 2024-04-03T15:48:35.4068457Z remote: Counting objects: 15% (94/625) 2024-04-03T15:48:35.4068930Z remote: Counting objects: 16% (100/625) 2024-04-03T15:48:35.4069420Z remote: Counting objects: 17% (107/625) 2024-04-03T15:48:35.4069914Z remote: Counting objects: 18% (113/625) 2024-04-03T15:48:35.4070384Z remote: Counting objects: 19% (119/625) 2024-04-03T15:48:35.4070909Z remote: Counting objects: 20% (125/625) 2024-04-03T15:48:35.4071391Z remote: Counting objects: 21% (132/625) 2024-04-03T15:48:35.4071874Z remote: Counting objects: 22% (138/625) 2024-04-03T15:48:35.4072351Z remote: Counting objects: 23% (144/625) 2024-04-03T15:48:35.4072833Z remote: Counting objects: 24% (150/625) 2024-04-03T15:48:35.4073319Z remote: Counting objects: 25% (157/625) 2024-04-03T15:48:35.4073787Z remote: Counting objects: 26% (163/625) 2024-04-03T15:48:35.4074269Z remote: Counting objects: 27% (169/625) 2024-04-03T15:48:35.4074750Z remote: Counting objects: 28% (175/625) 2024-04-03T15:48:35.4075220Z remote: Counting objects: 29% (182/625) 2024-04-03T15:48:35.4075702Z remote: Counting objects: 30% (188/625) 2024-04-03T15:48:35.4076455Z remote: Counting objects: 31% (194/625) 2024-04-03T15:48:35.4076945Z remote: Counting objects: 32% (200/625) 2024-04-03T15:48:35.4077410Z remote: Counting objects: 33% (207/625) 2024-04-03T15:48:35.4077888Z remote: Counting objects: 34% (213/625) 2024-04-03T15:48:35.4078368Z remote: Counting objects: 35% (219/625) 2024-04-03T15:48:35.4078921Z remote: Counting objects: 36% (225/625) 2024-04-03T15:48:35.4079401Z remote: Counting objects: 37% (232/625) 2024-04-03T15:48:35.4079877Z remote: Counting objects: 38% (238/625) 2024-04-03T15:48:35.4080545Z remote: Counting objects: 39% (244/625) 2024-04-03T15:48:35.4081026Z remote: Counting objects: 40% (250/625) 2024-04-03T15:48:35.4081505Z remote: Counting objects: 41% (257/625) 2024-04-03T15:48:35.4081969Z remote: Counting objects: 42% (263/625) 2024-04-03T15:48:35.4082448Z remote: Counting objects: 43% (269/625) 2024-04-03T15:48:35.4082934Z remote: Counting objects: 44% (275/625) 2024-04-03T15:48:35.4083398Z remote: Counting objects: 45% (282/625) 2024-04-03T15:48:35.4083878Z remote: Counting objects: 46% (288/625) 2024-04-03T15:48:35.4084351Z remote: Counting objects: 47% (294/625) 2024-04-03T15:48:35.4084813Z remote: Counting objects: 48% (300/625) 2024-04-03T15:48:35.4085297Z remote: Counting objects: 49% (307/625) 2024-04-03T15:48:35.4085773Z remote: Counting objects: 50% (313/625) 2024-04-03T15:48:35.4086237Z remote: Counting objects: 51% (319/625) 2024-04-03T15:48:35.4086714Z remote: Counting objects: 52% (325/625) 2024-04-03T15:48:35.4087191Z remote: Counting objects: 53% (332/625) 2024-04-03T15:48:35.4087670Z remote: Counting objects: 54% (338/625) 2024-04-03T15:48:35.4088134Z remote: Counting objects: 55% (344/625) 2024-04-03T15:48:35.4088610Z remote: Counting objects: 56% (350/625) 2024-04-03T15:48:35.4089092Z remote: Counting objects: 57% (357/625) 2024-04-03T15:48:35.4089556Z remote: Counting objects: 58% (363/625) 2024-04-03T15:48:35.4090127Z remote: Counting objects: 59% (369/625) 2024-04-03T15:48:35.4090608Z remote: Counting objects: 60% (375/625) 2024-04-03T15:48:35.4091074Z remote: Counting objects: 61% (382/625) 2024-04-03T15:48:35.4091559Z remote: Counting objects: 62% (388/625) 2024-04-03T15:48:35.4092100Z remote: Counting objects: 63% (394/625) 2024-04-03T15:48:35.4092578Z remote: Counting objects: 64% (400/625) 2024-04-03T15:48:35.4093040Z remote: Counting objects: 65% (407/625) 2024-04-03T15:48:35.4093523Z remote: Counting objects: 66% (413/625) 2024-04-03T15:48:35.4094002Z remote: Counting objects: 67% (419/625) 2024-04-03T15:48:35.4094468Z remote: Counting objects: 68% (425/625) 2024-04-03T15:48:35.4094947Z remote: Counting objects: 69% (432/625) 2024-04-03T15:48:35.4095432Z remote: Counting objects: 70% (438/625) 2024-04-03T15:48:35.4095895Z remote: Counting objects: 71% (444/625) 2024-04-03T15:48:35.4096371Z remote: Counting objects: 72% (450/625) 2024-04-03T15:48:35.4096848Z remote: Counting objects: 73% (457/625) 2024-04-03T15:48:35.4097310Z remote: Counting objects: 74% (463/625) 2024-04-03T15:48:35.4097785Z remote: Counting objects: 75% (469/625) 2024-04-03T15:48:35.4098265Z remote: Counting objects: 76% (475/625) 2024-04-03T15:48:35.4098728Z remote: Counting objects: 77% (482/625) 2024-04-03T15:48:35.4099203Z remote: Counting objects: 78% (488/625) 2024-04-03T15:48:35.4099679Z remote: Counting objects: 79% (494/625) 2024-04-03T15:48:35.4100146Z remote: Counting objects: 80% (500/625) 2024-04-03T15:48:35.4100620Z remote: Counting objects: 81% (507/625) 2024-04-03T15:48:35.4101098Z remote: Counting objects: 82% (513/625) 2024-04-03T15:48:35.4101575Z remote: Counting objects: 83% (519/625) 2024-04-03T15:48:35.4102180Z remote: Counting objects: 84% (525/625) 2024-04-03T15:48:35.4102664Z remote: Counting objects: 85% (532/625) 2024-04-03T15:48:35.4103172Z remote: Counting objects: 86% (538/625) 2024-04-03T15:48:35.4103739Z remote: Counting objects: 87% (544/625) 2024-04-03T15:48:35.4104523Z remote: Counting objects: 88% (550/625) 2024-04-03T15:48:35.4105319Z remote: Counting objects: 89% (557/625) 2024-04-03T15:48:35.4105785Z remote: Counting objects: 90% (563/625) 2024-04-03T15:48:35.4106264Z remote: Counting objects: 91% (569/625) 2024-04-03T15:48:35.4106745Z remote: Counting objects: 92% (575/625) 2024-04-03T15:48:35.4107211Z remote: Counting objects: 93% (582/625) 2024-04-03T15:48:35.4107687Z remote: Counting objects: 94% (588/625) 2024-04-03T15:48:35.4108165Z remote: Counting objects: 95% (594/625) 2024-04-03T15:48:35.4108627Z remote: Counting objects: 96% (600/625) 2024-04-03T15:48:35.4109111Z remote: Counting objects: 97% (607/625) 2024-04-03T15:48:35.4109597Z remote: Counting objects: 98% (613/625) 2024-04-03T15:48:35.4110060Z remote: Counting objects: 99% (619/625) 2024-04-03T15:48:35.4110538Z remote: Counting objects: 100% (625/625) 2024-04-03T15:48:35.4111054Z remote: Counting objects: 100% (625/625), done. 2024-04-03T15:48:35.4111609Z remote: Compressing objects: 0% (1/335) 2024-04-03T15:48:35.4124666Z remote: Compressing objects: 1% (4/335) 2024-04-03T15:48:35.4230301Z remote: Compressing objects: 2% (7/335) 2024-04-03T15:48:35.4303381Z remote: Compressing objects: 3% (11/335) 2024-04-03T15:48:35.4575811Z remote: Compressing objects: 4% (14/335) 2024-04-03T15:48:35.4733702Z remote: Compressing objects: 5% (17/335) 2024-04-03T15:48:35.4871325Z remote: Compressing objects: 6% (21/335) 2024-04-03T15:48:35.4945227Z remote: Compressing objects: 7% (24/335) 2024-04-03T15:48:35.5079494Z remote: Compressing objects: 8% (27/335) 2024-04-03T15:48:35.5112596Z remote: Compressing objects: 9% (31/335) 2024-04-03T15:48:35.5113121Z remote: Compressing objects: 10% (34/335) 2024-04-03T15:48:35.5231409Z remote: Compressing objects: 11% (37/335) 2024-04-03T15:48:35.5282055Z remote: Compressing objects: 12% (41/335) 2024-04-03T15:48:35.5320784Z remote: Compressing objects: 13% (44/335) 2024-04-03T15:48:35.5338836Z remote: Compressing objects: 14% (47/335) 2024-04-03T15:48:35.5346406Z remote: Compressing objects: 15% (51/335) 2024-04-03T15:48:35.5350580Z remote: Compressing objects: 16% (54/335) 2024-04-03T15:48:35.5390455Z remote: Compressing objects: 17% (57/335) 2024-04-03T15:48:35.5398756Z remote: Compressing objects: 18% (61/335) 2024-04-03T15:48:35.5410902Z remote: Compressing objects: 19% (64/335) 2024-04-03T15:48:35.5413376Z remote: Compressing objects: 20% (67/335) 2024-04-03T15:48:35.5418236Z remote: Compressing objects: 21% (71/335) 2024-04-03T15:48:35.5420718Z remote: Compressing objects: 22% (74/335) 2024-04-03T15:48:35.5434936Z remote: Compressing objects: 23% (78/335) 2024-04-03T15:48:35.5437801Z remote: Compressing objects: 24% (81/335) 2024-04-03T15:48:35.5438721Z remote: Compressing objects: 25% (84/335) 2024-04-03T15:48:35.5439572Z remote: Compressing objects: 26% (88/335) 2024-04-03T15:48:35.5440675Z remote: Compressing objects: 27% (91/335) 2024-04-03T15:48:35.5441999Z remote: Compressing objects: 28% (94/335) 2024-04-03T15:48:35.5444776Z remote: Compressing objects: 29% (98/335) 2024-04-03T15:48:35.5447236Z remote: Compressing objects: 30% (101/335) 2024-04-03T15:48:35.5455783Z remote: Compressing objects: 31% (104/335) 2024-04-03T15:48:35.5461928Z remote: Compressing objects: 32% (108/335) 2024-04-03T15:48:35.5464790Z remote: Compressing objects: 33% (111/335) 2024-04-03T15:48:35.5469000Z remote: Compressing objects: 34% (114/335) 2024-04-03T15:48:35.5474425Z remote: Compressing objects: 35% (118/335) 2024-04-03T15:48:35.5477704Z remote: Compressing objects: 36% (121/335) 2024-04-03T15:48:35.5480141Z remote: Compressing objects: 37% (124/335) 2024-04-03T15:48:35.5482622Z remote: Compressing objects: 38% (128/335) 2024-04-03T15:48:35.5485067Z remote: Compressing objects: 39% (131/335) 2024-04-03T15:48:35.5487758Z remote: Compressing objects: 40% (134/335) 2024-04-03T15:48:35.5491952Z remote: Compressing objects: 41% (138/335) 2024-04-03T15:48:35.5496991Z remote: Compressing objects: 42% (141/335) 2024-04-03T15:48:35.5499602Z remote: Compressing objects: 43% (145/335) 2024-04-03T15:48:35.5502228Z remote: Compressing objects: 44% (148/335) 2024-04-03T15:48:35.5504833Z remote: Compressing objects: 45% (151/335) 2024-04-03T15:48:35.5507408Z remote: Compressing objects: 46% (155/335) 2024-04-03T15:48:35.5509943Z remote: Compressing objects: 47% (158/335) 2024-04-03T15:48:35.5512490Z remote: Compressing objects: 48% (161/335) 2024-04-03T15:48:35.5515154Z remote: Compressing objects: 49% (165/335) 2024-04-03T15:48:35.5515673Z remote: Compressing objects: 50% (168/335) 2024-04-03T15:48:35.5517746Z remote: Compressing objects: 51% (171/335) 2024-04-03T15:48:35.5520364Z remote: Compressing objects: 52% (175/335) 2024-04-03T15:48:35.5522995Z remote: Compressing objects: 53% (178/335) 2024-04-03T15:48:35.5523587Z remote: Compressing objects: 54% (181/335) 2024-04-03T15:48:35.5524105Z remote: Compressing objects: 55% (185/335) 2024-04-03T15:48:35.5525593Z remote: Compressing objects: 56% (188/335) 2024-04-03T15:48:35.5526537Z remote: Compressing objects: 57% (191/335) 2024-04-03T15:48:35.5527040Z remote: Compressing objects: 58% (195/335) 2024-04-03T15:48:35.5527601Z remote: Compressing objects: 59% (198/335) 2024-04-03T15:48:35.5528365Z remote: Compressing objects: 60% (201/335) 2024-04-03T15:48:35.5529181Z remote: Compressing objects: 61% (205/335) 2024-04-03T15:48:35.5529688Z remote: Compressing objects: 62% (208/335) 2024-04-03T15:48:35.5530323Z remote: Compressing objects: 63% (212/335) 2024-04-03T15:48:35.5531266Z remote: Compressing objects: 64% (215/335) 2024-04-03T15:48:35.5531816Z remote: Compressing objects: 65% (218/335) 2024-04-03T15:48:35.5532326Z remote: Compressing objects: 66% (222/335) 2024-04-03T15:48:35.5532873Z remote: Compressing objects: 67% (225/335) 2024-04-03T15:48:35.5533932Z remote: Compressing objects: 68% (228/335) 2024-04-03T15:48:35.5534452Z remote: Compressing objects: 69% (232/335) 2024-04-03T15:48:35.5535013Z remote: Compressing objects: 70% (235/335) 2024-04-03T15:48:35.5535774Z remote: Compressing objects: 71% (238/335) 2024-04-03T15:48:35.5536567Z remote: Compressing objects: 72% (242/335) 2024-04-03T15:48:35.5537541Z remote: Compressing objects: 73% (245/335) 2024-04-03T15:48:35.5538142Z remote: Compressing objects: 74% (248/335) 2024-04-03T15:48:35.5538955Z remote: Compressing objects: 75% (252/335) 2024-04-03T15:48:35.5539956Z remote: Compressing objects: 76% (255/335) 2024-04-03T15:48:35.5540573Z remote: Compressing objects: 77% (258/335) 2024-04-03T15:48:35.5541538Z remote: Compressing objects: 78% (262/335) 2024-04-03T15:48:35.5542100Z remote: Compressing objects: 79% (265/335) 2024-04-03T15:48:35.5543113Z remote: Compressing objects: 80% (268/335) 2024-04-03T15:48:35.5543884Z remote: Compressing objects: 81% (272/335) 2024-04-03T15:48:35.5544952Z remote: Compressing objects: 82% (275/335) 2024-04-03T15:48:35.5546289Z remote: Compressing objects: 83% (279/335) 2024-04-03T15:48:35.5547330Z remote: Compressing objects: 84% (282/335) 2024-04-03T15:48:35.5548270Z remote: Compressing objects: 85% (285/335) 2024-04-03T15:48:35.5549240Z remote: Compressing objects: 86% (289/335) 2024-04-03T15:48:35.5550148Z remote: Compressing objects: 87% (292/335) 2024-04-03T15:48:35.5551419Z remote: Compressing objects: 88% (295/335) 2024-04-03T15:48:35.5552313Z remote: Compressing objects: 89% (299/335) 2024-04-03T15:48:35.5554092Z remote: Compressing objects: 90% (302/335) 2024-04-03T15:48:35.5554923Z remote: Compressing objects: 91% (305/335) 2024-04-03T15:48:35.5555490Z remote: Compressing objects: 92% (309/335) 2024-04-03T15:48:35.5556431Z remote: Compressing objects: 93% (312/335) 2024-04-03T15:48:35.5557461Z remote: Compressing objects: 94% (315/335) 2024-04-03T15:48:35.5558406Z remote: Compressing objects: 95% (319/335) 2024-04-03T15:48:35.5559369Z remote: Compressing objects: 96% (322/335) 2024-04-03T15:48:35.5560524Z remote: Compressing objects: 97% (325/335) 2024-04-03T15:48:35.5561105Z remote: Compressing objects: 98% (329/335) 2024-04-03T15:48:35.5561681Z remote: Compressing objects: 99% (332/335) 2024-04-03T15:48:35.5562255Z remote: Compressing objects: 100% (335/335) 2024-04-03T15:48:35.5562858Z remote: Compressing objects: 100% (335/335), done. 2024-04-03T15:48:57.6329719Z remote: Total 1124382 (delta 355), reused 507 (delta 290), pack-reused 1123757 2024-04-03T15:49:27.8780324Z [command]/usr/bin/git rev-parse --verify --quiet d253bd7befc64137de913dbb8727b511f1052411^{object} 2024-04-03T15:49:27.8800509Z d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:27.8806187Z ##[endgroup] 2024-04-03T15:49:27.8806728Z ##[group]Determining the checkout info 2024-04-03T15:49:27.8807337Z ##[endgroup] 2024-04-03T15:49:27.8807843Z ##[group]Checking out the ref 2024-04-03T15:49:27.8810079Z [command]/usr/bin/git checkout --quiet --force d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:29.2881120Z ##[endgroup] 2024-04-03T15:49:29.2881819Z ##[group]Setting up auth for fetching submodules 2024-04-03T15:49:29.2887703Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:49:29.2932077Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-04-03T15:49:29.2957681Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-04-03T15:49:29.2983379Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-04-03T15:49:29.3005942Z ##[endgroup] 2024-04-03T15:49:29.3006433Z ##[group]Fetching submodules 2024-04-03T15:49:29.3010115Z [command]/usr/bin/git submodule sync --recursive 2024-04-03T15:49:29.3260412Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-04-03T15:49:29.3500976Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-04-03T15:49:29.3502453Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-04-03T15:49:29.3504024Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-04-03T15:49:29.3506030Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-04-03T15:49:29.3508283Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2024-04-03T15:49:29.3511088Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-04-03T15:49:29.3513023Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-04-03T15:49:29.3515938Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-04-03T15:49:29.3518339Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-04-03T15:49:29.3521255Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2024-04-03T15:49:29.3524253Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-04-03T15:49:29.3527117Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-04-03T15:49:29.3530172Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-04-03T15:49:29.3533344Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-04-03T15:49:29.3536706Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-04-03T15:49:29.3540554Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-04-03T15:49:29.3543901Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-04-03T15:49:29.3547399Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:49:29.3550834Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-04-03T15:49:29.3554721Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-04-03T15:49:29.3558440Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-04-03T15:49:29.3562825Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2024-04-03T15:49:29.3566753Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-04-03T15:49:29.3571044Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-04-03T15:49:29.3575347Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-04-03T15:49:29.3579622Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-04-03T15:49:29.3584150Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2024-04-03T15:49:29.3588651Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-04-03T15:49:29.3593171Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-04-03T15:49:29.3598016Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2024-04-03T15:49:29.3604203Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-04-03T15:49:29.3609163Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-04-03T15:49:29.3614294Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-04-03T15:49:29.3619513Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-04-03T15:49:29.3624548Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-04-03T15:49:29.3630067Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-04-03T15:49:29.3635205Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-04-03T15:49:29.3640756Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2024-04-03T15:49:29.3646757Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-04-03T15:49:29.3652510Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2024-04-03T15:49:29.3674671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-04-03T15:49:29.6168507Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-04-03T15:49:29.7850472Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-04-03T15:49:29.9423435Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-04-03T15:49:30.1622016Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2024-04-03T15:49:30.3807461Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-04-03T15:49:32.5635924Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-04-03T15:49:45.0617634Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-04-03T15:49:45.4441471Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-04-03T15:49:46.0413047Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2024-04-03T15:49:47.4769130Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-04-03T15:49:48.7139396Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-04-03T15:49:51.2185671Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-04-03T15:49:56.7368615Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-04-03T15:49:58.0258453Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-04-03T15:49:59.8217582Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-04-03T15:50:01.3438940Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-04-03T15:50:01.5399307Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-04-03T15:50:01.9852636Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-04-03T15:50:02.3439997Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-04-03T15:50:03.6274228Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-04-03T15:50:04.0305178Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2024-04-03T15:50:04.1854463Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-04-03T15:50:04.4369550Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-04-03T15:50:05.9536016Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-04-03T15:50:06.6330632Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-04-03T15:50:07.2510522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2024-04-03T15:50:07.5322049Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-04-03T15:50:14.4456058Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-04-03T15:50:16.8977482Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2024-04-03T15:50:17.3768200Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-04-03T15:50:17.5968708Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-04-03T15:50:26.3754010Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-04-03T15:50:26.5529060Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-04-03T15:50:26.7795376Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-04-03T15:50:27.7156117Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-04-03T15:50:28.0092056Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-04-03T15:50:28.6246897Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2024-04-03T15:50:30.6271713Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-04-03T15:50:31.0770872Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2024-04-03T15:50:33.6818722Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-04-03T15:50:33.6914922Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-04-03T15:50:33.6988220Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-04-03T15:50:33.7193168Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-04-03T15:50:33.7397694Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2024-04-03T15:50:33.7742739Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-04-03T15:50:34.6160133Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-04-03T15:50:34.6356837Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-04-03T15:50:34.7214921Z Submodule path 'third_party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-04-03T15:50:34.7529287Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2024-04-03T15:50:34.7775362Z Submodule path 'third_party/cudnn_frontend': checked out '150798fe976556078f443fdb059a1ff0361f58a2' 2024-04-03T15:50:35.2338872Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-04-03T15:50:35.4630922Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-04-03T15:50:35.5251463Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-04-03T15:50:35.5266009Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:50:35.5268046Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:50:35.5270445Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:50:35.5273028Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:50:35.5275956Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:50:35.5297313Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-04-03T15:50:36.5232263Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-04-03T15:50:37.1293341Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-04-03T15:50:40.2198427Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-04-03T15:50:41.4417198Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-04-03T15:50:41.7714601Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-04-03T15:50:41.8592263Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-04-03T15:50:42.2332412Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-04-03T15:50:42.2903488Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-04-03T15:50:42.3003214Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-04-03T15:50:42.4013824Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-04-03T15:50:42.4327526Z Submodule path 'third_party/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281' 2024-04-03T15:50:42.4405113Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-04-03T15:50:42.4759577Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-04-03T15:50:42.4970185Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-04-03T15:50:42.5375236Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-04-03T15:50:42.5486008Z Submodule path 'third_party/ideep': checked out '8a6cc4e09dc509f04f83c085e38786b1fb44e14d' 2024-04-03T15:50:42.5497749Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-04-03T15:50:42.5517605Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-04-03T15:50:54.7555531Z Submodule path 'third_party/ideep/mkl-dnn': checked out '86e6af5974177e513fd3fee58425e1063e7f1361' 2024-04-03T15:50:54.7646865Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2024-04-03T15:50:54.7790344Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-04-03T15:50:54.8684253Z Submodule path 'third_party/kineto': checked out '8466a8b111b36dc725e6855d52a0b133d925a8e0' 2024-04-03T15:50:54.8698428Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:50:54.8701963Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:50:54.8703823Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:50:54.8724601Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-04-03T15:50:55.6879956Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-04-03T15:50:57.0392203Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-04-03T15:50:58.3583190Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-04-03T15:50:58.3596925Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:50:58.3599166Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:50:58.3601390Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:50:58.3603625Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:50:58.3605828Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:50:58.3608530Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:50:58.3611084Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:50:58.3613926Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:50:58.3637410Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-04-03T15:50:59.3656664Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-04-03T15:50:59.7427765Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-04-03T15:51:01.1436710Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-04-03T15:51:01.4567626Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-04-03T15:51:01.8257746Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-04-03T15:51:03.0584794Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-04-03T15:51:09.9631857Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-04-03T15:51:10.3515156Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-04-03T15:51:10.3668759Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-04-03T15:51:10.4001792Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-04-03T15:51:10.4116098Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-04-03T15:51:10.4128906Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:10.4149066Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-04-03T15:51:10.7346229Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-04-03T15:51:10.7498228Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-04-03T15:51:10.7847458Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-04-03T15:51:10.8797926Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-04-03T15:51:10.8935275Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-04-03T15:51:10.9265901Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out 'a33701196adfad74917046096bf5a2aa0ab0bb50' 2024-04-03T15:51:10.9794303Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-04-03T15:51:11.0124356Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-04-03T15:51:11.0328378Z Submodule path 'third_party/nccl/nccl': checked out '48bb7fec7953112ff37499a272317f6663f8f600' 2024-04-03T15:51:11.0456467Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2024-04-03T15:51:11.1433795Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-04-03T15:51:11.4327724Z Submodule path 'third_party/onnx': checked out 'ccde5da81388ffa770ca98b64e07f803ad089414' 2024-04-03T15:51:11.4357574Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:11.4359188Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:11.4382000Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:11.8461533Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:12.7817611Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-04-03T15:51:12.8122575Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-04-03T15:51:12.8287678Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2024-04-03T15:51:12.8299849Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:12.8322048Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2024-04-03T15:51:15.3780337Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2024-04-03T15:51:15.3797845Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:15.3799811Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:15.3823357Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:15.7457898Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:16.7327546Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2024-04-03T15:51:16.7993643Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2024-04-03T15:51:16.8007483Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:16.8029571Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2024-04-03T15:51:17.0012908Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:51:17.0092093Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-04-03T15:51:17.2443312Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-04-03T15:51:17.2461150Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:17.2463266Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:17.2484884Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-04-03T15:51:17.7150217Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-04-03T15:51:18.9628320Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-04-03T15:51:19.0281303Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-04-03T15:51:19.0357338Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-04-03T15:51:19.0463175Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-04-03T15:51:19.0752793Z Submodule path 'third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-04-03T15:51:19.1007944Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-04-03T15:51:19.1376955Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-04-03T15:51:19.2358313Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2024-04-03T15:51:19.2586541Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-04-03T15:51:19.2600058Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:19.2602460Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:19.2605032Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:19.2607630Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:19.2629260Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-04-03T15:51:20.4815240Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-04-03T15:51:20.6996512Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-04-03T15:51:21.9287817Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-04-03T15:51:22.9077610Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-04-03T15:51:22.9207454Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-04-03T15:51:22.9838396Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-04-03T15:51:23.0095593Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-04-03T15:51:23.0107524Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.0129328Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-04-03T15:51:23.2321989Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:51:23.3676564Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2024-04-03T15:51:23.3704561Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-04-03T15:51:23.3955810Z Entering 'android/libs/fbjni' 2024-04-03T15:51:23.3989665Z Entering 'third_party/FP16' 2024-04-03T15:51:23.4023525Z Entering 'third_party/FXdiv' 2024-04-03T15:51:23.4057298Z Entering 'third_party/NNPACK' 2024-04-03T15:51:23.4090525Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:23.4123730Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:23.4156786Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:23.4206373Z Entering 'third_party/benchmark' 2024-04-03T15:51:23.4239345Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:23.4275079Z Entering 'third_party/cub' 2024-04-03T15:51:23.4307881Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:23.4341621Z Entering 'third_party/cutlass' 2024-04-03T15:51:23.4382906Z Entering 'third_party/eigen' 2024-04-03T15:51:23.4417490Z Entering 'third_party/fbgemm' 2024-04-03T15:51:23.4452453Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:23.4485135Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:23.4517205Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:23.4557405Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:23.4589289Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:23.4623538Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:23.4660557Z Entering 'third_party/fmt' 2024-04-03T15:51:23.4694497Z Entering 'third_party/foxi' 2024-04-03T15:51:23.4728638Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:23.4764496Z Entering 'third_party/gloo' 2024-04-03T15:51:23.4798111Z Entering 'third_party/googletest' 2024-04-03T15:51:23.4833449Z Entering 'third_party/ideep' 2024-04-03T15:51:23.4866045Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:23.4905726Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:23.4940765Z Entering 'third_party/ittapi' 2024-04-03T15:51:23.4973643Z Entering 'third_party/kineto' 2024-04-03T15:51:23.5008473Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:23.5042132Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:23.5074324Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:23.5106160Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:23.5137717Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:23.5169746Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:23.5202724Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:23.5234313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:23.5266480Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:23.5299968Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:23.5333300Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:23.5365767Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:23.5398584Z Entering 'third_party/mimalloc' 2024-04-03T15:51:23.5433309Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:23.5466331Z Entering 'third_party/neon2sse' 2024-04-03T15:51:23.5499176Z Entering 'third_party/nlohmann' 2024-04-03T15:51:23.5532829Z Entering 'third_party/onnx' 2024-04-03T15:51:23.5580962Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.5612448Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.5646555Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:23.5677315Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:23.5712900Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.5744134Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.5776269Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.5810820Z Entering 'third_party/pocketfft' 2024-04-03T15:51:23.5843119Z Entering 'third_party/protobuf' 2024-04-03T15:51:23.5878880Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:23.5910353Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:23.5943815Z Entering 'third_party/psimd' 2024-04-03T15:51:23.5976513Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:23.6008878Z Entering 'third_party/pybind11' 2024-04-03T15:51:23.6041887Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:23.6073356Z Entering 'third_party/sleef' 2024-04-03T15:51:23.6105605Z Entering 'third_party/tbb' 2024-04-03T15:51:23.6139834Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:23.6172537Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:23.6204613Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:23.6235348Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:23.6267750Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:23.6298276Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.6332095Z Entering 'third_party/zstd' 2024-04-03T15:51:23.6375393Z ##[endgroup] 2024-04-03T15:51:23.6376190Z ##[group]Persisting credentials for submodules 2024-04-03T15:51:23.6380443Z [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-04-03T15:51:23.6633053Z Entering 'android/libs/fbjni' 2024-04-03T15:51:23.6672911Z Entering 'third_party/FP16' 2024-04-03T15:51:23.6713078Z Entering 'third_party/FXdiv' 2024-04-03T15:51:23.6753721Z Entering 'third_party/NNPACK' 2024-04-03T15:51:23.6795140Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:23.6836868Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:23.6878718Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:23.6936438Z Entering 'third_party/benchmark' 2024-04-03T15:51:23.6978248Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:23.7021004Z Entering 'third_party/cub' 2024-04-03T15:51:23.7063041Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:23.7104522Z Entering 'third_party/cutlass' 2024-04-03T15:51:23.7155411Z Entering 'third_party/eigen' 2024-04-03T15:51:23.7199209Z Entering 'third_party/fbgemm' 2024-04-03T15:51:23.7242928Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:23.7283305Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:23.7323783Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:23.7371198Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:23.7411370Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:23.7452589Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:23.7495992Z Entering 'third_party/fmt' 2024-04-03T15:51:23.7538612Z Entering 'third_party/foxi' 2024-04-03T15:51:23.7579739Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:23.7621889Z Entering 'third_party/gloo' 2024-04-03T15:51:23.7662252Z Entering 'third_party/googletest' 2024-04-03T15:51:23.7702821Z Entering 'third_party/ideep' 2024-04-03T15:51:23.7742646Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:23.7787754Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:23.7828369Z Entering 'third_party/ittapi' 2024-04-03T15:51:23.7867662Z Entering 'third_party/kineto' 2024-04-03T15:51:23.7907170Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:23.7946678Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:23.7988870Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:23.8029327Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:23.8069433Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:23.8107376Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:23.8147379Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:23.8186120Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:23.8227326Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:23.8267155Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:23.8307656Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:23.8347842Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:23.8388603Z Entering 'third_party/mimalloc' 2024-04-03T15:51:23.8429202Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:23.8469240Z Entering 'third_party/neon2sse' 2024-04-03T15:51:23.8508903Z Entering 'third_party/nlohmann' 2024-04-03T15:51:23.8550850Z Entering 'third_party/onnx' 2024-04-03T15:51:23.8608539Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.8648544Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.8689777Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:23.8729002Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:23.8772060Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:23.8811128Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:23.8849586Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.8892034Z Entering 'third_party/pocketfft' 2024-04-03T15:51:23.8932467Z Entering 'third_party/protobuf' 2024-04-03T15:51:23.8975208Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:23.9014053Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:23.9053936Z Entering 'third_party/psimd' 2024-04-03T15:51:23.9093803Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:23.9134602Z Entering 'third_party/pybind11' 2024-04-03T15:51:23.9174436Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:23.9214205Z Entering 'third_party/sleef' 2024-04-03T15:51:23.9255871Z Entering 'third_party/tbb' 2024-04-03T15:51:23.9298893Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:23.9338894Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:23.9377546Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:23.9415723Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:23.9454466Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:23.9492743Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:23.9533781Z Entering 'third_party/zstd' 2024-04-03T15:51:23.9585324Z [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-04-03T15:51:23.9826965Z Entering 'android/libs/fbjni' 2024-04-03T15:51:23.9864010Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-04-03T15:51:23.9877913Z Entering 'third_party/FP16' 2024-04-03T15:51:23.9916998Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-04-03T15:51:23.9931328Z Entering 'third_party/FXdiv' 2024-04-03T15:51:23.9968827Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-04-03T15:51:23.9982528Z Entering 'third_party/NNPACK' 2024-04-03T15:51:24.0021241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-04-03T15:51:24.0035471Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:24.0073528Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2024-04-03T15:51:24.0088798Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:24.0126667Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-04-03T15:51:24.0140888Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:24.0178884Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-04-03T15:51:24.0208870Z Entering 'third_party/benchmark' 2024-04-03T15:51:24.0247161Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:24.0261810Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:24.0299929Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:51:24.0314720Z Entering 'third_party/cub' 2024-04-03T15:51:24.0352551Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2024-04-03T15:51:24.0368047Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:24.0405545Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-04-03T15:51:24.0419845Z Entering 'third_party/cutlass' 2024-04-03T15:51:24.0457419Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:51:24.0478336Z Entering 'third_party/eigen' 2024-04-03T15:51:24.0515651Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-04-03T15:51:24.0532029Z Entering 'third_party/fbgemm' 2024-04-03T15:51:24.0569629Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-04-03T15:51:24.0584187Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:24.0621954Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-04-03T15:51:24.0635223Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:24.0672249Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:51:24.0687014Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:24.0723990Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:51:24.0742971Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:24.0779931Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:24.0794105Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:24.0831860Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-04-03T15:51:24.0846490Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:24.0884399Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-04-03T15:51:24.0901008Z Entering 'third_party/fmt' 2024-04-03T15:51:24.0937939Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:51:24.0952783Z Entering 'third_party/foxi' 2024-04-03T15:51:24.0990713Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-04-03T15:51:24.1005804Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:24.1043748Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-04-03T15:51:24.1058247Z Entering 'third_party/gloo' 2024-04-03T15:51:24.1094953Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-04-03T15:51:24.1108933Z Entering 'third_party/googletest' 2024-04-03T15:51:24.1145922Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:24.1159733Z Entering 'third_party/ideep' 2024-04-03T15:51:24.1197725Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-04-03T15:51:24.1211957Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:24.1248380Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-04-03T15:51:24.1267825Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:24.1305205Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2024-04-03T15:51:24.1318865Z Entering 'third_party/ittapi' 2024-04-03T15:51:24.1356027Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-04-03T15:51:24.1370208Z Entering 'third_party/kineto' 2024-04-03T15:51:24.1407859Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-04-03T15:51:24.1422446Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:24.1459832Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-04-03T15:51:24.1473270Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:24.1510626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-04-03T15:51:24.1524923Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:24.1561706Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-04-03T15:51:24.1575567Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:24.1613009Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:51:24.1626064Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:24.1663611Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-04-03T15:51:24.1676302Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:24.1714896Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/modules/doc/config remote.origin.url 2024-04-03T15:51:24.1731842Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:24.1768711Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-04-03T15:51:24.1782305Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:24.1821373Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:24.1835198Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:24.1872303Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-04-03T15:51:24.1886426Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:24.1923855Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-04-03T15:51:24.1939284Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:24.1977866Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-04-03T15:51:24.1991227Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:24.2028665Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-04-03T15:51:24.2044740Z Entering 'third_party/mimalloc' 2024-04-03T15:51:24.2083154Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-04-03T15:51:24.2097216Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:24.2134861Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-04-03T15:51:24.2149080Z Entering 'third_party/neon2sse' 2024-04-03T15:51:24.2186603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2024-04-03T15:51:24.2202430Z Entering 'third_party/nlohmann' 2024-04-03T15:51:24.2239292Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-04-03T15:51:24.2254521Z Entering 'third_party/onnx' 2024-04-03T15:51:24.2292178Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:51:24.2321747Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:24.2358527Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:24.2373204Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:24.2410465Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:24.2426865Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:24.2465169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2024-04-03T15:51:24.2477716Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:24.2515469Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:51:24.2533952Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:24.2570890Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:24.2584563Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:24.2621176Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:24.2633808Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:24.2671569Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-04-03T15:51:24.2689757Z Entering 'third_party/pocketfft' 2024-04-03T15:51:24.2727060Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-04-03T15:51:24.2740263Z Entering 'third_party/protobuf' 2024-04-03T15:51:24.2779154Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-04-03T15:51:24.2796532Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:24.2833661Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:24.2847088Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:24.2884010Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:24.2899971Z Entering 'third_party/psimd' 2024-04-03T15:51:24.2937603Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-04-03T15:51:24.2950780Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:24.2987781Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-04-03T15:51:24.3002291Z Entering 'third_party/pybind11' 2024-04-03T15:51:24.3038598Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:24.3053757Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:24.3091275Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-04-03T15:51:24.3105550Z Entering 'third_party/sleef' 2024-04-03T15:51:24.3142316Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-04-03T15:51:24.3156967Z Entering 'third_party/tbb' 2024-04-03T15:51:24.3194050Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2024-04-03T15:51:24.3211186Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:24.3248650Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-04-03T15:51:24.3262329Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:24.3299900Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:24.3312820Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:24.3350621Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-04-03T15:51:24.3364779Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:24.3401614Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-04-03T15:51:24.3415417Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:24.3452241Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:24.3464960Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:24.3502161Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-04-03T15:51:24.3518227Z Entering 'third_party/zstd' 2024-04-03T15:51:24.3555489Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2024-04-03T15:51:24.4267658Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-04-03T15:51:24.4519017Z Entering 'android/libs/fbjni' 2024-04-03T15:51:24.4552834Z Entering 'third_party/FP16' 2024-04-03T15:51:24.4586400Z Entering 'third_party/FXdiv' 2024-04-03T15:51:24.4619593Z Entering 'third_party/NNPACK' 2024-04-03T15:51:24.4651844Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:24.4685121Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:24.4718251Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:24.4766388Z Entering 'third_party/benchmark' 2024-04-03T15:51:24.4799413Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:24.4832600Z Entering 'third_party/cub' 2024-04-03T15:51:24.4865694Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:24.4898698Z Entering 'third_party/cutlass' 2024-04-03T15:51:24.4938456Z Entering 'third_party/eigen' 2024-04-03T15:51:24.4972918Z Entering 'third_party/fbgemm' 2024-04-03T15:51:24.5006362Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:24.5037140Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:24.5069963Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:24.5106047Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:24.5137313Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:24.5169670Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:24.5204924Z Entering 'third_party/fmt' 2024-04-03T15:51:24.5237164Z Entering 'third_party/foxi' 2024-04-03T15:51:24.5268947Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:24.5301957Z Entering 'third_party/gloo' 2024-04-03T15:51:24.5335382Z Entering 'third_party/googletest' 2024-04-03T15:51:24.5368386Z Entering 'third_party/ideep' 2024-04-03T15:51:24.5401143Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:24.5438252Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:24.5471810Z Entering 'third_party/ittapi' 2024-04-03T15:51:24.5504756Z Entering 'third_party/kineto' 2024-04-03T15:51:24.5538921Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:24.5571297Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:24.5603905Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:24.5635689Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:24.5667215Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:24.5699464Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:24.5732117Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:24.5764267Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:24.5795721Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:24.5828338Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:24.5860913Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:24.5892547Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:24.5925523Z Entering 'third_party/mimalloc' 2024-04-03T15:51:24.5958117Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:24.5991209Z Entering 'third_party/neon2sse' 2024-04-03T15:51:24.6024889Z Entering 'third_party/nlohmann' 2024-04-03T15:51:24.6059533Z Entering 'third_party/onnx' 2024-04-03T15:51:24.6107634Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:24.6140813Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:24.6176365Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:24.6208660Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:24.6244672Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:24.6277673Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:24.6309585Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:24.6346282Z Entering 'third_party/pocketfft' 2024-04-03T15:51:24.6379929Z Entering 'third_party/protobuf' 2024-04-03T15:51:24.6416536Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:24.6448355Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:24.6481648Z Entering 'third_party/psimd' 2024-04-03T15:51:24.6515290Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:24.6548561Z Entering 'third_party/pybind11' 2024-04-03T15:51:24.6583042Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:24.6617277Z Entering 'third_party/sleef' 2024-04-03T15:51:24.6649671Z Entering 'third_party/tbb' 2024-04-03T15:51:24.6684918Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:24.6717044Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:24.6748376Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:24.6780427Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:24.6811848Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:24.6842927Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:24.6876545Z Entering 'third_party/zstd' 2024-04-03T15:51:24.6922099Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-04-03T15:51:24.7171790Z Entering 'android/libs/fbjni' 2024-04-03T15:51:24.7204508Z Entering 'third_party/FP16' 2024-04-03T15:51:24.7236142Z Entering 'third_party/FXdiv' 2024-04-03T15:51:24.7268572Z Entering 'third_party/NNPACK' 2024-04-03T15:51:24.7302157Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:24.7335781Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:24.7370120Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:24.7419419Z Entering 'third_party/benchmark' 2024-04-03T15:51:24.7452957Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:24.7487746Z Entering 'third_party/cub' 2024-04-03T15:51:24.7520835Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:24.7553662Z Entering 'third_party/cutlass' 2024-04-03T15:51:24.7593811Z Entering 'third_party/eigen' 2024-04-03T15:51:24.7628099Z Entering 'third_party/fbgemm' 2024-04-03T15:51:24.7661973Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:24.7692857Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:24.7724925Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:24.7764736Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:24.7796413Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:24.7829495Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:24.7865581Z Entering 'third_party/fmt' 2024-04-03T15:51:24.7898816Z Entering 'third_party/foxi' 2024-04-03T15:51:24.7932361Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:24.7965458Z Entering 'third_party/gloo' 2024-04-03T15:51:24.7998238Z Entering 'third_party/googletest' 2024-04-03T15:51:24.8031473Z Entering 'third_party/ideep' 2024-04-03T15:51:24.8064839Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:24.8104012Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:24.8137604Z Entering 'third_party/ittapi' 2024-04-03T15:51:24.8172253Z Entering 'third_party/kineto' 2024-04-03T15:51:24.8207150Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:24.8240890Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:24.8274952Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:24.8307926Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:24.8341407Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:24.8373643Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:24.8408568Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:24.8441697Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:24.8474907Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:24.8508855Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:24.8543535Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:24.8577074Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:24.8612134Z Entering 'third_party/mimalloc' 2024-04-03T15:51:24.8646680Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:24.8680779Z Entering 'third_party/neon2sse' 2024-04-03T15:51:24.8713221Z Entering 'third_party/nlohmann' 2024-04-03T15:51:24.8747707Z Entering 'third_party/onnx' 2024-04-03T15:51:24.8796953Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:24.8831204Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:24.8867066Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:24.8900801Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:24.8937588Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:24.8970965Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:24.9003209Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:24.9038691Z Entering 'third_party/pocketfft' 2024-04-03T15:51:24.9072286Z Entering 'third_party/protobuf' 2024-04-03T15:51:24.9109245Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:24.9141396Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:24.9173923Z Entering 'third_party/psimd' 2024-04-03T15:51:24.9207919Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:24.9242106Z Entering 'third_party/pybind11' 2024-04-03T15:51:24.9277044Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:24.9310701Z Entering 'third_party/sleef' 2024-04-03T15:51:24.9346105Z Entering 'third_party/tbb' 2024-04-03T15:51:24.9380916Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:24.9414869Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:24.9446722Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:24.9478580Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:24.9510898Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:24.9542611Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:24.9578038Z Entering 'third_party/zstd' 2024-04-03T15:51:24.9623152Z ##[endgroup] 2024-04-03T15:51:24.9654930Z [command]/usr/bin/git log -1 --format='%H' 2024-04-03T15:51:24.9677155Z 'd253bd7befc64137de913dbb8727b511f1052411' 2024-04-03T15:51:24.9845556Z Prepare all required actions 2024-04-03T15:51:24.9846024Z Getting action download info 2024-04-03T15:51:25.1278882Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-04-03T15:51:25.2620196Z ##[group]Run ./.github/actions/setup-linux 2024-04-03T15:51:25.2620622Z ##[endgroup] 2024-04-03T15:51:25.2682601Z ##[group]Run set -euo pipefail 2024-04-03T15:51:25.2683016Z set -euo pipefail 2024-04-03T15:51:25.2683390Z function get_ec2_metadata() { 2024-04-03T15:51:25.2683917Z  # Pulled from instance metadata endpoint for EC2 2024-04-03T15:51:25.2684812Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-04-03T15:51:25.2685597Z  category=$1 2024-04-03T15:51:25.2686111Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-04-03T15:51:25.2686776Z  runner_name_str=i-027a2ddb0b1833ae4 2024-04-03T15:51:25.2687268Z  if [[ $runner_name_str != *"gcp"* ]]; then 2024-04-03T15:51:25.2687914Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-04-03T15:51:25.2688603Z  else 2024-04-03T15:51:25.2689105Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-04-03T15:51:25.2689690Z  fi 2024-04-03T15:51:25.2689950Z } 2024-04-03T15:51:25.2690377Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-04-03T15:51:25.2690932Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-04-03T15:51:25.2691574Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-04-03T15:51:25.2692134Z echo "system info $(uname -a)" 2024-04-03T15:51:25.2699788Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:25.2700270Z ##[endgroup] 2024-04-03T15:51:25.2776409Z ami-id: ami-0ce0c36d7a00b20e2 2024-04-03T15:51:25.2826441Z instance-id: i-027a2ddb0b1833ae4 2024-04-03T15:51:25.2874843Z instance-type: c5.2xlarge 2024-04-03T15:51:25.2881575Z system info Linux ip-10-0-57-39.ec2.internal 4.14.336-257.562.amzn2.x86_64 #1 SMP Sat Feb 24 09:50:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-04-03T15:51:25.2902698Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:51:25.2903613Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:51:25.2911020Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:25.2911519Z ##[endgroup] 2024-04-03T15:51:25.3093657Z ##[group]Run if systemctl is-active --quiet docker; then 2024-04-03T15:51:25.3094786Z if systemctl is-active --quiet docker; then 2024-04-03T15:51:25.3095795Z  echo "Docker daemon is running..."; 2024-04-03T15:51:25.3096460Z else 2024-04-03T15:51:25.3097252Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-04-03T15:51:25.3098135Z fi 2024-04-03T15:51:25.3105832Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:25.3106317Z ##[endgroup] 2024-04-03T15:51:25.3142690Z Docker daemon is running... 2024-04-03T15:51:25.3201298Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:51:25.3201841Z with: 2024-04-03T15:51:25.3202087Z shell: bash 2024-04-03T15:51:25.3202362Z timeout_minutes: 5 2024-04-03T15:51:25.3202650Z max_attempts: 3 2024-04-03T15:51:25.3202940Z retry_wait_seconds: 30 2024-04-03T15:51:25.3204371Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-04-03T15:51:25.3205858Z polling_interval_seconds: 1 2024-04-03T15:51:25.3206216Z warning_on_retry: true 2024-04-03T15:51:25.3206658Z continue_on_error: false 2024-04-03T15:51:25.3206982Z env: 2024-04-03T15:51:25.3207233Z AWS_RETRY_MODE: standard 2024-04-03T15:51:25.3207564Z AWS_MAX_ATTEMPTS: 5 2024-04-03T15:51:25.3207871Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:51:25.3208230Z ##[endgroup] 2024-04-03T15:51:26.1233547Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:26.1234928Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:26.1236027Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:26.1236566Z 2024-04-03T15:51:26.1236670Z Login Succeeded 2024-04-03T15:51:26.3712064Z Command completed after 1 attempt(s). 2024-04-03T15:51:26.3755327Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:26.3756148Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:26.3756802Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:26.3764671Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:26.3765175Z ##[endgroup] 2024-04-03T15:51:26.3827946Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:51:26.3828833Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:51:26.3829421Z # shellcheck disable=SC2046 2024-04-03T15:51:26.3829870Z docker stop $(docker ps -q) || true 2024-04-03T15:51:26.3830321Z # Prune all of the docker images 2024-04-03T15:51:26.3830750Z docker system prune -af 2024-04-03T15:51:26.3837679Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:26.3838177Z ##[endgroup] 2024-04-03T15:51:26.4142721Z "docker stop" requires at least 1 argument. 2024-04-03T15:51:26.4143718Z See 'docker stop --help'. 2024-04-03T15:51:26.4144151Z 2024-04-03T15:51:26.4144554Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-04-03T15:51:26.4145262Z 2024-04-03T15:51:26.4145557Z Stop one or more running containers 2024-04-03T15:51:26.4316560Z Total reclaimed space: 0B 2024-04-03T15:51:26.4346233Z ##[group]Run set +e 2024-04-03T15:51:26.4346580Z set +e 2024-04-03T15:51:26.4346863Z set -x 2024-04-03T15:51:26.4347237Z  2024-04-03T15:51:26.4347552Z PT_DOMAIN=download.pytorch.org 2024-04-03T15:51:26.4348331Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-04-03T15:51:26.4349424Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-04-03T15:51:26.4350173Z # one is returned at random 2024-04-03T15:51:26.4350690Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-04-03T15:51:26.4351189Z  2024-04-03T15:51:26.4351477Z if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:51:26.4352068Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-04-03T15:51:26.4352832Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-04-03T15:51:26.4353371Z  2024-04-03T15:51:26.4353665Z  if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:51:26.4354188Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-04-03T15:51:26.4354679Z  exit 1 2024-04-03T15:51:26.4354966Z  fi 2024-04-03T15:51:26.4355212Z fi 2024-04-03T15:51:26.4355463Z  2024-04-03T15:51:26.4355794Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-04-03T15:51:26.4356280Z  # Clean up any old records first 2024-04-03T15:51:26.4356770Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-04-03T15:51:26.4357200Z fi 2024-04-03T15:51:26.4357438Z  2024-04-03T15:51:26.4357840Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-04-03T15:51:26.4358370Z cat /etc/hosts 2024-04-03T15:51:26.4366056Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:26.4366549Z ##[endgroup] 2024-04-03T15:51:26.4386339Z + PT_DOMAIN=download.pytorch.org 2024-04-03T15:51:26.4391495Z ++ dig -4 +short download.pytorch.org 2024-04-03T15:51:26.4392142Z ++ tail -n1 2024-04-03T15:51:26.4711826Z + RESOLVED_IP=18.160.41.63 2024-04-03T15:51:26.4712297Z + '[' -z 18.160.41.63 ']' 2024-04-03T15:51:26.4712720Z + grep -r download.pytorch.org /etc/hosts 2024-04-03T15:51:26.4721237Z + echo '18.160.41.63 download.pytorch.org' 2024-04-03T15:51:26.4721735Z + sudo tee -a /etc/hosts 2024-04-03T15:51:26.4806840Z 18.160.41.63 download.pytorch.org 2024-04-03T15:51:26.4818832Z + cat /etc/hosts 2024-04-03T15:51:26.4825828Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-04-03T15:51:26.4839875Z ::1 localhost6 localhost6.localdomain6 2024-04-03T15:51:26.4840594Z 18.160.41.63 download.pytorch.org 2024-04-03T15:51:26.4993026Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-04-03T15:51:26.4993610Z with: 2024-04-03T15:51:26.4993972Z docker-image-name: pytorch-linux-jammy-py3.8-gcc11 2024-04-03T15:51:26.4994477Z docker-build-dir: .ci/docker 2024-04-03T15:51:26.4994829Z working-directory: . 2024-04-03T15:51:26.4995392Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:26.4995911Z force-push: false 2024-04-03T15:51:26.4996191Z ##[endgroup] 2024-04-03T15:51:26.5016345Z ##[group]Run set -ex 2024-04-03T15:51:26.5016686Z set -ex 2024-04-03T15:51:26.5016959Z  2024-04-03T15:51:26.5017497Z # If the docker build directory or the build script doesn't exist, the action will 2024-04-03T15:51:26.5018450Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-04-03T15:51:26.5019248Z # job could then download the pre-built image as usual 2024-04-03T15:51:26.5020030Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-04-03T15:51:26.5020692Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5021314Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5021881Z  2024-04-03T15:51:26.5022376Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-04-03T15:51:26.5022981Z  exit 0 2024-04-03T15:51:26.5023257Z else 2024-04-03T15:51:26.5023602Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5024023Z fi 2024-04-03T15:51:26.5024274Z  2024-04-03T15:51:26.5024726Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-04-03T15:51:26.5025570Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-04-03T15:51:26.5026354Z  # use it as it is, but first let's extract the tag 2024-04-03T15:51:26.5027050Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-04-03T15:51:26.5027755Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5028444Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5029001Z else 2024-04-03T15:51:26.5029418Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-04-03T15:51:26.5030057Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5030949Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5031703Z fi 2024-04-03T15:51:26.5038831Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:26.5039300Z env: 2024-04-03T15:51:26.5039549Z REPO_NAME: pytorch 2024-04-03T15:51:26.5039948Z DOCKER_IMAGE_NAME: pytorch-linux-jammy-py3.8-gcc11 2024-04-03T15:51:26.5040629Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:51:26.5041116Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:26.5041627Z ##[endgroup] 2024-04-03T15:51:26.5061845Z + [[ ! -d .ci/docker ]] 2024-04-03T15:51:26.5062550Z + [[ ! -f .ci/docker/build.sh ]] 2024-04-03T15:51:26.5063013Z + echo skip=false 2024-04-03T15:51:26.5064342Z + [[ pytorch-linux-jammy-py3.8-gcc11 == *\3\0\8\5\3\5\3\8\5\1\1\4\.\d\k\r\.\e\c\r\.\u\s\-\e\a\s\t\-\1\.\a\m\a\z\o\n\a\w\s\.\c\o\m\/\p\y\t\o\r\c\h* ]] 2024-04-03T15:51:26.5065621Z ++ git rev-parse HEAD:.ci/docker 2024-04-03T15:51:26.5078020Z + DOCKER_TAG=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.5079137Z + echo docker-tag=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.5081787Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.5111066Z ##[group]Run set +e 2024-04-03T15:51:26.5111511Z set +e 2024-04-03T15:51:26.5111791Z set -x 2024-04-03T15:51:26.5112045Z  2024-04-03T15:51:26.5112299Z login() { 2024-04-03T15:51:26.5112955Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:51:26.5113678Z } 2024-04-03T15:51:26.5114008Z  2024-04-03T15:51:26.5114258Z retry () { 2024-04-03T15:51:26.5114614Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:51:26.5115046Z } 2024-04-03T15:51:26.5115292Z  2024-04-03T15:51:26.5115569Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:51:26.5115968Z  2024-04-03T15:51:26.5116422Z # Check if image already exists, if it does then skip building it 2024-04-03T15:51:26.5117124Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2024-04-03T15:51:26.5117600Z  exit 0 2024-04-03T15:51:26.5117880Z fi 2024-04-03T15:51:26.5118134Z  2024-04-03T15:51:26.5118611Z # NB: This part requires a full checkout. Otherwise, the merge base will 2024-04-03T15:51:26.5119437Z # be empty. The default action would be to continue rebuild the image 2024-04-03T15:51:26.5120323Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2024-04-03T15:51:26.5121010Z  # if we're on the base branch then use the parent commit 2024-04-03T15:51:26.5121592Z  MERGE_BASE=$(git rev-parse HEAD~) 2024-04-03T15:51:26.5122007Z else 2024-04-03T15:51:26.5122443Z  # otherwise we're on a PR, so use the most recent base commit 2024-04-03T15:51:26.5123129Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2024-04-03T15:51:26.5123629Z fi 2024-04-03T15:51:26.5123873Z  2024-04-03T15:51:26.5124173Z if [[ -z "${MERGE_BASE}" ]]; then 2024-04-03T15:51:26.5124662Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5125107Z  2024-04-03T15:51:26.5125744Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2024-04-03T15:51:26.5126510Z  exit 0 2024-04-03T15:51:26.5126783Z fi 2024-04-03T15:51:26.5127020Z  2024-04-03T15:51:26.5127433Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2024-04-03T15:51:26.5128421Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2024-04-03T15:51:26.5129220Z  exit 1 2024-04-03T15:51:26.5129496Z fi 2024-04-03T15:51:26.5129747Z  2024-04-03T15:51:26.5130284Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2024-04-03T15:51:26.5131248Z # If no image exists but the hash is the same as the previous hash then we should error out here 2024-04-03T15:51:26.5132119Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2024-04-03T15:51:26.5133098Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2024-04-03T15:51:26.5134196Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2024-04-03T15:51:26.5134839Z fi 2024-04-03T15:51:26.5135097Z  2024-04-03T15:51:26.5135415Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:26.5142527Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:26.5143016Z env: 2024-04-03T15:51:26.5143272Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:51:26.5143703Z BASE_REVISION: 1d52c2d98507759a2143d52b922c541dbe36b6bf 2024-04-03T15:51:26.5144761Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.5145803Z DOCKER_TAG: 16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.5146501Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:26.5146995Z ##[endgroup] 2024-04-03T15:51:26.5166792Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:26.5167422Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:26.5168577Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:51:26.5169895Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:26.8867668Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:26.8868763Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:26.8869702Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:26.8870240Z 2024-04-03T15:51:26.8870490Z Login Succeeded 2024-04-03T15:51:26.8883548Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.0810846Z { 2024-04-03T15:51:27.0811416Z "schemaVersion": 2, 2024-04-03T15:51:27.0812092Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-04-03T15:51:27.0812665Z "config": { 2024-04-03T15:51:27.0813102Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-04-03T15:51:27.0813658Z "size": 40203, 2024-04-03T15:51:27.0814360Z "digest": "sha256:edab37a6fecd099844f4888cdb58ab57de8cc1ffb0964933664a10a6b9fa73a8" 2024-04-03T15:51:27.0815384Z }, 2024-04-03T15:51:27.0815633Z "layers": [ 2024-04-03T15:51:27.0815876Z { 2024-04-03T15:51:27.0816302Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0817916Z "size": 30451302, 2024-04-03T15:51:27.0818944Z "digest": "sha256:23828d760c7b04df02891af556c40ca44c2dd79d6837ea6f18fac24f4108448c" 2024-04-03T15:51:27.0819804Z }, 2024-04-03T15:51:27.0820035Z { 2024-04-03T15:51:27.0820712Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0821531Z "size": 1828, 2024-04-03T15:51:27.0822061Z "digest": "sha256:4c71b2109c4fce41644c534918307f4ec9dd5d74b2d1491181d8b896339253e9" 2024-04-03T15:51:27.0822667Z }, 2024-04-03T15:51:27.0822878Z { 2024-04-03T15:51:27.0823297Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0823858Z "size": 313213453, 2024-04-03T15:51:27.0824159Z + exit 0 2024-04-03T15:51:27.0824676Z "digest": "sha256:42a766fc09097cc12b6898fbc22c4b5afc61dc6e8cdca26fda1af54cd5808163" 2024-04-03T15:51:27.0825450Z }, 2024-04-03T15:51:27.0825666Z { 2024-04-03T15:51:27.0826086Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0826634Z "size": 803, 2024-04-03T15:51:27.0827145Z "digest": "sha256:0e2f2458798f790b54c7f9276d0e1a9a69ec59f7271c51c3fcae9227ad87e7eb" 2024-04-03T15:51:27.0827756Z }, 2024-04-03T15:51:27.0828068Z { 2024-04-03T15:51:27.0828474Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0829169Z "size": 106, 2024-04-03T15:51:27.0829999Z "digest": "sha256:52475bb51e22a833df2d915ac317fb98bfd19fee4ca169046b28174a752de665" 2024-04-03T15:51:27.0830877Z }, 2024-04-03T15:51:27.0831100Z { 2024-04-03T15:51:27.0831664Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0832574Z "size": 545, 2024-04-03T15:51:27.0833582Z "digest": "sha256:928ebba6ddfb9f4b945e7b6b29221dfe7b1831becab9dc384c852b9449db7229" 2024-04-03T15:51:27.0834569Z }, 2024-04-03T15:51:27.0834780Z { 2024-04-03T15:51:27.0835203Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0835748Z "size": 1240, 2024-04-03T15:51:27.0836261Z "digest": "sha256:71bfb06f00796d9766e8078ce0d22c3504c748cdda403b229e08b9f66c90bce7" 2024-04-03T15:51:27.0836872Z }, 2024-04-03T15:51:27.0837094Z { 2024-04-03T15:51:27.0837503Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0838050Z "size": 483, 2024-04-03T15:51:27.0838759Z "digest": "sha256:56090b14b977c9226e4e1d467688ba76f54434a7f44807fcfed50926a75aa080" 2024-04-03T15:51:27.0860235Z }, 2024-04-03T15:51:27.0860633Z { 2024-04-03T15:51:27.0861358Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0862445Z "size": 110313371, 2024-04-03T15:51:27.0863615Z "digest": "sha256:22343a243e5681e355fd8661325b3eedb736d5da7e950ccea5d37c9ee3bb3a52" 2024-04-03T15:51:27.0864866Z }, 2024-04-03T15:51:27.0865081Z { 2024-04-03T15:51:27.0865504Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0866053Z "size": 3706, 2024-04-03T15:51:27.0866559Z "digest": "sha256:c29bb23a799916209b3b5f78924aad9644913961489623775658d5e3786c1e03" 2024-04-03T15:51:27.0867320Z }, 2024-04-03T15:51:27.0867570Z { 2024-04-03T15:51:27.0868480Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0869719Z "size": 1904, 2024-04-03T15:51:27.0870619Z "digest": "sha256:84aa8c2bf621b344af8103f37e465c7c28753ecee0bb9418eeefb32f112a07b0" 2024-04-03T15:51:27.0871243Z }, 2024-04-03T15:51:27.0871457Z { 2024-04-03T15:51:27.0871880Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0872435Z "size": 700, 2024-04-03T15:51:27.0872953Z "digest": "sha256:869f7e29fe434c4e7c345a34b7dda28235a1e275755824a3b2faf073a4f64cdf" 2024-04-03T15:51:27.0873593Z }, 2024-04-03T15:51:27.0873964Z { 2024-04-03T15:51:27.0874635Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0875547Z "size": 2590646918, 2024-04-03T15:51:27.0876450Z "digest": "sha256:a35b44e43b45a2801de628c066941679429d266b5d0bcd155ade98198da98461" 2024-04-03T15:51:27.0877494Z }, 2024-04-03T15:51:27.0877930Z { 2024-04-03T15:51:27.0878738Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0879784Z "size": 32, 2024-04-03T15:51:27.0880918Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0881774Z }, 2024-04-03T15:51:27.0881989Z { 2024-04-03T15:51:27.0882409Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0882964Z "size": 380, 2024-04-03T15:51:27.0883490Z "digest": "sha256:f7cdcec5e6209d6102c3247b2bddf556339da28d039352be239d287af12c3da7" 2024-04-03T15:51:27.0884123Z }, 2024-04-03T15:51:27.0884346Z { 2024-04-03T15:51:27.0884752Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0885302Z "size": 220395, 2024-04-03T15:51:27.0885855Z "digest": "sha256:76fd1df065af26b8c5cbc6b570fa6b05472bc0639b5a8546ac1a70fddba60ad1" 2024-04-03T15:51:27.0886472Z }, 2024-04-03T15:51:27.0886698Z { 2024-04-03T15:51:27.0887117Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0887655Z "size": 230, 2024-04-03T15:51:27.0888175Z "digest": "sha256:83315c4c7ef0a0b8556648bfcb8072517770229c65bd5374b453d5741fcd9e4f" 2024-04-03T15:51:27.0888779Z }, 2024-04-03T15:51:27.0888999Z { 2024-04-03T15:51:27.0889415Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0889963Z "size": 2691615, 2024-04-03T15:51:27.0890540Z "digest": "sha256:6460360cb1298811ed09c68381447bbab44626003d5320a65264e700538b0b0d" 2024-04-03T15:51:27.0891141Z }, 2024-04-03T15:51:27.0891364Z { 2024-04-03T15:51:27.0891770Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0892317Z "size": 1994, 2024-04-03T15:51:27.0892851Z "digest": "sha256:f5187f0f8da243ed7751f5eefa2cec05f1393803726eeee84e330057805ca678" 2024-04-03T15:51:27.0893457Z }, 2024-04-03T15:51:27.0893683Z { 2024-04-03T15:51:27.0894109Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0894645Z "size": 105, 2024-04-03T15:51:27.0895170Z "digest": "sha256:b1fe483228e92afe41514cbd9402f338907bd8f46304587c793f7d1606bb1a39" 2024-04-03T15:51:27.0895770Z }, 2024-04-03T15:51:27.0895983Z { 2024-04-03T15:51:27.0896551Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0897105Z "size": 563, 2024-04-03T15:51:27.0897620Z "digest": "sha256:f148109b25c63db922ba0015afc51f9b12bd576ad392435463f6c2ee325f24de" 2024-04-03T15:51:27.0898236Z }, 2024-04-03T15:51:27.0898460Z { 2024-04-03T15:51:27.0898975Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0899525Z "size": 32, 2024-04-03T15:51:27.0900065Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0900674Z }, 2024-04-03T15:51:27.0900899Z { 2024-04-03T15:51:27.0901314Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0901846Z "size": 104, 2024-04-03T15:51:27.0902375Z "digest": "sha256:6e94329e7d9bf7082fc26cec2348784557d985302de815ad85bf204ae9fe67e3" 2024-04-03T15:51:27.0902979Z }, 2024-04-03T15:51:27.0903189Z { 2024-04-03T15:51:27.0903612Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0904163Z "size": 503, 2024-04-03T15:51:27.0904669Z "digest": "sha256:e418f79cac9b43921f1702331a3d93926e2e664608005326054dabcdae1ad4d4" 2024-04-03T15:51:27.0905275Z }, 2024-04-03T15:51:27.0905501Z { 2024-04-03T15:51:27.0905906Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0906458Z "size": 101109813, 2024-04-03T15:51:27.0907001Z "digest": "sha256:77938992fe7d6f9a688194fb8672562ebc57c33a75795b9e880e215974705c68" 2024-04-03T15:51:27.0907586Z }, 2024-04-03T15:51:27.0907811Z { 2024-04-03T15:51:27.0908228Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0908760Z "size": 109, 2024-04-03T15:51:27.0909303Z "digest": "sha256:dd295d40e381bdd36f41fe90b77efba1a050acf7f813197058bb3b925e774bd1" 2024-04-03T15:51:27.0909931Z }, 2024-04-03T15:51:27.0910140Z { 2024-04-03T15:51:27.0910560Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0911113Z "size": 557, 2024-04-03T15:51:27.0911640Z "digest": "sha256:6c196b06c1db85ebaab271581b67c41bf5f6beeab678f989ac6366ff5ee37649" 2024-04-03T15:51:27.0912268Z }, 2024-04-03T15:51:27.0912493Z { 2024-04-03T15:51:27.0912900Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0913458Z "size": 1139068, 2024-04-03T15:51:27.0914014Z "digest": "sha256:d2a4f8c972bba57f9ea2255f6631e9054cea5efdbf91f82a56ab7b897fa5c1d1" 2024-04-03T15:51:27.0914630Z }, 2024-04-03T15:51:27.0914858Z { 2024-04-03T15:51:27.0915279Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0915813Z "size": 103, 2024-04-03T15:51:27.0916342Z "digest": "sha256:e17fa7c51474c7c233f32368ce4a8a33e8ac0992e26c2d76479767026b44ceb3" 2024-04-03T15:51:27.0916951Z }, 2024-04-03T15:51:27.0917164Z { 2024-04-03T15:51:27.0917585Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0918134Z "size": 1489, 2024-04-03T15:51:27.0918674Z "digest": "sha256:cff02b807961d4ba1cd0afa55af83f4c5eecd17857db2049d7b8163477197a13" 2024-04-03T15:51:27.0919301Z }, 2024-04-03T15:51:27.0919525Z { 2024-04-03T15:51:27.0919935Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0920670Z "size": 461458425, 2024-04-03T15:51:27.0921225Z "digest": "sha256:e96da33903b7fc6a3bd99919e3008604c7b7912425f0821837508056cc42ac40" 2024-04-03T15:51:27.0921816Z }, 2024-04-03T15:51:27.0922040Z { 2024-04-03T15:51:27.0922458Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0922995Z "size": 160, 2024-04-03T15:51:27.0923536Z "digest": "sha256:42bd346d5d1c5a410024ee9ecf597a86fc80f47363b6170c7008a5bfde7a1935" 2024-04-03T15:51:27.0924150Z }, 2024-04-03T15:51:27.0924362Z { 2024-04-03T15:51:27.0924781Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0925327Z "size": 2210, 2024-04-03T15:51:27.0925970Z "digest": "sha256:f688bbce9791905b8e853b07768c0b16b689aff2fb5adf40b76836a55e856da8" 2024-04-03T15:51:27.0926595Z }, 2024-04-03T15:51:27.0926817Z { 2024-04-03T15:51:27.0927225Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0927772Z "size": 151, 2024-04-03T15:51:27.0928304Z "digest": "sha256:8fbc77b9694b8d91b1f39276723dece503921f6578be17b0b2dfaf43e04f316b" 2024-04-03T15:51:27.0928982Z }, 2024-04-03T15:51:27.0929204Z { 2024-04-03T15:51:27.0929619Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0930226Z "size": 648, 2024-04-03T15:51:27.0930766Z "digest": "sha256:e2a3bc47943f6d4122b5c4adbbfff57e0d9d734ba8fce407089307ecd51be02b" 2024-04-03T15:51:27.0931383Z }, 2024-04-03T15:51:27.0931591Z { 2024-04-03T15:51:27.0932009Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0932559Z "size": 32, 2024-04-03T15:51:27.0933088Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0933705Z }, 2024-04-03T15:51:27.0933930Z { 2024-04-03T15:51:27.0934329Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0934866Z "size": 163, 2024-04-03T15:51:27.0935393Z "digest": "sha256:8237da8eed865d197e234faec5be6043bd60f07d7409b664bb649ed2cab44fef" 2024-04-03T15:51:27.0936005Z }, 2024-04-03T15:51:27.0936227Z { 2024-04-03T15:51:27.0936645Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0937182Z "size": 109, 2024-04-03T15:51:27.0937728Z "digest": "sha256:71bb79f7fa9caaf8e330a2d1f846acae32a8c4be0e87e1a7e1aab1c01153ddcd" 2024-04-03T15:51:27.0938366Z }, 2024-04-03T15:51:27.0938577Z { 2024-04-03T15:51:27.0938997Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0939545Z "size": 102, 2024-04-03T15:51:27.0940057Z "digest": "sha256:9688271757d9d394c509517c6cb13ec1cfcd741bd1ad31529b69aff129a3f553" 2024-04-03T15:51:27.0940663Z }, 2024-04-03T15:51:27.0940885Z { 2024-04-03T15:51:27.0941290Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0941843Z "size": 421, 2024-04-03T15:51:27.0942399Z "digest": "sha256:8fba31fce28cff8c2ff69af296d90a4bf77fa61d79ed329e345544d12a70f9f0" 2024-04-03T15:51:27.0943023Z }, 2024-04-03T15:51:27.0943249Z { 2024-04-03T15:51:27.0943670Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0944203Z "size": 32, 2024-04-03T15:51:27.0944734Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0945353Z }, 2024-04-03T15:51:27.0945565Z { 2024-04-03T15:51:27.0946081Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0946618Z "size": 111, 2024-04-03T15:51:27.0947150Z "digest": "sha256:d2f8ea8e2cd5a274189517f6e9212602e45c45b6ad24d3e6efca36b641c3c711" 2024-04-03T15:51:27.0947765Z }, 2024-04-03T15:51:27.0947983Z { 2024-04-03T15:51:27.0948405Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0948958Z "size": 474, 2024-04-03T15:51:27.0949478Z "digest": "sha256:a337c4be3a83b6eb74f2d656fc330bf670263c5a4d580727840df8478a761897" 2024-04-03T15:51:27.0950097Z }, 2024-04-03T15:51:27.0950325Z { 2024-04-03T15:51:27.0950731Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0951287Z "size": 32, 2024-04-03T15:51:27.0951823Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0952432Z }, 2024-04-03T15:51:27.0952655Z { 2024-04-03T15:51:27.0953072Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0953603Z "size": 112, 2024-04-03T15:51:27.0954135Z "digest": "sha256:e2be7086a133e82cb0b446c958db2bb6279d7c81594e240dd90bd96ca3f8d337" 2024-04-03T15:51:27.0954753Z }, 2024-04-03T15:51:27.0954963Z { 2024-04-03T15:51:27.0955464Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0956015Z "size": 564, 2024-04-03T15:51:27.0956548Z "digest": "sha256:e8b6b86420ea9bb0eb2bf0e269ae6323b5c83f3b9236e97dfb5dadfda69a8160" 2024-04-03T15:51:27.0957173Z }, 2024-04-03T15:51:27.0957396Z { 2024-04-03T15:51:27.0957805Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0958414Z "size": 43166471, 2024-04-03T15:51:27.0958948Z "digest": "sha256:4673681701f97c1326775e836dfad15804d325f29fa24d2144d0d32deb5bd456" 2024-04-03T15:51:27.0959532Z }, 2024-04-03T15:51:27.0959755Z { 2024-04-03T15:51:27.0960344Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0960893Z "size": 106, 2024-04-03T15:51:27.0961434Z "digest": "sha256:402352c3f6525cefd02a2ffb8975241b7f1ea3fef56fed20d1fb3ee2b562fa2b" 2024-04-03T15:51:27.0962052Z }, 2024-04-03T15:51:27.0962263Z { 2024-04-03T15:51:27.0962686Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0963235Z "size": 295, 2024-04-03T15:51:27.0963745Z "digest": "sha256:d6271b2f16b74d1b43a4b796fb74885f0065b4045389a65007b5e5ca6517fa87" 2024-04-03T15:51:27.0964353Z }, 2024-04-03T15:51:27.0964581Z { 2024-04-03T15:51:27.0964990Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0965568Z "size": 32, 2024-04-03T15:51:27.0966101Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0966709Z }, 2024-04-03T15:51:27.0966933Z { 2024-04-03T15:51:27.0967353Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0967889Z "size": 106, 2024-04-03T15:51:27.0968427Z "digest": "sha256:0a60eb3db52708e5fe6dc16a141ef3fec47c615c96b1311298120b3e2fa9ead6" 2024-04-03T15:51:27.0969044Z }, 2024-04-03T15:51:27.0969256Z { 2024-04-03T15:51:27.0969676Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0970300Z "size": 425, 2024-04-03T15:51:27.0970814Z "digest": "sha256:5b9f4e04399989649963f72ecbcd3257433a55da6db030f52b4d1d1f3bffc1b4" 2024-04-03T15:51:27.0971418Z }, 2024-04-03T15:51:27.0971642Z { 2024-04-03T15:51:27.0972053Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0972608Z "size": 19308750, 2024-04-03T15:51:27.0973154Z "digest": "sha256:3316bc233a5488f32dcd31964f191c1844dade9b6dc226b8da9db9057c5f9f63" 2024-04-03T15:51:27.0973754Z }, 2024-04-03T15:51:27.0973983Z { 2024-04-03T15:51:27.0974400Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0974931Z "size": 108, 2024-04-03T15:51:27.0975485Z "digest": "sha256:ee5d0a9a6a1eedcd98bf22747c17bdea3ca3e6e8979be9f6f0d6dca8655d3d39" 2024-04-03T15:51:27.0976126Z }, 2024-04-03T15:51:27.0976338Z { 2024-04-03T15:51:27.0976755Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0977302Z "size": 438, 2024-04-03T15:51:27.0977824Z "digest": "sha256:7396a8060fceee68a7f0d96ab5f17e2466f05430b1c4fab23241b780248b0e2e" 2024-04-03T15:51:27.0978437Z }, 2024-04-03T15:51:27.0978660Z { 2024-04-03T15:51:27.0979065Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0979607Z "size": 700, 2024-04-03T15:51:27.0980141Z "digest": "sha256:869f7e29fe434c4e7c345a34b7dda28235a1e275755824a3b2faf073a4f64cdf" 2024-04-03T15:51:27.0980734Z }, 2024-04-03T15:51:27.0980958Z { 2024-04-03T15:51:27.0981375Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0981906Z "size": 141, 2024-04-03T15:51:27.0982431Z "digest": "sha256:8f2884fd6deca001da0a08315864318acd90ef8f9bbd2f79b821b2e121ac04b4" 2024-04-03T15:51:27.0983049Z }, 2024-04-03T15:51:27.0983261Z { 2024-04-03T15:51:27.0983677Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0984222Z "size": 136, 2024-04-03T15:51:27.0984873Z "digest": "sha256:9b6932bd4bc842c9bafcdad19b3a9a796c16cbdad4d20caaf47002b8b74f148a" 2024-04-03T15:51:27.0985508Z }, 2024-04-03T15:51:27.0985734Z { 2024-04-03T15:51:27.0986141Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0986686Z "size": 32, 2024-04-03T15:51:27.0987225Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.0987911Z }, 2024-04-03T15:51:27.0988136Z { 2024-04-03T15:51:27.0988553Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0989087Z "size": 189, 2024-04-03T15:51:27.0989614Z "digest": "sha256:7066d7f0b725d30bf85e388a4e99fb73655e6ba43b948cf1be6aed407249e357" 2024-04-03T15:51:27.0990225Z }, 2024-04-03T15:51:27.0990436Z { 2024-04-03T15:51:27.0990852Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0991397Z "size": 1193, 2024-04-03T15:51:27.0991909Z "digest": "sha256:8a03304f5dc79086302ddbe9a18669358304a92ed8ade623494e72eeca414bd9" 2024-04-03T15:51:27.0992518Z }, 2024-04-03T15:51:27.0992741Z { 2024-04-03T15:51:27.0993147Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0993692Z "size": 700, 2024-04-03T15:51:27.0994216Z "digest": "sha256:869f7e29fe434c4e7c345a34b7dda28235a1e275755824a3b2faf073a4f64cdf" 2024-04-03T15:51:27.0994813Z }, 2024-04-03T15:51:27.0995038Z { 2024-04-03T15:51:27.0995456Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0995989Z "size": 137, 2024-04-03T15:51:27.0996517Z "digest": "sha256:63f01b7de7c9c0753c106e467eeac8c023357ae6dc402ca14015ef5d99de3da5" 2024-04-03T15:51:27.0997131Z }, 2024-04-03T15:51:27.0997341Z { 2024-04-03T15:51:27.0997758Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.0998308Z "size": 1645357786, 2024-04-03T15:51:27.0998842Z "digest": "sha256:9c7bc24d85e16389f450276d031b09c515961f9f71baf9838a32ba99c64571ab" 2024-04-03T15:51:27.0999442Z }, 2024-04-03T15:51:27.0999671Z { 2024-04-03T15:51:27.1000074Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1000787Z "size": 154, 2024-04-03T15:51:27.1001320Z "digest": "sha256:0829c9fd377b7a48911dd53ddc38bf4a29c0d94c592184923f4195efa47a487f" 2024-04-03T15:51:27.1001938Z }, 2024-04-03T15:51:27.1002155Z { 2024-04-03T15:51:27.1002570Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1003100Z "size": 628, 2024-04-03T15:51:27.1003624Z "digest": "sha256:c0d204447609e55f6d096e704a166a553d3d0b9f6a2f2b1369389ea7856db263" 2024-04-03T15:51:27.1004230Z }, 2024-04-03T15:51:27.1004444Z { 2024-04-03T15:51:27.1004860Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1005406Z "size": 700, 2024-04-03T15:51:27.1005940Z "digest": "sha256:869f7e29fe434c4e7c345a34b7dda28235a1e275755824a3b2faf073a4f64cdf" 2024-04-03T15:51:27.1006537Z }, 2024-04-03T15:51:27.1006758Z { 2024-04-03T15:51:27.1007167Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1007713Z "size": 142, 2024-04-03T15:51:27.1008227Z "digest": "sha256:779e99646108784b34aa56e42f18349cdd830012c4bd3233e0e4d929ce272f35" 2024-04-03T15:51:27.1008828Z }, 2024-04-03T15:51:27.1009038Z { 2024-04-03T15:51:27.1009460Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1010003Z "size": 32, 2024-04-03T15:51:27.1010604Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.1011225Z }, 2024-04-03T15:51:27.1011450Z { 2024-04-03T15:51:27.1011858Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1012405Z "size": 158, 2024-04-03T15:51:27.1012949Z "digest": "sha256:80f4cc22eacdc87b398bbd2d5c658a78fa998805084868fddebfbfb46b1e0507" 2024-04-03T15:51:27.1013561Z }, 2024-04-03T15:51:27.1013787Z { 2024-04-03T15:51:27.1014335Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1014871Z "size": 1562, 2024-04-03T15:51:27.1015432Z "digest": "sha256:e0aa2cd02b55bb1e67ef7e0bfba2f8bf629e7b8f1b8a1cd7a63bc562805e4450" 2024-04-03T15:51:27.1016067Z }, 2024-04-03T15:51:27.1016279Z { 2024-04-03T15:51:27.1016697Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1017308Z "size": 32, 2024-04-03T15:51:27.1017832Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.1018452Z }, 2024-04-03T15:51:27.1018674Z { 2024-04-03T15:51:27.1019080Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1019627Z "size": 128, 2024-04-03T15:51:27.1020164Z "digest": "sha256:f064f2e8f1a86f5462546997b860cdff57ddcd2a21a4b3c86b0ab413eb173e22" 2024-04-03T15:51:27.1020766Z }, 2024-04-03T15:51:27.1020993Z { 2024-04-03T15:51:27.1021412Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1021947Z "size": 380, 2024-04-03T15:51:27.1022464Z "digest": "sha256:7874003851e3610104b2deaca398908082b276deac1baed8640e611c039721c7" 2024-04-03T15:51:27.1023064Z }, 2024-04-03T15:51:27.1023274Z { 2024-04-03T15:51:27.1023691Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1024238Z "size": 32, 2024-04-03T15:51:27.1024760Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.1025375Z }, 2024-04-03T15:51:27.1025596Z { 2024-04-03T15:51:27.1026000Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1026544Z "size": 104, 2024-04-03T15:51:27.1027072Z "digest": "sha256:57eb0af0150176410de409eebc484512635f93bd6d90e515dfe0705a6b59941e" 2024-04-03T15:51:27.1027665Z }, 2024-04-03T15:51:27.1027886Z { 2024-04-03T15:51:27.1028306Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1028837Z "size": 1840, 2024-04-03T15:51:27.1029376Z "digest": "sha256:111b525fbe5a364938574520a5fa49d6a3e3f53fcaf3cf5e415d93c9a1655b4d" 2024-04-03T15:51:27.1029990Z }, 2024-04-03T15:51:27.1030200Z { 2024-04-03T15:51:27.1030616Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1031157Z "size": 7529636, 2024-04-03T15:51:27.1031692Z "digest": "sha256:06eb833ae33bb5b9ac945f6d4588015261b4f9d6ce63809be582319c4d2ad0c6" 2024-04-03T15:51:27.1032303Z }, 2024-04-03T15:51:27.1032528Z { 2024-04-03T15:51:27.1032936Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1033482Z "size": 164, 2024-04-03T15:51:27.1034013Z "digest": "sha256:589a8ceece91b6ecad93fc270011293465962dde63d4e4380bc49901c962f636" 2024-04-03T15:51:27.1034618Z }, 2024-04-03T15:51:27.1034843Z { 2024-04-03T15:51:27.1035258Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1035793Z "size": 7938, 2024-04-03T15:51:27.1036327Z "digest": "sha256:a4814dd3f69b9429489be0ce78788fd65239f710ca52ddc34027145ea26a7545" 2024-04-03T15:51:27.1036933Z }, 2024-04-03T15:51:27.1037145Z { 2024-04-03T15:51:27.1037562Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1038111Z "size": 8068, 2024-04-03T15:51:27.1038634Z "digest": "sha256:1f18671b7fca523a587f03c066f4a857df8fceb3485bb8133be4f8ba46b113f4" 2024-04-03T15:51:27.1039254Z }, 2024-04-03T15:51:27.1039475Z { 2024-04-03T15:51:27.1039879Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1040578Z "size": 302, 2024-04-03T15:51:27.1041108Z "digest": "sha256:4002c8a87e7ae430b8882d8bb58e0c96616d7e574f1e4bffa35c05b4894e98ef" 2024-04-03T15:51:27.1041710Z }, 2024-04-03T15:51:27.1041935Z { 2024-04-03T15:51:27.1042352Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1042882Z "size": 32, 2024-04-03T15:51:27.1043530Z "digest": "sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1" 2024-04-03T15:51:27.1044152Z }, 2024-04-03T15:51:27.1044361Z { 2024-04-03T15:51:27.1044780Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1045325Z "size": 108, 2024-04-03T15:51:27.1045844Z "digest": "sha256:cc9527ae45fc240b262a1e61a4955e451b4680ae30c5bcb08d5bb3ea1b93c11e" 2024-04-03T15:51:27.1046536Z }, 2024-04-03T15:51:27.1046757Z { 2024-04-03T15:51:27.1047163Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:27.1047712Z "size": 54145478, 2024-04-03T15:51:27.1048278Z "digest": "sha256:b848d28edf10dd6dc82ce8b6a32dd20d6ff3c8662ba5932bc0d2d7e7bea131e6" 2024-04-03T15:51:27.1048895Z } 2024-04-03T15:51:27.1049119Z ] 2024-04-03T15:51:27.1049339Z } 2024-04-03T15:51:27.1157652Z ##[group]Run tag=${ECR_DOCKER_IMAGE##*/} 2024-04-03T15:51:27.1158108Z tag=${ECR_DOCKER_IMAGE##*/} 2024-04-03T15:51:27.1158643Z echo "docker pull ghcr.io/pytorch/ci-image:${tag/:/-}" 2024-04-03T15:51:27.1166466Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:27.1166941Z env: 2024-04-03T15:51:27.1167800Z ECR_DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.1168780Z ##[endgroup] 2024-04-03T15:51:27.1190747Z docker pull ghcr.io/pytorch/ci-image:pytorch-linux-jammy-py3.8-gcc11-16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.1241262Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-04-03T15:51:27.1241821Z with: 2024-04-03T15:51:27.1242668Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.1243783Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:27.1244287Z ##[endgroup] 2024-04-03T15:51:27.1261385Z ##[group]Run set -x 2024-04-03T15:51:27.1261705Z set -x 2024-04-03T15:51:27.1261984Z set +e 2024-04-03T15:51:27.1262252Z  2024-04-03T15:51:27.1262495Z login() { 2024-04-03T15:51:27.1263148Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:51:27.1263860Z } 2024-04-03T15:51:27.1264104Z  2024-04-03T15:51:27.1264366Z retry () { 2024-04-03T15:51:27.1264770Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:51:27.1265207Z } 2024-04-03T15:51:27.1265459Z  2024-04-03T15:51:27.1265737Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:51:27.1266130Z  2024-04-03T15:51:27.1266377Z set -e 2024-04-03T15:51:27.1266821Z # ignore output since only exit code is used for conditional 2024-04-03T15:51:27.1267516Z # only pull docker image if it's not available locally 2024-04-03T15:51:27.1268278Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-04-03T15:51:27.1268965Z  retry docker pull "${DOCKER_IMAGE}" 2024-04-03T15:51:27.1269372Z fi 2024-04-03T15:51:27.1276194Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:27.1276683Z env: 2024-04-03T15:51:27.1277519Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.1278619Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:27.1279131Z ##[endgroup] 2024-04-03T15:51:27.1298669Z + set +e 2024-04-03T15:51:27.1299298Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:27.1300086Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:27.1302003Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:51:27.1302857Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:27.5199240Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:27.5200150Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:27.5201305Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:27.5201839Z 2024-04-03T15:51:27.5201957Z Login Succeeded 2024-04-03T15:51:27.5211366Z + set -e 2024-04-03T15:51:27.5212462Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.5362039Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.5363770Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:27.7968670Z 16884143090f148aa56809ceba26eeb699b5dc49: Pulling from pytorch/pytorch-linux-jammy-py3.8-gcc11 2024-04-03T15:51:27.7971997Z 23828d760c7b: Pulling fs layer 2024-04-03T15:51:27.7973714Z 4c71b2109c4f: Pulling fs layer 2024-04-03T15:51:27.7983071Z 42a766fc0909: Pulling fs layer 2024-04-03T15:51:27.7983793Z 0e2f2458798f: Pulling fs layer 2024-04-03T15:51:27.7984463Z 52475bb51e22: Pulling fs layer 2024-04-03T15:51:27.7985150Z 928ebba6ddfb: Pulling fs layer 2024-04-03T15:51:27.7985859Z 71bfb06f0079: Pulling fs layer 2024-04-03T15:51:27.7986435Z 56090b14b977: Pulling fs layer 2024-04-03T15:51:27.7987302Z 22343a243e56: Pulling fs layer 2024-04-03T15:51:27.7987984Z c29bb23a7999: Pulling fs layer 2024-04-03T15:51:27.7988618Z 52475bb51e22: Waiting 2024-04-03T15:51:27.7989203Z 84aa8c2bf621: Pulling fs layer 2024-04-03T15:51:27.7989845Z 928ebba6ddfb: Waiting 2024-04-03T15:51:27.7990360Z 869f7e29fe43: Pulling fs layer 2024-04-03T15:51:27.7990902Z a35b44e43b45: Pulling fs layer 2024-04-03T15:51:27.7991545Z 4f4fb700ef54: Pulling fs layer 2024-04-03T15:51:27.7992189Z 71bfb06f0079: Waiting 2024-04-03T15:51:27.7992779Z f7cdcec5e620: Pulling fs layer 2024-04-03T15:51:27.7993347Z 56090b14b977: Waiting 2024-04-03T15:51:27.7993918Z 76fd1df065af: Pulling fs layer 2024-04-03T15:51:27.7994565Z 22343a243e56: Waiting 2024-04-03T15:51:27.7995145Z 83315c4c7ef0: Pulling fs layer 2024-04-03T15:51:27.7995778Z c29bb23a7999: Waiting 2024-04-03T15:51:27.7996361Z 6460360cb129: Pulling fs layer 2024-04-03T15:51:27.7996831Z f5187f0f8da2: Pulling fs layer 2024-04-03T15:51:27.7997184Z b1fe483228e9: Pulling fs layer 2024-04-03T15:51:27.7997630Z f148109b25c6: Pulling fs layer 2024-04-03T15:51:27.7997970Z 84aa8c2bf621: Waiting 2024-04-03T15:51:27.7998254Z 869f7e29fe43: Waiting 2024-04-03T15:51:27.7998548Z f7cdcec5e620: Waiting 2024-04-03T15:51:27.7998862Z 6e94329e7d9b: Pulling fs layer 2024-04-03T15:51:27.7999193Z a35b44e43b45: Waiting 2024-04-03T15:51:27.7999505Z e418f79cac9b: Pulling fs layer 2024-04-03T15:51:27.7999835Z 4f4fb700ef54: Waiting 2024-04-03T15:51:27.8000144Z 77938992fe7d: Pulling fs layer 2024-04-03T15:51:27.8000642Z 6460360cb129: Waiting 2024-04-03T15:51:27.8000919Z f5187f0f8da2: Waiting 2024-04-03T15:51:27.8001213Z b1fe483228e9: Waiting 2024-04-03T15:51:27.8001525Z dd295d40e381: Pulling fs layer 2024-04-03T15:51:27.8001867Z 6c196b06c1db: Pulling fs layer 2024-04-03T15:51:27.8002211Z f148109b25c6: Waiting 2024-04-03T15:51:27.8002510Z 76fd1df065af: Waiting 2024-04-03T15:51:27.8002796Z 83315c4c7ef0: Waiting 2024-04-03T15:51:27.8003104Z d2a4f8c972bb: Pulling fs layer 2024-04-03T15:51:27.8003452Z 6e94329e7d9b: Waiting 2024-04-03T15:51:27.8003747Z e17fa7c51474: Pulling fs layer 2024-04-03T15:51:27.8004103Z cff02b807961: Pulling fs layer 2024-04-03T15:51:27.8004440Z 77938992fe7d: Waiting 2024-04-03T15:51:27.8004733Z e96da33903b7: Pulling fs layer 2024-04-03T15:51:27.8005086Z 42bd346d5d1c: Pulling fs layer 2024-04-03T15:51:27.8005441Z f688bbce9791: Pulling fs layer 2024-04-03T15:51:27.8005787Z 8fbc77b9694b: Pulling fs layer 2024-04-03T15:51:27.8006144Z e2a3bc47943f: Pulling fs layer 2024-04-03T15:51:27.8006484Z 6c196b06c1db: Waiting 2024-04-03T15:51:27.8006765Z e17fa7c51474: Waiting 2024-04-03T15:51:27.8007072Z 8237da8eed86: Pulling fs layer 2024-04-03T15:51:27.8007427Z 71bb79f7fa9c: Pulling fs layer 2024-04-03T15:51:27.8007754Z 42bd346d5d1c: Waiting 2024-04-03T15:51:27.8008058Z 9688271757d9: Pulling fs layer 2024-04-03T15:51:27.8008394Z cff02b807961: Waiting 2024-04-03T15:51:27.8008693Z 8fba31fce28c: Pulling fs layer 2024-04-03T15:51:27.8009183Z 0e2f2458798f: Waiting 2024-04-03T15:51:27.8009478Z 8fbc77b9694b: Waiting 2024-04-03T15:51:27.8009768Z e96da33903b7: Waiting 2024-04-03T15:51:27.8010151Z d2f8ea8e2cd5: Pulling fs layer 2024-04-03T15:51:27.8010515Z a337c4be3a83: Pulling fs layer 2024-04-03T15:51:27.8010844Z 8237da8eed86: Waiting 2024-04-03T15:51:27.8011154Z e2be7086a133: Pulling fs layer 2024-04-03T15:51:27.8011494Z e2a3bc47943f: Waiting 2024-04-03T15:51:27.8011795Z e8b6b86420ea: Pulling fs layer 2024-04-03T15:51:27.8012140Z 9688271757d9: Waiting 2024-04-03T15:51:27.8012431Z 8fba31fce28c: Waiting 2024-04-03T15:51:27.8012722Z 4673681701f9: Pulling fs layer 2024-04-03T15:51:27.8013058Z d2f8ea8e2cd5: Waiting 2024-04-03T15:51:27.8013352Z a337c4be3a83: Waiting 2024-04-03T15:51:27.8013644Z 402352c3f652: Pulling fs layer 2024-04-03T15:51:27.8014001Z d6271b2f16b7: Pulling fs layer 2024-04-03T15:51:27.8014341Z e2be7086a133: Waiting 2024-04-03T15:51:27.8014621Z e8b6b86420ea: Waiting 2024-04-03T15:51:27.8014932Z 0a60eb3db527: Pulling fs layer 2024-04-03T15:51:27.8015272Z d6271b2f16b7: Waiting 2024-04-03T15:51:27.8015658Z d2a4f8c972bb: Waiting 2024-04-03T15:51:27.8015998Z 5b9f4e043999: Pulling fs layer 2024-04-03T15:51:27.8016346Z f688bbce9791: Waiting 2024-04-03T15:51:27.8016643Z 3316bc233a54: Pulling fs layer 2024-04-03T15:51:27.8017000Z ee5d0a9a6a1e: Pulling fs layer 2024-04-03T15:51:27.8017355Z 7396a8060fce: Pulling fs layer 2024-04-03T15:51:27.8017678Z 3316bc233a54: Waiting 2024-04-03T15:51:27.8017972Z ee5d0a9a6a1e: Waiting 2024-04-03T15:51:27.8018280Z 8f2884fd6dec: Pulling fs layer 2024-04-03T15:51:27.8018607Z 5b9f4e043999: Waiting 2024-04-03T15:51:27.8018915Z 9b6932bd4bc8: Pulling fs layer 2024-04-03T15:51:27.8019254Z 9b6932bd4bc8: Waiting 2024-04-03T15:51:27.8019533Z 8f2884fd6dec: Waiting 2024-04-03T15:51:27.8019843Z 7066d7f0b725: Pulling fs layer 2024-04-03T15:51:27.8020180Z 7396a8060fce: Waiting 2024-04-03T15:51:27.8020472Z 8a03304f5dc7: Pulling fs layer 2024-04-03T15:51:27.8020826Z 63f01b7de7c9: Pulling fs layer 2024-04-03T15:51:27.8021185Z 9c7bc24d85e1: Pulling fs layer 2024-04-03T15:51:27.8021532Z 0829c9fd377b: Pulling fs layer 2024-04-03T15:51:27.8021872Z 63f01b7de7c9: Waiting 2024-04-03T15:51:27.8022176Z c0d204447609: Pulling fs layer 2024-04-03T15:51:27.8039228Z 779e99646108: Pulling fs layer 2024-04-03T15:51:27.8039613Z 8a03304f5dc7: Waiting 2024-04-03T15:51:27.8039940Z 80f4cc22eacd: Pulling fs layer 2024-04-03T15:51:27.8040421Z e0aa2cd02b55: Pulling fs layer 2024-04-03T15:51:27.8040774Z 0829c9fd377b: Waiting 2024-04-03T15:51:27.8041129Z f064f2e8f1a8: Pulling fs layer 2024-04-03T15:51:27.8041504Z 80f4cc22eacd: Waiting 2024-04-03T15:51:27.8041806Z e0aa2cd02b55: Waiting 2024-04-03T15:51:27.8042112Z 7874003851e3: Pulling fs layer 2024-04-03T15:51:27.8042475Z 57eb0af01501: Pulling fs layer 2024-04-03T15:51:27.8042837Z 111b525fbe5a: Pulling fs layer 2024-04-03T15:51:27.8043183Z 06eb833ae33b: Pulling fs layer 2024-04-03T15:51:27.8043546Z 589a8ceece91: Pulling fs layer 2024-04-03T15:51:27.8043897Z 57eb0af01501: Waiting 2024-04-03T15:51:27.8044193Z a4814dd3f69b: Pulling fs layer 2024-04-03T15:51:27.8044564Z 1f18671b7fca: Pulling fs layer 2024-04-03T15:51:27.8044982Z 589a8ceece91: Waiting 2024-04-03T15:51:27.8045286Z 4002c8a87e7a: Pulling fs layer 2024-04-03T15:51:27.8045632Z 111b525fbe5a: Waiting 2024-04-03T15:51:27.8045932Z a4814dd3f69b: Waiting 2024-04-03T15:51:27.8046239Z cc9527ae45fc: Pulling fs layer 2024-04-03T15:51:27.8046586Z 7874003851e3: Waiting 2024-04-03T15:51:27.8046897Z b848d28edf10: Pulling fs layer 2024-04-03T15:51:27.8047230Z b848d28edf10: Waiting 2024-04-03T15:51:27.8047536Z 4002c8a87e7a: Waiting 2024-04-03T15:51:27.8047840Z 1f18671b7fca: Waiting 2024-04-03T15:51:27.8048128Z 06eb833ae33b: Waiting 2024-04-03T15:51:27.8874536Z 4c71b2109c4f: Verifying Checksum 2024-04-03T15:51:27.8875065Z 4c71b2109c4f: Download complete 2024-04-03T15:51:27.9655169Z 0e2f2458798f: Verifying Checksum 2024-04-03T15:51:27.9655701Z 0e2f2458798f: Download complete 2024-04-03T15:51:28.0552596Z 52475bb51e22: Verifying Checksum 2024-04-03T15:51:28.0553741Z 52475bb51e22: Download complete 2024-04-03T15:51:28.1282385Z 928ebba6ddfb: Verifying Checksum 2024-04-03T15:51:28.1283291Z 928ebba6ddfb: Download complete 2024-04-03T15:51:28.1618854Z 23828d760c7b: Verifying Checksum 2024-04-03T15:51:28.1619324Z 23828d760c7b: Download complete 2024-04-03T15:51:28.2047366Z 71bfb06f0079: Verifying Checksum 2024-04-03T15:51:28.2047829Z 71bfb06f0079: Download complete 2024-04-03T15:51:28.2537926Z 56090b14b977: Download complete 2024-04-03T15:51:28.3444937Z c29bb23a7999: Download complete 2024-04-03T15:51:28.4398721Z 84aa8c2bf621: Verifying Checksum 2024-04-03T15:51:28.4399470Z 84aa8c2bf621: Download complete 2024-04-03T15:51:28.5284516Z 869f7e29fe43: Verifying Checksum 2024-04-03T15:51:28.5285240Z 869f7e29fe43: Download complete 2024-04-03T15:51:28.8810494Z 23828d760c7b: Pull complete 2024-04-03T15:51:28.9919584Z 4c71b2109c4f: Pull complete 2024-04-03T15:51:29.3707446Z 22343a243e56: Verifying Checksum 2024-04-03T15:51:29.3708057Z 22343a243e56: Download complete 2024-04-03T15:51:29.3796875Z 4f4fb700ef54: Verifying Checksum 2024-04-03T15:51:29.3797588Z 4f4fb700ef54: Download complete 2024-04-03T15:51:29.4618785Z f7cdcec5e620: Verifying Checksum 2024-04-03T15:51:29.4619536Z f7cdcec5e620: Download complete 2024-04-03T15:51:29.5493856Z 76fd1df065af: Verifying Checksum 2024-04-03T15:51:29.5494448Z 76fd1df065af: Download complete 2024-04-03T15:51:29.6098825Z 83315c4c7ef0: Verifying Checksum 2024-04-03T15:51:29.6099362Z 83315c4c7ef0: Download complete 2024-04-03T15:51:29.7298147Z 6460360cb129: Verifying Checksum 2024-04-03T15:51:29.7298880Z 6460360cb129: Download complete 2024-04-03T15:51:29.8066216Z f5187f0f8da2: Download complete 2024-04-03T15:51:29.8943261Z b1fe483228e9: Verifying Checksum 2024-04-03T15:51:29.8943959Z b1fe483228e9: Download complete 2024-04-03T15:51:29.9676633Z f148109b25c6: Download complete 2024-04-03T15:51:30.0443402Z 6e94329e7d9b: Verifying Checksum 2024-04-03T15:51:30.0444238Z 6e94329e7d9b: Download complete 2024-04-03T15:51:30.1222608Z e418f79cac9b: Verifying Checksum 2024-04-03T15:51:30.1223303Z e418f79cac9b: Download complete 2024-04-03T15:51:30.9796986Z 42a766fc0909: Verifying Checksum 2024-04-03T15:51:30.9797803Z 42a766fc0909: Download complete 2024-04-03T15:51:31.0695286Z dd295d40e381: Verifying Checksum 2024-04-03T15:51:31.0695905Z dd295d40e381: Download complete 2024-04-03T15:51:31.1425316Z 6c196b06c1db: Verifying Checksum 2024-04-03T15:51:31.1426210Z 6c196b06c1db: Download complete 2024-04-03T15:51:31.1862248Z 77938992fe7d: Verifying Checksum 2024-04-03T15:51:31.1868324Z 77938992fe7d: Download complete 2024-04-03T15:51:31.2620174Z d2a4f8c972bb: Download complete 2024-04-03T15:51:31.2639528Z e17fa7c51474: Verifying Checksum 2024-04-03T15:51:31.2640870Z e17fa7c51474: Download complete 2024-04-03T15:51:31.3432197Z cff02b807961: Verifying Checksum 2024-04-03T15:51:31.4275691Z cff02b807961: Download complete 2024-04-03T15:51:31.4276462Z 42bd346d5d1c: Verifying Checksum 2024-04-03T15:51:31.4277056Z 42bd346d5d1c: Download complete 2024-04-03T15:51:31.5118358Z f688bbce9791: Verifying Checksum 2024-04-03T15:51:31.5119186Z f688bbce9791: Download complete 2024-04-03T15:51:31.6164808Z 8fbc77b9694b: Download complete 2024-04-03T15:51:31.6932860Z e2a3bc47943f: Verifying Checksum 2024-04-03T15:51:31.6933571Z e2a3bc47943f: Download complete 2024-04-03T15:51:31.7829853Z 8237da8eed86: Verifying Checksum 2024-04-03T15:51:31.7830660Z 8237da8eed86: Download complete 2024-04-03T15:51:31.8559957Z 71bb79f7fa9c: Verifying Checksum 2024-04-03T15:51:31.8560991Z 71bb79f7fa9c: Download complete 2024-04-03T15:51:31.9482306Z 9688271757d9: Verifying Checksum 2024-04-03T15:51:31.9485962Z 9688271757d9: Download complete 2024-04-03T15:51:32.0296108Z 8fba31fce28c: Download complete 2024-04-03T15:51:32.1133493Z d2f8ea8e2cd5: Verifying Checksum 2024-04-03T15:51:32.1134083Z d2f8ea8e2cd5: Download complete 2024-04-03T15:51:32.2107244Z a337c4be3a83: Verifying Checksum 2024-04-03T15:51:32.2107944Z a337c4be3a83: Download complete 2024-04-03T15:51:32.2971359Z e2be7086a133: Verifying Checksum 2024-04-03T15:51:32.2972376Z e2be7086a133: Download complete 2024-04-03T15:51:32.3788728Z e8b6b86420ea: Verifying Checksum 2024-04-03T15:51:32.3789202Z e8b6b86420ea: Download complete 2024-04-03T15:51:33.0458839Z 4673681701f9: Verifying Checksum 2024-04-03T15:51:33.0459936Z 4673681701f9: Download complete 2024-04-03T15:51:33.1332773Z 402352c3f652: Verifying Checksum 2024-04-03T15:51:33.1333494Z 402352c3f652: Download complete 2024-04-03T15:51:33.2128748Z d6271b2f16b7: Verifying Checksum 2024-04-03T15:51:33.2129605Z d6271b2f16b7: Download complete 2024-04-03T15:51:33.2853099Z 0a60eb3db527: Verifying Checksum 2024-04-03T15:51:33.2853562Z 0a60eb3db527: Download complete 2024-04-03T15:51:33.3641656Z 5b9f4e043999: Download complete 2024-04-03T15:51:33.6126658Z 3316bc233a54: Verifying Checksum 2024-04-03T15:51:33.6127441Z 3316bc233a54: Download complete 2024-04-03T15:51:33.6934641Z ee5d0a9a6a1e: Verifying Checksum 2024-04-03T15:51:33.6935196Z ee5d0a9a6a1e: Download complete 2024-04-03T15:51:33.7654273Z 7396a8060fce: Verifying Checksum 2024-04-03T15:51:33.7655119Z 7396a8060fce: Download complete 2024-04-03T15:51:33.8499439Z 8f2884fd6dec: Download complete 2024-04-03T15:51:33.9225328Z 9b6932bd4bc8: Verifying Checksum 2024-04-03T15:51:33.9225941Z 9b6932bd4bc8: Download complete 2024-04-03T15:51:34.0164733Z 7066d7f0b725: Verifying Checksum 2024-04-03T15:51:34.0165513Z 7066d7f0b725: Download complete 2024-04-03T15:51:34.0889922Z 8a03304f5dc7: Verifying Checksum 2024-04-03T15:51:34.0890807Z 8a03304f5dc7: Download complete 2024-04-03T15:51:34.1672003Z 63f01b7de7c9: Verifying Checksum 2024-04-03T15:51:34.1672634Z 63f01b7de7c9: Download complete 2024-04-03T15:51:35.9435380Z e96da33903b7: Verifying Checksum 2024-04-03T15:51:35.9436097Z e96da33903b7: Download complete 2024-04-03T15:51:36.0386718Z 0829c9fd377b: Verifying Checksum 2024-04-03T15:51:36.0387459Z 0829c9fd377b: Download complete 2024-04-03T15:51:36.1489827Z c0d204447609: Verifying Checksum 2024-04-03T15:51:36.1490720Z c0d204447609: Download complete 2024-04-03T15:51:36.2306507Z 779e99646108: Verifying Checksum 2024-04-03T15:51:36.2307294Z 779e99646108: Download complete 2024-04-03T15:51:36.3111408Z 80f4cc22eacd: Verifying Checksum 2024-04-03T15:51:36.3112266Z 80f4cc22eacd: Download complete 2024-04-03T15:51:36.4018157Z e0aa2cd02b55: Verifying Checksum 2024-04-03T15:51:36.4018694Z e0aa2cd02b55: Download complete 2024-04-03T15:51:36.4782607Z f064f2e8f1a8: Verifying Checksum 2024-04-03T15:51:36.4783879Z f064f2e8f1a8: Download complete 2024-04-03T15:51:36.5580379Z 7874003851e3: Verifying Checksum 2024-04-03T15:51:36.5580897Z 7874003851e3: Download complete 2024-04-03T15:51:36.6366125Z 57eb0af01501: Verifying Checksum 2024-04-03T15:51:36.6366903Z 57eb0af01501: Download complete 2024-04-03T15:51:36.7608719Z 111b525fbe5a: Download complete 2024-04-03T15:51:36.9303338Z 06eb833ae33b: Verifying Checksum 2024-04-03T15:51:36.9304013Z 06eb833ae33b: Download complete 2024-04-03T15:51:37.0190106Z 589a8ceece91: Verifying Checksum 2024-04-03T15:51:37.0190658Z 589a8ceece91: Download complete 2024-04-03T15:51:37.0965580Z a4814dd3f69b: Verifying Checksum 2024-04-03T15:51:37.0966208Z a4814dd3f69b: Download complete 2024-04-03T15:51:37.1756972Z 42a766fc0909: Pull complete 2024-04-03T15:51:37.1765035Z 1f18671b7fca: Download complete 2024-04-03T15:51:37.2739481Z 4002c8a87e7a: Verifying Checksum 2024-04-03T15:51:37.2740269Z 4002c8a87e7a: Download complete 2024-04-03T15:51:37.3476933Z cc9527ae45fc: Verifying Checksum 2024-04-03T15:51:37.3477572Z cc9527ae45fc: Download complete 2024-04-03T15:51:37.4170462Z 0e2f2458798f: Pull complete 2024-04-03T15:51:37.6545578Z 52475bb51e22: Pull complete 2024-04-03T15:51:37.8867987Z 928ebba6ddfb: Pull complete 2024-04-03T15:51:37.9759119Z b848d28edf10: Verifying Checksum 2024-04-03T15:51:37.9759589Z b848d28edf10: Download complete 2024-04-03T15:51:38.0899893Z 71bfb06f0079: Pull complete 2024-04-03T15:51:38.2107214Z 56090b14b977: Pull complete 2024-04-03T15:51:55.9034848Z 22343a243e56: Pull complete 2024-04-03T15:51:56.3913227Z c29bb23a7999: Pull complete 2024-04-03T15:51:56.8411566Z 84aa8c2bf621: Pull complete 2024-04-03T15:51:57.3733452Z 869f7e29fe43: Pull complete 2024-04-03T15:52:01.0121244Z 9c7bc24d85e1: Verifying Checksum 2024-04-03T15:52:01.0121765Z 9c7bc24d85e1: Download complete 2024-04-03T15:52:04.6012416Z a35b44e43b45: Verifying Checksum 2024-04-03T15:52:04.6013118Z a35b44e43b45: Download complete 2024-04-03T15:52:51.6214133Z a35b44e43b45: Pull complete 2024-04-03T15:52:51.7007027Z 4f4fb700ef54: Pull complete 2024-04-03T15:52:51.7923674Z f7cdcec5e620: Pull complete 2024-04-03T15:52:51.9972751Z 76fd1df065af: Pull complete 2024-04-03T15:52:52.1449064Z 83315c4c7ef0: Pull complete 2024-04-03T15:52:52.4287970Z 6460360cb129: Pull complete 2024-04-03T15:52:52.6558402Z f5187f0f8da2: Pull complete 2024-04-03T15:52:52.8475210Z b1fe483228e9: Pull complete 2024-04-03T15:52:53.0225539Z f148109b25c6: Pull complete 2024-04-03T15:52:53.4165580Z 6e94329e7d9b: Pull complete 2024-04-03T15:52:53.5854981Z e418f79cac9b: Pull complete 2024-04-03T15:52:56.3825952Z 77938992fe7d: Pull complete 2024-04-03T15:52:56.4803491Z dd295d40e381: Pull complete 2024-04-03T15:52:56.5654250Z 6c196b06c1db: Pull complete 2024-04-03T15:52:56.7028715Z d2a4f8c972bb: Pull complete 2024-04-03T15:52:56.8163856Z e17fa7c51474: Pull complete 2024-04-03T15:52:56.9178016Z cff02b807961: Pull complete 2024-04-03T15:53:09.2684102Z e96da33903b7: Pull complete 2024-04-03T15:53:09.4753893Z 42bd346d5d1c: Pull complete 2024-04-03T15:53:09.7038306Z f688bbce9791: Pull complete 2024-04-03T15:53:09.8809140Z 8fbc77b9694b: Pull complete 2024-04-03T15:53:10.0298487Z e2a3bc47943f: Pull complete 2024-04-03T15:53:10.4585943Z 8237da8eed86: Pull complete 2024-04-03T15:53:10.6152576Z 71bb79f7fa9c: Pull complete 2024-04-03T15:53:10.7079751Z 9688271757d9: Pull complete 2024-04-03T15:53:10.7837730Z 8fba31fce28c: Pull complete 2024-04-03T15:53:10.9556015Z d2f8ea8e2cd5: Pull complete 2024-04-03T15:53:11.0604630Z a337c4be3a83: Pull complete 2024-04-03T15:53:11.2772390Z e2be7086a133: Pull complete 2024-04-03T15:53:11.3662615Z e8b6b86420ea: Pull complete 2024-04-03T15:53:12.4458853Z 4673681701f9: Pull complete 2024-04-03T15:53:12.5310980Z 402352c3f652: Pull complete 2024-04-03T15:53:12.6248192Z d6271b2f16b7: Pull complete 2024-04-03T15:53:12.7838221Z 0a60eb3db527: Pull complete 2024-04-03T15:53:12.8651624Z 5b9f4e043999: Pull complete 2024-04-03T15:53:13.1772638Z 3316bc233a54: Pull complete 2024-04-03T15:53:13.2758339Z ee5d0a9a6a1e: Pull complete 2024-04-03T15:53:13.3953106Z 7396a8060fce: Pull complete 2024-04-03T15:53:13.5919099Z 8f2884fd6dec: Pull complete 2024-04-03T15:53:13.6934615Z 9b6932bd4bc8: Pull complete 2024-04-03T15:53:13.9082032Z 7066d7f0b725: Pull complete 2024-04-03T15:53:14.0077477Z 8a03304f5dc7: Pull complete 2024-04-03T15:53:14.1917677Z 63f01b7de7c9: Pull complete 2024-04-03T15:53:41.6264111Z 9c7bc24d85e1: Pull complete 2024-04-03T15:53:42.0340850Z 0829c9fd377b: Pull complete 2024-04-03T15:53:42.1811762Z c0d204447609: Pull complete 2024-04-03T15:53:42.6343413Z 779e99646108: Pull complete 2024-04-03T15:53:43.0898406Z 80f4cc22eacd: Pull complete 2024-04-03T15:53:43.3151544Z e0aa2cd02b55: Pull complete 2024-04-03T15:53:43.7780251Z f064f2e8f1a8: Pull complete 2024-04-03T15:53:44.0096543Z 7874003851e3: Pull complete 2024-04-03T15:53:44.5018862Z 57eb0af01501: Pull complete 2024-04-03T15:53:44.7224702Z 111b525fbe5a: Pull complete 2024-04-03T15:53:45.0331019Z 06eb833ae33b: Pull complete 2024-04-03T15:53:45.2230104Z 589a8ceece91: Pull complete 2024-04-03T15:53:45.3789921Z a4814dd3f69b: Pull complete 2024-04-03T15:53:45.5834534Z 1f18671b7fca: Pull complete 2024-04-03T15:53:45.8176990Z 4002c8a87e7a: Pull complete 2024-04-03T15:53:46.2717266Z cc9527ae45fc: Pull complete 2024-04-03T15:53:47.9135182Z b848d28edf10: Pull complete 2024-04-03T15:53:48.0233413Z Digest: sha256:66934e8a2aa7cad8e06a1fbc5a6f0e239ee3d124c7929e4418f76d11beb80c7b 2024-04-03T15:53:48.0625848Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:53:48.0864915Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:53:48.0913460Z ##[group]Run .github/scripts/parse_ref.py 2024-04-03T15:53:48.0913929Z .github/scripts/parse_ref.py 2024-04-03T15:53:48.0925380Z shell: /usr/bin/bash -e {0} 2024-04-03T15:53:48.0925745Z ##[endgroup] 2024-04-03T15:53:48.7530728Z Prepare all required actions 2024-04-03T15:53:48.7606497Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-04-03T15:53:48.7606953Z with: 2024-04-03T15:53:48.7607848Z github-token: *** 2024-04-03T15:53:48.7608141Z ##[endgroup] 2024-04-03T15:53:48.7740560Z ##[group]Run set -eux 2024-04-03T15:53:48.7740893Z set -eux 2024-04-03T15:53:48.7741467Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-04-03T15:53:48.7749181Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:53:48.7749669Z env: 2024-04-03T15:53:48.7750125Z GITHUB_TOKEN: *** 2024-04-03T15:53:48.7750401Z ##[endgroup] 2024-04-03T15:53:48.7772330Z + python3 .github/scripts/get_workflow_job_id.py 8536950919 i-027a2ddb0b1833ae4 2024-04-03T15:53:53.0831743Z setting job-id=23401547206 2024-04-03T15:53:53.0832373Z setting job-name=linux-jammy-py3.8-gcc11-no-ops / build 2024-04-03T15:53:53.1067116Z Prepare all required actions 2024-04-03T15:53:53.1067614Z Getting action download info 2024-04-03T15:53:53.2484629Z ##[group]Run ./.github/actions/filter-test-configs 2024-04-03T15:53:53.2485074Z with: 2024-04-03T15:53:53.2485531Z github-token: *** 2024-04-03T15:53:53.2486035Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 1 }, ]} 2024-04-03T15:53:53.2486698Z job-name: linux-jammy-py3.8-gcc11-no-ops / build 2024-04-03T15:53:53.2487157Z ##[endgroup] 2024-04-03T15:53:53.2544356Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:53:53.2545273Z with: 2024-04-03T15:53:53.2545702Z shell: bash 2024-04-03T15:53:53.2546004Z timeout_minutes: 10 2024-04-03T15:53:53.2546310Z max_attempts: 5 2024-04-03T15:53:53.2546589Z retry_wait_seconds: 30 2024-04-03T15:53:53.2547356Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore python3 -m pip install requests==2.26.0 pyyaml==6.0.1 2024-04-03T15:53:53.2548243Z polling_interval_seconds: 1 2024-04-03T15:53:53.2548584Z warning_on_retry: true 2024-04-03T15:53:53.2548908Z continue_on_error: false 2024-04-03T15:53:53.2549220Z env: 2024-04-03T15:53:53.2549618Z GITHUB_TOKEN: *** 2024-04-03T15:53:53.2549902Z ##[endgroup] 2024-04-03T15:53:53.3074972Z + python3 -m pip install requests==2.26.0 pyyaml==6.0.1 2024-04-03T15:53:53.7445224Z Defaulting to user installation because normal site-packages is not writeable 2024-04-03T15:53:53.8559823Z Collecting requests==2.26.0 2024-04-03T15:53:53.8712855Z Downloading requests-2.26.0-py2.py3-none-any.whl (62 kB) 2024-04-03T15:53:54.0058672Z Collecting pyyaml==6.0.1 2024-04-03T15:53:54.0115240Z Downloading PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (670 kB) 2024-04-03T15:53:54.1374561Z Collecting urllib3<1.27,>=1.21.1 2024-04-03T15:53:54.1417110Z Downloading urllib3-1.26.18-py2.py3-none-any.whl (143 kB) 2024-04-03T15:53:54.2011980Z Collecting idna<4,>=2.5; python_version >= "3" 2024-04-03T15:53:54.2049525Z Downloading idna-3.6-py3-none-any.whl (61 kB) 2024-04-03T15:53:54.4671364Z Collecting charset-normalizer~=2.0.0; python_version >= "3" 2024-04-03T15:53:54.4712806Z Downloading charset_normalizer-2.0.12-py3-none-any.whl (39 kB) 2024-04-03T15:53:54.5342420Z Collecting certifi>=2017.4.17 2024-04-03T15:53:54.5380352Z Downloading certifi-2024.2.2-py3-none-any.whl (163 kB) 2024-04-03T15:53:54.6045485Z Installing collected packages: urllib3, idna, charset-normalizer, certifi, requests, pyyaml 2024-04-03T15:53:54.7816492Z WARNING: The script normalizer is installed in '/home/ec2-user/.local/bin' which is not on PATH. 2024-04-03T15:53:54.7817747Z Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. 2024-04-03T15:53:54.9119582Z Successfully installed certifi-2024.2.2 charset-normalizer-2.0.12 idna-3.6 pyyaml-6.0.1 requests-2.26.0 urllib3-1.26.18 2024-04-03T15:53:55.3083353Z Command completed after 1 attempt(s). 2024-04-03T15:53:55.3125986Z ##[group]Run set -x 2024-04-03T15:53:55.3126299Z set -x 2024-04-03T15:53:55.3126574Z  2024-04-03T15:53:55.3127105Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-04-03T15:53:55.3127773Z # in runner workspace 2024-04-03T15:53:55.3128292Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-04-03T15:53:55.3136303Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:53:55.3136802Z ##[endgroup] 2024-04-03T15:53:55.3158690Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-04-03T15:53:55.3366522Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-04-03T15:53:55.3367064Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-04-03T15:53:55.3367522Z echo "Job name: ${JOB_NAME}" 2024-04-03T15:53:55.3367893Z  2024-04-03T15:53:55.3368528Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-04-03T15:53:55.3369208Z # in runner workspace 2024-04-03T15:53:55.3369763Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-04-03T15:53:55.3370506Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-04-03T15:53:55.3370949Z  --job-name "${JOB_NAME}" \ 2024-04-03T15:53:55.3371359Z  --test-matrix "{ include: [ 2024-04-03T15:53:55.3371860Z  { config: "default", shard: 1, num_shards: 1 }, 2024-04-03T15:53:55.3372334Z ]} 2024-04-03T15:53:55.3372580Z " \ 2024-04-03T15:53:55.3372883Z  --pr-number "${PR_NUMBER}" \ 2024-04-03T15:53:55.3373284Z  --tag "${TAG}" \ 2024-04-03T15:53:55.3373647Z  --event-name "${EVENT_NAME}" \ 2024-04-03T15:53:55.3374073Z  --schedule "${SCHEDULE}" \ 2024-04-03T15:53:55.3374479Z  --branch "${HEAD_BRANCH}" 2024-04-03T15:53:55.3382083Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:53:55.3382558Z env: 2024-04-03T15:53:55.3383006Z GITHUB_TOKEN: *** 2024-04-03T15:53:55.3383387Z JOB_NAME: linux-jammy-py3.8-gcc11-no-ops / build 2024-04-03T15:53:55.3383859Z PR_NUMBER: 123154 2024-04-03T15:53:55.3384240Z TAG: 2024-04-03T15:53:55.3384506Z EVENT_NAME: pull_request 2024-04-03T15:53:55.3384833Z SCHEDULE: 2024-04-03T15:53:55.3385084Z HEAD_BRANCH: 2024-04-03T15:53:55.3385362Z ##[endgroup] 2024-04-03T15:53:55.3406159Z Workflow: pull 2024-04-03T15:53:55.3406653Z Job name: linux-jammy-py3.8-gcc11-no-ops / build 2024-04-03T15:53:55.5331019Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-04-03T15:53:55.8471323Z fatal: unknown commit main 2024-04-03T15:53:55.8511785Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:458: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'main']' returned non-zero exit status 128. 2024-04-03T15:53:55.8515245Z warnings.warn(f"failed to get commit messages: {e}") 2024-04-03T15:53:55.8656553Z ##[group]Run echo "Filtered matrix:" 2024-04-03T15:53:55.8656995Z echo "Filtered matrix:" 2024-04-03T15:53:55.8657765Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 1}]}" 2024-04-03T15:53:55.8658321Z  2024-04-03T15:53:55.8658576Z echo 2024-04-03T15:53:55.8658937Z echo "Is the current job unstable? False" 2024-04-03T15:53:55.8659366Z  2024-04-03T15:53:55.8659614Z echo 2024-04-03T15:53:55.8659952Z echo "Is keep-going label set? False" 2024-04-03T15:53:55.8660362Z  2024-04-03T15:53:55.8660755Z echo 2024-04-03T15:53:55.8661052Z echo "Renabled issues? " 2024-04-03T15:53:55.8668491Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:53:55.8668983Z ##[endgroup] 2024-04-03T15:53:55.8689758Z Filtered matrix: 2024-04-03T15:53:55.8690353Z {include: [{config: default, shard: 1, num_shards: 1}]} 2024-04-03T15:53:55.8690747Z 2024-04-03T15:53:55.8690881Z Is the current job unstable? False 2024-04-03T15:53:55.8691271Z 2024-04-03T15:53:55.8691574Z Is keep-going label set? False 2024-04-03T15:53:55.8691826Z 2024-04-03T15:53:55.8691949Z Renabled issues? 2024-04-03T15:53:55.8825451Z Prepare all required actions 2024-04-03T15:53:55.8825874Z Getting action download info 2024-04-03T15:53:55.9970909Z ##[group]Run ./.github/actions/pytest-cache-download 2024-04-03T15:53:55.9971360Z with: 2024-04-03T15:53:55.9971626Z cache_dir: .pytest_cache 2024-04-03T15:53:55.9972054Z job_identifier: pull_linux-jammy-py3.8-gcc11-no-ops 2024-04-03T15:53:55.9972519Z s3_bucket: gha-artifacts 2024-04-03T15:53:55.9972857Z ##[endgroup] 2024-04-03T15:53:56.0042240Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:53:56.0042801Z with: 2024-04-03T15:53:56.0043051Z shell: bash 2024-04-03T15:53:56.0043314Z timeout_minutes: 5 2024-04-03T15:53:56.0043610Z max_attempts: 5 2024-04-03T15:53:56.0043903Z retry_wait_seconds: 30 2024-04-03T15:53:56.0044326Z command: set -eu python3 -m pip install boto3==1.19.12 2024-04-03T15:53:56.0044821Z polling_interval_seconds: 1 2024-04-03T15:53:56.0045172Z warning_on_retry: true 2024-04-03T15:53:56.0045546Z continue_on_error: false 2024-04-03T15:53:56.0045862Z ##[endgroup] 2024-04-03T15:53:56.2652369Z Defaulting to user installation because normal site-packages is not writeable 2024-04-03T15:53:57.2396747Z Collecting boto3==1.19.12 2024-04-03T15:53:57.2568694Z Downloading boto3-1.19.12-py3-none-any.whl (131 kB) 2024-04-03T15:53:57.3625824Z Collecting s3transfer<0.6.0,>=0.5.0 2024-04-03T15:53:57.3666606Z Downloading s3transfer-0.5.2-py3-none-any.whl (79 kB) 2024-04-03T15:53:58.4888320Z Collecting botocore<1.23.0,>=1.22.12 2024-04-03T15:53:58.4958780Z Downloading botocore-1.22.12-py3-none-any.whl (8.1 MB) 2024-04-03T15:53:58.7296465Z Collecting jmespath<1.0.0,>=0.7.1 2024-04-03T15:53:58.7335954Z Downloading jmespath-0.10.0-py2.py3-none-any.whl (24 kB) 2024-04-03T15:53:58.7547516Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.18) 2024-04-03T15:53:58.8256926Z Collecting python-dateutil<3.0.0,>=2.1 2024-04-03T15:53:58.8296058Z Downloading python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB) 2024-04-03T15:53:58.9062054Z Collecting six>=1.5 2024-04-03T15:53:58.9098152Z Downloading six-1.16.0-py2.py3-none-any.whl (11 kB) 2024-04-03T15:53:58.9976073Z Installing collected packages: six, python-dateutil, jmespath, botocore, s3transfer, boto3 2024-04-03T15:53:59.8923651Z Successfully installed boto3-1.19.12 botocore-1.22.12 jmespath-0.10.0 python-dateutil-2.9.0.post0 s3transfer-0.5.2 six-1.16.0 2024-04-03T15:54:00.0585864Z Command completed after 1 attempt(s). 2024-04-03T15:54:00.0629178Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-04-03T15:54:00.0629746Z python3 .github/scripts/pytest_cache.py \ 2024-04-03T15:54:00.0630216Z  --download \ 2024-04-03T15:54:00.0630625Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-04-03T15:54:00.0631126Z  --pr_identifier $GITHUB_REF \ 2024-04-03T15:54:00.0631589Z  --job_identifier $JOB_IDENTIFIER \ 2024-04-03T15:54:00.0632046Z  --temp_dir $RUNNER_TEMP \ 2024-04-03T15:54:00.0632440Z  --repo $REPO \ 2024-04-03T15:54:00.0632768Z  --bucket $BUCKET \ 2024-04-03T15:54:00.0640106Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:54:00.0640818Z env: 2024-04-03T15:54:00.0641074Z CACHE_DIR: .pytest_cache 2024-04-03T15:54:00.0641495Z JOB_IDENTIFIER: pull_linux-jammy-py3.8-gcc11-no-ops 2024-04-03T15:54:00.0642128Z REPO: pytorch/pytorch 2024-04-03T15:54:00.0642452Z BUCKET: gha-artifacts 2024-04-03T15:54:00.0642754Z ##[endgroup] 2024-04-03T15:54:00.3545687Z PR identifier for `refs/pull/123154/merge` is `bc00947e1b58ab89c2c1cadfe46d41b7` 2024-04-03T15:54:00.3548781Z Downloading cache with args Namespace(bucket='gha-artifacts', cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', download=True, job_identifier='pull_linux-jammy-py3.8-gcc11-no-ops', pr_identifier='refs/pull/123154/merge', repo='pytorch/pytorch', sha=None, shard=None, temp_dir='/home/ec2-user/actions-runner/_work/_temp', test_config=None, upload=False) 2024-04-03T15:54:00.3551877Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/bc00947e1b58ab89c2c1cadfe46d41b7/pull_linux-jammy-py3_8-gcc11-no-ops` in bucket `gha-artifacts` 2024-04-03T15:54:00.4002615Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2024-04-03T15:54:00.4003474Z # detached container should get cleaned up by teardown_ec2_linux 2024-04-03T15:54:00.4004091Z container_name=$(docker run \ 2024-04-03T15:54:00.4004512Z  -e BUILD_ENVIRONMENT \ 2024-04-03T15:54:00.4004949Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2024-04-03T15:54:00.4005386Z  -e AWS_DEFAULT_REGION \ 2024-04-03T15:54:00.4005773Z  -e PR_NUMBER \ 2024-04-03T15:54:00.4006103Z  -e SHA1 \ 2024-04-03T15:54:00.4006393Z  -e BRANCH \ 2024-04-03T15:54:00.4006721Z  -e SCCACHE_BUCKET \ 2024-04-03T15:54:00.4007098Z  -e SCCACHE_S3_KEY_PREFIX \ 2024-04-03T15:54:00.4007477Z  -e XLA_CUDA \ 2024-04-03T15:54:00.4007857Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2024-04-03T15:54:00.4008342Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2024-04-03T15:54:00.4008835Z  -e TORCH_CUDA_ARCH_LIST \ 2024-04-03T15:54:00.4009212Z  -e PR_LABELS \ 2024-04-03T15:54:00.4009558Z  -e OUR_GITHUB_JOB_ID \ 2024-04-03T15:54:00.4009952Z  -e HUGGING_FACE_HUB_TOKEN \ 2024-04-03T15:54:00.4010523Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2024-04-03T15:54:00.4011066Z  --security-opt seccomp=unconfined \ 2024-04-03T15:54:00.4011516Z  --cap-add=SYS_PTRACE \ 2024-04-03T15:54:00.4011882Z  --tty \ 2024-04-03T15:54:00.4012160Z  --detach \ 2024-04-03T15:54:00.4012476Z  --user jenkins \ 2024-04-03T15:54:00.4012946Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2024-04-03T15:54:00.4013481Z  -w /var/lib/jenkins/workspace \ 2024-04-03T15:54:00.4013897Z  "${DOCKER_IMAGE}" 2024-04-03T15:54:00.4014226Z ) 2024-04-03T15:54:00.4014655Z docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh' 2024-04-03T15:54:00.4022558Z shell: /usr/bin/bash -e {0} 2024-04-03T15:54:00.4022908Z env: 2024-04-03T15:54:00.4023252Z BUILD_ENVIRONMENT: linux-jammy-py3.8-gcc11-no-ops 2024-04-03T15:54:00.4023719Z BRANCH: pull/123154 2024-04-03T15:54:00.4024040Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:54:00.4024397Z PR_NUMBER: 123154 2024-04-03T15:54:00.4024741Z SHA1: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:54:00.4025263Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-04-03T15:54:00.4025741Z SCCACHE_S3_KEY_PREFIX: pull 2024-04-03T15:54:00.4026273Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2024-04-03T15:54:00.4027034Z PR_LABELS: [ "open source", "ciflow/trunk", "release notes: autograd" ] 2024-04-03T15:54:00.4027873Z TORCH_CUDA_ARCH_LIST: 5.2 2024-04-03T15:54:00.4028799Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:54:00.4029743Z XLA_CUDA: 2024-04-03T15:54:00.4030015Z DEBUG: 0 2024-04-03T15:54:00.4030285Z OUR_GITHUB_JOB_ID: 23401547206 2024-04-03T15:54:00.4030748Z HUGGING_FACE_HUB_TOKEN: 2024-04-03T15:54:00.4031077Z ##[endgroup] 2024-04-03T15:54:05.1702888Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:54:05.1715852Z + source .ci/pytorch/common.sh 2024-04-03T15:54:05.1718884Z +++ dirname .ci/pytorch/common.sh 2024-04-03T15:54:05.1724949Z ++ source .ci/pytorch/common_utils.sh 2024-04-03T15:54:05.1726474Z +++ declare -f -t trap_add 2024-04-03T15:54:05.1730085Z ++ set -ex 2024-04-03T15:54:05.1730695Z ++ [[ linux-jammy-py3.8-gcc11-no-ops == *rocm* ]] 2024-04-03T15:54:05.1731258Z ++ BUILD_TEST_LIBTORCH=0 2024-04-03T15:54:05.1733563Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:54:05.1739149Z + source .ci/pytorch/common-build.sh 2024-04-03T15:54:05.1740257Z ++ [[ linux-jammy-py3.8-gcc11-no-ops != *win-* ]] 2024-04-03T15:54:05.1745400Z ++++ dirname .ci/pytorch/common-build.sh 2024-04-03T15:54:05.1751474Z +++ cd .ci/pytorch 2024-04-03T15:54:05.1752397Z +++ pwd -P 2024-04-03T15:54:05.1753776Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2024-04-03T15:54:05.1754651Z ++ which sccache 2024-04-03T15:54:05.1767915Z ++ sccache --stop-server 2024-04-03T15:54:05.1859664Z ++ true 2024-04-03T15:54:05.1860385Z ++ rm -f /var/lib/jenkins/sccache_error.log 2024-04-03T15:54:05.1875360Z ++ trap_add sccache_epilogue EXIT 2024-04-03T15:54:05.1876108Z ++ trap_add_cmd=sccache_epilogue 2024-04-03T15:54:05.1876496Z ++ shift 2024-04-03T15:54:05.1876757Z ++ for trap_add_name in "$@" 2024-04-03T15:54:05.1881974Z ++++ trap -p EXIT 2024-04-03T15:54:05.1884112Z +++ eval 'extract_trap_cmd ' 2024-04-03T15:54:05.1884652Z ++++ extract_trap_cmd 2024-04-03T15:54:05.1885129Z ++++ printf '%s\n' '' 2024-04-03T15:54:05.1885761Z +++ printf '%s\n' sccache_epilogue 2024-04-03T15:54:05.1886868Z ++ trap -- ' 2024-04-03T15:54:05.1887369Z sccache_epilogue' EXIT 2024-04-03T15:54:05.1887969Z ++ [[ -n 1 ]] 2024-04-03T15:54:05.1888954Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-04-03T15:54:05.1889893Z Skipping sccache server initialization, setting environment variables 2024-04-03T15:54:05.1890906Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:54:05.1891496Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:54:05.1891939Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:54:05.1892537Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:54:05.1893047Z ++ export RUST_LOG=sccache::server=error 2024-04-03T15:54:05.1893463Z ++ RUST_LOG=sccache::server=error 2024-04-03T15:54:05.1893863Z ++ sccache --zero-stats 2024-04-03T15:54:05.2089407Z Compile requests 0 2024-04-03T15:54:05.2090124Z Compile requests executed 0 2024-04-03T15:54:05.2090723Z Cache hits 0 2024-04-03T15:54:05.2091215Z Cache misses 0 2024-04-03T15:54:05.2091843Z Cache timeouts 0 2024-04-03T15:54:05.2092544Z Cache read errors 0 2024-04-03T15:54:05.2093276Z Forced recaches 0 2024-04-03T15:54:05.2093922Z Cache write errors 0 2024-04-03T15:54:05.2094627Z Compilation failures 0 2024-04-03T15:54:05.2095371Z Cache errors 0 2024-04-03T15:54:05.2096236Z Non-cacheable compilations 0 2024-04-03T15:54:05.2096882Z Non-cacheable calls 0 2024-04-03T15:54:05.2097332Z Non-compilation calls 0 2024-04-03T15:54:05.2097749Z Unsupported compiler calls 0 2024-04-03T15:54:05.2098161Z Average cache write 0.000 s 2024-04-03T15:54:05.2098605Z Average cache read miss 0.000 s 2024-04-03T15:54:05.2099036Z Average cache read hit 0.000 s 2024-04-03T15:54:05.2099459Z Failed distributed compilations 0 2024-04-03T15:54:05.2100657Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T15:54:05.2101683Z ++ which ccache 2024-04-03T15:54:05.2103881Z + [[ linux-jammy-py3.8-gcc11-no-ops == *-mobile-*build* ]] 2024-04-03T15:54:05.2104643Z + echo 'Python version:' 2024-04-03T15:54:05.2104973Z Python version: 2024-04-03T15:54:05.2105282Z + python --version 2024-04-03T15:54:05.2312143Z Python 3.8.19 2024-04-03T15:54:05.2342278Z + echo 'GCC version:' 2024-04-03T15:54:05.2342801Z GCC version: 2024-04-03T15:54:05.2343100Z + gcc --version 2024-04-03T15:54:05.3293261Z gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 2024-04-03T15:54:05.3293827Z Copyright (C) 2021 Free Software Foundation, Inc. 2024-04-03T15:54:05.3294484Z This is free software; see the source for copying conditions. There is NO 2024-04-03T15:54:05.3295315Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2024-04-03T15:54:05.3295827Z 2024-04-03T15:54:05.3298780Z + echo 'CMake version:' 2024-04-03T15:54:05.3299207Z CMake version: 2024-04-03T15:54:05.3299508Z + cmake --version 2024-04-03T15:54:05.3882183Z cmake version 3.26.4 2024-04-03T15:54:05.3882682Z 2024-04-03T15:54:05.3883000Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2024-04-03T15:54:05.3911110Z + echo 'Environment variables:' 2024-04-03T15:54:05.3911748Z Environment variables: 2024-04-03T15:54:05.3912265Z + env 2024-04-03T15:54:05.3918657Z INSTALLED_DB=yes 2024-04-03T15:54:05.3920588Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:54:05.3921267Z PR_LABELS=[ 2024-04-03T15:54:05.3921688Z "open source", 2024-04-03T15:54:05.3922135Z "ciflow/trunk", 2024-04-03T15:54:05.3922631Z "release notes: autograd" 2024-04-03T15:54:05.3923207Z ] 2024-04-03T15:54:05.3923865Z BUILD_ENVIRONMENT=linux-jammy-py3.8-gcc11-no-ops 2024-04-03T15:54:05.3924448Z HOSTNAME=543eb212eac8 2024-04-03T15:54:05.3925798Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_d3aa0f61-3169-46ac-97fa-befa40069e42 2024-04-03T15:54:05.3927197Z GITHUB_ACTION=__self 2024-04-03T15:54:05.3927715Z GITHUB_RUN_NUMBER=192590 2024-04-03T15:54:05.3928309Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T15:54:05.3929187Z TORCH_NVCC_FLAGS=-Xfatbin -compress-all 2024-04-03T15:54:05.3930051Z AWS_DEFAULT_REGION=us-east-1 2024-04-03T15:54:05.3930766Z SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:54:05.3931325Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T15:54:05.3931986Z GITHUB_REF_TYPE=branch 2024-04-03T15:54:05.3932534Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T15:54:05.3933043Z XLA_CUDA= 2024-04-03T15:54:05.3933514Z HUGGING_FACE_HUB_TOKEN= 2024-04-03T15:54:05.3935632Z *** 2024-04-03T15:54:05.3936023Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T15:54:05.3936557Z GITHUB_ACTIONS=true 2024-04-03T15:54:05.3937137Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:54:05.3938129Z SHA1=d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:54:05.3938850Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:54:05.3940018Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T15:54:05.3941038Z UCC_HOME=/usr 2024-04-03T15:54:05.3941499Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T15:54:05.3941928Z GITHUB_REF_PROTECTED=false 2024-04-03T15:54:05.3942295Z HOME=/var/lib/jenkins 2024-04-03T15:54:05.3942630Z GITHUB_API_URL=https://api.github.com 2024-04-03T15:54:05.3943213Z UCX_COMMIT= 2024-04-03T15:54:05.3943510Z SCCACHE_S3_KEY_PREFIX=pull 2024-04-03T15:54:05.3944090Z UCX_HOME=/usr 2024-04-03T15:54:05.3944982Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_d3aa0f61-3169-46ac-97fa-befa40069e42 2024-04-03T15:54:05.3946453Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_d3aa0f61-3169-46ac-97fa-befa40069e42 2024-04-03T15:54:05.3947792Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T15:54:05.3948470Z GITHUB_EVENT_NAME=pull_request 2024-04-03T15:54:05.3948826Z GITHUB_RUN_ID=8536950919 2024-04-03T15:54:05.3949759Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_d3aa0f61-3169-46ac-97fa-befa40069e42 2024-04-03T15:54:05.3950640Z GITHUB_ACTOR=caic99 2024-04-03T15:54:05.3951152Z PR_NUMBER=123154 2024-04-03T15:54:05.3951420Z DESIRED_CUDA= 2024-04-03T15:54:05.3951694Z GITHUB_RUN_ATTEMPT=2 2024-04-03T15:54:05.3952010Z ANACONDA_PYTHON_VERSION=3.8 2024-04-03T15:54:05.3952418Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T15:54:05.3952861Z TERM=xterm 2024-04-03T15:54:05.3953121Z INSTALLED_VISION=yes 2024-04-03T15:54:05.3953408Z BRANCH=pull/123154 2024-04-03T15:54:05.3953703Z OUR_GITHUB_JOB_ID=23401547206 2024-04-03T15:54:05.3954058Z OPENSSL_ROOT_DIR=/opt/openssl 2024-04-03T15:54:05.3954395Z CUDA_PATH=/usr/local/cuda 2024-04-03T15:54:05.3955147Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T15:54:05.3955906Z GITHUB_SERVER_URL=https://github.com 2024-04-03T15:54:05.3956274Z UCC_COMMIT= 2024-04-03T15:54:05.3956519Z DOCS=yes 2024-04-03T15:54:05.3956877Z INSTALLED_ANDROID= 2024-04-03T15:54:05.3957146Z SHLVL=1 2024-04-03T15:54:05.3957381Z MAX_JOBS=6 2024-04-03T15:54:05.3957649Z GITHUB_ACTOR_ID=78061359 2024-04-03T15:54:05.3958095Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:54:05.3958723Z GITHUB_REF_NAME=123154/merge 2024-04-03T15:54:05.3959693Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2024-04-03T15:54:05.3960623Z GITHUB_JOB=build 2024-04-03T15:54:05.3960938Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T15:54:05.3961320Z GITHUB_RETENTION_DAYS=90 2024-04-03T15:54:05.3961635Z OPENSSL_DIR=/opt/openssl 2024-04-03T15:54:05.3961968Z GITHUB_ACTION_REPOSITORY= 2024-04-03T15:54:05.3963028Z PATH=/opt/cache/bin:/usr/local/nvidia/bin:/usr/local/cuda/bin:/opt/conda/envs/py_3.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-04-03T15:54:05.3964103Z GITHUB_BASE_REF=main 2024-04-03T15:54:05.3964400Z INSTALLED_ACL= 2024-04-03T15:54:05.3964665Z CI=true 2024-04-03T15:54:05.3964927Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T15:54:05.3965324Z RUST_LOG=sccache::server=error 2024-04-03T15:54:05.3965679Z INSTALLED_PROTOBUF=yes 2024-04-03T15:54:05.3966025Z GITHUB_HEAD_REF=patch-1 2024-04-03T15:54:05.3966344Z GITHUB_ACTION_REF= 2024-04-03T15:54:05.3966773Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T15:54:05.3967219Z GITHUB_WORKFLOW=pull 2024-04-03T15:54:05.3967545Z DEBIAN_FRONTEND=noninteractive 2024-04-03T15:54:05.3968477Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_d3aa0f61-3169-46ac-97fa-befa40069e42 2024-04-03T15:54:05.3969895Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T15:54:05.3970626Z _=/usr/bin/env 2024-04-03T15:54:05.3971269Z + [[ linux-jammy-py3.8-gcc11-no-ops == *cuda* ]] 2024-04-03T15:54:05.3971858Z + [[ linux-jammy-py3.8-gcc11-no-ops == *cuda11* ]] 2024-04-03T15:54:05.3972477Z + [[ linux-jammy-py3.8-gcc11-no-ops == *\c\a\f\f\e\2* ]] 2024-04-03T15:54:05.3973173Z + [[ linux-jammy-py3.8-gcc11-no-ops == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2024-04-03T15:54:05.3973960Z + [[ linux-jammy-py3.8-gcc11-no-ops == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2024-04-03T15:54:05.3974659Z + [[ linux-jammy-py3.8-gcc11-no-ops == *rocm* ]] 2024-04-03T15:54:05.3975214Z + export USE_LLVM=/opt/llvm 2024-04-03T15:54:05.3975661Z + USE_LLVM=/opt/llvm 2024-04-03T15:54:05.3975991Z + export LLVM_DIR=/opt/llvm/lib/cmake/llvm 2024-04-03T15:54:05.3976424Z + LLVM_DIR=/opt/llvm/lib/cmake/llvm 2024-04-03T15:54:05.3976960Z + [[ linux-jammy-py3.8-gcc11-no-ops == *executorch* ]] 2024-04-03T15:54:05.3977422Z + which conda 2024-04-03T15:54:05.3977697Z /opt/conda/bin/conda 2024-04-03T15:54:05.3978033Z + export CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:54:05.3978424Z + CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:54:05.3978802Z + '[' 3.8 = 3.12 ']' 2024-04-03T15:54:05.3979225Z + [[ linux-jammy-py3.8-gcc11-no-ops == *aarch64* ]] 2024-04-03T15:54:05.3979823Z + [[ linux-jammy-py3.8-gcc11-no-ops == *libtorch* ]] 2024-04-03T15:54:05.3980411Z + [[ linux-jammy-py3.8-gcc11-no-ops == *-android* ]] 2024-04-03T15:54:05.3980999Z + [[ linux-jammy-py3.8-gcc11-no-ops != *android* ]] 2024-04-03T15:54:05.3981740Z + [[ linux-jammy-py3.8-gcc11-no-ops == *vulkan* ]] 2024-04-03T15:54:05.3982487Z + [[ linux-jammy-py3.8-gcc11-no-ops == *rocm* ]] 2024-04-03T15:54:05.3983042Z + [[ linux-jammy-py3.8-gcc11-no-ops == *xpu* ]] 2024-04-03T15:54:05.3983484Z + '[' -z 6 ']' 2024-04-03T15:54:05.3983872Z + [[ linux-jammy-py3.8-gcc11-no-ops == *cuda* ]] 2024-04-03T15:54:05.3984427Z + [[ linux-jammy-py3.8-gcc11-no-ops == *cuda* ]] 2024-04-03T15:54:05.3984969Z + [[ linux-jammy-py3.8-gcc11-no-ops == *clang* ]] 2024-04-03T15:54:05.3985572Z + [[ linux-jammy-py3.8-gcc11-no-ops == *-clang*-asan* ]] 2024-04-03T15:54:05.3986168Z + [[ linux-jammy-py3.8-gcc11-no-ops == *no-ops* ]] 2024-04-03T15:54:05.3986634Z + export USE_PER_OPERATOR_HEADERS=0 2024-04-03T15:54:05.3987028Z + USE_PER_OPERATOR_HEADERS=0 2024-04-03T15:54:05.3987481Z + [[ linux-jammy-py3.8-gcc11-no-ops == *-pch* ]] 2024-04-03T15:54:05.3988261Z + [[ linux-jammy-py3.8-gcc11-no-ops == *linux-focal-py3.7-gcc7-build* ]] 2024-04-03T15:54:05.3989395Z + [[ linux-jammy-py3.8-gcc11-no-ops != *android* ]] 2024-04-03T15:54:05.3990090Z + [[ linux-jammy-py3.8-gcc11-no-ops != *cuda* ]] 2024-04-03T15:54:05.3990563Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2024-04-03T15:54:05.3991000Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2024-04-03T15:54:05.3991450Z ++ stat -c %u /var/lib/jenkins/workspace 2024-04-03T15:54:05.4015367Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2024-04-03T15:54:05.4015979Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2024-04-03T15:54:05.9584076Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2024-04-03T15:54:05.9849634Z + [[ linux-jammy-py3.8-gcc11-no-ops == *-bazel-* ]] 2024-04-03T15:54:05.9851154Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2024-04-03T15:54:05.9852373Z The next three invocations are expected to fail with invalid command error messages. 2024-04-03T15:54:05.9853103Z + get_exit_code python setup.py bad_argument 2024-04-03T15:54:05.9853509Z + set +e 2024-04-03T15:54:05.9853781Z + python setup.py bad_argument 2024-04-03T15:54:06.3353361Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:54:06.4025759Z invalid command 'bad_argument' 2024-04-03T15:54:06.4318143Z + retcode=1 2024-04-03T15:54:06.4318784Z + set -e 2024-04-03T15:54:06.4319052Z + return 1 2024-04-03T15:54:06.4321946Z + get_exit_code python setup.py 'clean]' 2024-04-03T15:54:06.4322737Z + set +e 2024-04-03T15:54:06.4323032Z + python setup.py 'clean]' 2024-04-03T15:54:06.6416665Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:54:06.6762149Z invalid command name 'clean]' 2024-04-03T15:54:06.7029546Z + retcode=1 2024-04-03T15:54:06.7030135Z + set -e 2024-04-03T15:54:06.7030510Z + return 1 2024-04-03T15:54:06.7033513Z + get_exit_code python setup.py clean bad_argument 2024-04-03T15:54:06.7034392Z + set +e 2024-04-03T15:54:06.7034885Z + python setup.py clean bad_argument 2024-04-03T15:54:06.9103403Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:54:06.9569417Z invalid command 'bad_argument' 2024-04-03T15:54:06.9834972Z + retcode=1 2024-04-03T15:54:06.9835688Z + set -e 2024-04-03T15:54:06.9836099Z + return 1 2024-04-03T15:54:06.9836862Z + [[ linux-jammy-py3.8-gcc11-no-ops != *libtorch* ]] 2024-04-03T15:54:06.9837740Z + [[ linux-jammy-py3.8-gcc11-no-ops != *rocm* ]] 2024-04-03T15:54:06.9838297Z + [[ linux-jammy-py3.8-gcc11-no-ops != *xla* ]] 2024-04-03T15:54:06.9838858Z + [[ linux-jammy-py3.8-gcc11-no-ops != *py3.8* ]] 2024-04-03T15:54:06.9839288Z + WERROR=1 2024-04-03T15:54:06.9839568Z + python setup.py bdist_wheel 2024-04-03T15:54:07.1868914Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:54:07.2375597Z -- Building version 2.4.0a0+gitd253bd7 2024-04-03T15:54:07.2525454Z cmake -DBUILD_ENVIRONMENT=linux-jammy-py3.8-gcc11-no-ops -DBUILD_PYTHON=True -DBUILD_STATIC_RUNTIME_BENCHMARK=ON -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/numpy/core/include -DOPENSSL_ROOT_DIR=/opt/openssl -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/envs/py_3.8/include/python3.8 -DPYTHON_LIBRARY=/opt/conda/envs/py_3.8/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=2.4.0a0+gitd253bd7 -DTORCH_CUDA_ARCH_LIST=5.2 -DUSE_LLVM=/opt/llvm -DUSE_NUMPY=True -DUSE_PER_OPERATOR_HEADERS=0 -DWERROR=1 /var/lib/jenkins/workspace 2024-04-03T15:54:07.4933570Z -- The CXX compiler identification is GNU 11.4.0 2024-04-03T15:54:07.6056628Z -- The C compiler identification is GNU 11.4.0 2024-04-03T15:54:07.6202559Z -- Detecting CXX compiler ABI info 2024-04-03T15:54:07.7517497Z -- Detecting CXX compiler ABI info - done 2024-04-03T15:54:07.7623202Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T15:54:07.7625478Z -- Detecting CXX compile features 2024-04-03T15:54:07.7631957Z -- Detecting CXX compile features - done 2024-04-03T15:54:07.7663684Z -- Detecting C compiler ABI info 2024-04-03T15:54:07.8716397Z -- Detecting C compiler ABI info - done 2024-04-03T15:54:07.8818868Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T15:54:07.8822539Z -- Detecting C compile features 2024-04-03T15:54:07.8826341Z -- Detecting C compile features - done 2024-04-03T15:54:07.8845985Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2024-04-03T15:54:08.2522180Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2024-04-03T15:54:08.2522804Z -- Not forcing any particular BLAS to be found 2024-04-03T15:54:08.2555506Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2024-04-03T15:54:08.2579937Z -- Performing Test C_HAS_AVX_1 2024-04-03T15:54:08.5906868Z -- Performing Test C_HAS_AVX_1 - Failed 2024-04-03T15:54:08.5907437Z -- Performing Test C_HAS_AVX_2 2024-04-03T15:54:08.7625346Z -- Performing Test C_HAS_AVX_2 - Success 2024-04-03T15:54:08.7626322Z -- Performing Test C_HAS_AVX2_1 2024-04-03T15:54:09.0298590Z -- Performing Test C_HAS_AVX2_1 - Failed 2024-04-03T15:54:09.0299222Z -- Performing Test C_HAS_AVX2_2 2024-04-03T15:54:09.1913133Z -- Performing Test C_HAS_AVX2_2 - Success 2024-04-03T15:54:09.1913712Z -- Performing Test C_HAS_AVX512_1 2024-04-03T15:54:09.4546089Z -- Performing Test C_HAS_AVX512_1 - Failed 2024-04-03T15:54:09.4546737Z -- Performing Test C_HAS_AVX512_2 2024-04-03T15:54:09.5911414Z -- Performing Test C_HAS_AVX512_2 - Success 2024-04-03T15:54:09.5912067Z -- Performing Test CXX_HAS_AVX_1 2024-04-03T15:54:09.8565282Z -- Performing Test CXX_HAS_AVX_1 - Failed 2024-04-03T15:54:09.8566222Z -- Performing Test CXX_HAS_AVX_2 2024-04-03T15:54:10.0078184Z -- Performing Test CXX_HAS_AVX_2 - Success 2024-04-03T15:54:10.0079138Z -- Performing Test CXX_HAS_AVX2_1 2024-04-03T15:54:10.2753671Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2024-04-03T15:54:10.2754307Z -- Performing Test CXX_HAS_AVX2_2 2024-04-03T15:54:10.4523167Z -- Performing Test CXX_HAS_AVX2_2 - Success 2024-04-03T15:54:10.4523895Z -- Performing Test CXX_HAS_AVX512_1 2024-04-03T15:54:10.7202496Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2024-04-03T15:54:10.7203533Z -- Performing Test CXX_HAS_AVX512_2 2024-04-03T15:54:10.8571262Z -- Performing Test CXX_HAS_AVX512_2 - Success 2024-04-03T15:54:10.8572008Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-04-03T15:54:10.8574116Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-04-03T15:54:10.9944358Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-04-03T15:54:10.9945193Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-04-03T15:54:10.9950196Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-04-03T15:54:11.0904148Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2024-04-03T15:54:11.0910745Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-04-03T15:54:11.1917997Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2024-04-03T15:54:11.1924368Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2024-04-03T15:54:11.3432741Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2024-04-03T15:54:11.3526196Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-04-03T15:54:11.3741704Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-04-03T15:54:11.3747237Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2024-04-03T15:54:11.3748461Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2024-04-03T15:54:11.3749605Z or a Caffe2 dependent library, the next warning / error will give you more 2024-04-03T15:54:11.3750187Z info. 2024-04-03T15:54:11.3750451Z Call Stack (most recent call first): 2024-04-03T15:54:11.3750877Z cmake/Dependencies.cmake:44 (include) 2024-04-03T15:54:11.3751291Z CMakeLists.txt:760 (include) 2024-04-03T15:54:11.3751530Z 2024-04-03T15:54:11.3751660Z  2024-04-03T15:54:11.3752316Z CMake Warning at cmake/Dependencies.cmake:80 (message): 2024-04-03T15:54:11.3753070Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2024-04-03T15:54:11.3753664Z Call Stack (most recent call first): 2024-04-03T15:54:11.3754053Z CMakeLists.txt:760 (include) 2024-04-03T15:54:11.3754305Z 2024-04-03T15:54:11.3754413Z  2024-04-03T15:54:11.3760462Z -- Building using own protobuf under third_party per request. 2024-04-03T15:54:11.3761101Z -- Use custom protobuf build. 2024-04-03T15:54:11.3779422Z -- 2024-04-03T15:54:11.3779722Z -- 3.13.0.0 2024-04-03T15:54:11.3786222Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-04-03T15:54:11.4797949Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success 2024-04-03T15:54:11.4807169Z -- Found Threads: TRUE 2024-04-03T15:54:11.4810840Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2024-04-03T15:54:11.6083655Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2024-04-03T15:54:11.6209809Z -- Caffe2 protobuf include directory: $$ 2024-04-03T15:54:11.6226404Z -- Trying to find preferred BLAS backend of choice: MKL 2024-04-03T15:54:11.6238616Z -- MKL_THREADING = OMP 2024-04-03T15:54:11.6239555Z -- Looking for sys/types.h 2024-04-03T15:54:11.7383712Z -- Looking for sys/types.h - found 2024-04-03T15:54:11.7384239Z -- Looking for stdint.h 2024-04-03T15:54:11.8261231Z -- Looking for stdint.h - found 2024-04-03T15:54:11.8261737Z -- Looking for stddef.h 2024-04-03T15:54:11.9122614Z -- Looking for stddef.h - found 2024-04-03T15:54:11.9123110Z -- Check size of void* 2024-04-03T15:54:12.0329463Z -- Check size of void* - done 2024-04-03T15:54:12.0379409Z -- MKL_THREADING = OMP 2024-04-03T15:54:12.0417056Z -- Check OMP with lib /opt/conda/lib/libgomp.so and flags -fopenmp -v 2024-04-03T15:54:12.1404753Z -- Check OMP with lib /opt/conda/lib/libgomp.so and flags -fopenmp -v 2024-04-03T15:54:12.3335620Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:12.3336797Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:54:12.3337602Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:12.3338394Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:12.3339025Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:12.3339472Z Call Stack (most recent call first): 2024-04-03T15:54:12.3340065Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:12.3340717Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:54:12.3341244Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:54:12.3341802Z cmake/Modules/FindOpenMP.cmake:246 (find_package) 2024-04-03T15:54:12.3342371Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-04-03T15:54:12.3342910Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:54:12.3343450Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:54:12.3344187Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:54:12.3344623Z CMakeLists.txt:760 (include) 2024-04-03T15:54:12.3345243Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:12.3345805Z  2024-04-03T15:54:12.4371561Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:12.4373631Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:54:12.4374451Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:12.4375334Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:12.4375950Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:12.4376412Z Call Stack (most recent call first): 2024-04-03T15:54:12.4377227Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:12.4377874Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:54:12.4378435Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:54:12.4378994Z cmake/Modules/FindOpenMP.cmake:246 (find_package) 2024-04-03T15:54:12.4379548Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-04-03T15:54:12.4380095Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:54:12.4380631Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:54:12.4381159Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:54:12.4381589Z CMakeLists.txt:760 (include) 2024-04-03T15:54:12.4382215Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:12.4382781Z  2024-04-03T15:54:12.4392343Z -- Looking for cblas_sgemm 2024-04-03T15:54:12.7074418Z -- Looking for cblas_sgemm - found 2024-04-03T15:54:12.7075560Z -- Looking for cblas_gemm_bf16bf16f32 2024-04-03T15:54:12.9154162Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-04-03T15:54:12.9154771Z -- Looking for cblas_gemm_f16f16f32 2024-04-03T15:54:13.0241920Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-04-03T15:54:13.0315294Z -- Check OMP with lib /opt/conda/lib/libgomp.so and flags -fopenmp -v 2024-04-03T15:54:13.1215106Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:13.1216576Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:54:13.1218032Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:13.1219408Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:13.1220021Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:13.1220483Z Call Stack (most recent call first): 2024-04-03T15:54:13.1221097Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:13.1221732Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:54:13.1222277Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:54:13.1222822Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:54:13.1223250Z CMakeLists.txt:760 (include) 2024-04-03T15:54:13.1223869Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:13.1224433Z  2024-04-03T15:54:13.1225309Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:13.1226421Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:54:13.1227225Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:13.1227996Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:13.1228605Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:13.1229073Z Call Stack (most recent call first): 2024-04-03T15:54:13.1229663Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:13.1230510Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:54:13.1231053Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:54:13.1231588Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:54:13.1232018Z CMakeLists.txt:760 (include) 2024-04-03T15:54:13.1232612Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:13.1233174Z  2024-04-03T15:54:13.1293534Z -- MKL libraries: /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so;/opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so;/opt/conda/envs/py_3.8/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.a;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.a 2024-04-03T15:54:13.1295353Z -- MKL include directory: /opt/conda/envs/py_3.8/include 2024-04-03T15:54:13.1295876Z -- MKL OpenMP type: GNU 2024-04-03T15:54:13.1296423Z -- MKL OpenMP library: -fopenmp 2024-04-03T15:54:13.1596402Z -- The ASM compiler identification is GNU 2024-04-03T15:54:13.1618812Z -- Found assembler: /opt/cache/bin/cc 2024-04-03T15:54:13.1755928Z -- Brace yourself, we are building NNPACK 2024-04-03T15:54:13.1796395Z -- Performing Test NNPACK_ARCH_IS_X86_32 2024-04-03T15:54:13.2109947Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2024-04-03T15:54:13.2298415Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found version "3.8.19") 2024-04-03T15:54:13.2299197Z -- NNPACK backend is x86-64 2024-04-03T15:54:13.2300168Z -- Downloading six (Python package) to /var/lib/jenkins/workspace/build/confu-srcs/six (define PYTHON_SIX_SOURCE_DIR to avoid it) 2024-04-03T15:54:13.2464184Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/ExternalProject.cmake:3091 (message): 2024-04-03T15:54:13.2465234Z The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is 2024-04-03T15:54:13.2466115Z not set. The policy's OLD behavior will be used. When using a URL 2024-04-03T15:54:13.2466855Z download, the timestamps of extracted files should preferably be that of 2024-04-03T15:54:13.2467629Z the time of extraction, otherwise code that depends on the extracted 2024-04-03T15:54:13.2468365Z contents might not be rebuilt if the URL changes. The OLD behavior 2024-04-03T15:54:13.2469110Z preserves the timestamps from the archive instead, but this is usually not 2024-04-03T15:54:13.2469891Z what you want. Update your project to the NEW behavior or specify the 2024-04-03T15:54:13.2470630Z DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this 2024-04-03T15:54:13.2471175Z robustness issue. 2024-04-03T15:54:13.2471497Z Call Stack (most recent call first): 2024-04-03T15:54:13.2472368Z /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command) 2024-04-03T15:54:13.2473171Z CMakeLists.txt:6 (ExternalProject_Add) 2024-04-03T15:54:13.2473831Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:13.2474293Z 2024-04-03T15:54:13.2549494Z -- Configuring done (0.0s) 2024-04-03T15:54:13.2565589Z -- Generating done (0.0s) 2024-04-03T15:54:13.2577428Z -- Build files have been written to: /var/lib/jenkins/workspace/build/confu-deps/six-download 2024-04-03T15:54:13.2836288Z [ 11%] Creating directories for 'six' 2024-04-03T15:54:13.2958244Z [ 22%] Performing download step (download, verify and extract) for 'six' 2024-04-03T15:54:13.3003857Z -- Downloading... 2024-04-03T15:54:13.3005065Z dst='/var/lib/jenkins/workspace/build/confu-deps/six-download/six-prefix/src/six-1.11.0.tar.gz' 2024-04-03T15:54:13.3005848Z timeout='none' 2024-04-03T15:54:13.3006191Z inactivity timeout='none' 2024-04-03T15:54:13.3007238Z -- Using src='https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz' 2024-04-03T15:54:13.3187856Z -- [download 0% complete] 2024-04-03T15:54:13.3189010Z -- [download 100% complete] 2024-04-03T15:54:13.3559416Z -- [download 16% complete] 2024-04-03T15:54:13.3560623Z -- [download 100% complete] 2024-04-03T15:54:13.3563601Z -- verifying file... 2024-04-03T15:54:13.3564497Z file='/var/lib/jenkins/workspace/build/confu-deps/six-download/six-prefix/src/six-1.11.0.tar.gz' 2024-04-03T15:54:13.3565450Z -- Downloading... done 2024-04-03T15:54:13.3668907Z -- extracting... 2024-04-03T15:54:13.3669728Z src='/var/lib/jenkins/workspace/build/confu-deps/six-download/six-prefix/src/six-1.11.0.tar.gz' 2024-04-03T15:54:13.3670636Z dst='/var/lib/jenkins/workspace/build/confu-srcs/six' 2024-04-03T15:54:13.3671160Z -- extracting... [tar xfz] 2024-04-03T15:54:13.3720483Z -- extracting... [analysis] 2024-04-03T15:54:13.3720904Z -- extracting... [rename] 2024-04-03T15:54:13.3721365Z -- extracting... [clean up] 2024-04-03T15:54:13.3721726Z -- extracting... done 2024-04-03T15:54:13.3812756Z [ 33%] No update step for 'six' 2024-04-03T15:54:13.3933061Z [ 44%] No patch step for 'six' 2024-04-03T15:54:13.4052525Z [ 55%] No configure step for 'six' 2024-04-03T15:54:13.4184743Z [ 66%] No build step for 'six' 2024-04-03T15:54:13.4315159Z [ 77%] No install step for 'six' 2024-04-03T15:54:13.4445127Z [ 88%] No test step for 'six' 2024-04-03T15:54:13.4576323Z [100%] Completed 'six' 2024-04-03T15:54:13.4800460Z [100%] Built target six 2024-04-03T15:54:13.8785884Z -- Found Python: /opt/conda/bin/python3.12 (found version "3.12.1") found components: Interpreter 2024-04-03T15:54:13.8851366Z -- Failed to find LLVM FileCheck 2024-04-03T15:54:13.8883649Z -- Found Git: /usr/bin/git (found version "2.34.1") 2024-04-03T15:54:13.9072298Z -- git version: v1.6.1 normalized to 1.6.1 2024-04-03T15:54:13.9072874Z -- Version: 1.6.1 2024-04-03T15:54:13.9078860Z -- Looking for shm_open in rt 2024-04-03T15:54:13.9925625Z -- Looking for shm_open in rt - found 2024-04-03T15:54:13.9934115Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2024-04-03T15:54:14.0884988Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2024-04-03T15:54:14.0893909Z -- Performing Test HAVE_CXX_FLAG_WALL 2024-04-03T15:54:14.1848115Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2024-04-03T15:54:14.1856981Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2024-04-03T15:54:14.3031241Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2024-04-03T15:54:14.3040736Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2024-04-03T15:54:14.4023422Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2024-04-03T15:54:14.4032224Z -- Performing Test HAVE_CXX_FLAG_WERROR 2024-04-03T15:54:14.4993151Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2024-04-03T15:54:14.5007516Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2024-04-03T15:54:14.5932853Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2024-04-03T15:54:14.5941389Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2024-04-03T15:54:14.6907582Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2024-04-03T15:54:14.6915902Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2024-04-03T15:54:14.7897953Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2024-04-03T15:54:14.7906272Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2024-04-03T15:54:14.8372980Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2024-04-03T15:54:14.8381380Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2024-04-03T15:54:14.9371232Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2024-04-03T15:54:14.9380137Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2024-04-03T15:54:15.0365595Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2024-04-03T15:54:15.0374261Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2024-04-03T15:54:15.1367196Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2024-04-03T15:54:15.1382541Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2024-04-03T15:54:15.2353155Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2024-04-03T15:54:15.2362134Z -- Performing Test HAVE_CXX_FLAG_WD654 2024-04-03T15:54:15.2690108Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2024-04-03T15:54:15.2698400Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2024-04-03T15:54:15.3121949Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2024-04-03T15:54:15.3130746Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2024-04-03T15:54:15.4430582Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2024-04-03T15:54:15.4431847Z -- Performing Test HAVE_STD_REGEX 2024-04-03T15:54:15.4432295Z -- Performing Test HAVE_STD_REGEX 2024-04-03T15:54:15.7500781Z -- Performing Test HAVE_STD_REGEX -- success 2024-04-03T15:54:15.7501334Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-04-03T15:54:15.7501818Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-04-03T15:54:15.7861454Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-04-03T15:54:15.7862066Z -- Performing Test HAVE_POSIX_REGEX 2024-04-03T15:54:15.7862519Z -- Performing Test HAVE_POSIX_REGEX 2024-04-03T15:54:15.9412259Z -- Performing Test HAVE_POSIX_REGEX -- success 2024-04-03T15:54:15.9413060Z -- Performing Test HAVE_STEADY_CLOCK 2024-04-03T15:54:15.9413526Z -- Performing Test HAVE_STEADY_CLOCK 2024-04-03T15:54:16.1092968Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-04-03T15:54:16.1389776Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-04-03T15:54:16.2618228Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-04-03T15:54:16.2642612Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:16.2644461Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:54:16.2645530Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:16.2646583Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:16.2647653Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:16.2648101Z Call Stack (most recent call first): 2024-04-03T15:54:16.2648691Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:16.2649380Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-04-03T15:54:16.2650122Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:16.2650771Z  2024-04-03T15:54:16.2651103Z -- Found OpenMP_C: -fopenmp 2024-04-03T15:54:16.2652345Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:16.2653522Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:54:16.2654333Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:16.2655113Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:16.2655724Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:16.2656187Z Call Stack (most recent call first): 2024-04-03T15:54:16.2656774Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:16.2657437Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-04-03T15:54:16.2658149Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:16.2658718Z  2024-04-03T15:54:16.2659003Z -- Found OpenMP_CXX: -fopenmp 2024-04-03T15:54:16.2659401Z -- Found OpenMP: TRUE 2024-04-03T15:54:16.2659968Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-04-03T15:54:16.2660558Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-04-03T15:54:16.2660849Z 2024-04-03T15:54:16.2660955Z  2024-04-03T15:54:16.3753083Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-04-03T15:54:16.3754143Z ========== 2024-04-03T15:54:16.3754322Z 2024-04-03T15:54:16.3754457Z  2024-04-03T15:54:16.3754943Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-04-03T15:54:16.3755514Z CMAKE_BUILD_TYPE = Release 2024-04-03T15:54:16.3755749Z 2024-04-03T15:54:16.3755855Z  2024-04-03T15:54:16.3756356Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-04-03T15:54:16.3756935Z CMAKE_CXX_FLAGS_DEBUG is -g 2024-04-03T15:54:16.3757442Z 2024-04-03T15:54:16.3757563Z  2024-04-03T15:54:16.3758031Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-04-03T15:54:16.3758667Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2024-04-03T15:54:16.3758961Z 2024-04-03T15:54:16.3759079Z  2024-04-03T15:54:16.3759542Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-04-03T15:54:16.3760080Z ========== 2024-04-03T15:54:16.3760410Z 2024-04-03T15:54:16.3760534Z  2024-04-03T15:54:16.3792532Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2024-04-03T15:54:16.4750741Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2024-04-03T15:54:16.4757725Z -- Performing Test __CxxFlag__fno_semantic_interposition 2024-04-03T15:54:16.5744733Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2024-04-03T15:54:16.5752091Z -- Performing Test __CxxFlag__fmerge_all_constants 2024-04-03T15:54:16.6753516Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2024-04-03T15:54:16.6761212Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2024-04-03T15:54:16.7808109Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2024-04-03T15:54:16.7830197Z ** AsmJit Summary ** 2024-04-03T15:54:16.7831434Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2024-04-03T15:54:16.7832287Z  ASMJIT_TEST=FALSE 2024-04-03T15:54:16.7832690Z  ASMJIT_TARGET_TYPE=STATIC 2024-04-03T15:54:16.7833119Z  ASMJIT_DEPS=pthread;rt 2024-04-03T15:54:16.7833562Z  ASMJIT_LIBS=asmjit;pthread;rt 2024-04-03T15:54:16.7834035Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2024-04-03T15:54:16.7835098Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2024-04-03T15:54:16.7836117Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2024-04-03T15:54:16.7836820Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2024-04-03T15:54:16.7889264Z -- Could NOT find Numa (missing: Numa_INCLUDE_DIR Numa_LIBRARIES) 2024-04-03T15:54:16.7890452Z CMake Warning at cmake/Dependencies.cmake:903 (message): 2024-04-03T15:54:16.7891217Z Not compiling with NUMA. Suppress this warning with -DUSE_NUMA=OFF 2024-04-03T15:54:16.7891810Z Call Stack (most recent call first): 2024-04-03T15:54:16.7892214Z CMakeLists.txt:760 (include) 2024-04-03T15:54:16.7892470Z 2024-04-03T15:54:16.7892580Z  2024-04-03T15:54:16.7908846Z -- Using third party subdirectory Eigen. 2024-04-03T15:54:16.8130325Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found suitable version "3.8.19", minimum required is "3.0") 2024-04-03T15:54:16.8161019Z -- Found PythonLibs: /opt/conda/envs/py_3.8/lib/libpython3.8.so.1.0 (found suitable version "3.8.19", minimum required is "3.0") 2024-04-03T15:54:16.8162704Z -- Using third_party/pybind11. 2024-04-03T15:54:16.8163558Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2024-04-03T15:54:16.8975697Z -- Checking for module 'mpi-c' 2024-04-03T15:54:16.8996688Z -- No package 'mpi-c' found 2024-04-03T15:54:16.9361124Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-04-03T15:54:16.9827305Z -- Checking for module 'mpi-cxx' 2024-04-03T15:54:16.9847342Z -- No package 'mpi-cxx' found 2024-04-03T15:54:17.0227035Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-04-03T15:54:17.0228234Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-04-03T15:54:17.0234400Z CMake Warning at cmake/Dependencies.cmake:1182 (message): 2024-04-03T15:54:17.0235370Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-04-03T15:54:17.0235942Z Call Stack (most recent call first): 2024-04-03T15:54:17.0236349Z CMakeLists.txt:760 (include) 2024-04-03T15:54:17.0236593Z 2024-04-03T15:54:17.0236731Z  2024-04-03T15:54:17.0262865Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2024-04-03T15:54:17.0264335Z -- Will link against OpenMP libraries: /opt/conda/lib/libgomp.so 2024-04-03T15:54:17.0264936Z -- Looking for LLVM in /opt/llvm 2024-04-03T15:54:17.0321726Z -- Found LLVM 9.0.1 2024-04-03T15:54:17.0322247Z -- Using LLVMConfig.cmake in: /opt/llvm/lib/cmake/llvm 2024-04-03T15:54:17.0330856Z CMake Warning at cmake/Dependencies.cmake:1362 (message): 2024-04-03T15:54:17.0331844Z Not using CUDA/ROCM, so disabling USE_NCCL. Suppress this warning with 2024-04-03T15:54:17.0332466Z -DUSE_NCCL=OFF. 2024-04-03T15:54:17.0332780Z Call Stack (most recent call first): 2024-04-03T15:54:17.0333184Z CMakeLists.txt:760 (include) 2024-04-03T15:54:17.0333428Z 2024-04-03T15:54:17.0333537Z  2024-04-03T15:54:17.0479234Z -- Performing Test UV_LINT_W4 2024-04-03T15:54:17.0869342Z -- Performing Test UV_LINT_W4 - Failed 2024-04-03T15:54:17.0876847Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2024-04-03T15:54:17.1262240Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2024-04-03T15:54:17.1269186Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2024-04-03T15:54:17.1655766Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2024-04-03T15:54:17.1662340Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2024-04-03T15:54:17.2063651Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2024-04-03T15:54:17.2070449Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2024-04-03T15:54:17.2467040Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2024-04-03T15:54:17.2473933Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2024-04-03T15:54:17.2866997Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2024-04-03T15:54:17.2873647Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2024-04-03T15:54:17.3268103Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2024-04-03T15:54:17.3274835Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2024-04-03T15:54:17.3662865Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2024-04-03T15:54:17.3669717Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2024-04-03T15:54:17.4054687Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2024-04-03T15:54:17.4061700Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2024-04-03T15:54:17.4441205Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2024-04-03T15:54:17.4448270Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2024-04-03T15:54:17.4837271Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2024-04-03T15:54:17.4844304Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2024-04-03T15:54:17.5250200Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2024-04-03T15:54:17.5257070Z -- Performing Test UV_LINT_WALL 2024-04-03T15:54:17.6244635Z -- Performing Test UV_LINT_WALL - Success 2024-04-03T15:54:17.6251895Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2024-04-03T15:54:17.7142838Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2024-04-03T15:54:17.7150835Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2024-04-03T15:54:17.8348939Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2024-04-03T15:54:17.8356869Z -- Performing Test UV_LINT_EXTRA 2024-04-03T15:54:17.9198287Z -- Performing Test UV_LINT_EXTRA - Success 2024-04-03T15:54:17.9206313Z -- Performing Test UV_LINT_UTF8_MSVC 2024-04-03T15:54:17.9588492Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2024-04-03T15:54:17.9597330Z -- Performing Test UV_F_STRICT_ALIASING 2024-04-03T15:54:18.0419352Z -- Performing Test UV_F_STRICT_ALIASING - Success 2024-04-03T15:54:18.0430517Z -- summary of build options: 2024-04-03T15:54:18.0431286Z Install prefix: /var/lib/jenkins/workspace/torch 2024-04-03T15:54:18.0431974Z Target system: Linux 2024-04-03T15:54:18.0432302Z Compiler: 2024-04-03T15:54:18.0432612Z C compiler: /opt/cache/bin/cc 2024-04-03T15:54:18.0432991Z CFLAGS: 2024-04-03T15:54:18.0433203Z 2024-04-03T15:54:18.0450593Z -- Found uv: 1.38.1 (found version "1.38.1") 2024-04-03T15:54:18.0475833Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-04-03T15:54:18.0476959Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-04-03T15:54:18.0477840Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-04-03T15:54:18.0478713Z set the policy and suppress this warning. 2024-04-03T15:54:18.0479154Z 2024-04-03T15:54:18.0479491Z For compatibility with older versions of CMake, option is clearing the 2024-04-03T15:54:18.0480134Z normal variable 'BUILD_BENCHMARK'. 2024-04-03T15:54:18.0480931Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:18.0481499Z  2024-04-03T15:54:18.0481776Z -- Enabling sccache for CXX 2024-04-03T15:54:18.0482165Z -- Enabling sccache for C 2024-04-03T15:54:18.0482546Z -- Gloo build as SHARED library 2024-04-03T15:54:18.0545643Z CMake Warning at cmake/Dependencies.cmake:1514 (message): 2024-04-03T15:54:18.0546341Z Metal is only used in ios builds. 2024-04-03T15:54:18.0546750Z Call Stack (most recent call first): 2024-04-03T15:54:18.0547152Z CMakeLists.txt:760 (include) 2024-04-03T15:54:18.0547408Z 2024-04-03T15:54:18.0547521Z  2024-04-03T15:54:18.0784870Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found version "3.8.19") 2024-04-03T15:54:18.0788088Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T15:54:18.0790777Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T15:54:18.0793913Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T15:54:18.1889849Z -- 2024-04-03T15:54:18.1890493Z -- ******** Summary ******** 2024-04-03T15:54:18.1891251Z -- CMake version : 3.26.4 2024-04-03T15:54:18.1892434Z -- CMake command : /opt/conda/envs/py_3.8/bin/cmake 2024-04-03T15:54:18.1893528Z -- System : Linux 2024-04-03T15:54:18.1894521Z -- C++ compiler : /opt/cache/bin/c++ 2024-04-03T15:54:18.1895531Z -- C++ compiler version : 11.4.0 2024-04-03T15:54:18.1897217Z -- CXX flags : -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-04-03T15:54:18.1898746Z -- Build type : Release 2024-04-03T15:54:18.1900204Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-04-03T15:54:18.1902054Z -- CMAKE_PREFIX_PATH : /opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda 2024-04-03T15:54:18.1903621Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2024-04-03T15:54:18.1905609Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2024-04-03T15:54:18.1907285Z -- 2024-04-03T15:54:18.1907895Z -- ONNX version : 1.15.0rc2 2024-04-03T15:54:18.1908807Z -- ONNX NAMESPACE : onnx_torch 2024-04-03T15:54:18.1909702Z -- ONNX_USE_LITE_PROTO : OFF 2024-04-03T15:54:18.1910578Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-04-03T15:54:18.1911465Z -- Protobuf_USE_STATIC_LIBS : ON 2024-04-03T15:54:18.1912368Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-04-03T15:54:18.1913299Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-04-03T15:54:18.1914215Z -- ONNX_WERROR : OFF 2024-04-03T15:54:18.1915078Z -- ONNX_BUILD_TESTS : OFF 2024-04-03T15:54:18.1915952Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-04-03T15:54:18.1916812Z -- ONNX_BUILD_SHARED_LIBS : 2024-04-03T15:54:18.1917639Z -- BUILD_SHARED_LIBS : OFF 2024-04-03T15:54:18.1918351Z -- 2024-04-03T15:54:18.1918923Z -- Protobuf compiler : 2024-04-03T15:54:18.1919757Z -- Protobuf includes : 2024-04-03T15:54:18.1920990Z -- Protobuf libraries : 2024-04-03T15:54:18.1921773Z -- BUILD_ONNX_PYTHON : OFF 2024-04-03T15:54:18.1922538Z -- 2024-04-03T15:54:18.1923027Z -- ******** Summary ******** 2024-04-03T15:54:18.1923704Z -- CMake version : 3.26.4 2024-04-03T15:54:18.1924652Z -- CMake command : /opt/conda/envs/py_3.8/bin/cmake 2024-04-03T15:54:18.1925533Z -- System : Linux 2024-04-03T15:54:18.1926307Z -- C++ compiler : /opt/cache/bin/c++ 2024-04-03T15:54:18.1927194Z -- C++ compiler version : 11.4.0 2024-04-03T15:54:18.1928708Z -- CXX flags : -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-04-03T15:54:18.1930311Z -- Build type : Release 2024-04-03T15:54:18.1931450Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2024-04-03T15:54:18.1933340Z -- CMAKE_PREFIX_PATH : /opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda 2024-04-03T15:54:18.1934815Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2024-04-03T15:54:18.1936699Z -- CMAKE_MODULE_PATH : /var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix 2024-04-03T15:54:18.1938354Z -- 2024-04-03T15:54:18.1938880Z -- ONNX version : 1.4.1 2024-04-03T15:54:18.1939599Z -- ONNX NAMESPACE : onnx_torch 2024-04-03T15:54:18.1940393Z -- ONNX_BUILD_TESTS : OFF 2024-04-03T15:54:18.1941131Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-04-03T15:54:18.1941828Z -- ONNX_USE_LITE_PROTO : OFF 2024-04-03T15:54:18.1942503Z -- ONNXIFI_DUMMY_BACKEND : 2024-04-03T15:54:18.1943108Z -- 2024-04-03T15:54:18.1943601Z -- Protobuf compiler : 2024-04-03T15:54:18.1944282Z -- Protobuf includes : 2024-04-03T15:54:18.1944949Z -- Protobuf libraries : 2024-04-03T15:54:18.1945619Z -- BUILD_ONNX_PYTHON : OFF 2024-04-03T15:54:18.1946679Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-04-03T15:54:18.1947790Z -- Adding -DNDEBUG to compile flags 2024-04-03T15:54:18.1959109Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2024-04-03T15:54:18.2312994Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2024-04-03T15:54:18.2313818Z CMake Warning at cmake/Dependencies.cmake:1715 (message): 2024-04-03T15:54:18.2314599Z Not compiling with MAGMA. Suppress this warning with -DUSE_MAGMA=OFF. 2024-04-03T15:54:18.2315191Z Call Stack (most recent call first): 2024-04-03T15:54:18.2315596Z CMakeLists.txt:760 (include) 2024-04-03T15:54:18.2315840Z 2024-04-03T15:54:18.2315965Z  2024-04-03T15:54:18.2532008Z -- Could not find hardware support for NEON on this machine. 2024-04-03T15:54:18.2532701Z -- No OMAP3 processor on this machine. 2024-04-03T15:54:18.2533238Z -- No OMAP4 processor on this machine. 2024-04-03T15:54:18.2541943Z -- Found a library with LAPACK API (mkl). 2024-04-03T15:54:18.2542573Z disabling CUDA because NOT USE_CUDA is set 2024-04-03T15:54:18.2543162Z disabling ROCM because NOT USE_ROCM is set 2024-04-03T15:54:18.2543745Z -- MIOpen not found. Compiling without MIOpen support 2024-04-03T15:54:18.2545843Z -- Will build oneDNN Graph 2024-04-03T15:54:18.2559632Z -- MKLDNN_CPU_RUNTIME = OMP 2024-04-03T15:54:18.2576197Z -- DNNL_TARGET_ARCH: X64 2024-04-03T15:54:18.2588523Z -- DNNL_LIBRARY_NAME: dnnl 2024-04-03T15:54:18.2640640Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:18.2641868Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:54:18.2642666Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:18.2643449Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:18.2644087Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:18.2644714Z Call Stack (most recent call first): 2024-04-03T15:54:18.2645795Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:18.2646829Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-04-03T15:54:18.2647598Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-04-03T15:54:18.2648304Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:18.2648870Z  2024-04-03T15:54:18.2649172Z -- Found OpenMP_C: -fopenmp 2024-04-03T15:54:18.2650158Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:54:18.2651351Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:54:18.2652161Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:54:18.2653060Z problems in calling code that expects `find_package` result variables 2024-04-03T15:54:18.2653690Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:54:18.2654153Z Call Stack (most recent call first): 2024-04-03T15:54:18.2654734Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:54:18.2655522Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-04-03T15:54:18.2656195Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-04-03T15:54:18.2656894Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:54:18.2657451Z  2024-04-03T15:54:18.2657748Z -- Found OpenMP_CXX: -fopenmp 2024-04-03T15:54:18.2695891Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2024-04-03T15:54:18.2890594Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found suitable version "3.8.19", minimum required is "2.7") 2024-04-03T15:54:18.7572366Z -- Found Sphinx: /opt/conda/envs/py_3.8/bin/sphinx-build (found version "sphinx-build 5.3.0") 2024-04-03T15:54:18.7790075Z -- Enabled workload: TRAINING 2024-04-03T15:54:18.7790686Z -- Enabled primitives: ALL 2024-04-03T15:54:18.7791092Z -- Enabled primitive CPU ISA: ALL 2024-04-03T15:54:18.7791526Z -- Enabled primitive GPU ISA: ALL 2024-04-03T15:54:18.7791956Z -- Enabled GeMM kernels ISA: ALL 2024-04-03T15:54:18.7853046Z -- Primitive cache is enabled 2024-04-03T15:54:18.7989080Z -- Graph component is enabled 2024-04-03T15:54:18.8064850Z -- Graph compiler backend is disabled. 2024-04-03T15:54:18.8121838Z -- Found MKL-DNN: TRUE 2024-04-03T15:54:18.8126079Z -- Looking for clock_gettime in rt 2024-04-03T15:54:18.8963620Z -- Looking for clock_gettime in rt - found 2024-04-03T15:54:18.8964152Z -- Looking for mmap 2024-04-03T15:54:18.9775238Z -- Looking for mmap - found 2024-04-03T15:54:18.9775974Z -- Looking for shm_open 2024-04-03T15:54:19.0650603Z -- Looking for shm_open - found 2024-04-03T15:54:19.0651380Z -- Looking for shm_unlink 2024-04-03T15:54:19.1500049Z -- Looking for shm_unlink - found 2024-04-03T15:54:19.1500879Z -- Looking for malloc_usable_size 2024-04-03T15:54:19.2401686Z -- Looking for malloc_usable_size - found 2024-04-03T15:54:19.2402448Z --  2024-04-03T15:54:19.2441843Z -- check z16 2024-04-03T15:54:19.2443607Z -- Performing Test COMPILE_OUT_z16 2024-04-03T15:54:19.2773159Z -- Performing Test COMPILE_OUT_z16 - Failed 2024-04-03T15:54:19.2774025Z -- check z15 2024-04-03T15:54:19.2774651Z -- Performing Test COMPILE_OUT_z15 2024-04-03T15:54:19.3111087Z -- Performing Test COMPILE_OUT_z15 - Failed 2024-04-03T15:54:19.3111718Z -- check z14 2024-04-03T15:54:19.3112140Z -- Performing Test COMPILE_OUT_z14 2024-04-03T15:54:19.3440557Z -- Performing Test COMPILE_OUT_z14 - Failed 2024-04-03T15:54:19.3441105Z --  2024-04-03T15:54:19.3481540Z -- Version: 10.2.1 2024-04-03T15:54:19.3481912Z -- Build type: Release 2024-04-03T15:54:19.3503632Z -- Using CPU-only version of Kineto 2024-04-03T15:54:19.3504091Z -- Configuring Kineto dependency: 2024-04-03T15:54:19.3504769Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2024-04-03T15:54:19.3505418Z -- KINETO_BUILD_TESTS = OFF 2024-04-03T15:54:19.3506038Z -- KINETO_LIBRARY_TYPE = static 2024-04-03T15:54:19.3736730Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found version "3.8.19") 2024-04-03T15:54:19.3737916Z INFO CUDA_SOURCE_DIR =  2024-04-03T15:54:19.3738428Z INFO ROCM_SOURCE_DIR =  2024-04-03T15:54:19.3921208Z INFO CUPTI unavailable or disabled - not building GPU profilers 2024-04-03T15:54:19.4291314Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2024-04-03T15:54:19.4292201Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2024-04-03T15:54:19.4292939Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-04-03T15:54:19.4293534Z INFO ROCTRACER_INCLUDE_DIR = /include/roctracer 2024-04-03T15:54:19.4294768Z INFO DYNOLOG_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/ 2024-04-03T15:54:19.4296212Z INFO IPCFABRIC_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-04-03T15:54:19.4313052Z -- Configured Kineto (CPU) 2024-04-03T15:54:19.4324758Z -- GCC 11.4.0: Adding gcc and gcc_s libs to link line 2024-04-03T15:54:19.4339717Z -- Performing Test HAS_WERROR_RETURN_TYPE 2024-04-03T15:54:19.5325517Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2024-04-03T15:54:19.5332947Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2024-04-03T15:54:19.6314441Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2024-04-03T15:54:19.6321784Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2024-04-03T15:54:19.6778738Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2024-04-03T15:54:19.6785506Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2024-04-03T15:54:19.7772468Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Success 2024-04-03T15:54:19.7780059Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2024-04-03T15:54:19.8767964Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2024-04-03T15:54:19.8775382Z -- Performing Test HAS_WNARROWING 2024-04-03T15:54:19.9771205Z -- Performing Test HAS_WNARROWING - Success 2024-04-03T15:54:19.9778359Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2024-04-03T15:54:20.0771162Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2024-04-03T15:54:20.0778228Z -- Performing Test HAS_WNO_TYPE_LIMITS 2024-04-03T15:54:20.1744462Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2024-04-03T15:54:20.1752003Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2024-04-03T15:54:20.2744998Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2024-04-03T15:54:20.2752170Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2024-04-03T15:54:20.3746410Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2024-04-03T15:54:20.3753769Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2024-04-03T15:54:20.4693772Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2024-04-03T15:54:20.4701235Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2024-04-03T15:54:20.5682507Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2024-04-03T15:54:20.5689683Z -- Performing Test HAS_WNO_UNUSED_RESULT 2024-04-03T15:54:20.6642843Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2024-04-03T15:54:20.6650141Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2024-04-03T15:54:20.7659987Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2024-04-03T15:54:20.7667015Z -- Performing Test HAS_WNO_STRICT_ALIASING 2024-04-03T15:54:20.8646439Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2024-04-03T15:54:20.8653862Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-04-03T15:54:20.9642477Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2024-04-03T15:54:20.9651349Z -- Performing Test HAS_WVLA_EXTENSION 2024-04-03T15:54:21.0019771Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2024-04-03T15:54:21.0027084Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2024-04-03T15:54:21.1059963Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2024-04-03T15:54:21.1067276Z -- Performing Test HAS_WNEWLINE_EOF 2024-04-03T15:54:21.1428138Z -- Performing Test HAS_WNEWLINE_EOF - Failed 2024-04-03T15:54:21.1435323Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2024-04-03T15:54:21.1866035Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Failed 2024-04-03T15:54:21.1873380Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-04-03T15:54:21.2352588Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Failed 2024-04-03T15:54:21.2360427Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2024-04-03T15:54:21.3325161Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2024-04-03T15:54:21.3332832Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2024-04-03T15:54:21.4339784Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2024-04-03T15:54:21.4348625Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_OVERRIDE 2024-04-03T15:54:21.4842931Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_OVERRIDE - Failed 2024-04-03T15:54:21.4849997Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-04-03T15:54:21.5370607Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Failed 2024-04-03T15:54:21.5378364Z -- Performing Test HAS_WCONSTANT_CONVERSION 2024-04-03T15:54:21.5768283Z -- Performing Test HAS_WCONSTANT_CONVERSION - Failed 2024-04-03T15:54:21.5775686Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2024-04-03T15:54:21.6208141Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Failed 2024-04-03T15:54:21.6215631Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2024-04-03T15:54:21.6648296Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2024-04-03T15:54:21.6655650Z -- Performing Test HAS_WNO_MISSING_BRACES 2024-04-03T15:54:21.7655328Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2024-04-03T15:54:21.7663197Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2024-04-03T15:54:21.8036425Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Failed 2024-04-03T15:54:21.8044405Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2024-04-03T15:54:21.9018024Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2024-04-03T15:54:21.9026233Z -- Performing Test HAS_FALIGNED_NEW 2024-04-03T15:54:22.0065001Z -- Performing Test HAS_FALIGNED_NEW - Success 2024-04-03T15:54:22.0072770Z -- Performing Test HAS_WERROR 2024-04-03T15:54:22.1082789Z -- Performing Test HAS_WERROR - Success 2024-04-03T15:54:22.1091085Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2024-04-03T15:54:22.2115705Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2024-04-03T15:54:22.2124129Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2024-04-03T15:54:22.3101712Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2024-04-03T15:54:22.3109490Z -- Performing Test HAS_FSTANDALONE_DEBUG 2024-04-03T15:54:22.3484635Z -- Performing Test HAS_FSTANDALONE_DEBUG - Failed 2024-04-03T15:54:22.3492350Z -- Performing Test HAS_FNO_MATH_ERRNO 2024-04-03T15:54:22.4460693Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2024-04-03T15:54:22.4468580Z -- Performing Test HAS_FNO_TRAPPING_MATH 2024-04-03T15:54:22.5506863Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2024-04-03T15:54:22.5514437Z -- Performing Test HAS_WERROR_FORMAT 2024-04-03T15:54:22.6604839Z -- Performing Test HAS_WERROR_FORMAT - Success 2024-04-03T15:54:22.6646914Z -- Performing Test HAS_WDEPRECATED 2024-04-03T15:54:22.7619434Z -- Performing Test HAS_WDEPRECATED - Success 2024-04-03T15:54:22.7620300Z -- don't use NUMA 2024-04-03T15:54:22.7639349Z -- Looking for backtrace 2024-04-03T15:54:23.0118317Z -- Looking for backtrace - found 2024-04-03T15:54:23.0119276Z -- backtrace facility detected in default set of libraries 2024-04-03T15:54:23.0122000Z -- Found Backtrace: /usr/include 2024-04-03T15:54:30.2072799Z -- headers outputs: 2024-04-03T15:54:36.9325205Z -- sources outputs: 2024-04-03T15:54:38.1457815Z -- declarations_yaml outputs: 2024-04-03T15:54:38.1469048Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-04-03T15:54:38.2427282Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2024-04-03T15:54:38.2877778Z -- Using ATen parallel backend: OMP 2024-04-03T15:54:38.2897892Z disabling CUDA because USE_CUDA is set false 2024-04-03T15:54:38.3947810Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "3.0.13") 2024-04-03T15:54:38.3981442Z -- Check size of long double 2024-04-03T15:54:38.4885506Z -- Check size of long double - done 2024-04-03T15:54:38.4886482Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2024-04-03T15:54:38.5749823Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2024-04-03T15:54:38.5750622Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-04-03T15:54:38.6604813Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2024-04-03T15:54:38.6605484Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-04-03T15:54:38.7851251Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-04-03T15:54:38.7852106Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-04-03T15:54:38.9106294Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-04-03T15:54:38.9106916Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-04-03T15:54:39.0412829Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-04-03T15:54:39.0413524Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-04-03T15:54:39.1699240Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-04-03T15:54:39.1699876Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-04-03T15:54:39.3114330Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-04-03T15:54:39.3114982Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-04-03T15:54:39.4343110Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-04-03T15:54:39.4371374Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2024-04-03T15:54:39.4375022Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2024-04-03T15:54:39.4378088Z -- Found OpenMP: TRUE (found version "4.5") 2024-04-03T15:54:39.4380273Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-04-03T15:54:39.5269353Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-04-03T15:54:39.5269997Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-04-03T15:54:39.6148319Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Success 2024-04-03T15:54:39.6149429Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-04-03T15:54:39.7004325Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2024-04-03T15:54:39.7005006Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-04-03T15:54:39.7875133Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2024-04-03T15:54:39.7875826Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-04-03T15:54:39.8883242Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2024-04-03T15:54:39.9056432Z -- Configuring build for SLEEF-v3.6.0 2024-04-03T15:54:39.9057255Z  Target system: Linux-4.14.336-257.562.amzn2.x86_64 2024-04-03T15:54:39.9057830Z  Target processor: x86_64 2024-04-03T15:54:39.9058619Z  Host system: Linux-4.14.336-257.562.amzn2.x86_64 2024-04-03T15:54:39.9059565Z  Host processor: x86_64 2024-04-03T15:54:39.9060164Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2024-04-03T15:54:39.9060665Z  CMake: 3.26.4 2024-04-03T15:54:39.9063781Z  Make program: /usr/bin/gmake 2024-04-03T15:54:39.9066134Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2024-04-03T15:54:39.9068329Z -- Building shared libs : OFF 2024-04-03T15:54:39.9069088Z -- Building static test bins: OFF 2024-04-03T15:54:39.9069846Z -- MPFR : LIB_MPFR-NOTFOUND 2024-04-03T15:54:39.9070551Z -- GMP : LIBGMP-NOTFOUND 2024-04-03T15:54:39.9071311Z -- RT : /usr/lib/x86_64-linux-gnu/librt.a 2024-04-03T15:54:39.9072132Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-04-03T15:54:39.9072824Z -- OPENSSL : 3.0.13 2024-04-03T15:54:39.9073472Z -- SDE : SDE_COMMAND-NOTFOUND 2024-04-03T15:54:39.9074256Z -- COMPILER_SUPPORTS_OPENMP : 1 2024-04-03T15:54:39.9151750Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-04-03T15:54:39.9152872Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2024-04-03T15:54:39.9154063Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2024-04-03T15:54:39.9155220Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2024-04-03T15:54:40.0783112Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-04-03T15:54:40.1214408Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-04-03T15:54:40.1219372Z -- Generating sources for unboxing kernels /opt/conda/envs/py_3.8/bin/python;-m;torchgen.gen_executorch;--source-path=/var/lib/jenkins/workspace/test/edge/../../test/edge;--install-dir=/var/lib/jenkins/workspace/build/out;--tags-path=/var/lib/jenkins/workspace/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=/var/lib/jenkins/workspace/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=/var/lib/jenkins/workspace/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=/var/lib/jenkins/workspace/test/edge/../../test/edge/custom_ops.yaml 2024-04-03T15:54:40.1325784Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2024-04-03T15:54:40.2318863Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2024-04-03T15:54:40.2331210Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2024-04-03T15:54:40.3338018Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2024-04-03T15:54:40.3373975Z -- _GLIBCXX_USE_CXX11_ABI=1 is already defined as a cmake variable 2024-04-03T15:54:40.4404904Z -- Using lib/python3.8/site-packages as python relative installation path 2024-04-03T15:54:40.4811146Z CMake Warning at CMakeLists.txt:1154 (message): 2024-04-03T15:54:40.4812062Z Generated cmake files are only fully tested if one builds with system glog, 2024-04-03T15:54:40.4812896Z gflags, and protobuf. Other settings may generate files that are not well 2024-04-03T15:54:40.4813478Z tested. 2024-04-03T15:54:40.4813647Z 2024-04-03T15:54:40.4813766Z  2024-04-03T15:54:40.4816434Z -- 2024-04-03T15:54:40.4816899Z -- ******** Summary ******** 2024-04-03T15:54:40.4817547Z -- General: 2024-04-03T15:54:40.4818160Z -- CMake version : 3.26.4 2024-04-03T15:54:40.4819147Z -- CMake command : /opt/conda/envs/py_3.8/bin/cmake 2024-04-03T15:54:40.4820073Z -- System : Linux 2024-04-03T15:54:40.4820809Z -- C++ compiler : /opt/cache/bin/c++ 2024-04-03T15:54:40.4821566Z -- C++ compiler id : GNU 2024-04-03T15:54:40.4822287Z -- C++ compiler version : 11.4.0 2024-04-03T15:54:40.4823124Z -- Using ccache if found : ON 2024-04-03T15:54:40.4823820Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2024-04-03T15:54:40.4830164Z -- CXX flags : -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DLIBKINETO_NOROCTRACER -DUSE_FBGEMM -DUSE_QNNPACK -DUSE_PYTORCH_QNNPACK -DUSE_XNNPACK -DSYMBOLICATE_MOBILE_DEBUG_HANDLE -O2 -fPIC -Wall -Wextra -Werror=return-type -Werror=non-virtual-dtor -Werror=range-loop-construct -Werror=bool-operation -Wnarrowing -Wno-missing-field-initializers -Wno-type-limits -Wno-array-bounds -Wno-unknown-pragmas -Wno-unused-parameter -Wno-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=pedantic -Wno-error=old-style-cast -Wno-missing-braces -fdiagnostics-color=always -faligned-new -Werror -Wno-unused-but-set-variable -Wno-maybe-uninitialized -fno-math-errno -fno-trapping-math -Werror=format -Wno-stringop-overflow 2024-04-03T15:54:40.4835199Z -- Build type : Release 2024-04-03T15:54:40.4837020Z -- Compile definitions : TORCH_ENABLE_LLVM;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;FLASHATTENTION_DISABLE_ALIBI 2024-04-03T15:54:40.4839147Z -- CMAKE_PREFIX_PATH : /opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda 2024-04-03T15:54:40.4839952Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2024-04-03T15:54:40.4840719Z -- USE_GOLD_LINKER : OFF 2024-04-03T15:54:40.4841102Z -- 2024-04-03T15:54:40.4841588Z -- TORCH_VERSION : 2.4.0 2024-04-03T15:54:40.4842629Z -- BUILD_CAFFE2 : OFF 2024-04-03T15:54:40.4843239Z -- BUILD_CAFFE2_OPS : OFF 2024-04-03T15:54:40.4843981Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2024-04-03T15:54:40.4844785Z -- BUILD_BINARY : OFF 2024-04-03T15:54:40.4845461Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-04-03T15:54:40.4845874Z -- Link local protobuf : ON 2024-04-03T15:54:40.4846272Z -- BUILD_DOCS : OFF 2024-04-03T15:54:40.4846657Z -- BUILD_PYTHON : True 2024-04-03T15:54:40.4847581Z -- Python version : 3.8.19 2024-04-03T15:54:40.4848294Z -- Python executable : /opt/conda/envs/py_3.8/bin/python 2024-04-03T15:54:40.4848850Z -- Pythonlibs version : 3.8.19 2024-04-03T15:54:40.4849530Z -- Python library : /opt/conda/envs/py_3.8/lib/libpython3.8.so.1.0 2024-04-03T15:54:40.4850279Z -- Python includes : /opt/conda/envs/py_3.8/include/python3.8 2024-04-03T15:54:40.4850933Z -- Python site-packages: lib/python3.8/site-packages 2024-04-03T15:54:40.4851449Z -- BUILD_SHARED_LIBS : ON 2024-04-03T15:54:40.4851898Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-04-03T15:54:40.4852353Z -- BUILD_TEST : True 2024-04-03T15:54:40.4852862Z -- BUILD_JNI : OFF 2024-04-03T15:54:40.4853271Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-04-03T15:54:40.4853667Z -- BUILD_LITE_INTERPRETER: OFF 2024-04-03T15:54:40.4854070Z -- INTERN_BUILD_MOBILE : 2024-04-03T15:54:40.4854459Z -- TRACING_BASED : OFF 2024-04-03T15:54:40.4854840Z -- USE_BLAS : 1 2024-04-03T15:54:40.4855223Z -- BLAS : mkl 2024-04-03T15:54:40.4855618Z -- BLAS_HAS_SBGEMM : 2024-04-03T15:54:40.4855986Z -- USE_LAPACK : 1 2024-04-03T15:54:40.4856370Z -- LAPACK : mkl 2024-04-03T15:54:40.4856760Z -- USE_ASAN : OFF 2024-04-03T15:54:40.4857131Z -- USE_TSAN : OFF 2024-04-03T15:54:40.4857525Z -- USE_CPP_CODE_COVERAGE : OFF 2024-04-03T15:54:40.4857922Z -- USE_CUDA : OFF 2024-04-03T15:54:40.4858294Z -- USE_XPU : OFF 2024-04-03T15:54:40.4858678Z -- USE_ROCM : OFF 2024-04-03T15:54:40.4859063Z -- BUILD_NVFUSER : 2024-04-03T15:54:40.4859431Z -- USE_EIGEN_FOR_BLAS : 2024-04-03T15:54:40.4859811Z -- USE_FBGEMM : ON 2024-04-03T15:54:40.4860216Z -- USE_FAKELOWP : OFF 2024-04-03T15:54:40.4860609Z -- USE_KINETO : ON 2024-04-03T15:54:40.4860999Z -- USE_FFMPEG : OFF 2024-04-03T15:54:40.4861397Z -- USE_GFLAGS : OFF 2024-04-03T15:54:40.4861772Z -- USE_GLOG : OFF 2024-04-03T15:54:40.4862165Z -- USE_LEVELDB : OFF 2024-04-03T15:54:40.4862561Z -- USE_LITE_PROTO : OFF 2024-04-03T15:54:40.4862940Z -- USE_LMDB : OFF 2024-04-03T15:54:40.4863325Z -- USE_METAL : OFF 2024-04-03T15:54:40.4863718Z -- USE_PYTORCH_METAL : OFF 2024-04-03T15:54:40.4864126Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-04-03T15:54:40.4864561Z -- USE_MPS : OFF 2024-04-03T15:54:40.4864946Z -- USE_MKL : ON 2024-04-03T15:54:40.4865316Z -- USE_MKLDNN : ON 2024-04-03T15:54:40.4865708Z -- USE_MKLDNN_ACL : OFF 2024-04-03T15:54:40.4866107Z -- USE_MKLDNN_CBLAS : OFF 2024-04-03T15:54:40.4866484Z -- USE_UCC : OFF 2024-04-03T15:54:40.4866865Z -- USE_ITT : ON 2024-04-03T15:54:40.4867246Z -- USE_NCCL : OFF 2024-04-03T15:54:40.4867622Z -- USE_NNPACK : ON 2024-04-03T15:54:40.4868014Z -- USE_NUMPY : ON 2024-04-03T15:54:40.4868406Z -- USE_OBSERVERS : ON 2024-04-03T15:54:40.4868943Z -- USE_OPENCL : OFF 2024-04-03T15:54:40.4869335Z -- USE_OPENCV : OFF 2024-04-03T15:54:40.4869726Z -- USE_OPENMP : ON 2024-04-03T15:54:40.4874611Z -- USE_TBB : OFF 2024-04-03T15:54:40.4875080Z -- USE_MIMALLOC : OFF 2024-04-03T15:54:40.4875487Z -- USE_VULKAN : OFF 2024-04-03T15:54:40.4875885Z -- USE_PROF : OFF 2024-04-03T15:54:40.4876281Z -- USE_QNNPACK : ON 2024-04-03T15:54:40.4876671Z -- USE_PYTORCH_QNNPACK : ON 2024-04-03T15:54:40.4877070Z -- USE_XNNPACK : ON 2024-04-03T15:54:40.4877461Z -- USE_REDIS : OFF 2024-04-03T15:54:40.4877841Z -- USE_ROCKSDB : OFF 2024-04-03T15:54:40.4878227Z -- USE_ZMQ : OFF 2024-04-03T15:54:40.4878622Z -- USE_DISTRIBUTED : ON 2024-04-03T15:54:40.4879129Z -- USE_MPI : OFF 2024-04-03T15:54:40.4879539Z -- USE_GLOO : ON 2024-04-03T15:54:40.4879958Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-04-03T15:54:40.4880541Z -- USE_TENSORPIPE : ON 2024-04-03T15:54:40.4881244Z -- Public Dependencies : caffe2::mkl 2024-04-03T15:54:40.4882752Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2024-04-03T15:54:40.4884080Z -- Public CUDA Deps. : 2024-04-03T15:54:40.4884457Z -- Private CUDA Deps. : 2024-04-03T15:54:40.4884850Z -- USE_COREML_DELEGATE : OFF 2024-04-03T15:54:40.4885268Z -- BUILD_LAZY_TS_BACKEND : ON 2024-04-03T15:54:40.4885669Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-04-03T15:54:40.4886126Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-04-03T15:54:40.5231575Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-04-03T15:54:40.5239775Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-04-03T15:54:40.5574836Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-04-03T15:54:40.5645511Z -- Configuring done (33.3s) 2024-04-03T15:54:42.4329245Z -- Generating done (1.6s) 2024-04-03T15:54:42.4698047Z CMake Warning: 2024-04-03T15:54:42.4699018Z Manually-specified variables were not used by the project: 2024-04-03T15:54:42.4699511Z 2024-04-03T15:54:42.4699623Z BUILD_ENVIRONMENT 2024-04-03T15:54:42.4699834Z 2024-04-03T15:54:42.4699948Z  2024-04-03T15:54:42.4725307Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2024-04-03T15:54:42.5395862Z cmake --build . --target install --config Release -- -j 6 2024-04-03T15:54:42.5929148Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-04-03T15:54:42.5949870Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-04-03T15:54:42.5951496Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-04-03T15:54:42.5968034Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-04-03T15:54:42.6008716Z [ 0%] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-04-03T15:54:42.6048103Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-04-03T15:54:42.6602901Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2024-04-03T15:54:42.6605680Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:120:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2024-04-03T15:54:42.6607313Z 120 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T15:54:42.6608276Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:42.6609613Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2024-04-03T15:54:42.6611529Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:196:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2024-04-03T15:54:42.6613148Z 196 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T15:54:42.6614003Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:42.6615090Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2024-04-03T15:54:42.6617087Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:272:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2024-04-03T15:54:42.6618698Z 272 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T15:54:42.6619570Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:42.6620669Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2024-04-03T15:54:42.6622508Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:348:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2024-04-03T15:54:42.6624121Z 348 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T15:54:42.6624991Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:42.6626080Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2024-04-03T15:54:42.6627913Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:424:25: warning: ignoring return value of ‘write’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2024-04-03T15:54:42.6629531Z 424 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T15:54:42.6630438Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:42.6677963Z [ 0%] Linking C static library ../../lib/libclog.a 2024-04-03T15:54:42.6943404Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-04-03T15:54:42.6954624Z [ 0%] Built target clog 2024-04-03T15:54:42.6990915Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-04-03T15:54:42.7045053Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-04-03T15:54:42.7503185Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-04-03T15:54:42.7703489Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-04-03T15:54:42.7741452Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-04-03T15:54:42.7767976Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-04-03T15:54:42.7954016Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-04-03T15:54:42.7956781Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-04-03T15:54:42.8170342Z [ 0%] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-04-03T15:54:42.8251520Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-04-03T15:54:42.8428930Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-04-03T15:54:42.8593687Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-04-03T15:54:42.8894113Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-04-03T15:54:42.8945171Z [ 0%] Linking C static library ../../lib/libpthreadpool.a 2024-04-03T15:54:42.9176742Z [ 0%] Built target pthreadpool 2024-04-03T15:54:42.9183747Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-04-03T15:54:42.9225783Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-04-03T15:54:42.9329082Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-04-03T15:54:42.9423484Z [ 0%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-04-03T15:54:42.9514626Z [ 0%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-04-03T15:54:42.9540163Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-04-03T15:54:42.9652165Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-04-03T15:54:42.9711473Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-04-03T15:54:43.0062850Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-04-03T15:54:43.0332603Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-04-03T15:54:43.0700713Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-04-03T15:54:43.1002349Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-04-03T15:54:43.1112739Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-04-03T15:54:43.1148091Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-04-03T15:54:43.1182700Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-04-03T15:54:43.1189752Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-04-03T15:54:43.1563164Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-04-03T15:54:43.1572547Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-04-03T15:54:43.1750503Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-04-03T15:54:43.1791928Z [ 1%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-04-03T15:54:43.1870063Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-04-03T15:54:43.2147412Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-04-03T15:54:43.2473736Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-04-03T15:54:43.2852511Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-04-03T15:54:43.3213839Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-04-03T15:54:43.3333126Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-04-03T15:54:43.3379656Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-04-03T15:54:43.3446842Z [ 1%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-04-03T15:54:43.3603942Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-04-03T15:54:43.3654461Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-04-03T15:54:43.3720864Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-04-03T15:54:43.3984834Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-04-03T15:54:43.4077523Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-04-03T15:54:43.4102480Z [ 2%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-04-03T15:54:43.4693745Z [ 2%] Built target microkernel-utils 2024-04-03T15:54:43.4736954Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-04-03T15:54:43.4756768Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-04-03T15:54:43.4838559Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-04-03T15:54:43.5260893Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-04-03T15:54:43.5267444Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-04-03T15:54:43.5365910Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-04-03T15:54:43.5459916Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-04-03T15:54:43.5501498Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-04-03T15:54:43.5553004Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-04-03T15:54:43.5932931Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-04-03T15:54:43.5937711Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-04-03T15:54:43.6124133Z [ 2%] Linking C static library ../../lib/libcpuinfo_internals.a 2024-04-03T15:54:43.6188988Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-04-03T15:54:43.6438290Z [ 2%] Built target cpuinfo_internals 2024-04-03T15:54:43.6449506Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-04-03T15:54:43.6491524Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-04-03T15:54:43.6704973Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-04-03T15:54:43.6741952Z [ 2%] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-04-03T15:54:43.7070756Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-04-03T15:54:43.7486282Z [ 2%] Linking C static library ../../lib/libcpuinfo.a 2024-04-03T15:54:43.7623013Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-04-03T15:54:43.7672639Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-04-03T15:54:43.7815391Z [ 2%] Built target cpuinfo 2024-04-03T15:54:43.7899569Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-04-03T15:54:43.8098590Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-04-03T15:54:43.8252272Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-04-03T15:54:43.9028939Z [ 2%] Building CXX object confu-deps/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-04-03T15:54:43.9483005Z [ 2%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2024-04-03T15:54:43.9509084Z In file included from /usr/include/string.h:535, 2024-04-03T15:54:43.9510566Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2024-04-03T15:54:43.9512576Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2024-04-03T15:54:43.9514486Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2024-04-03T15:54:43.9516359Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2024-04-03T15:54:43.9517950Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2024-04-03T15:54:43.9519553Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-04-03T15:54:43.9523506Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2024-04-03T15:54:43.9529783Z inlined from ‘virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28, 2024-04-03T15:54:43.9535660Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:419:30, 2024-04-03T15:54:43.9540838Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:42: 2024-04-03T15:54:43.9546531Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-04-03T15:54:43.9550017Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2024-04-03T15:54:43.9551020Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:43.9551932Z 30 | __glibc_objsize0 (__dest)); 2024-04-03T15:54:43.9552915Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:43.9554360Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-04-03T15:54:43.9557651Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2024-04-03T15:54:43.9563724Z inlined from ‘virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28, 2024-04-03T15:54:43.9569684Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:419:30: 2024-04-03T15:54:43.9575736Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-04-03T15:54:43.9579272Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2024-04-03T15:54:43.9580290Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:43.9581241Z 30 | __glibc_objsize0 (__dest)); 2024-04-03T15:54:43.9582213Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:43.9637090Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-04-03T15:54:43.9719454Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2024-04-03T15:54:44.0187618Z In file included from /usr/include/string.h:535, 2024-04-03T15:54:44.0189472Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2024-04-03T15:54:44.0191915Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2024-04-03T15:54:44.0193933Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2024-04-03T15:54:44.0195983Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2024-04-03T15:54:44.0198020Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2024-04-03T15:54:44.0200452Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-04-03T15:54:44.0203906Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2024-04-03T15:54:44.0209919Z inlined from ‘virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28, 2024-04-03T15:54:44.0216224Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:419:30, 2024-04-03T15:54:44.0222785Z inlined from ‘bool google::protobuf::MessageLite::SerializeToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:403:42: 2024-04-03T15:54:44.0228438Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-04-03T15:54:44.0232142Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2024-04-03T15:54:44.0233094Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:44.0234070Z 30 | __glibc_objsize0 (__dest)); 2024-04-03T15:54:44.0234990Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:44.0236056Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-04-03T15:54:44.0238442Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2024-04-03T15:54:44.0243639Z inlined from ‘virtual google::protobuf::uint8* google::protobuf::internal::ImplicitWeakMessage::_InternalSerialize(google::protobuf::uint8*, google::protobuf::io::EpsCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28, 2024-04-03T15:54:44.0249506Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:419:30: 2024-04-03T15:54:44.0255407Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-04-03T15:54:44.0258882Z 29 | return __builtin___memcpy_chk (__dest, __src, __len, 2024-04-03T15:54:44.0259926Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:44.0260814Z 30 | __glibc_objsize0 (__dest)); 2024-04-03T15:54:44.0261725Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:54:44.0262537Z [ 2%] Built target defs.bzl 2024-04-03T15:54:44.0281561Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-04-03T15:54:44.0288577Z [ 2%] Built target convolution-test-helpers 2024-04-03T15:54:44.0302879Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-04-03T15:54:44.0363612Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-04-03T15:54:44.1214607Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-04-03T15:54:44.1867065Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-04-03T15:54:44.2124127Z [ 2%] Linking CXX static library ../../../lib/libgtest.a 2024-04-03T15:54:44.2242385Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-04-03T15:54:44.2330851Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-04-03T15:54:44.2465477Z [ 2%] Built target gtest 2024-04-03T15:54:44.2534963Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-04-03T15:54:44.3029151Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2024-04-03T15:54:44.3031772Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2024-04-03T15:54:44.3585190Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2024-04-03T15:54:44.3741238Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2024-04-03T15:54:44.3961938Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-04-03T15:54:44.4009012Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-04-03T15:54:44.4612765Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-04-03T15:54:44.5185445Z [ 2%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2024-04-03T15:54:44.5263007Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-04-03T15:54:44.5394110Z [ 2%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2024-04-03T15:54:44.5715764Z [ 2%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-04-03T15:54:44.5904078Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2024-04-03T15:54:44.6171797Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-04-03T15:54:44.6867673Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2024-04-03T15:54:44.6868944Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2024-04-03T15:54:44.7152598Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-04-03T15:54:44.7649477Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2024-04-03T15:54:44.7868336Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-04-03T15:54:44.8787509Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-04-03T15:54:44.8847131Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-04-03T15:54:44.9103934Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2024-04-03T15:54:44.9656190Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2024-04-03T15:54:44.9666260Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-04-03T15:54:45.0184028Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-04-03T15:54:45.0333786Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-04-03T15:54:45.1009618Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2024-04-03T15:54:45.1312748Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-04-03T15:54:45.1671422Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2024-04-03T15:54:45.1777643Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-04-03T15:54:45.1829900Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2024-04-03T15:54:45.2636935Z [ 3%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2024-04-03T15:54:45.2852760Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-04-03T15:54:45.3171680Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-04-03T15:54:45.3431926Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2024-04-03T15:54:45.3819599Z [ 3%] Linking CXX static library ../../../lib/libprotobuf-lite.a 2024-04-03T15:54:45.4281222Z [ 3%] Built target libprotobuf-lite 2024-04-03T15:54:45.4334471Z [ 3%] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2024-04-03T15:54:45.4346323Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-04-03T15:54:45.4605157Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2024-04-03T15:54:45.4653146Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2024-04-03T15:54:45.4909304Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2024-04-03T15:54:45.5492680Z [ 3%] Linking C static library ../../lib/libittnotify.a 2024-04-03T15:54:45.5893729Z [ 3%] Built target ittnotify 2024-04-03T15:54:45.5959336Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2024-04-03T15:54:45.5991906Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2024-04-03T15:54:45.6190506Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2024-04-03T15:54:45.6387423Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-04-03T15:54:45.6834982Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2024-04-03T15:54:45.7331347Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-04-03T15:54:45.7358331Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2024-04-03T15:54:45.7671039Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-04-03T15:54:45.8262236Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2024-04-03T15:54:45.8434104Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2024-04-03T15:54:45.8955828Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2024-04-03T15:54:45.9333048Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2024-04-03T15:54:45.9630439Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2024-04-03T15:54:45.9863451Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2024-04-03T15:54:46.0025629Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-04-03T15:54:46.0565694Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2024-04-03T15:54:46.0837963Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-04-03T15:54:46.0873748Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2024-04-03T15:54:46.0937560Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2024-04-03T15:54:46.1700415Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2024-04-03T15:54:46.2565213Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2024-04-03T15:54:46.2666724Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-04-03T15:54:46.2685598Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2024-04-03T15:54:46.2864711Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2024-04-03T15:54:46.3269160Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2024-04-03T15:54:46.3695388Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2024-04-03T15:54:46.4024460Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2024-04-03T15:54:46.4546928Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-04-03T15:54:46.4903704Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2024-04-03T15:54:46.5107423Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2024-04-03T15:54:46.5262900Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2024-04-03T15:54:46.5330581Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2024-04-03T15:54:46.6344987Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-04-03T15:54:46.6350174Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2024-04-03T15:54:46.6706426Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2024-04-03T15:54:46.6981764Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-04-03T15:54:46.7226281Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2024-04-03T15:54:46.7732356Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2024-04-03T15:54:46.8156410Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2024-04-03T15:54:46.8604743Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2024-04-03T15:54:46.8910010Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-04-03T15:54:46.8948049Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2024-04-03T15:54:46.9313134Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2024-04-03T15:54:46.9662675Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2024-04-03T15:54:47.0005688Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2024-04-03T15:54:47.0103051Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2024-04-03T15:54:47.0694329Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-04-03T15:54:47.0759916Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-04-03T15:54:47.1160970Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2024-04-03T15:54:47.1231757Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2024-04-03T15:54:47.1444033Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2024-04-03T15:54:47.2502073Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2024-04-03T15:54:47.2558777Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-04-03T15:54:47.2663347Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-04-03T15:54:47.3093300Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2024-04-03T15:54:47.3132855Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2024-04-03T15:54:47.3139269Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2024-04-03T15:54:47.3628419Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-04-03T15:54:47.4233859Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2024-04-03T15:54:47.4450242Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2024-04-03T15:54:47.4525815Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2024-04-03T15:54:47.4959044Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2024-04-03T15:54:47.5092172Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-04-03T15:54:47.5457188Z [ 3%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2024-04-03T15:54:47.5861698Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2024-04-03T15:54:47.6419672Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2024-04-03T15:54:47.6939832Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-04-03T15:54:47.7199590Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2024-04-03T15:54:47.7269877Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2024-04-03T15:54:47.7553048Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-04-03T15:54:47.7677264Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2024-04-03T15:54:47.8538173Z /var/lib/jenkins/workspace/third_party/tensorpipe/third_party/libuv/src/unix/thread.c: In function ‘thread_stack_size’: 2024-04-03T15:54:47.8542749Z /var/lib/jenkins/workspace/third_party/tensorpipe/third_party/libuv/src/unix/thread.c:195:24: warning: comparison of integer expressions of different signedness: ‘rlim_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare] 2024-04-03T15:54:47.8545738Z 195 | if (lim.rlim_cur >= PTHREAD_STACK_MIN) 2024-04-03T15:54:47.8546518Z | ^~ 2024-04-03T15:54:47.8548353Z /var/lib/jenkins/workspace/third_party/tensorpipe/third_party/libuv/src/unix/thread.c: In function ‘uv_thread_create_ex’: 2024-04-03T15:54:47.8552545Z /var/lib/jenkins/workspace/third_party/tensorpipe/third_party/libuv/src/unix/thread.c:243:20: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘long int’ [-Wsign-compare] 2024-04-03T15:54:47.8555468Z 243 | if (stack_size < PTHREAD_STACK_MIN) 2024-04-03T15:54:47.8556271Z | ^ 2024-04-03T15:54:47.8620935Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2024-04-03T15:54:47.8671107Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2024-04-03T15:54:47.9069382Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2024-04-03T15:54:47.9257141Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2024-04-03T15:54:47.9772289Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-04-03T15:54:47.9852520Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2024-04-03T15:54:48.1334194Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2024-04-03T15:54:48.1514279Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2024-04-03T15:54:48.1538347Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2024-04-03T15:54:48.1962375Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-04-03T15:54:48.2130551Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-04-03T15:54:48.2851846Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2024-04-03T15:54:48.3172224Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2024-04-03T15:54:48.3668076Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2024-04-03T15:54:48.3735394Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2024-04-03T15:54:48.4026446Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-04-03T15:54:48.4613035Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2024-04-03T15:54:48.4737178Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2024-04-03T15:54:48.5777716Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-04-03T15:54:48.5873963Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2024-04-03T15:54:48.5975328Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2024-04-03T15:54:48.6054343Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2024-04-03T15:54:48.6508988Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2024-04-03T15:54:48.7378993Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-04-03T15:54:48.7577970Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2024-04-03T15:54:48.7718386Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2024-04-03T15:54:48.7792759Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2024-04-03T15:54:48.7993295Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2024-04-03T15:54:48.8298080Z [ 3%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2024-04-03T15:54:48.9602024Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2024-04-03T15:54:48.9763343Z [ 3%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2024-04-03T15:54:48.9964364Z [ 3%] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2024-04-03T15:54:49.0796704Z [ 3%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-04-03T15:54:49.1007961Z [ 3%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2024-04-03T15:54:49.1460674Z [ 4%] Linking C static library ../../../lib/libtensorpipe_uv.a 2024-04-03T15:54:49.1462773Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2024-04-03T15:54:49.1492383Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2024-04-03T15:54:49.2022406Z [ 4%] Built target tensorpipe_uv 2024-04-03T15:54:49.2086297Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2024-04-03T15:54:49.2481700Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2024-04-03T15:54:49.3266928Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-04-03T15:54:49.3614943Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2024-04-03T15:54:49.3942701Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2024-04-03T15:54:49.5334707Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2024-04-03T15:54:49.5335783Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2024-04-03T15:54:49.5369057Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-04-03T15:54:49.5412854Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2024-04-03T15:54:49.5543346Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2024-04-03T15:54:49.7460387Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-04-03T15:54:49.7591754Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-04-03T15:54:49.7620912Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2024-04-03T15:54:49.7649607Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2024-04-03T15:54:49.8668211Z [ 4%] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2024-04-03T15:54:49.9075189Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2024-04-03T15:54:49.9516555Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-04-03T15:54:49.9886165Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2024-04-03T15:54:50.0734247Z [ 4%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2024-04-03T15:54:50.0781306Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-04-03T15:54:50.1584779Z [ 4%] Built target dnnl_graph_utils 2024-04-03T15:54:50.1664214Z [ 4%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2024-04-03T15:54:50.1717628Z [ 4%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-04-03T15:54:50.1721047Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2024-04-03T15:54:50.2825886Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2024-04-03T15:54:50.3436365Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2024-04-03T15:54:50.3788993Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-04-03T15:54:50.4033404Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/utils.cc.o 2024-04-03T15:54:50.4749515Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2024-04-03T15:54:50.4912501Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2024-04-03T15:54:50.5101860Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2024-04-03T15:54:50.5195925Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-04-03T15:54:50.5344445Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2024-04-03T15:54:50.6505634Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2024-04-03T15:54:50.6837008Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2024-04-03T15:54:50.6996285Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2024-04-03T15:54:50.7232285Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-04-03T15:54:50.7932515Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2024-04-03T15:54:50.8451053Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2024-04-03T15:54:50.9139947Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-04-03T15:54:50.9356852Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2024-04-03T15:54:50.9459089Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2024-04-03T15:54:50.9515471Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2024-04-03T15:54:50.9872137Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2024-04-03T15:54:51.1211863Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2024-04-03T15:54:51.1339911Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2024-04-03T15:54:51.1537964Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-04-03T15:54:51.1684751Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2024-04-03T15:54:51.1810531Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2024-04-03T15:54:51.2305290Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2024-04-03T15:54:51.2787986Z [ 5%] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2024-04-03T15:54:51.3559290Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-04-03T15:54:51.3985339Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2024-04-03T15:54:51.4864097Z [ 5%] Linking CXX static library ../../../lib/libasmjit.a 2024-04-03T15:54:51.5087449Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2024-04-03T15:54:51.5273214Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2024-04-03T15:54:51.5399995Z [ 5%] Built target asmjit 2024-04-03T15:54:51.5471369Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2024-04-03T15:54:51.5736891Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2024-04-03T15:54:51.5825963Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-04-03T15:54:51.6578897Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2024-04-03T15:54:51.7400585Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2024-04-03T15:54:51.7951462Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2024-04-03T15:54:51.8247337Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2024-04-03T15:54:51.8326443Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-04-03T15:54:51.8863025Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2024-04-03T15:54:51.9333781Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2024-04-03T15:54:51.9538389Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2024-04-03T15:54:51.9686173Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2024-04-03T15:54:52.0030413Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2024-04-03T15:54:52.0390981Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-04-03T15:54:52.1511657Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2024-04-03T15:54:52.1865391Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2024-04-03T15:54:52.2167280Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2024-04-03T15:54:52.2249501Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2024-04-03T15:54:52.2618747Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-04-03T15:54:52.3094942Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-04-03T15:54:52.3541974Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2024-04-03T15:54:52.4464746Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2024-04-03T15:54:52.4995863Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2024-04-03T15:54:52.5025332Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-04-03T15:54:52.5462412Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2024-04-03T15:54:52.5548540Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2024-04-03T15:54:52.5731306Z [ 5%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2024-04-03T15:54:52.6060724Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2024-04-03T15:54:52.6337790Z [ 5%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2024-04-03T15:54:52.7778454Z [ 5%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-04-03T15:54:52.7965628Z [ 5%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2024-04-03T15:54:52.8559975Z [ 6%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2024-04-03T15:54:52.8765596Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_threadpool.cpp.o 2024-04-03T15:54:52.9291244Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2024-04-03T15:54:52.9391208Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2024-04-03T15:54:52.9959441Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2024-04-03T15:54:53.0231384Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-04-03T15:54:53.0287941Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2024-04-03T15:54:53.1094806Z [ 6%] Linking CXX static library ../../../lib/libbenchmark.a 2024-04-03T15:54:53.1510835Z [ 6%] Built target benchmark 2024-04-03T15:54:53.1608304Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-04-03T15:54:53.1910194Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2024-04-03T15:54:53.2385915Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2024-04-03T15:54:53.2704001Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-04-03T15:54:53.3267387Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2024-04-03T15:54:53.3924300Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/allocator.cpp.o 2024-04-03T15:54:53.4426726Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2024-04-03T15:54:53.4753063Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/error.cc.o 2024-04-03T15:54:53.5085827Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-04-03T15:54:53.5786772Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2024-04-03T15:54:53.6204959Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2024-04-03T15:54:53.6437364Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/listener.cc.o 2024-04-03T15:54:53.6831976Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/backend.cpp.o 2024-04-03T15:54:53.7242154Z [ 6%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-04-03T15:54:53.7747622Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_group_normalization_list.cpp.o 2024-04-03T15:54:53.8234635Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2024-04-03T15:54:53.8780495Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2024-04-03T15:54:53.9321121Z [ 6%] Linking CXX static library ../../../lib/libprotobuf.a 2024-04-03T15:54:53.9437208Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_containers.cpp.o 2024-04-03T15:54:54.0414225Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/graph.cpp.o 2024-04-03T15:54:54.0415891Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2024-04-03T15:54:54.0791984Z [ 6%] Built target libprotobuf 2024-04-03T15:54:54.0891099Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2024-04-03T15:54:54.1332161Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2024-04-03T15:54:54.1686825Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2024-04-03T15:54:54.2867355Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2024-04-03T15:54:54.3681180Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/socket.cc.o 2024-04-03T15:54:54.4054187Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/logical_tensor.cpp.o 2024-04-03T15:54:54.4244276Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/group_normalization.cpp.o 2024-04-03T15:54:54.4951555Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op.cpp.o 2024-04-03T15:54:54.5569496Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2024-04-03T15:54:54.5638036Z [ 6%] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2024-04-03T15:54:54.6505550Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2024-04-03T15:54:54.7506673Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2024-04-03T15:54:54.7802767Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2024-04-03T15:54:54.8313125Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op_def_constraint.cpp.o 2024-04-03T15:54:54.8376024Z [ 6%] Linking CXX static library ../../../lib/libgloo.a 2024-04-03T15:54:54.8700495Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op_schema.cpp.o 2024-04-03T15:54:54.8935245Z [ 6%] Built target gloo 2024-04-03T15:54:54.9088443Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2024-04-03T15:54:55.0338089Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2024-04-03T15:54:55.0985629Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2024-04-03T15:54:55.1437324Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition.cpp.o 2024-04-03T15:54:55.1983486Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_cache.cpp.o 2024-04-03T15:54:55.2390133Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2024-04-03T15:54:55.2447217Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2024-04-03T15:54:55.3775647Z [ 6%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/kernel_cache.cpp.o 2024-04-03T15:54:55.3831981Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2024-04-03T15:54:55.4761008Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2024-04-03T15:54:55.5347190Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_hashing.cpp.o 2024-04-03T15:54:55.6174803Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_impl.cpp.o 2024-04-03T15:54:55.6427688Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2024-04-03T15:54:55.6696855Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2024-04-03T15:54:55.7760521Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2024-04-03T15:54:55.7863150Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2024-04-03T15:54:55.8795846Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2024-04-03T15:54:55.9959985Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/shape_infer.cpp.o 2024-04-03T15:54:56.0024270Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2024-04-03T15:54:56.0695573Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2024-04-03T15:54:56.1102634Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2024-04-03T15:54:56.1253819Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2024-04-03T15:54:56.2505297Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2024-04-03T15:54:56.3477831Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/tensor.cpp.o 2024-04-03T15:54:56.3694519Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/value.cpp.o 2024-04-03T15:54:56.4413602Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2024-04-03T15:54:56.4863934Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2024-04-03T15:54:56.5072799Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2024-04-03T15:54:56.6027414Z [ 7%] Built target dnnl_graph_backend_fake 2024-04-03T15:54:56.6096872Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_desc.cpp.o 2024-04-03T15:54:56.6294205Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2024-04-03T15:54:56.7279048Z [ 7%] Built target dnnl_graph_interface 2024-04-03T15:54:56.7451469Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2024-04-03T15:54:56.7547376Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-04-03T15:54:56.8539581Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2024-04-03T15:54:56.8977901Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2024-04-03T15:54:56.9272888Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2024-04-03T15:54:56.9340541Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2024-04-03T15:54:57.0588841Z [ 7%] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-04-03T15:54:57.0898648Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2024-04-03T15:54:57.1834011Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2024-04-03T15:54:57.1958448Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2024-04-03T15:54:57.2705630Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2024-04-03T15:54:57.2756691Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2024-04-03T15:54:57.3490563Z [ 7%] Linking CXX static library ../../lib/libfmt.a 2024-04-03T15:54:57.3803844Z [ 7%] Built target fmt 2024-04-03T15:54:57.3861401Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2024-04-03T15:54:57.4304567Z [ 7%] Built target libkineto_defs.bzl 2024-04-03T15:54:57.4390277Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2024-04-03T15:54:57.5604858Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2024-04-03T15:54:57.6021390Z [ 7%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-04-03T15:54:57.6023963Z [ 7%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2024-04-03T15:54:57.6304532Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2024-04-03T15:54:57.7130777Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2024-04-03T15:54:57.7788383Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/fusion_info.cpp.o 2024-04-03T15:54:57.9076451Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2024-04-03T15:54:57.9561403Z [ 8%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-04-03T15:54:58.0171259Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/layout_id_mgr.cpp.o 2024-04-03T15:54:58.0328016Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2024-04-03T15:54:58.0688740Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2024-04-03T15:54:58.1387787Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2024-04-03T15:54:58.2493676Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:54:58.2963632Z [ 8%] Built target kineto_api 2024-04-03T15:54:58.3184968Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-04-03T15:54:58.3494470Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2024-04-03T15:54:58.3685349Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/layout_propagator.cpp.o 2024-04-03T15:54:58.4543738Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-04-03T15:54:58.4985733Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2024-04-03T15:54:58.4987643Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2024-04-03T15:54:58.5570690Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:54:58.5708683Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-04-03T15:54:58.6908093Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/op_executable.cpp.o 2024-04-03T15:54:58.7069163Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2024-04-03T15:54:58.8883238Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2024-04-03T15:54:58.9024388Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-04-03T15:54:58.9032902Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2024-04-03T15:54:58.9143701Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2024-04-03T15:54:58.9901318Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-04-03T15:54:59.0433044Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/subgraph.cpp.o 2024-04-03T15:54:59.1796625Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2024-04-03T15:54:59.2343629Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2024-04-03T15:54:59.2407390Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:54:59.2576374Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-04-03T15:54:59.2799974Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2024-04-03T15:54:59.4265844Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2024-04-03T15:54:59.4924096Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2024-04-03T15:54:59.5439250Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-04-03T15:54:59.5518071Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-04-03T15:54:59.5783700Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:54:59.6506292Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2024-04-03T15:54:59.7620894Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/constant_propagation.cpp.o 2024-04-03T15:54:59.8036489Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_group_normalization.cpp.o 2024-04-03T15:54:59.8105812Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2024-04-03T15:54:59.8232080Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-04-03T15:54:59.8877192Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2024-04-03T15:54:59.9858875Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:00.1252843Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-04-03T15:55:00.1390875Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2024-04-03T15:55:00.1404044Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2024-04-03T15:55:00.1452647Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2024-04-03T15:55:00.2225255Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2024-04-03T15:55:00.3725356Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:00.4379521Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-04-03T15:55:00.4668399Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2024-04-03T15:55:00.4943104Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2024-04-03T15:55:00.5061344Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower.cpp.o 2024-04-03T15:55:00.5655998Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2024-04-03T15:55:00.7631834Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:00.7887158Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2024-04-03T15:55:00.7983461Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-04-03T15:55:00.8198487Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-04-03T15:55:00.8690380Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2024-04-03T15:55:00.8727356Z [ 8%] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2024-04-03T15:55:00.9268317Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2024-04-03T15:55:00.9629692Z [ 8%] Linking C static library ../../lib/libfoxi_loader.a 2024-04-03T15:55:00.9947675Z [ 8%] Built target foxi_loader 2024-04-03T15:55:01.0017181Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2024-04-03T15:55:01.0426546Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2024-04-03T15:55:01.0893024Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-04-03T15:55:01.1096466Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2024-04-03T15:55:01.2472934Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2024-04-03T15:55:01.2980313Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2024-04-03T15:55:01.3397038Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/transform.cpp.o 2024-04-03T15:55:01.4063160Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2024-04-03T15:55:01.4471330Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:01.4501546Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-04-03T15:55:01.5835287Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2024-04-03T15:55:01.6413288Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2024-04-03T15:55:01.7421963Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2024-04-03T15:55:01.7663815Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2024-04-03T15:55:01.7831916Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-04-03T15:55:01.8736201Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2024-04-03T15:55:01.9253000Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2024-04-03T15:55:02.0026288Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2024-04-03T15:55:02.0772160Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2024-04-03T15:55:02.1972359Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2024-04-03T15:55:02.2024737Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-04-03T15:55:02.2027340Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2024-04-03T15:55:02.2492011Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-04-03T15:55:02.2692584Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2024-04-03T15:55:02.3889728Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2024-04-03T15:55:02.4831454Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2024-04-03T15:55:02.5374426Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:02.6104996Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2024-04-03T15:55:02.6179958Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-04-03T15:55:02.6542818Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2024-04-03T15:55:02.7721859Z [ 8%] Generating ATen headers 2024-04-03T15:55:02.8152917Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_group_normalization.cpp.o 2024-04-03T15:55:02.8467498Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:02.9529378Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2024-04-03T15:55:02.9868176Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-04-03T15:55:03.0145929Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_block_fusion.cpp.o 2024-04-03T15:55:03.1529097Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2024-04-03T15:55:03.1535594Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2024-04-03T15:55:03.3074761Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2024-04-03T15:55:03.3223171Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-04-03T15:55:03.3998122Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_post_ops.cpp.o 2024-04-03T15:55:03.4860762Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2024-04-03T15:55:03.5132683Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:03.5455515Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-04-03T15:55:03.6648860Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2024-04-03T15:55:03.7387577Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2024-04-03T15:55:03.8205225Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2024-04-03T15:55:03.8713134Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:03.9066847Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-04-03T15:55:03.9571532Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/stream_profiler.cpp.o 2024-04-03T15:55:04.1353952Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2024-04-03T15:55:04.1632173Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-04-03T15:55:04.2178959Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:04.2235735Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2024-04-03T15:55:04.2866387Z [ 8%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2024-04-03T15:55:04.3881404Z [ 8%] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-04-03T15:55:04.5202923Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2024-04-03T15:55:04.5421689Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:04.6012544Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2024-04-03T15:55:04.6195023Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-04-03T15:55:04.6209602Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2024-04-03T15:55:04.8645358Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-04-03T15:55:04.8812352Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2024-04-03T15:55:04.8873995Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2024-04-03T15:55:04.9003243Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/layernorm_fusion.cpp.o 2024-04-03T15:55:04.9865119Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2024-04-03T15:55:05.1717979Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-04-03T15:55:05.2675267Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2024-04-03T15:55:05.2740138Z [ 9%] Building C object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2024-04-03T15:55:05.2934047Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2024-04-03T15:55:05.3162920Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_post_ops.cpp.o 2024-04-03T15:55:05.4341604Z [ 9%] Building C object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2024-04-03T15:55:05.4868210Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-04-03T15:55:05.5418296Z [ 9%] Building ASM object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2024-04-03T15:55:05.5473013Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2024-04-03T15:55:05.5730884Z [ 9%] Built target dnnl_common 2024-04-03T15:55:05.5812199Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-04-03T15:55:05.6185425Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2024-04-03T15:55:05.7211509Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_post_ops.cpp.o 2024-04-03T15:55:05.8126929Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2024-04-03T15:55:05.8983087Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2024-04-03T15:55:05.9025286Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-04-03T15:55:05.9247264Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2024-04-03T15:55:06.0748579Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2024-04-03T15:55:06.1336325Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2024-04-03T15:55:06.2449917Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-04-03T15:55:06.2481944Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2024-04-03T15:55:06.2494470Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2024-04-03T15:55:06.4630183Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-04-03T15:55:06.4951982Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-04-03T15:55:06.5347346Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/scale_utils.cpp.o 2024-04-03T15:55:06.5929568Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:06.6412704Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2024-04-03T15:55:06.7269439Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sdp.cpp.o 2024-04-03T15:55:06.8231728Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2024-04-03T15:55:06.8423669Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-04-03T15:55:06.9200494Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-04-03T15:55:06.9299733Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:07.0344635Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2024-04-03T15:55:07.0985489Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:07.1639264Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2024-04-03T15:55:07.2145746Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-04-03T15:55:07.2553179Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2024-04-03T15:55:07.4150571Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-04-03T15:55:07.4350058Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:07.5339806Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2024-04-03T15:55:07.5515577Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_post_ops.cpp.o 2024-04-03T15:55:07.5881525Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2024-04-03T15:55:07.7364246Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-04-03T15:55:07.7745243Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2024-04-03T15:55:07.8707821Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2024-04-03T15:55:07.9243314Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2024-04-03T15:55:07.9710790Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2024-04-03T15:55:08.0337989Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-04-03T15:55:08.1213328Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/bf16/ref_gemm_bf16.cpp.o 2024-04-03T15:55:08.1312057Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2024-04-03T15:55:08.1976851Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2024-04-03T15:55:08.2719583Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-04-03T15:55:08.3138391Z [ 9%] Built target dnnl_graph_backend_dnnl 2024-04-03T15:55:08.3285880Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-04-03T15:55:08.4210873Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-04-03T15:55:08.4504182Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2024-04-03T15:55:08.4824674Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2024-04-03T15:55:08.6187966Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2024-04-03T15:55:08.6422992Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2024-04-03T15:55:08.6587517Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-04-03T15:55:08.7188299Z [ 9%] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-04-03T15:55:08.7831971Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2024-04-03T15:55:08.8269072Z [ 9%] Built target common 2024-04-03T15:55:08.8366163Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2024-04-03T15:55:08.9167847Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-04-03T15:55:08.9174231Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-04-03T15:55:09.0112978Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2024-04-03T15:55:09.0147770Z [ 9%] Linking C executable ../../bin/mkrename 2024-04-03T15:55:09.0967907Z [ 9%] Built target mkrename 2024-04-03T15:55:09.1023122Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2024-04-03T15:55:09.1503835Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2024-04-03T15:55:09.1989458Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2024-04-03T15:55:09.2566271Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-04-03T15:55:09.2831630Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-04-03T15:55:09.3854137Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-04-03T15:55:09.5151003Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2024-04-03T15:55:09.5244583Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2024-04-03T15:55:09.5409623Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2024-04-03T15:55:09.6154370Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2024-04-03T15:55:09.6650430Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-04-03T15:55:09.8099724Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2024-04-03T15:55:09.8591290Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-04-03T15:55:09.8961365Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-04-03T15:55:09.9018795Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-04-03T15:55:10.0229115Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2024-04-03T15:55:10.0877358Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2024-04-03T15:55:10.1007418Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:10.1665838Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:10.1945745Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-04-03T15:55:10.3495020Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-04-03T15:55:10.3848726Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-04-03T15:55:10.4052069Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_sparse_matmul.cpp.o 2024-04-03T15:55:10.4204403Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-04-03T15:55:10.5104720Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:10.5868862Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:10.6103599Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T15:55:10.7065921Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-04-03T15:55:10.7630861Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2024-04-03T15:55:10.8275157Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2024-04-03T15:55:10.8796889Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-04-03T15:55:10.9152688Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T15:55:10.9170542Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T15:55:11.1784528Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-04-03T15:55:11.1838213Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2024-04-03T15:55:11.1988842Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-04-03T15:55:11.2529825Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-04-03T15:55:11.2643680Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T15:55:11.3547780Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:11.3651457Z [ 9%] Generating ATen sources 2024-04-03T15:55:11.4732869Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-04-03T15:55:11.5656014Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-04-03T15:55:11.5658371Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2024-04-03T15:55:11.6009285Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2024-04-03T15:55:11.6571562Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:11.8282623Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-04-03T15:55:11.9904656Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:12.0203979Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:12.0358580Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2024-04-03T15:55:12.0459736Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-04-03T15:55:12.2609152Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-04-03T15:55:12.2812560Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-04-03T15:55:12.3145298Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T15:55:12.4072100Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T15:55:12.4670195Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2024-04-03T15:55:12.5130838Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-04-03T15:55:12.5934752Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-04-03T15:55:12.6418764Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T15:55:12.6897925Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-04-03T15:55:12.7687563Z [ 9%] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-04-03T15:55:12.7689798Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-04-03T15:55:12.8359382Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-04-03T15:55:12.8789946Z [ 9%] Linking C executable ../../bin/mkalias 2024-04-03T15:55:12.8971110Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2024-04-03T15:55:12.9395860Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T15:55:12.9466783Z [ 9%] Built target mkalias 2024-04-03T15:55:12.9524489Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2024-04-03T15:55:12.9652580Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-04-03T15:55:13.2218278Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-04-03T15:55:13.2327945Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2024-04-03T15:55:13.2917874Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2024-04-03T15:55:13.2925715Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-04-03T15:55:13.2976732Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2024-04-03T15:55:13.5714011Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2024-04-03T15:55:13.6029484Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-04-03T15:55:13.6766648Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-04-03T15:55:13.6819883Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2024-04-03T15:55:13.8506953Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:13.9441163Z [ 9%] Generating ATen declarations_yaml 2024-04-03T15:55:13.9465790Z [ 9%] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-04-03T15:55:14.0139561Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2024-04-03T15:55:14.1306396Z [ 9%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:14.1608701Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-04-03T15:55:14.3291510Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2024-04-03T15:55:14.4015544Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:14.5398616Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-04-03T15:55:14.6385137Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2024-04-03T15:55:14.6654535Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:14.8771173Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-04-03T15:55:14.9567217Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2024-04-03T15:55:15.0182932Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T15:55:15.0717317Z [ 10%] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-04-03T15:55:15.2644994Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2024-04-03T15:55:15.3529745Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T15:55:15.3901459Z [ 10%] Linking CXX shared library ../lib/libc10.so 2024-04-03T15:55:15.5656240Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2024-04-03T15:55:15.5833113Z [ 10%] Built target c10 2024-04-03T15:55:15.5959916Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2024-04-03T15:55:15.6315308Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T15:55:15.9187841Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2024-04-03T15:55:15.9666349Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T15:55:15.9908359Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:16.3006655Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2024-04-03T15:55:16.3098429Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2024-04-03T15:55:16.3292121Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:16.6688670Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:16.7336243Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2024-04-03T15:55:16.7751258Z [ 10%] Generating include/renameavx512f.h 2024-04-03T15:55:16.7761876Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2024-04-03T15:55:16.7847271Z [ 10%] Built target renameAVX512F.h_generated 2024-04-03T15:55:16.7944867Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:17.0221287Z [ 10%] Generating include/renameavx2.h 2024-04-03T15:55:17.0250453Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2024-04-03T15:55:17.0330863Z [ 10%] Built target renameAVX2.h_generated 2024-04-03T15:55:17.0501824Z [ 10%] Generating include/renameavx2128.h 2024-04-03T15:55:17.0512023Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2024-04-03T15:55:17.0589260Z [ 10%] Built target renameAVX2128.h_generated 2024-04-03T15:55:17.0728229Z [ 10%] Generating include/renamefma4.h 2024-04-03T15:55:17.0737930Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2024-04-03T15:55:17.0811951Z [ 10%] Built target renameFMA4.h_generated 2024-04-03T15:55:17.0877964Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:17.0983265Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2024-04-03T15:55:17.1431747Z [ 10%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2024-04-03T15:55:17.3610564Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:17.5099809Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:17.5629956Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2024-04-03T15:55:17.6639828Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2024-04-03T15:55:17.8291744Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:17.9788544Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:18.0148419Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2024-04-03T15:55:18.1591066Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2024-04-03T15:55:18.3256418Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:18.3514758Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:18.4343075Z [ 11%] Built target dnnl_cpu 2024-04-03T15:55:18.4400918Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:18.6682996Z [ 11%] Generating include/renameavx.h 2024-04-03T15:55:18.6696475Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2024-04-03T15:55:18.6783086Z [ 11%] Built target renameAVX.h_generated 2024-04-03T15:55:18.6855027Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T15:55:18.6983104Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T15:55:18.7437379Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T15:55:18.7614469Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T15:55:19.0021179Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.0417139Z [ 11%] Generating include/renamesse4.h 2024-04-03T15:55:19.0426057Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2024-04-03T15:55:19.0458445Z [ 11%] Generating include/renamesse2.h 2024-04-03T15:55:19.0481042Z [ 11%] Built target renameSSE4.h_generated 2024-04-03T15:55:19.0489313Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2024-04-03T15:55:19.0544602Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.0601100Z [ 11%] Built target renameSSE2.h_generated 2024-04-03T15:55:19.0655115Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.1006203Z [ 11%] Generating include/renamepurec_scalar.h 2024-04-03T15:55:19.1048268Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2024-04-03T15:55:19.1342515Z [ 11%] Built target renamePUREC_SCALAR.h_generated 2024-04-03T15:55:19.1521746Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.2729483Z [ 11%] Generating include/renamepurecfma_scalar.h 2024-04-03T15:55:19.2738321Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2024-04-03T15:55:19.2882604Z [ 11%] Built target renamePURECFMA_SCALAR.h_generated 2024-04-03T15:55:19.2954904Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.4181856Z [ 11%] Generating include/renamedspscalar.h 2024-04-03T15:55:19.4231166Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-04-03T15:55:19.4305072Z [ 11%] Built target renamedspscalar.h_generated 2024-04-03T15:55:19.4311979Z [ 11%] Generating include/renamedsp128.h 2024-04-03T15:55:19.4397464Z [ 11%] Built target renamedsp128.h_generated 2024-04-03T15:55:19.4402905Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.4468413Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.5662052Z [ 11%] Linking C executable ../../bin/mkdisp 2024-04-03T15:55:19.6031854Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T15:55:19.6307855Z [ 11%] Built target mkdisp 2024-04-03T15:55:19.6379692Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2024-04-03T15:55:19.7447554Z [ 11%] Generating include/renamedsp256.h 2024-04-03T15:55:19.7588200Z [ 11%] Built target renamedsp256.h_generated 2024-04-03T15:55:19.7606052Z [ 11%] Generating dispavx.c.tmp 2024-04-03T15:55:19.7710183Z [ 11%] Generating dispavx.c 2024-04-03T15:55:19.7803126Z [ 11%] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-04-03T15:55:19.7934852Z [ 11%] Built target dispavx.c_generated 2024-04-03T15:55:19.8095379Z [ 11%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2024-04-03T15:55:19.8809730Z [ 11%] Linking C shared library ../lib/libtorch_global_deps.so 2024-04-03T15:55:19.9450938Z [ 11%] Built target python_copy_files 2024-04-03T15:55:19.9502442Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-04-03T15:55:19.9607763Z [ 11%] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-04-03T15:55:20.0627480Z [ 11%] Linking C executable ../../bin/mkmasked_gnuabi 2024-04-03T15:55:20.0655854Z [ 12%] Linking C executable ../../bin/mkrename_gnuabi 2024-04-03T15:55:20.1239933Z Warning: Unused direct dependencies: 2024-04-03T15:55:20.1241059Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:55:20.1241947Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:55:20.1242794Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:55:20.1243777Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T15:55:20.1244443Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:55:20.1269128Z [ 12%] Built target mkmasked_gnuabi 2024-04-03T15:55:20.1320132Z [ 12%] Built target torch_global_deps 2024-04-03T15:55:20.1323093Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T15:55:20.1325243Z [ 12%] Built target mkrename_gnuabi 2024-04-03T15:55:20.1374123Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T15:55:20.1521855Z [ 12%] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-04-03T15:55:20.1622329Z [ 12%] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-04-03T15:55:20.2705861Z [ 12%] Built target arraymap 2024-04-03T15:55:20.2707042Z [ 12%] Linking C executable ../../bin/addSuffix 2024-04-03T15:55:20.2779995Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T15:55:20.3618334Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T15:55:20.3674615Z [ 12%] Built target addSuffix 2024-04-03T15:55:20.3740803Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T15:55:20.4323144Z [ 12%] Generating /var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ViewFuncs.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/RegisterLazy.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/variable_factories.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ViewFuncs.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyIr.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNonNativeIr.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_variable_methods.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_nn_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_fft_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_linalg_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_nested_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_sparse_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_special_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_return_types.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_enum_tag.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_return_types.h, /var/lib/jenkins/workspace/torch/testing/_internal/generated/annotated_fn_args.py, /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2024-04-03T15:55:20.4945712Z [ 12%] Generating /var/lib/jenkins/workspace/torch/_C/__init__.pyi, /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi, /var/lib/jenkins/workspace/torch/nn/functional.pyi 2024-04-03T15:55:20.6314835Z [ 12%] Generating /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi 2024-04-03T15:55:20.6425447Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T15:55:20.6666661Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2024-04-03T15:55:20.7093847Z [ 12%] Generating /var/lib/jenkins/workspace/torch/version.py 2024-04-03T15:55:20.9791010Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2024-04-03T15:55:21.0103202Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2024-04-03T15:55:21.2777422Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2024-04-03T15:55:21.2820305Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2024-04-03T15:55:21.5390520Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2024-04-03T15:55:21.6816799Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2024-04-03T15:55:21.8180287Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2024-04-03T15:55:22.0364070Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2024-04-03T15:55:22.1529233Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2024-04-03T15:55:22.3921403Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2024-04-03T15:55:22.4653017Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2024-04-03T15:55:22.6818397Z [ 12%] Built target gen_torch_version 2024-04-03T15:55:22.6889767Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2024-04-03T15:55:22.7501816Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-04-03T15:55:22.8932604Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-04-03T15:55:22.9956898Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2024-04-03T15:55:23.0512197Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-04-03T15:55:23.1617227Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2024-04-03T15:55:23.2298431Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-04-03T15:55:23.3382934Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2024-04-03T15:55:23.4732296Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-04-03T15:55:23.5963407Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2024-04-03T15:55:23.6391380Z [ 12%] Built target ATEN_CPU_FILES_GEN_TARGET 2024-04-03T15:55:23.6458843Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2024-04-03T15:55:23.6565437Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2024-04-03T15:55:23.6664933Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-04-03T15:55:23.7530556Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2024-04-03T15:55:23.8362206Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2024-04-03T15:55:23.8872679Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-04-03T15:55:23.9228207Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2024-04-03T15:55:23.9424071Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2024-04-03T15:55:23.9864486Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2024-04-03T15:55:23.9991007Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2024-04-03T15:55:24.0434134Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2024-04-03T15:55:24.0653295Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2024-04-03T15:55:24.0992085Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-04-03T15:55:24.1465785Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2024-04-03T15:55:24.2416163Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2024-04-03T15:55:24.2969929Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-04-03T15:55:24.3082246Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2024-04-03T15:55:24.3992005Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2024-04-03T15:55:24.3995371Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2024-04-03T15:55:24.4223549Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2024-04-03T15:55:24.4910868Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2024-04-03T15:55:24.5230185Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2024-04-03T15:55:24.5381857Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-04-03T15:55:24.6108470Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2024-04-03T15:55:24.6953757Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2024-04-03T15:55:24.7186983Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-04-03T15:55:24.7352842Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2024-04-03T15:55:24.7663604Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-04-03T15:55:24.8271967Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-04-03T15:55:24.9092078Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2024-04-03T15:55:24.9145490Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2024-04-03T15:55:24.9215715Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2024-04-03T15:55:24.9612112Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-04-03T15:55:24.9625143Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-04-03T15:55:25.0797795Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2024-04-03T15:55:25.1497301Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2024-04-03T15:55:25.2043448Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-04-03T15:55:25.2288368Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2024-04-03T15:55:25.2910232Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-04-03T15:55:25.3423052Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2024-04-03T15:55:25.3880541Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2024-04-03T15:55:25.4026993Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-04-03T15:55:25.5358592Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2024-04-03T15:55:25.5581919Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2024-04-03T15:55:25.5789755Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2024-04-03T15:55:25.5975606Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-04-03T15:55:25.6895997Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-04-03T15:55:25.7264698Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2024-04-03T15:55:25.7665000Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_resampling.cpp.o 2024-04-03T15:55:25.7944972Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2024-04-03T15:55:25.8715398Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2024-04-03T15:55:25.9191613Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-04-03T15:55:25.9214420Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-04-03T15:55:25.9551206Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2024-04-03T15:55:26.1502544Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2024-04-03T15:55:26.1577617Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2024-04-03T15:55:26.1956946Z [ 12%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2024-04-03T15:55:26.2028186Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-04-03T15:55:26.2657873Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2024-04-03T15:55:26.4084803Z [ 12%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2024-04-03T15:55:26.4449015Z [ 12%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-04-03T15:55:26.4817364Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2024-04-03T15:55:26.5520508Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2024-04-03T15:55:26.5603249Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2024-04-03T15:55:26.5745428Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2024-04-03T15:55:26.6205080Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2024-04-03T15:55:26.6269571Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2024-04-03T15:55:26.6787175Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-04-03T15:55:26.6984246Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2024-04-03T15:55:26.7785289Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2024-04-03T15:55:26.8771836Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-04-03T15:55:26.8774657Z [ 13%] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2024-04-03T15:55:26.9431905Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2024-04-03T15:55:26.9466417Z [ 13%] Linking C static library ../../lib/libqnnpack.a 2024-04-03T15:55:26.9617363Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-04-03T15:55:27.0064474Z [ 13%] Built target qnnpack 2024-04-03T15:55:27.0205151Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-04-03T15:55:27.1417297Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-04-03T15:55:27.2146073Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-04-03T15:55:27.2157769Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-04-03T15:55:27.2684379Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-04-03T15:55:27.3075124Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-04-03T15:55:27.3428505Z [ 13%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2024-04-03T15:55:27.3462314Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-04-03T15:55:27.4347313Z [ 13%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-04-03T15:55:27.4409783Z [ 13%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-04-03T15:55:27.5308138Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-04-03T15:55:27.5595256Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-04-03T15:55:27.6468410Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-04-03T15:55:27.6710132Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-04-03T15:55:27.6732193Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-04-03T15:55:27.7569855Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2024-04-03T15:55:27.7747786Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-04-03T15:55:27.8528180Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-04-03T15:55:27.8562143Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-04-03T15:55:27.9016071Z [ 14%] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2024-04-03T15:55:27.9417399Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-04-03T15:55:28.0363679Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-04-03T15:55:28.0473572Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-04-03T15:55:28.1144878Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-04-03T15:55:28.1608820Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2024-04-03T15:55:28.1888296Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-04-03T15:55:28.2852454Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-04-03T15:55:28.3184562Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-04-03T15:55:28.3673505Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-04-03T15:55:28.4728631Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-04-03T15:55:28.4758422Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2024-04-03T15:55:28.5023840Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-04-03T15:55:28.5651212Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-04-03T15:55:28.6318746Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-04-03T15:55:28.6970369Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-04-03T15:55:28.7513302Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-04-03T15:55:28.7792730Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-04-03T15:55:28.8841335Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_strided.cpp.o 2024-04-03T15:55:28.9465622Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-04-03T15:55:28.9856818Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-04-03T15:55:29.1033818Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-04-03T15:55:29.1812259Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-04-03T15:55:29.2186825Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-04-03T15:55:29.3362272Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_trans_kernel.cpp.o 2024-04-03T15:55:29.3414242Z [ 14%] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-04-03T15:55:29.3832794Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-04-03T15:55:29.4622633Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-04-03T15:55:29.5022894Z [ 14%] Built target torch_python_stubs 2024-04-03T15:55:29.5100936Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-04-03T15:55:29.5641835Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-04-03T15:55:29.5863685Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-04-03T15:55:29.6213832Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_utils.cpp.o 2024-04-03T15:55:29.6247758Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-04-03T15:55:29.6257468Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-04-03T15:55:29.6588442Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-04-03T15:55:29.6771040Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-04-03T15:55:29.7166326Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-04-03T15:55:29.7543086Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-04-03T15:55:29.7883501Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2024-04-03T15:55:29.8147459Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-04-03T15:55:29.8426738Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-04-03T15:55:29.8532726Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2024-04-03T15:55:29.8691162Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-04-03T15:55:29.9202681Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2024-04-03T15:55:29.9261689Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2024-04-03T15:55:29.9412383Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-04-03T15:55:29.9929921Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2024-04-03T15:55:30.0145281Z [ 14%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-04-03T15:55:30.0758842Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-04-03T15:55:30.0939431Z [ 14%] Linking C static library ../../lib/libnnpack_reference_layers.a 2024-04-03T15:55:30.1337996Z [ 14%] Built target nnpack_reference_layers 2024-04-03T15:55:30.1399289Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-04-03T15:55:30.1458830Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2024-04-03T15:55:30.2852328Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2024-04-03T15:55:30.3137114Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2024-04-03T15:55:30.3527288Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2024-04-03T15:55:30.3793189Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-04-03T15:55:30.4227730Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2024-04-03T15:55:30.5544375Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-04-03T15:55:30.5859687Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2024-04-03T15:55:30.6178467Z [ 14%] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2024-04-03T15:55:30.6977272Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2024-04-03T15:55:30.7180441Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-04-03T15:55:30.7422885Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-04-03T15:55:30.7533345Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2024-04-03T15:55:30.8105112Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2024-04-03T15:55:30.9058927Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2024-04-03T15:55:30.9377796Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2024-04-03T15:55:30.9673821Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-04-03T15:55:30.9704742Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-04-03T15:55:30.9924859Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2024-04-03T15:55:31.0893607Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_deconv.cpp.o 2024-04-03T15:55:31.1543442Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2024-04-03T15:55:31.2203506Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2024-04-03T15:55:31.2272691Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-04-03T15:55:31.2939688Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-04-03T15:55:31.3343850Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2024-04-03T15:55:31.4000043Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2024-04-03T15:55:31.4822776Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2024-04-03T15:55:31.5142009Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2024-04-03T15:55:31.5341402Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-04-03T15:55:31.6526631Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2024-04-03T15:55:31.7500444Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-04-03T15:55:31.7733367Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2024-04-03T15:55:31.8091265Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2024-04-03T15:55:31.8346861Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2024-04-03T15:55:31.8676933Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2024-04-03T15:55:31.9194104Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2024-04-03T15:55:31.9846147Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-04-03T15:55:31.9973210Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2024-04-03T15:55:32.0752992Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2024-04-03T15:55:32.0915575Z [ 14%] Built target generate-torch-sources 2024-04-03T15:55:32.0961871Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2024-04-03T15:55:32.1135678Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2024-04-03T15:55:32.1700128Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-04-03T15:55:32.1721516Z [ 14%] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2024-04-03T15:55:32.1870056Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-04-03T15:55:32.2087267Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2024-04-03T15:55:32.2459852Z [ 14%] Linking CXX static library ../../lib/libpytorch_qnnpack.a 2024-04-03T15:55:32.3105521Z [ 14%] Built target pytorch_qnnpack 2024-04-03T15:55:32.3180862Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-04-03T15:55:32.3779125Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-04-03T15:55:32.4091622Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-04-03T15:55:32.5653705Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-04-03T15:55:32.6144893Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2024-04-03T15:55:32.6161916Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-04-03T15:55:32.6312319Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-04-03T15:55:32.6736455Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-04-03T15:55:32.7065888Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-04-03T15:55:32.7728237Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-04-03T15:55:32.8104567Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-04-03T15:55:32.8243411Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2024-04-03T15:55:32.8396466Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-04-03T15:55:32.8503242Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-04-03T15:55:32.9064899Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-04-03T15:55:32.9638830Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-04-03T15:55:33.0239134Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-04-03T15:55:33.0458716Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-04-03T15:55:33.0471110Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-04-03T15:55:33.0782746Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-04-03T15:55:33.1204237Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-04-03T15:55:33.1478185Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-04-03T15:55:33.1886903Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2024-04-03T15:55:33.1970314Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-04-03T15:55:33.2047566Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2024-04-03T15:55:33.2691265Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-04-03T15:55:33.2754397Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-04-03T15:55:33.3451840Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-04-03T15:55:33.3724891Z [ 14%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-04-03T15:55:33.4164856Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-04-03T15:55:33.4553592Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-04-03T15:55:33.4743594Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-04-03T15:55:33.5498481Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-04-03T15:55:33.5501589Z [ 14%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-04-03T15:55:33.5559150Z [ 14%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2024-04-03T15:55:33.6158427Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-04-03T15:55:33.6209586Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T15:55:33.6225180Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-04-03T15:55:33.6648401Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T15:55:33.6702843Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-04-03T15:55:33.6985877Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-04-03T15:55:33.7463774Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T15:55:33.7991179Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T15:55:33.8245627Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-04-03T15:55:33.8972865Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2024-04-03T15:55:33.8977287Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-04-03T15:55:33.9012913Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-04-03T15:55:33.9345387Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-04-03T15:55:33.9399813Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2024-04-03T15:55:33.9670132Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-04-03T15:55:34.0623496Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-04-03T15:55:34.1133510Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-04-03T15:55:34.1376982Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-04-03T15:55:34.1619795Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-04-03T15:55:34.2135025Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-04-03T15:55:34.2470254Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-04-03T15:55:34.2928113Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-04-03T15:55:34.3180970Z [ 15%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2024-04-03T15:55:34.3300967Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-04-03T15:55:34.3605721Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-04-03T15:55:34.3731229Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-04-03T15:55:34.4518468Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-04-03T15:55:34.4566055Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-04-03T15:55:34.4683587Z [ 15%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-04-03T15:55:34.5156452Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-04-03T15:55:34.5373885Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-04-03T15:55:34.5809035Z [ 15%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-04-03T15:55:34.6629566Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2024-04-03T15:55:34.6667409Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-04-03T15:55:34.6783472Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512amx.c.o 2024-04-03T15:55:34.6884814Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-04-03T15:55:34.7268868Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-04-03T15:55:34.7351579Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-04-03T15:55:34.7455637Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-04-03T15:55:34.8215788Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-04-03T15:55:34.8539193Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-04-03T15:55:34.8717073Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-04-03T15:55:34.9190832Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-04-03T15:55:34.9303651Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-04-03T15:55:34.9489670Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-04-03T15:55:34.9783162Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-04-03T15:55:34.9812931Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-04-03T15:55:35.0097072Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-04-03T15:55:35.0112532Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-04-03T15:55:35.0159379Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2024-04-03T15:55:35.0196523Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-04-03T15:55:35.0641073Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-04-03T15:55:35.0862572Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_convert_xf16.cpp.o 2024-04-03T15:55:35.0965799Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-04-03T15:55:35.1158637Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-04-03T15:55:35.1542501Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-04-03T15:55:35.1668065Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-04-03T15:55:35.1846286Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-04-03T15:55:35.2329147Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-04-03T15:55:35.2454072Z [ 16%] Built target microkernels-prod 2024-04-03T15:55:35.2522090Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-04-03T15:55:35.3132530Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-04-03T15:55:35.3237561Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T15:55:35.3361276Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-04-03T15:55:35.3793243Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-04-03T15:55:35.3837737Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-04-03T15:55:35.4113241Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-04-03T15:55:35.4222176Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2024-04-03T15:55:35.4358526Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-04-03T15:55:35.4399457Z [ 16%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2024-04-03T15:55:35.4796170Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-04-03T15:55:35.5032975Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-04-03T15:55:35.5414634Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-04-03T15:55:35.5449200Z [ 16%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-04-03T15:55:35.5698290Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-04-03T15:55:35.6065912Z [ 16%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-04-03T15:55:35.6731664Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-04-03T15:55:35.7085611Z [ 17%] Built target logging 2024-04-03T15:55:35.7157030Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-04-03T15:55:35.7417840Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-04-03T15:55:35.7523860Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2024-04-03T15:55:35.7734971Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-04-03T15:55:35.7758926Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-04-03T15:55:35.7877570Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-04-03T15:55:35.8297121Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-04-03T15:55:35.8660797Z [ 17%] Built target indirection 2024-04-03T15:55:35.8744845Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-04-03T15:55:35.9187973Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-04-03T15:55:35.9190727Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-04-03T15:55:35.9577843Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-04-03T15:55:35.9994604Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-04-03T15:55:36.0299166Z [ 17%] Built target microparams-init 2024-04-03T15:55:36.0324273Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-04-03T15:55:36.0357360Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-04-03T15:55:36.0428543Z [ 17%] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-04-03T15:55:36.1070021Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2024-04-03T15:55:36.1142085Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2024-04-03T15:55:36.1221591Z [ 17%] Built target jit 2024-04-03T15:55:36.1340494Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-04-03T15:55:36.1421376Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2024-04-03T15:55:36.2048183Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-04-03T15:55:36.2226894Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-04-03T15:55:36.2815870Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-04-03T15:55:36.3739808Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-04-03T15:55:36.4590584Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-04-03T15:55:36.4653257Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-04-03T15:55:36.4949023Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-04-03T15:55:36.5015013Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_group_normalization.cpp.o 2024-04-03T15:55:36.5459255Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-04-03T15:55:36.5523856Z [ 17%] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-04-03T15:55:36.5752246Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-04-03T15:55:36.6625938Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-04-03T15:55:36.7185530Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-04-03T15:55:36.7320039Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-04-03T15:55:36.7454867Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2024-04-03T15:55:36.7665805Z [ 17%] Linking CXX static library ../../../lib/libprotoc.a 2024-04-03T15:55:36.7916091Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2024-04-03T15:55:36.8160627Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-04-03T15:55:36.8365210Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-04-03T15:55:36.8832504Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2024-04-03T15:55:36.9063611Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-04-03T15:55:36.9115900Z [ 17%] Built target libprotoc 2024-04-03T15:55:36.9256804Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2024-04-03T15:55:37.0132660Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-04-03T15:55:37.1028564Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-04-03T15:55:37.1764387Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-04-03T15:55:37.1887484Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2024-04-03T15:55:37.2291833Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-04-03T15:55:37.2496560Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-04-03T15:55:37.2556791Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2024-04-03T15:55:37.2643749Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-04-03T15:55:37.3108970Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2024-04-03T15:55:37.3334355Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2024-04-03T15:55:37.3454913Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-04-03T15:55:37.4271797Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-04-03T15:55:37.5175464Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-04-03T15:55:37.6076371Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-04-03T15:55:37.6099640Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-04-03T15:55:37.6728882Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-04-03T15:55:37.6840844Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-04-03T15:55:37.6869305Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-04-03T15:55:37.6910477Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-04-03T15:55:37.6970546Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2024-04-03T15:55:37.7358229Z [ 17%] Built target normalization 2024-04-03T15:55:37.7416273Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2024-04-03T15:55:37.7591720Z [ 17%] Built target allocator 2024-04-03T15:55:37.7648905Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2024-04-03T15:55:37.7679771Z [ 17%] Built target packing 2024-04-03T15:55:37.7745125Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2024-04-03T15:55:37.7861729Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-04-03T15:55:37.8658069Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-04-03T15:55:37.9563475Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-04-03T15:55:38.0334187Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-04-03T15:55:38.1286061Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T15:55:38.1332071Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-04-03T15:55:38.1403499Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2024-04-03T15:55:38.1624640Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-04-03T15:55:38.1823207Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-04-03T15:55:38.2093584Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-04-03T15:55:38.2141790Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-04-03T15:55:38.2621591Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-04-03T15:55:38.2748736Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-04-03T15:55:38.2945182Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-04-03T15:55:38.2981392Z [ 17%] Built target memory 2024-04-03T15:55:38.3111066Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-04-03T15:55:38.3210136Z [ 17%] Built target mutex 2024-04-03T15:55:38.3342698Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-04-03T15:55:38.3483453Z [ 17%] Built target post-operation 2024-04-03T15:55:38.3673248Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-04-03T15:55:38.3686191Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-04-03T15:55:38.4057598Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-04-03T15:55:38.4267051Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-04-03T15:55:38.4491458Z [ 17%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2024-04-03T15:55:38.4535647Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-04-03T15:55:38.4921962Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2024-04-03T15:55:38.4967533Z [ 17%] Built target operator-utils 2024-04-03T15:55:38.5051064Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2024-04-03T15:55:38.5218823Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-04-03T15:55:38.5539106Z [ 17%] Built target operator-run 2024-04-03T15:55:38.5617790Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-04-03T15:55:38.6200013Z [ 17%] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2024-04-03T15:55:38.6965280Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-04-03T15:55:38.7137669Z [ 17%] Linking CXX static library ../../../lib/libgmock.a 2024-04-03T15:55:38.7606167Z [ 17%] Built target gmock 2024-04-03T15:55:38.7767541Z [ 17%] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2024-04-03T15:55:38.7807088Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-04-03T15:55:38.8208136Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-04-03T15:55:38.8450735Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2024-04-03T15:55:38.8451974Z [ 17%] Linking CXX static library ../../../lib/libgtest_main.a 2024-04-03T15:55:38.8613152Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2024-04-03T15:55:38.8720821Z [ 17%] Built target gtest_main 2024-04-03T15:55:38.8799656Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_xf16_sum.cpp.o 2024-04-03T15:55:38.8940680Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-04-03T15:55:38.9136997Z [ 17%] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2024-04-03T15:55:38.9163804Z [ 17%] Linking CXX static library ../../../lib/libbenchmark_main.a 2024-04-03T15:55:38.9636196Z [ 17%] Built target benchmark_main 2024-04-03T15:55:38.9691046Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-04-03T15:55:38.9878989Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2024-04-03T15:55:39.0472830Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-04-03T15:55:39.1226750Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-04-03T15:55:39.2028999Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-04-03T15:55:39.2431225Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-04-03T15:55:39.2665700Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-04-03T15:55:39.2668979Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2024-04-03T15:55:39.2985167Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-04-03T15:55:39.3048421Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2024-04-03T15:55:39.3107399Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2024-04-03T15:55:39.3510555Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-04-03T15:55:39.4055324Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2024-04-03T15:55:39.4392427Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-04-03T15:55:39.5233375Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T15:55:39.5807320Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2024-04-03T15:55:39.6324261Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2024-04-03T15:55:39.6407370Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-04-03T15:55:39.6412915Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-04-03T15:55:39.6448722Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2024-04-03T15:55:39.6956706Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2024-04-03T15:55:39.7146463Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2024-04-03T15:55:39.7689317Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-04-03T15:55:39.8458707Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T15:55:39.9247430Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-04-03T15:55:39.9365377Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-04-03T15:55:39.9693952Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-04-03T15:55:39.9885937Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2024-04-03T15:55:39.9946587Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2024-04-03T15:55:40.0072128Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2024-04-03T15:55:40.0459495Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T15:55:40.0494236Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2024-04-03T15:55:40.1186057Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-04-03T15:55:40.1819263Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-04-03T15:55:40.2017900Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-04-03T15:55:40.2162000Z [ 17%] Generating src/x86_64-fma/blas/s8gemm.py.o 2024-04-03T15:55:40.2225433Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-04-03T15:55:40.2532603Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2024-04-03T15:55:40.2762760Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2024-04-03T15:55:40.3105132Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-04-03T15:55:40.3175403Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-04-03T15:55:40.3590055Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2024-04-03T15:55:40.3855175Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2024-04-03T15:55:40.4156370Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-04-03T15:55:40.5030569Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-04-03T15:55:40.5456798Z [ 17%] Generating src/x86_64-fma/blas/c8gemm.py.o 2024-04-03T15:55:40.5673276Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2024-04-03T15:55:40.5797583Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2024-04-03T15:55:40.6116356Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-04-03T15:55:40.6182328Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-04-03T15:55:40.6908693Z [ 17%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2024-04-03T15:55:40.7508636Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-04-03T15:55:40.8317027Z [ 17%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-04-03T15:55:40.8382799Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2024-04-03T15:55:40.8714660Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2024-04-03T15:55:40.8905500Z [ 17%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2024-04-03T15:55:40.9016528Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-04-03T15:55:41.0168662Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-04-03T15:55:41.0618605Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-04-03T15:55:41.0697935Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2024-04-03T15:55:41.0988259Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2024-04-03T15:55:41.0995901Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_reorders.cpp.o 2024-04-03T15:55:41.1164340Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2024-04-03T15:55:41.1374234Z [ 18%] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2024-04-03T15:55:41.1594698Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-04-03T15:55:41.2552916Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-04-03T15:55:41.3334757Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-04-03T15:55:41.3753347Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2024-04-03T15:55:41.4155141Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-04-03T15:55:41.4740908Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-04-03T15:55:41.4866279Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2024-04-03T15:55:41.4975281Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2024-04-03T15:55:41.5066737Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2024-04-03T15:55:41.5708467Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-04-03T15:55:41.6284698Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-04-03T15:55:41.6906387Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-04-03T15:55:41.6910200Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2024-04-03T15:55:41.7636551Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-04-03T15:55:41.7738776Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2024-04-03T15:55:41.7922393Z [ 18%] Generating src/x86_64-fma/blas/conv1x1.py.o 2024-04-03T15:55:41.8029147Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2024-04-03T15:55:41.8393101Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-04-03T15:55:41.8877737Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/jit_uni_sparse_matmul.cpp.o 2024-04-03T15:55:41.9312862Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-04-03T15:55:41.9642775Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2024-04-03T15:55:41.9898745Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-04-03T15:55:42.0603406Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-04-03T15:55:42.0951623Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2024-04-03T15:55:42.1228076Z [ 18%] Generating src/x86_64-fma/blas/sgemm.py.o 2024-04-03T15:55:42.1268068Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-04-03T15:55:42.1384934Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2024-04-03T15:55:42.2063133Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-04-03T15:55:42.2415344Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2024-04-03T15:55:42.2618024Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-04-03T15:55:42.2675248Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2024-04-03T15:55:42.3432127Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-04-03T15:55:42.4026061Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2024-04-03T15:55:42.4338784Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-04-03T15:55:42.4695586Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2024-04-03T15:55:42.5032853Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2024-04-03T15:55:42.5124987Z [ 18%] Generating src/x86_64-fma/max-pooling.py.o 2024-04-03T15:55:42.5350513Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-04-03T15:55:42.5916752Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2024-04-03T15:55:42.6172147Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-04-03T15:55:42.6707390Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2024-04-03T15:55:42.7105544Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2024-04-03T15:55:42.7205438Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-04-03T15:55:42.7325644Z [ 18%] Generating src/x86_64-fma/relu.py.o 2024-04-03T15:55:42.8244852Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-04-03T15:55:42.8253802Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2024-04-03T15:55:42.9091750Z [ 18%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-04-03T15:55:42.9178261Z [ 18%] Generating src/x86_64-fma/softmax.py.o 2024-04-03T15:55:42.9493980Z [ 18%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2024-04-03T15:55:42.9520824Z [ 18%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2024-04-03T15:55:42.9727137Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2024-04-03T15:55:42.9966980Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-04-03T15:55:43.0927785Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-04-03T15:55:43.1414342Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2024-04-03T15:55:43.1893591Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-04-03T15:55:43.1984102Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2024-04-03T15:55:43.2854751Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-04-03T15:55:43.3309447Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2024-04-03T15:55:43.3625621Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2024-04-03T15:55:43.3631793Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-04-03T15:55:43.3877846Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2024-04-03T15:55:43.4063461Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2024-04-03T15:55:43.4693908Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-04-03T15:55:43.5558932Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-04-03T15:55:43.5983442Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2024-04-03T15:55:43.6267777Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2024-04-03T15:55:43.6297743Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2024-04-03T15:55:43.6674213Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-04-03T15:55:43.6744921Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2024-04-03T15:55:43.7183046Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-04-03T15:55:43.7259394Z [ 19%] Generating src/x86_64-fma/blas/sdotxf.py.o 2024-04-03T15:55:43.7808601Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-04-03T15:55:43.8351017Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-04-03T15:55:43.8720505Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2024-04-03T15:55:43.8976796Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-04-03T15:55:43.9168512Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2024-04-03T15:55:43.9729222Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-04-03T15:55:43.9951480Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2024-04-03T15:55:44.0216163Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-04-03T15:55:44.0218002Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2024-04-03T15:55:44.1088650Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-04-03T15:55:44.1476021Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2024-04-03T15:55:44.1865544Z [ 19%] Built target fbgemm_avx512 2024-04-03T15:55:44.1938680Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-04-03T15:55:44.2009639Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2024-04-03T15:55:44.2731638Z [ 19%] Generating src/x86_64-fma/blas/shdotxf.py.o 2024-04-03T15:55:44.2799354Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-04-03T15:55:44.3023787Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2024-04-03T15:55:44.3367073Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-04-03T15:55:44.3494551Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-04-03T15:55:44.4057299Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2024-04-03T15:55:44.4230252Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-04-03T15:55:44.4389022Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-04-03T15:55:44.4669734Z [ 19%] Built target fbgemm_avx2 2024-04-03T15:55:44.4784813Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-04-03T15:55:44.5095850Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2024-04-03T15:55:44.5119967Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2024-04-03T15:55:44.5260711Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2024-04-03T15:55:44.5480359Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-04-03T15:55:44.6515410Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-04-03T15:55:44.7241212Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2024-04-03T15:55:44.7243306Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2024-04-03T15:55:44.7378590Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-04-03T15:55:44.7734976Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T15:55:44.7946390Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2024-04-03T15:55:44.8030507Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2024-04-03T15:55:44.8412710Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T15:55:44.9166727Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-04-03T15:55:44.9477717Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2024-04-03T15:55:45.0029488Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-04-03T15:55:45.0537231Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2024-04-03T15:55:45.0668473Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2024-04-03T15:55:45.0865980Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2024-04-03T15:55:45.0929951Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-04-03T15:55:45.1319420Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-04-03T15:55:45.1666515Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2024-04-03T15:55:45.2024239Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-04-03T15:55:45.2680989Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-04-03T15:55:45.3058804Z [ 19%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2024-04-03T15:55:45.3119681Z [ 19%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2024-04-03T15:55:45.3742768Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-04-03T15:55:45.3773369Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-04-03T15:55:45.4422587Z [ 19%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2024-04-03T15:55:45.4610048Z [ 19%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-04-03T15:55:45.4762294Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2024-04-03T15:55:45.5346951Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-04-03T15:55:45.5529838Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2024-04-03T15:55:45.6098193Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2024-04-03T15:55:45.6174698Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-04-03T15:55:45.6985162Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2024-04-03T15:55:45.7133408Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-04-03T15:55:45.7239126Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2024-04-03T15:55:45.7367825Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2024-04-03T15:55:45.7931121Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2024-04-03T15:55:45.7982930Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-04-03T15:55:45.8685578Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-04-03T15:55:45.9448399Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2024-04-03T15:55:45.9495870Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-04-03T15:55:46.0312478Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-04-03T15:55:46.0691036Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2024-04-03T15:55:46.1146096Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-04-03T15:55:46.1406380Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-04-03T15:55:46.1655146Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2024-04-03T15:55:46.1901851Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2024-04-03T15:55:46.1904483Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2024-04-03T15:55:46.2148014Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-04-03T15:55:46.2744579Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2024-04-03T15:55:46.3203213Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-04-03T15:55:46.3457481Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-04-03T15:55:46.4146309Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2024-04-03T15:55:46.4341554Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-04-03T15:55:46.4950808Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-04-03T15:55:46.5548356Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2024-04-03T15:55:46.5575403Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2024-04-03T15:55:46.5815545Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2024-04-03T15:55:46.5872021Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-04-03T15:55:46.6496851Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-04-03T15:55:46.7211332Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-04-03T15:55:46.7817961Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-04-03T15:55:46.8178693Z [ 20%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2024-04-03T15:55:46.8388580Z [ 20%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2024-04-03T15:55:46.8417569Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-04-03T15:55:46.8979630Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-04-03T15:55:46.9022955Z [ 20%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-04-03T15:55:46.9302165Z [ 20%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-04-03T15:55:46.9633420Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2024-04-03T15:55:46.9683524Z [ 20%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2024-04-03T15:55:46.9699407Z [ 20%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T15:55:47.0131262Z [ 20%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-04-03T15:55:47.0417367Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T15:55:47.0647328Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2024-04-03T15:55:47.0996141Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-04-03T15:55:47.1110762Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T15:55:47.1751991Z [ 21%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2024-04-03T15:55:47.2068051Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T15:55:47.2125453Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-04-03T15:55:47.2457030Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2024-04-03T15:55:47.2778375Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-04-03T15:55:47.2835953Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-04-03T15:55:47.3104929Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-04-03T15:55:47.3244567Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2024-04-03T15:55:47.3473034Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2024-04-03T15:55:47.3543285Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-04-03T15:55:47.3897187Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-04-03T15:55:47.4188186Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-04-03T15:55:47.4569726Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-04-03T15:55:47.4672510Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2024-04-03T15:55:47.4831803Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-04-03T15:55:47.4876737Z [ 21%] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2024-04-03T15:55:47.5312971Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-04-03T15:55:47.5735546Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-04-03T15:55:47.5889995Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-04-03T15:55:47.6201381Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-04-03T15:55:47.6203581Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2024-04-03T15:55:47.6580814Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-04-03T15:55:47.6586742Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2024-04-03T15:55:47.6868282Z [ 21%] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2024-04-03T15:55:47.7226942Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-04-03T15:55:47.7258971Z [ 21%] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2024-04-03T15:55:47.7675626Z [ 21%] Built target dnnl_cpu_x64 2024-04-03T15:55:47.7736430Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2024-04-03T15:55:47.7989209Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T15:55:47.8137647Z [ 21%] Linking C static library ../../lib/libnnpack.a 2024-04-03T15:55:47.8523398Z [ 21%] Built target nnpack 2024-04-03T15:55:47.8584166Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T15:55:47.8660317Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T15:55:47.8712977Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2024-04-03T15:55:47.8950277Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T15:55:47.9107149Z [ 21%] Built target fbgemm_generic 2024-04-03T15:55:47.9192017Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-04-03T15:55:47.9207406Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-04-03T15:55:47.9219470Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-04-03T15:55:47.9602428Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-04-03T15:55:47.9980613Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2024-04-03T15:55:48.0001413Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2024-04-03T15:55:48.0306309Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-04-03T15:55:48.1002061Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-04-03T15:55:48.1447843Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2024-04-03T15:55:48.1545498Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-04-03T15:55:48.2456594Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-04-03T15:55:48.2706856Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2024-04-03T15:55:48.2906507Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-04-03T15:55:48.3222107Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-04-03T15:55:48.3405101Z [ 21%] Linking CXX executable ../../bin/c10_CompileTimeFunctionPointer_test 2024-04-03T15:55:48.3496288Z [ 21%] Linking CXX executable ../../bin/c10_DeviceGuard_test 2024-04-03T15:55:48.3937004Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-04-03T15:55:48.4176565Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2024-04-03T15:55:48.4673097Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-04-03T15:55:48.4842656Z Warning: Unused direct dependencies: 2024-04-03T15:55:48.4845195Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:48.4914472Z [ 21%] Built target c10_DeviceGuard_test 2024-04-03T15:55:48.4968535Z [ 21%] Built target c10_CompileTimeFunctionPointer_test 2024-04-03T15:55:48.5033588Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-04-03T15:55:48.5133327Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2024-04-03T15:55:48.5331358Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-04-03T15:55:48.5362806Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2024-04-03T15:55:48.5604906Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-04-03T15:55:48.6137111Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-04-03T15:55:48.6501200Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-04-03T15:55:48.6821008Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-04-03T15:55:48.7243550Z [ 21%] Linking CXX executable ../../bin/c10_Device_test 2024-04-03T15:55:48.7589849Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-04-03T15:55:48.8061897Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2024-04-03T15:55:48.8373979Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-04-03T15:55:48.8483799Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-04-03T15:55:48.8541048Z [ 21%] Built target c10_Device_test 2024-04-03T15:55:48.8597012Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-04-03T15:55:48.8947613Z [ 21%] Linking CXX executable ../../bin/c10_DispatchKeySet_test 2024-04-03T15:55:48.9036852Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Scalar_test.dir/core/Scalar_test.cpp.o 2024-04-03T15:55:48.9148786Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2024-04-03T15:55:48.9156694Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-04-03T15:55:48.9546767Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-04-03T15:55:49.0156184Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-04-03T15:55:49.0357520Z [ 21%] Built target c10_DispatchKeySet_test 2024-04-03T15:55:49.0427421Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-04-03T15:55:49.0618859Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2024-04-03T15:55:49.0798204Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2024-04-03T15:55:49.1178651Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-04-03T15:55:49.1783198Z [ 21%] Linking CXX executable ../../bin/c10_StreamGuard_test 2024-04-03T15:55:49.1824231Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-04-03T15:55:49.2607882Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-04-03T15:55:49.2610130Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-04-03T15:55:49.2907776Z [ 21%] Linking CXX executable ../../bin/c10_Scalar_test 2024-04-03T15:55:49.3026960Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-04-03T15:55:49.3192437Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-04-03T15:55:49.3367616Z Warning: Unused direct dependencies: 2024-04-03T15:55:49.3368266Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:49.3557495Z [ 21%] Built target c10_StreamGuard_test 2024-04-03T15:55:49.3613000Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-04-03T15:55:49.3848844Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2024-04-03T15:55:49.3933079Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2024-04-03T15:55:49.4266845Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-04-03T15:55:49.4407868Z [ 21%] Built target c10_Scalar_test 2024-04-03T15:55:49.4506738Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-04-03T15:55:49.5279735Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2024-04-03T15:55:49.5285273Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-04-03T15:55:49.5423542Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2024-04-03T15:55:49.5990224Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-04-03T15:55:49.6373384Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-04-03T15:55:49.6539232Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2024-04-03T15:55:49.6571744Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-04-03T15:55:49.6999615Z [ 21%] Linking CXX executable ../../bin/c10_SymInt_test 2024-04-03T15:55:49.7338814Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-04-03T15:55:49.8052205Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-04-03T15:55:49.8161026Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-04-03T15:55:49.8257997Z [ 21%] Built target c10_SymInt_test 2024-04-03T15:55:49.8321577Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2024-04-03T15:55:49.8699390Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2024-04-03T15:55:49.8939004Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:12, 2024-04-03T15:55:49.8942159Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21, 2024-04-03T15:55:49.8945032Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/DaemonConfigLoader.cpp:16: 2024-04-03T15:55:49.8952142Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryPeekMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T15:55:49.8964749Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:155:33: required from here 2024-04-03T15:55:49.8967063Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:174:5: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:49.8968541Z 174 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T15:55:49.8969059Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.8992946Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘const char* dynolog::ipcfabric::EndPoint::getName(const TCtxt&) const [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T15:55:49.8997754Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:170:43: required from here 2024-04-03T15:55:49.9001535Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:185:9: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:49.9003946Z 185 | throw std::invalid_argument( 2024-04-03T15:55:49.9004752Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9005826Z 186 | "Unexpected socket name: " + std::string(ctxt.msg_name.sun_path) + 2024-04-03T15:55:49.9007082Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9008249Z 187 | ". Expected to start with " + std::string(socket_dir)); 2024-04-03T15:55:49.9009369Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9053910Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:192:9: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:49.9055403Z 192 | throw std::invalid_argument( 2024-04-03T15:55:49.9056133Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9056985Z 193 | "Expected abstract socket, got " + 2024-04-03T15:55:49.9057860Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9058793Z 194 | std::string(ctxt.msg_name.sun_path)); 2024-04-03T15:55:49.9059401Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9062814Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryRcvMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T15:55:49.9068130Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:178:34: required from here 2024-04-03T15:55:49.9071838Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:160:5: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:49.9074192Z 160 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T15:55:49.9075071Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:49.9077347Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-04-03T15:55:49.9116723Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-04-03T15:55:49.9899458Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-04-03T15:55:50.0033704Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-04-03T15:55:50.0036223Z [ 21%] Linking CXX executable ../../bin/c10_InlineDeviceGuard_test 2024-04-03T15:55:50.0629291Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-04-03T15:55:50.1164458Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-04-03T15:55:50.1392654Z [ 21%] Built target c10_InlineDeviceGuard_test 2024-04-03T15:55:50.1466162Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-04-03T15:55:50.1541337Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2024-04-03T15:55:50.1676127Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2024-04-03T15:55:50.2039582Z [ 21%] Linking CXX executable ../../bin/c10_InlineStreamGuard_test 2024-04-03T15:55:50.2170434Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-04-03T15:55:50.2678814Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-04-03T15:55:50.2908759Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-04-03T15:55:50.3246653Z [ 21%] Built target c10_InlineStreamGuard_test 2024-04-03T15:55:50.3293815Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-04-03T15:55:50.3337999Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-04-03T15:55:50.3477438Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2024-04-03T15:55:50.3978371Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-04-03T15:55:50.4382332Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2024-04-03T15:55:50.4624367Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-04-03T15:55:50.4660291Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-04-03T15:55:50.5243068Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2024-04-03T15:55:50.5344121Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-04-03T15:55:50.5894219Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:12, 2024-04-03T15:55:50.5896636Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21, 2024-04-03T15:55:50.5898052Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.cpp:11: 2024-04-03T15:55:50.5901435Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryPeekMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T15:55:50.5905013Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:155:33: required from here 2024-04-03T15:55:50.5907277Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:174:5: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:50.5908596Z 174 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T15:55:50.5909579Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5914354Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘const char* dynolog::ipcfabric::EndPoint::getName(const TCtxt&) const [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T15:55:50.5919043Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:170:43: required from here 2024-04-03T15:55:50.5921843Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:185:9: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:50.5923352Z 185 | throw std::invalid_argument( 2024-04-03T15:55:50.5923790Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5924541Z 186 | "Unexpected socket name: " + std::string(ctxt.msg_name.sun_path) + 2024-04-03T15:55:50.5925265Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5926054Z 187 | ". Expected to start with " + std::string(socket_dir)); 2024-04-03T15:55:50.5926792Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5928360Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:192:9: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:50.5929720Z 192 | throw std::invalid_argument( 2024-04-03T15:55:50.5930275Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5930742Z 193 | "Expected abstract socket, got " + 2024-04-03T15:55:50.5931202Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5931821Z 194 | std::string(ctxt.msg_name.sun_path)); 2024-04-03T15:55:50.5932324Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5935364Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryRcvMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T15:55:50.5939596Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:178:34: required from here 2024-04-03T15:55:50.5941659Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:160:5: warning: ‘throw’ will always call ‘terminate’ [-Wterminate] 2024-04-03T15:55:50.5942991Z 160 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T15:55:50.5943501Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T15:55:50.5945137Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-04-03T15:55:50.6012188Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2024-04-03T15:55:50.6637156Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-04-03T15:55:50.6714988Z [ 21%] Linking CXX executable ../../bin/c10_SizesAndStrides_test 2024-04-03T15:55:50.7021947Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-04-03T15:55:50.7164384Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-04-03T15:55:50.7432722Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-04-03T15:55:50.7746558Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2024-04-03T15:55:50.7769840Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-04-03T15:55:50.7841205Z [ 21%] Built target c10_SizesAndStrides_test 2024-04-03T15:55:50.7900694Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-04-03T15:55:50.8252538Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_cow_test.dir/core/impl/cow_test.cpp.o 2024-04-03T15:55:50.8634412Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-04-03T15:55:50.8740648Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2024-04-03T15:55:50.8948617Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2024-04-03T15:55:50.9238297Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-04-03T15:55:50.9613345Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-04-03T15:55:51.0067621Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2024-04-03T15:55:51.0355747Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-04-03T15:55:51.1051434Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-04-03T15:55:51.1452446Z [ 21%] Linking CXX executable ../../bin/c10_ConstexprCrc_test 2024-04-03T15:55:51.1743824Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-04-03T15:55:51.2073807Z [ 21%] Linking CXX executable ../../bin/c10_Bitset_test 2024-04-03T15:55:51.2386748Z [ 21%] Linking CXX executable ../../bin/c10_cow_test 2024-04-03T15:55:51.2455871Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2024-04-03T15:55:51.2489356Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-04-03T15:55:51.2509786Z Warning: Unused direct dependencies: 2024-04-03T15:55:51.2510499Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:51.2577849Z [ 21%] Built target c10_ConstexprCrc_test 2024-04-03T15:55:51.2657252Z [ 21%] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-04-03T15:55:51.2744143Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-04-03T15:55:51.3329595Z Warning: Unused direct dependencies: 2024-04-03T15:55:51.3330884Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:51.3421577Z [ 21%] Built target c10_Bitset_test 2024-04-03T15:55:51.3494193Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-04-03T15:55:51.3706294Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2024-04-03T15:55:51.3806788Z [ 21%] Built target c10_cow_test 2024-04-03T15:55:51.4025493Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2024-04-03T15:55:51.4389884Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-04-03T15:55:51.4968373Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2024-04-03T15:55:51.5065997Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-04-03T15:55:51.5664656Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-04-03T15:55:51.6034228Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-04-03T15:55:51.6176131Z [ 21%] Built target kineto_base 2024-04-03T15:55:51.6248641Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-04-03T15:55:51.6592083Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2024-04-03T15:55:51.6827985Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2024-04-03T15:55:51.6852977Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-04-03T15:55:51.6897366Z [ 21%] Linking CXX executable ../../bin/c10_DeadlockDetection_test 2024-04-03T15:55:51.7544549Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-04-03T15:55:51.7630785Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2024-04-03T15:55:51.7852694Z [ 21%] Linking CXX executable ../../bin/c10_Half_test 2024-04-03T15:55:51.8267752Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-04-03T15:55:51.8501523Z [ 21%] Built target c10_DeadlockDetection_test 2024-04-03T15:55:51.8612292Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-04-03T15:55:51.9076739Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2024-04-03T15:55:51.9105146Z Warning: Unused direct dependencies: 2024-04-03T15:55:51.9106064Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:51.9166289Z [ 21%] Built target c10_Half_test 2024-04-03T15:55:51.9239780Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-04-03T15:55:51.9449389Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-04-03T15:55:52.0045383Z [ 21%] Linking CXX executable ../../bin/c10_LeftRight_test 2024-04-03T15:55:52.0046551Z [ 21%] Linking CXX executable ../../bin/c10_Metaprogramming_test 2024-04-03T15:55:52.0100570Z [ 21%] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2024-04-03T15:55:52.0136522Z [ 21%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-04-03T15:55:52.0674527Z [ 21%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2024-04-03T15:55:52.1113787Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-04-03T15:55:52.1265226Z Warning: Unused direct dependencies: 2024-04-03T15:55:52.1266171Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:52.1336524Z [ 22%] Built target c10_Metaprogramming_test 2024-04-03T15:55:52.1428684Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-04-03T15:55:52.1510331Z Warning: Unused direct dependencies: 2024-04-03T15:55:52.1511289Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:52.1597268Z [ 22%] Built target c10_LeftRight_test 2024-04-03T15:55:52.1867921Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2024-04-03T15:55:52.1956187Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2024-04-03T15:55:52.2264666Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-04-03T15:55:52.2375494Z [ 22%] Linking CXX executable ../../bin/c10_Synchronized_test 2024-04-03T15:55:52.3063647Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-04-03T15:55:52.3182132Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2024-04-03T15:55:52.3507261Z [ 22%] Linking CXX executable ../../bin/c10_ThreadLocal_test 2024-04-03T15:55:52.3586875Z Warning: Unused direct dependencies: 2024-04-03T15:55:52.3587432Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:52.3666210Z [ 22%] Built target c10_Synchronized_test 2024-04-03T15:55:52.3726869Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2024-04-03T15:55:52.3813841Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-04-03T15:55:52.4614935Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-04-03T15:55:52.4861208Z Warning: Unused direct dependencies: 2024-04-03T15:55:52.4862167Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:52.4936605Z [ 22%] Built target c10_ThreadLocal_test 2024-04-03T15:55:52.5005014Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-04-03T15:55:52.5283706Z [ 22%] Linking CXX executable ../../bin/c10_TypeIndex_test 2024-04-03T15:55:52.5295929Z [ 22%] Linking CXX executable ../../bin/c10_TypeList_test 2024-04-03T15:55:52.5425189Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2024-04-03T15:55:52.5734415Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-04-03T15:55:52.5770119Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2024-04-03T15:55:52.5927234Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2024-04-03T15:55:52.6432207Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-04-03T15:55:52.6599791Z Warning: Unused direct dependencies: 2024-04-03T15:55:52.6600932Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:52.6713086Z [ 22%] Built target c10_TypeIndex_test 2024-04-03T15:55:52.6823363Z Warning: Unused direct dependencies: 2024-04-03T15:55:52.6824150Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:52.6887201Z [ 22%] Built target c10_TypeList_test 2024-04-03T15:55:52.6939155Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2024-04-03T15:55:52.6982885Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-04-03T15:55:52.7443509Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_bit_cast_test.dir/util/bit_cast_test.cpp.o 2024-04-03T15:55:52.7638661Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-04-03T15:55:52.8329914Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2024-04-03T15:55:52.8348524Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-04-03T15:55:52.8806549Z [ 22%] Linking CXX executable ../../bin/c10_TypeTraits_test 2024-04-03T15:55:52.9184808Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-04-03T15:55:52.9612685Z [ 22%] Linking CXX executable ../../bin/c10_accumulate_test 2024-04-03T15:55:52.9874713Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-04-03T15:55:53.0214097Z Warning: Unused direct dependencies: 2024-04-03T15:55:53.0215047Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:53.0333097Z [ 22%] Built target c10_TypeTraits_test 2024-04-03T15:55:53.0412078Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-04-03T15:55:53.0570011Z [ 22%] Linking CXX executable ../../bin/c10_bfloat16_test 2024-04-03T15:55:53.0805047Z [ 22%] Linking CXX executable ../../bin/c10_bit_cast_test 2024-04-03T15:55:53.0823384Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2024-04-03T15:55:53.1065998Z [ 22%] Built target c10_accumulate_test 2024-04-03T15:55:53.1125581Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-04-03T15:55:53.1193328Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-04-03T15:55:53.1604909Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2024-04-03T15:55:53.1799872Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2024-04-03T15:55:53.1900622Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-04-03T15:55:53.1939962Z Warning: Unused direct dependencies: 2024-04-03T15:55:53.1940592Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:53.2040463Z [ 22%] Built target c10_bit_cast_test 2024-04-03T15:55:53.2098396Z Warning: Unused direct dependencies: 2024-04-03T15:55:53.2099222Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:53.2139802Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-04-03T15:55:53.2264767Z [ 22%] Built target c10_bfloat16_test 2024-04-03T15:55:53.2418096Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-04-03T15:55:53.2719042Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2024-04-03T15:55:53.2905000Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2024-04-03T15:55:53.3225497Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-04-03T15:55:53.3937562Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-04-03T15:55:53.4002485Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2024-04-03T15:55:53.4182521Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2024-04-03T15:55:53.4225120Z [ 22%] Linking CXX executable ../../bin/c10_complex_math_test 2024-04-03T15:55:53.4629743Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-04-03T15:55:53.5339808Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-04-03T15:55:53.5727831Z Warning: Unused direct dependencies: 2024-04-03T15:55:53.5728651Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:53.5796129Z [ 22%] Built target c10_complex_math_test 2024-04-03T15:55:53.5852584Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-04-03T15:55:53.6069872Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_generic_math_test.dir/util/generic_math_test.cpp.o 2024-04-03T15:55:53.6288997Z [ 22%] Linking CXX executable ../../bin/c10_exception_test 2024-04-03T15:55:53.6613927Z [ 22%] Linking CXX executable ../../bin/c10_complex_test 2024-04-03T15:55:53.6641175Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-04-03T15:55:53.7192554Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2024-04-03T15:55:53.7313274Z [ 22%] Linking CXX executable ../../bin/c10_flags_test 2024-04-03T15:55:53.7384748Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-04-03T15:55:53.7646596Z [ 22%] Built target c10_exception_test 2024-04-03T15:55:53.7741762Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-04-03T15:55:53.8024400Z Warning: Unused direct dependencies: 2024-04-03T15:55:53.8025295Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:53.8128971Z [ 22%] Built target c10_complex_test 2024-04-03T15:55:53.8199797Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-04-03T15:55:53.8202791Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2024-04-03T15:55:53.8672012Z [ 22%] Built target c10_flags_test 2024-04-03T15:55:53.8728580Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-04-03T15:55:53.8784740Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2024-04-03T15:55:53.9041246Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2024-04-03T15:55:53.9531663Z [ 22%] Linking CXX executable ../../bin/c10_generic_math_test 2024-04-03T15:55:53.9553702Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-04-03T15:55:53.9929921Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2024-04-03T15:55:54.0291758Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-04-03T15:55:54.0843396Z Warning: Unused direct dependencies: 2024-04-03T15:55:54.0844511Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:54.0928418Z [ 22%] Built target c10_generic_math_test 2024-04-03T15:55:54.0984429Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-04-03T15:55:54.1297588Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2024-04-03T15:55:54.1636220Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-04-03T15:55:54.2049418Z [ 22%] Linking CXX executable ../../bin/c10_logging_test 2024-04-03T15:55:54.2353510Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-04-03T15:55:54.2491849Z [ 22%] Linking CXX executable ../../bin/c10_irange_test 2024-04-03T15:55:54.2584871Z [ 22%] Linking CXX executable ../../bin/c10_intrusive_ptr_test 2024-04-03T15:55:54.2625817Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2024-04-03T15:55:54.3030330Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-04-03T15:55:54.3636001Z [ 22%] Built target c10_logging_test 2024-04-03T15:55:54.3688914Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-04-03T15:55:54.3732681Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-04-03T15:55:54.4152500Z Warning: Unused direct dependencies: 2024-04-03T15:55:54.4153222Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:54.4270752Z [ 22%] Built target c10_irange_test 2024-04-03T15:55:54.4342473Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-04-03T15:55:54.4370459Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2024-04-03T15:55:54.4710350Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2024-04-03T15:55:54.4959840Z [ 22%] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2024-04-03T15:55:54.4963488Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-04-03T15:55:54.5091101Z [ 22%] Linking CXX executable ../../bin/c10_optional_test 2024-04-03T15:55:54.5431128Z Warning: Unused direct dependencies: 2024-04-03T15:55:54.5432087Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:54.5671682Z [ 22%] Built target c10_intrusive_ptr_test 2024-04-03T15:55:54.5732983Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-04-03T15:55:54.5790797Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-04-03T15:55:54.6513255Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_small_vector_test.dir/util/small_vector_test.cpp.o 2024-04-03T15:55:54.6563930Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-04-03T15:55:54.6581730Z Warning: Unused direct dependencies: 2024-04-03T15:55:54.6582555Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:54.6643092Z [ 22%] Built target c10_optional_test 2024-04-03T15:55:54.6810320Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-04-03T15:55:54.7272136Z [ 22%] Linking CXX static library ../../../lib/libtensorpipe.a 2024-04-03T15:55:54.7295834Z [ 22%] Building CXX object c10/test/CMakeFiles/c10_ssize_test.dir/util/ssize_test.cpp.o 2024-04-03T15:55:54.7539092Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-04-03T15:55:54.7872703Z [ 22%] Linking CXX executable ../../bin/c10_ordered_preserving_dict_test 2024-04-03T15:55:54.8043997Z [ 22%] Linking CXX executable ../../bin/c10_registry_test 2024-04-03T15:55:54.8330728Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-04-03T15:55:54.8952799Z [ 22%] Built target tensorpipe 2024-04-03T15:55:54.9007609Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-04-03T15:55:54.9088339Z [ 22%] Built target c10_ordered_preserving_dict_test 2024-04-03T15:55:54.9263099Z [ 22%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-04-03T15:55:54.9494104Z [ 22%] Built target c10_registry_test 2024-04-03T15:55:54.9527019Z [ 23%] Building CXX object c10/test/CMakeFiles/c10_string_util_test.dir/util/string_util_test.cpp.o 2024-04-03T15:55:54.9566349Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-04-03T15:55:54.9700703Z [ 23%] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2024-04-03T15:55:54.9924796Z [ 23%] Linking CXX executable ../../bin/c10_small_vector_test 2024-04-03T15:55:55.0036831Z [ 23%] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2024-04-03T15:55:55.0229183Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-04-03T15:55:55.0949823Z [ 23%] Linking CXX executable ../../bin/c10_ssize_test 2024-04-03T15:55:55.1151491Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-04-03T15:55:55.1856478Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-04-03T15:55:55.1901401Z [ 23%] Built target c10_small_vector_test 2024-04-03T15:55:55.1976520Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-04-03T15:55:55.2461078Z Warning: Unused direct dependencies: 2024-04-03T15:55:55.2461956Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:55.2523294Z [ 23%] Built target c10_ssize_test 2024-04-03T15:55:55.2575875Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-04-03T15:55:55.2637351Z [ 23%] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2024-04-03T15:55:55.2906437Z [ 23%] Linking CXX executable ../../bin/c10_string_util_test 2024-04-03T15:55:55.3044648Z [ 23%] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2024-04-03T15:55:55.3273619Z [ 23%] Linking CXX executable ../../bin/c10_tempfile_test 2024-04-03T15:55:55.3275342Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-04-03T15:55:55.3356086Z [ 23%] Linking CXX executable ../../bin/c10_string_view_test 2024-04-03T15:55:55.3976770Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-04-03T15:55:55.4312764Z [ 23%] Built target c10_string_util_test 2024-04-03T15:55:55.4552902Z [ 23%] Generating sleeflibm_SSE_.h.tmp 2024-04-03T15:55:55.4621635Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-04-03T15:55:55.4634072Z [ 23%] Generating sleeflibm_SSE2.h.tmp 2024-04-03T15:55:55.4754375Z [ 23%] Generating sleeflibm_SSE4.h.tmp 2024-04-03T15:55:55.4817645Z [ 23%] Built target c10_tempfile_test 2024-04-03T15:55:55.4858863Z Warning: Unused direct dependencies: 2024-04-03T15:55:55.4859776Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:55.4896363Z [ 23%] Generating sleeflibm_AVX_.h.tmp 2024-04-03T15:55:55.4933090Z [ 23%] Built target c10_string_view_test 2024-04-03T15:55:55.4935426Z [ 23%] Generating sleeflibm_AVX.h.tmp 2024-04-03T15:55:55.4994940Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-04-03T15:55:55.5034847Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-04-03T15:55:55.5095085Z [ 23%] Generating sleeflibm_FMA4.h.tmp 2024-04-03T15:55:55.5203126Z [ 23%] Generating sleeflibm_AVX2.h.tmp 2024-04-03T15:55:55.5301521Z [ 23%] Linking CXX executable ../../bin/c10_intrusive_ptr_benchmark 2024-04-03T15:55:55.5358225Z [ 23%] Generating include/renameavx512fnofma.h 2024-04-03T15:55:55.5375816Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2024-04-03T15:55:55.5404256Z [ 23%] Generating sleeflibm_AVX2128.h.tmp 2024-04-03T15:55:55.5435367Z [ 23%] Built target renameAVX512FNOFMA.h_generated 2024-04-03T15:55:55.5485844Z [ 23%] Generating sleeflibm_AVX512F_.h.tmp 2024-04-03T15:55:55.5530583Z [ 23%] Generating sleeflibm_AVX512F.h.tmp 2024-04-03T15:55:55.5714673Z [ 23%] Generating alias_AVX512F_dp.h.tmp 2024-04-03T15:55:55.5736811Z [ 23%] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-04-03T15:55:55.5790771Z [ 23%] Generating alias_AVX512F_sp.h.tmp 2024-04-03T15:55:55.5801158Z [ 23%] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-04-03T15:55:55.5803727Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-04-03T15:55:55.5844136Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2024-04-03T15:55:55.5868092Z [ 23%] Generating include/alias_avx512f.h 2024-04-03T15:55:55.5900691Z [ 23%] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-04-03T15:55:55.5979348Z [ 23%] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-04-03T15:55:55.6021707Z [ 23%] Built target alias_avx512f.h_generated 2024-04-03T15:55:55.6071343Z [ 23%] Generating include/renamecuda.h 2024-04-03T15:55:55.6088027Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2024-04-03T15:55:55.6186775Z [ 23%] Generating ../../../include/sleef.h 2024-04-03T15:55:55.6214293Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2024-04-03T15:55:55.6288930Z [ 23%] Built target headers 2024-04-03T15:55:55.6355268Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2024-04-03T15:55:55.6378338Z Warning: Unused direct dependencies: 2024-04-03T15:55:55.6378976Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:55:55.6424341Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-04-03T15:55:55.6518804Z [ 23%] Built target c10_intrusive_ptr_benchmark 2024-04-03T15:55:55.6733116Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-04-03T15:55:55.6734733Z [ 23%] Linking CXX executable ../../bin/c10_typeid_test 2024-04-03T15:55:55.7481017Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2024-04-03T15:55:55.7497605Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-04-03T15:55:55.7795676Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2024-04-03T15:55:55.8013084Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-04-03T15:55:55.8133972Z [ 23%] Built target c10_typeid_test 2024-04-03T15:55:55.8189213Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2024-04-03T15:55:55.8202108Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-04-03T15:55:55.8420883Z [ 23%] Built target sleefdetavx2 2024-04-03T15:55:55.8490272Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-04-03T15:55:55.8674603Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2024-04-03T15:55:55.8798847Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2024-04-03T15:55:55.9232787Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-04-03T15:55:55.9366367Z [ 23%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-04-03T15:55:55.9959559Z [ 23%] Built target sleefavx2 2024-04-03T15:55:55.9993967Z [ 23%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.0027279Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2024-04-03T15:55:56.0094111Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-04-03T15:55:56.0239144Z [ 24%] Built target sleefavx2128 2024-04-03T15:55:56.0293812Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-04-03T15:55:56.0707057Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-04-03T15:55:56.0814766Z [ 24%] Built target sleefdetavx2128 2024-04-03T15:55:56.0940033Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-04-03T15:55:56.1077991Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.1136257Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.1313677Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2024-04-03T15:55:56.1666722Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-04-03T15:55:56.1901999Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-04-03T15:55:56.2141547Z [ 24%] Built target sleeffma4 2024-04-03T15:55:56.2208353Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-04-03T15:55:56.2528779Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.2767742Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2024-04-03T15:55:56.2957528Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2024-04-03T15:55:56.3013214Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-04-03T15:55:56.3177841Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.3624627Z [ 24%] Built target sleefavx 2024-04-03T15:55:56.3691682Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-04-03T15:55:56.3742508Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2024-04-03T15:55:56.4341317Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-04-03T15:55:56.4413606Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.4624226Z [ 24%] Built target sleefdetavx 2024-04-03T15:55:56.4731035Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2024-04-03T15:55:56.4741719Z [ 24%] Built target sleefdetfma4 2024-04-03T15:55:56.4838106Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-04-03T15:55:56.4876244Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-04-03T15:55:56.5124718Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.5546597Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2024-04-03T15:55:56.5830747Z [ 24%] Built target sleefsse4 2024-04-03T15:55:56.5906274Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-04-03T15:55:56.5985951Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-04-03T15:55:56.6428322Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-04-03T15:55:56.6698068Z [ 24%] Built target sleefdetsse4 2024-04-03T15:55:56.6769262Z [ 24%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-04-03T15:55:56.6849252Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.7026224Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2024-04-03T15:55:56.7139883Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.7162320Z [ 24%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.7372360Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-04-03T15:55:56.7780345Z [ 25%] Built target sleefsse2 2024-04-03T15:55:56.7863616Z [ 25%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-04-03T15:55:56.8009638Z [ 25%] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-04-03T15:55:56.8047151Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-04-03T15:55:56.8111268Z [ 25%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.8412514Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-04-03T15:55:56.8706392Z [ 25%] Built target sleefdetpurec_scalar 2024-04-03T15:55:56.8759512Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-04-03T15:55:56.8801371Z [ 25%] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-04-03T15:55:56.8831587Z [ 25%] Built target sleefdetsse2 2024-04-03T15:55:56.8837031Z [ 25%] Built target sleefpurec_scalar 2024-04-03T15:55:56.8892054Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-04-03T15:55:56.8977717Z [ 25%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-04-03T15:55:56.9112502Z [ 25%] Generating dispscalar.c.body 2024-04-03T15:55:56.9264866Z [ 25%] Generating dispscalar.c 2024-04-03T15:55:56.9387090Z [ 25%] Built target dispscalar.c_generated 2024-04-03T15:55:56.9427427Z [ 25%] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2024-04-03T15:55:56.9437959Z [ 25%] Generating dispsse.c.tmp 2024-04-03T15:55:56.9445343Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-04-03T15:55:56.9474342Z [ 25%] Built target sleefpurecfma_scalar 2024-04-03T15:55:56.9516858Z [ 25%] Generating dispsse.c 2024-04-03T15:55:56.9523738Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-04-03T15:55:56.9687097Z [ 25%] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-04-03T15:55:56.9738329Z [ 25%] Built target dispsse.c_generated 2024-04-03T15:55:56.9795952Z [ 25%] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-04-03T15:55:56.9848425Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-04-03T15:55:57.0267592Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-04-03T15:55:57.0352429Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-04-03T15:55:57.0489664Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-04-03T15:55:57.0527917Z [ 25%] Built target sleefdetpurecfma_scalar 2024-04-03T15:55:57.0597352Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-04-03T15:55:57.0991063Z [ 25%] Built target hardware-config 2024-04-03T15:55:57.1057603Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-04-03T15:55:57.1136937Z [ 25%] Built target cache 2024-04-03T15:55:57.1203582Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-04-03T15:55:57.1340061Z [ 25%] Built target dispavx_obj 2024-04-03T15:55:57.1345268Z [ 25%] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2024-04-03T15:55:57.1367149Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-04-03T15:55:57.1389815Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-04-03T15:55:57.1406376Z [ 25%] Linking CXX executable ../../../bin/protoc 2024-04-03T15:55:57.1787164Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-04-03T15:55:57.1845543Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-04-03T15:55:57.2233722Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-04-03T15:55:57.2416614Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-04-03T15:55:57.2637817Z [ 25%] Linking CXX static library ../../lib/libfbgemm.a 2024-04-03T15:55:57.2644325Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-04-03T15:55:57.2773414Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-04-03T15:55:57.3265669Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-04-03T15:55:57.3794703Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-04-03T15:55:57.3800984Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-04-03T15:55:57.4078581Z [ 25%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-04-03T15:55:57.4090747Z [ 26%] Linking CXX static library ../../../lib/libgmock_main.a 2024-04-03T15:55:57.4253316Z Warning: Unused direct dependencies: 2024-04-03T15:55:57.4254300Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T15:55:57.4334949Z [ 26%] Built target gmock_main 2024-04-03T15:55:57.4393635Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-04-03T15:55:57.4435581Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-04-03T15:55:57.4447005Z [ 26%] Built target protoc 2024-04-03T15:55:57.4496686Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-04-03T15:55:57.4690124Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-04-03T15:55:57.4993376Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-04-03T15:55:57.5020028Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-04-03T15:55:57.5144289Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-04-03T15:55:57.5399987Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-04-03T15:55:57.5589709Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-04-03T15:55:57.5598982Z [ 26%] Built target fbgemm 2024-04-03T15:55:57.5645267Z [ 26%] Linking CXX static library ../../../../lib/libdnnl.a 2024-04-03T15:55:57.5704340Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-04-03T15:55:57.6068957Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-04-03T15:55:57.6220665Z [ 26%] Linking CXX static library ../../../lib/libkineto.a 2024-04-03T15:55:57.6367102Z [ 26%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2024-04-03T15:55:57.6642855Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-04-03T15:55:57.6646060Z [ 26%] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2024-04-03T15:55:57.6648807Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-04-03T15:55:57.6893543Z [ 26%] Built target kineto 2024-04-03T15:55:57.7114319Z [ 26%] Running gen_proto.py on onnx/onnx.in.proto 2024-04-03T15:55:57.7209206Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2024-04-03T15:55:57.7427069Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-04-03T15:55:57.7491425Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2024-04-03T15:55:57.7492666Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T15:55:57.7511785Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2024-04-03T15:55:57.7538125Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2024-04-03T15:55:57.7539393Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2024-04-03T15:55:57.7676764Z [ 26%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2024-04-03T15:55:57.7679157Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-04-03T15:55:57.7696311Z [ 26%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T15:55:57.8154916Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-04-03T15:55:57.8675213Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2024-04-03T15:55:57.8685214Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-04-03T15:55:57.8874944Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-04-03T15:55:57.9614009Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-04-03T15:55:57.9619565Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-04-03T15:55:58.0347981Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-04-03T15:55:58.0500716Z [ 26%] Built target gen_onnx_proto 2024-04-03T15:55:58.0579240Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-04-03T15:55:58.0738144Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2024-04-03T15:55:58.0901573Z [ 26%] Built target sleefavx512fnofma 2024-04-03T15:55:58.0996419Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-04-03T15:55:58.1039086Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-04-03T15:55:58.1421229Z [ 26%] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2024-04-03T15:55:58.1585819Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-04-03T15:55:58.1796856Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-04-03T15:55:58.1938571Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-04-03T15:55:58.2195323Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-04-03T15:55:58.2489962Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2024-04-03T15:55:58.2523504Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-04-03T15:55:58.2721958Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-04-03T15:55:58.3057058Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-04-03T15:55:58.3394410Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-04-03T15:55:58.3519312Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-04-03T15:55:58.4020549Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2024-04-03T15:55:58.4171809Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-04-03T15:55:58.4353980Z [ 26%] Built target sleefdetavx512fnofma 2024-04-03T15:55:58.4425017Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-04-03T15:55:58.4427038Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-04-03T15:55:58.4673472Z [ 26%] Built target Caffe2_PROTO 2024-04-03T15:55:58.4724798Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2024-04-03T15:55:58.4829803Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2024-04-03T15:55:58.4954652Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-04-03T15:55:58.5403069Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-04-03T15:55:58.5545215Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-04-03T15:55:58.5738391Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-04-03T15:55:58.6154405Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-04-03T15:55:58.6205212Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-04-03T15:55:58.6485959Z [ 26%] Built target sleefavx512f 2024-04-03T15:55:58.6537116Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-04-03T15:55:58.6562158Z [ 26%] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-04-03T15:55:58.6589504Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2024-04-03T15:55:58.6835965Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-04-03T15:55:58.6999935Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-04-03T15:55:58.7294780Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-04-03T15:55:58.7587639Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-04-03T15:55:58.7981875Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-04-03T15:55:58.8265663Z [ 26%] Built target sleefdetavx512f 2024-04-03T15:55:58.8278800Z [ 26%] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2024-04-03T15:55:58.8329568Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-04-03T15:55:58.8402462Z [ 26%] Built target operators 2024-04-03T15:55:58.8459911Z [ 26%] Built target dispscalar_obj 2024-04-03T15:55:58.8514358Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-04-03T15:55:58.8570796Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-04-03T15:55:58.8720595Z [ 26%] Linking CXX static library ../lib/libcaffe2_protos.a 2024-04-03T15:55:58.9193556Z [ 26%] Built target caffe2_protos 2024-04-03T15:55:58.9252204Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-04-03T15:55:58.9307294Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-04-03T15:55:58.9330902Z [ 26%] Running gen_proto.py on onnx/onnx-data.in.proto 2024-04-03T15:55:58.9365143Z [ 26%] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-04-03T15:55:58.9855783Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2024-04-03T15:55:58.9860579Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T15:55:58.9862401Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2024-04-03T15:55:58.9863955Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2024-04-03T15:55:58.9866029Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T15:55:58.9867862Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2024-04-03T15:55:58.9868830Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2024-04-03T15:55:58.9870075Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2024-04-03T15:55:58.9871378Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2024-04-03T15:55:58.9872439Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2024-04-03T15:55:58.9973532Z [ 26%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T15:55:58.9976428Z [ 26%] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T15:55:59.0092460Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-04-03T15:55:59.0261127Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-04-03T15:55:59.0337228Z [ 26%] Built target dispsse_obj 2024-04-03T15:55:59.0417071Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-04-03T15:55:59.0502652Z [ 26%] Built target gen_onnx_operators_proto 2024-04-03T15:55:59.0745332Z [ 26%] Built target gen_onnx_data_proto 2024-04-03T15:55:59.0765450Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-04-03T15:55:59.0814591Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-04-03T15:55:59.0900323Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-04-03T15:55:59.1149244Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-04-03T15:55:59.1305187Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-04-03T15:55:59.1579980Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-04-03T15:55:59.1608529Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-04-03T15:55:59.1740180Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-04-03T15:55:59.2093808Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-04-03T15:55:59.2266949Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-04-03T15:55:59.2377755Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-04-03T15:55:59.2427152Z [ 26%] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-04-03T15:55:59.2670829Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-04-03T15:55:59.2947044Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-04-03T15:55:59.3206454Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-04-03T15:55:59.3242139Z [ 26%] Linking C static library ../../lib/libsleef.a 2024-04-03T15:55:59.3254566Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-04-03T15:55:59.3494345Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-04-03T15:55:59.3632926Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-04-03T15:55:59.3931379Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-04-03T15:55:59.4077096Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-04-03T15:55:59.4219377Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-04-03T15:55:59.4301143Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-04-03T15:55:59.4523547Z [ 26%] Built target sleef 2024-04-03T15:55:59.4573988Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-04-03T15:55:59.4853437Z [ 26%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-04-03T15:55:59.4991039Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-04-03T15:55:59.4997663Z [ 26%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-04-03T15:55:59.5065670Z [ 26%] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-04-03T15:55:59.5512280Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-04-03T15:55:59.5998683Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-04-03T15:55:59.6485504Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-04-03T15:55:59.6620860Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-04-03T15:55:59.7273930Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-04-03T15:55:59.7320535Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-04-03T15:55:59.7626325Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-04-03T15:55:59.7820042Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-04-03T15:55:59.7909256Z [ 26%] Linking CXX static library ../../lib/libonnx_proto.a 2024-04-03T15:55:59.8025123Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-04-03T15:55:59.8028755Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-04-03T15:55:59.8147392Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-04-03T15:55:59.8305816Z [ 26%] Built target onnx_proto 2024-04-03T15:55:59.8336844Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-04-03T15:55:59.8415514Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-04-03T15:55:59.8782936Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-04-03T15:55:59.8896507Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-04-03T15:55:59.8922533Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-04-03T15:55:59.8939398Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-04-03T15:55:59.9148651Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-04-03T15:55:59.9556343Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-04-03T15:55:59.9592862Z [ 26%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T15:55:59.9633509Z [ 26%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T15:55:59.9691202Z [ 26%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T15:55:59.9814639Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-04-03T15:56:00.0442652Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-04-03T15:56:00.0503815Z [ 26%] Built target dnnl 2024-04-03T15:56:00.0581974Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-04-03T15:56:00.0793795Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-04-03T15:56:00.1357531Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-04-03T15:56:00.1536310Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-04-03T15:56:00.1817625Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-04-03T15:56:00.2557062Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-04-03T15:56:00.2602362Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-04-03T15:56:00.2787541Z [ 26%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T15:56:00.2875388Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-04-03T15:56:00.3549820Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-04-03T15:56:00.3572823Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-04-03T15:56:00.3770416Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-04-03T15:56:00.4425514Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-04-03T15:56:00.4661040Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-04-03T15:56:00.4874556Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-04-03T15:56:00.5138712Z [ 26%] Linking CXX executable ../bin/vec_test_all_types_DEFAULT 2024-04-03T15:56:00.5213731Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-04-03T15:56:00.5237509Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-04-03T15:56:00.5356179Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-04-03T15:56:00.5755622Z [ 26%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-04-03T15:56:00.6277815Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-04-03T15:56:00.6343697Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-04-03T15:56:00.6540014Z [ 27%] Linking CXX executable ../bin/vec_test_all_types_AVX512 2024-04-03T15:56:00.6648675Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-04-03T15:56:00.7127127Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-04-03T15:56:00.7180248Z [ 27%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T15:56:00.7308597Z [ 27%] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T15:56:00.7419052Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-04-03T15:56:00.7438490Z [ 27%] Built target vec_test_all_types_DEFAULT 2024-04-03T15:56:00.7570469Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-04-03T15:56:00.7939797Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-04-03T15:56:00.8464227Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-04-03T15:56:00.8594618Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-04-03T15:56:00.8906992Z [ 27%] Built target vec_test_all_types_AVX512 2024-04-03T15:56:00.8981364Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-04-03T15:56:00.9126126Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2024-04-03T15:56:00.9187790Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-04-03T15:56:00.9705889Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-04-03T15:56:00.9838139Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-04-03T15:56:01.0220566Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-04-03T15:56:01.0658473Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-04-03T15:56:01.0772771Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-04-03T15:56:01.1026855Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-04-03T15:56:01.1224509Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-04-03T15:56:01.1525334Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2024-04-03T15:56:01.1881335Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-04-03T15:56:01.1882784Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-04-03T15:56:01.2106440Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-04-03T15:56:01.2169374Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-04-03T15:56:01.2307597Z [ 27%] Linking CXX executable ../bin/vec_test_all_types_AVX2 2024-04-03T15:56:01.2632284Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-04-03T15:56:01.2863172Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-04-03T15:56:01.3401263Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-04-03T15:56:01.3625424Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-04-03T15:56:01.3775447Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-04-03T15:56:01.4270031Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-04-03T15:56:01.4465645Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-04-03T15:56:01.4708132Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-04-03T15:56:01.4759806Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-04-03T15:56:01.4770521Z [ 27%] Built target vec_test_all_types_AVX2 2024-04-03T15:56:01.4826923Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-04-03T15:56:01.5032103Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-04-03T15:56:01.5111292Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-04-03T15:56:01.5268770Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-04-03T15:56:01.5509874Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-04-03T15:56:01.5539648Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T15:56:01.5591266Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-04-03T15:56:01.5952513Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-04-03T15:56:01.6335737Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-04-03T15:56:01.6363528Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-04-03T15:56:01.6564103Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-04-03T15:56:01.6729672Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-04-03T15:56:01.6926747Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-04-03T15:56:01.6981437Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-04-03T15:56:01.7004544Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-04-03T15:56:01.7432201Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-04-03T15:56:01.7479396Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-04-03T15:56:01.7488152Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T15:56:01.8309206Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-04-03T15:56:01.8473473Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-04-03T15:56:01.8825862Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-04-03T15:56:01.9148379Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-04-03T15:56:01.9201215Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-04-03T15:56:01.9363905Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-04-03T15:56:01.9783479Z [ 27%] Built target subgraph 2024-04-03T15:56:01.9858074Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-04-03T15:56:02.0072740Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-04-03T15:56:02.0138405Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-04-03T15:56:02.0148486Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-04-03T15:56:02.0181222Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-04-03T15:56:02.0505479Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-04-03T15:56:02.0524912Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-04-03T15:56:02.0786468Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-04-03T15:56:02.1024135Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-04-03T15:56:02.1425465Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-04-03T15:56:02.1685300Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-04-03T15:56:02.1921058Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-04-03T15:56:02.2157597Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-04-03T15:56:02.2607767Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-04-03T15:56:02.2876872Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-04-03T15:56:02.2920751Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-04-03T15:56:02.3092116Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-04-03T15:56:02.3235399Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-04-03T15:56:02.3642132Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-04-03T15:56:02.3784759Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-04-03T15:56:02.3908206Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-04-03T15:56:02.3949247Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-04-03T15:56:02.3955011Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-04-03T15:56:02.4151684Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-04-03T15:56:02.4452489Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-04-03T15:56:02.4455005Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-04-03T15:56:02.4625631Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-04-03T15:56:02.4745691Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-04-03T15:56:02.4853383Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-04-03T15:56:02.5065679Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-04-03T15:56:02.5108495Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-04-03T15:56:02.5139271Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-04-03T15:56:02.5455640Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-04-03T15:56:02.5492630Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-04-03T15:56:02.5851537Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-04-03T15:56:02.6302224Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-04-03T15:56:02.6587523Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-04-03T15:56:02.6932629Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-04-03T15:56:02.7254159Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-04-03T15:56:02.7731571Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-04-03T15:56:02.8292328Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-04-03T15:56:02.8335346Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-04-03T15:56:02.8610310Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-04-03T15:56:02.8614180Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-04-03T15:56:02.8814786Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-04-03T15:56:02.8933528Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-04-03T15:56:02.8957232Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-04-03T15:56:02.9245951Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-04-03T15:56:02.9303528Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-04-03T15:56:02.9322570Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-04-03T15:56:02.9512445Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-04-03T15:56:02.9651680Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-04-03T15:56:02.9762785Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-04-03T15:56:03.0021851Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-04-03T15:56:03.0413385Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-04-03T15:56:03.0831408Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-04-03T15:56:03.1088741Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-04-03T15:56:03.1860069Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-04-03T15:56:03.2022405Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-04-03T15:56:03.2664285Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-04-03T15:56:03.2666972Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-04-03T15:56:03.2679154Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-04-03T15:56:03.2834472Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-04-03T15:56:03.2961123Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-04-03T15:56:03.3257556Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-04-03T15:56:03.3373468Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-04-03T15:56:03.3399211Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-04-03T15:56:03.3475692Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-04-03T15:56:03.3602209Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-04-03T15:56:03.3864827Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-04-03T15:56:03.4090354Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-04-03T15:56:03.4095596Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-04-03T15:56:03.4209661Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-04-03T15:56:03.4276117Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-04-03T15:56:03.4660850Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-04-03T15:56:03.4853318Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-04-03T15:56:03.4896829Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-04-03T15:56:03.5082487Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-04-03T15:56:03.5162944Z [ 27%] Linking CXX static library ../../lib/libXNNPACK.a 2024-04-03T15:56:03.5251857Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-04-03T15:56:03.5420837Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-04-03T15:56:03.5514483Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-04-03T15:56:03.5584566Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-04-03T15:56:03.5685038Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-04-03T15:56:03.6098787Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-04-03T15:56:03.6172605Z [ 27%] Built target XNNPACK 2024-04-03T15:56:03.6238722Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-04-03T15:56:03.6394533Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T15:56:03.7291489Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-04-03T15:56:03.8159536Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T15:56:03.8790250Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T15:56:03.8886555Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-04-03T15:56:03.9056179Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T15:56:03.9163463Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T15:56:03.9434554Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-04-03T15:56:03.9556627Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-04-03T15:56:03.9648715Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:56:03.9752145Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-04-03T15:56:04.0076440Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-04-03T15:56:04.0130410Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-04-03T15:56:04.0386675Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T15:56:04.0432393Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-04-03T15:56:04.1280313Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-04-03T15:56:04.1880118Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T15:56:04.2009879Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-04-03T15:56:04.2492623Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T15:56:04.2702307Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-04-03T15:56:04.3586183Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-04-03T15:56:04.3780443Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T15:56:04.3944853Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T15:56:04.4184584Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-04-03T15:56:04.4242916Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-04-03T15:56:04.4481417Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-04-03T15:56:04.4744304Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T15:56:04.5590467Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T15:56:04.6036816Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-04-03T15:56:04.6375307Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-04-03T15:56:04.6691948Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-04-03T15:56:04.6797724Z [ 27%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-04-03T15:56:04.7419264Z [ 27%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-04-03T15:56:04.7614065Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T15:56:04.8089858Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-04-03T15:56:04.8139087Z [ 28%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T15:56:04.8412324Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-04-03T15:56:04.8489811Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T15:56:04.8847312Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-04-03T15:56:04.8903079Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T15:56:04.9234986Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T15:56:04.9251163Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-04-03T15:56:04.9692141Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-04-03T15:56:05.0005439Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T15:56:05.0628733Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-04-03T15:56:05.0653035Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T15:56:05.1339134Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-04-03T15:56:05.1445661Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-04-03T15:56:05.2101826Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T15:56:05.2105839Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-04-03T15:56:05.2184786Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-04-03T15:56:05.2961400Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-04-03T15:56:05.3674169Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T15:56:05.3679989Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T15:56:05.4093236Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-04-03T15:56:05.4354462Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-04-03T15:56:05.4700729Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T15:56:05.4957838Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T15:56:05.5206958Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T15:56:05.5384680Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-04-03T15:56:05.5387675Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T15:56:05.5870917Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-04-03T15:56:05.5941342Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-04-03T15:56:05.6071706Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-04-03T15:56:05.6984781Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-04-03T15:56:05.7264921Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-04-03T15:56:05.7567779Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T15:56:05.7785730Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-04-03T15:56:05.7911613Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T15:56:05.8309310Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-04-03T15:56:05.8670682Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T15:56:05.8811756Z [ 29%] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-04-03T15:56:05.9429180Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T15:56:05.9778027Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T15:56:06.0046348Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T15:56:06.0126694Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:56:06.0539572Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T15:56:06.0761834Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T15:56:06.0767414Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T15:56:06.1227490Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T15:56:06.1405262Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T15:56:06.1468457Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T15:56:06.1565546Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-04-03T15:56:06.1871405Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-04-03T15:56:06.1929065Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-04-03T15:56:06.2063661Z [ 29%] Linking CXX static library ../../lib/libonnx.a 2024-04-03T15:56:06.2143151Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T15:56:06.2148886Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T15:56:06.2174740Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T15:56:06.2491790Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T15:56:06.2610528Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T15:56:06.2738895Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T15:56:06.2771186Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T15:56:06.2804672Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T15:56:06.3176808Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T15:56:06.3286217Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T15:56:06.3347500Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T15:56:06.3382491Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T15:56:06.3568120Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T15:56:06.3884019Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-04-03T15:56:06.3896879Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-04-03T15:56:06.3935556Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-04-03T15:56:06.3960142Z [ 29%] Built target onnx 2024-04-03T15:56:06.4017168Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-04-03T15:56:06.4272933Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-04-03T15:56:06.4478450Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-04-03T15:56:06.4492274Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-04-03T15:56:06.4502065Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-04-03T15:56:06.4549921Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-04-03T15:56:06.4769978Z [ 29%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-04-03T15:56:06.4883264Z [ 29%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-04-03T15:56:06.5020757Z [ 29%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-04-03T15:56:06.5174602Z [ 29%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-04-03T15:56:06.5235350Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-04-03T15:56:06.5280511Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-04-03T15:56:06.5324279Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-04-03T15:56:06.6106737Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-04-03T15:56:06.6651427Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-04-03T15:56:06.7327270Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-04-03T15:56:06.7961507Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-04-03T15:56:06.8257904Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-04-03T15:56:06.8632055Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-04-03T15:56:06.8950244Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-04-03T15:56:06.9495724Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-04-03T15:56:06.9525402Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-04-03T15:56:06.9876118Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-04-03T15:56:07.0425275Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-04-03T15:56:07.1348693Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-04-03T15:56:07.2372172Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-04-03T15:56:07.2526936Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-04-03T15:56:07.3259052Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-04-03T15:56:07.3618106Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-04-03T15:56:07.4109898Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-04-03T15:56:07.4218669Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-04-03T15:56:07.4228504Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-04-03T15:56:07.4544229Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-04-03T15:56:07.5029159Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-04-03T15:56:07.5255656Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-04-03T15:56:07.6339696Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-04-03T15:56:07.6839114Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-04-03T15:56:07.7001863Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-04-03T15:56:07.7079071Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-04-03T15:56:07.7121577Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-04-03T15:56:07.7834109Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-04-03T15:56:07.7918931Z [ 30%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-04-03T15:56:07.7976877Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-04-03T15:56:07.8220468Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-04-03T15:56:07.8786194Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-04-03T15:56:07.9105662Z [ 30%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-04-03T15:56:07.9619303Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-04-03T15:56:07.9978089Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-04-03T15:56:08.0470033Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-04-03T15:56:08.0891506Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-04-03T15:56:08.1309932Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-04-03T15:56:08.1862451Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-04-03T15:56:08.2412743Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:08.2752665Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-04-03T15:56:08.3273037Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:08.4077865Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:08.4747275Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-04-03T15:56:08.4962507Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:08.5858742Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:08.6330708Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:08.6555985Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:08.7145673Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-04-03T15:56:08.7299021Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:08.7512798Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-04-03T15:56:08.8467219Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:08.9362445Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:08.9562991Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-04-03T15:56:08.9888252Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:08.9945972Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-04-03T15:56:09.0367345Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-04-03T15:56:09.0667629Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:09.1583719Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:09.2825681Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:09.3782054Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:09.3785954Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:09.4398524Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-04-03T15:56:09.4611841Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:09.4847946Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-04-03T15:56:09.4850639Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:09.5055257Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:09.5384053Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:09.5499671Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:09.5776048Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-04-03T15:56:09.5821946Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:09.6203443Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2024-04-03T15:56:09.6369668Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:09.6448821Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:09.6664927Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-04-03T15:56:09.6730482Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-04-03T15:56:09.7229383Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-04-03T15:56:09.7244943Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:09.8163835Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:09.8990786Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:09.9899094Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:10.0685970Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:10.0781291Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:10.1453497Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-04-03T15:56:10.1540249Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-04-03T15:56:10.1580544Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:10.1770650Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-04-03T15:56:10.2306717Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-04-03T15:56:10.2775013Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:10.3145169Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:10.3200762Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-04-03T15:56:10.3463652Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-04-03T15:56:10.3959660Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-04-03T15:56:10.4649567Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:10.4669037Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:10.5355885Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:10.5418555Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-04-03T15:56:10.5643118Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-04-03T15:56:10.6274530Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:10.6473391Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-04-03T15:56:10.7105564Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:10.8024580Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:10.8845332Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:10.9192060Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:10.9914599Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-04-03T15:56:11.0289995Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:11.0499205Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-04-03T15:56:11.0606955Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:11.0951996Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-04-03T15:56:11.1212218Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-04-03T15:56:11.1402947Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:11.2070377Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:11.2386558Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-04-03T15:56:11.3032630Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-04-03T15:56:11.3727510Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-04-03T15:56:11.4348649Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-04-03T15:56:11.4747043Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-04-03T15:56:11.5149910Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-04-03T15:56:11.5587287Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T15:56:11.6201069Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T15:56:11.6549077Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-04-03T15:56:11.7013489Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T15:56:11.7718311Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T15:56:11.8073030Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T15:56:11.8357737Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T15:56:11.8382915Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-04-03T15:56:11.8484374Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T15:56:11.8708810Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-04-03T15:56:11.8976378Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-04-03T15:56:11.9210506Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T15:56:12.0148240Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T15:56:12.0888893Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T15:56:12.0964688Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-04-03T15:56:12.1265919Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-04-03T15:56:12.1547209Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T15:56:12.2206930Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T15:56:12.2912210Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T15:56:12.3789874Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T15:56:12.4441162Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T15:56:12.4488529Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T15:56:12.4962226Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T15:56:12.5211039Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T15:56:12.5269211Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:12.5708824Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:12.6090646Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-04-03T15:56:12.6231155Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-04-03T15:56:12.6638946Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:12.6665024Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:12.7107758Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:12.7354154Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:12.7672331Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-04-03T15:56:12.8135739Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-04-03T15:56:12.8162081Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:12.8503866Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:12.9282544Z [ 31%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-04-03T15:56:12.9380617Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:12.9609999Z [ 31%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:12.9745620Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:13.0417792Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-04-03T15:56:13.0512221Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-04-03T15:56:13.0586498Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:13.0650116Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-04-03T15:56:13.1256095Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:13.1288847Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:13.2128834Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:13.2166519Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-04-03T15:56:13.2866778Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:13.3403571Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:13.3634098Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2024-04-03T15:56:13.3940367Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:13.4299462Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-04-03T15:56:13.4335458Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:13.4457577Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:13.4529182Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:13.5142912Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:13.5211847Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:13.5268807Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-04-03T15:56:13.5525518Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-04-03T15:56:13.5868305Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-04-03T15:56:13.6259653Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:13.6819576Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:13.7015045Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-04-03T15:56:13.7627697Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:13.8089476Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-04-03T15:56:13.8386858Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:13.9148154Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:13.9266058Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:14.0024955Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-04-03T15:56:14.0215007Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:14.0790698Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:14.1145405Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-04-03T15:56:14.1748501Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:14.2582243Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:14.3706027Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:14.4903819Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:14.5695149Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-04-03T15:56:14.5928450Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:14.6637855Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:14.6719645Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-04-03T15:56:14.7713628Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:14.8798541Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:14.8856895Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-04-03T15:56:14.9913226Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:15.1020888Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:15.1153251Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-04-03T15:56:15.1539045Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-04-03T15:56:15.1905336Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:15.2733105Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:15.3828879Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:15.5469023Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:15.6126124Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:15.6256829Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-04-03T15:56:15.7158617Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:15.7505036Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:15.8271593Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-04-03T15:56:15.8762062Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:15.9893948Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:15.9974875Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-04-03T15:56:16.1763493Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:16.1962121Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:16.2435968Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-04-03T15:56:16.2551566Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-04-03T15:56:16.3094013Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:16.4108989Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:16.5041814Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:16.6288723Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:16.7463749Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:16.7585789Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-04-03T15:56:16.8043658Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:16.8377225Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-04-03T15:56:16.9078156Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:16.9414372Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:16.9953726Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:17.0265958Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-04-03T15:56:17.1149709Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:17.2412751Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:17.2705698Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:17.3229437Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:17.3380092Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:17.3752741Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-04-03T15:56:17.4091176Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-04-03T15:56:17.4277298Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:17.5240613Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:17.6684977Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:17.7540124Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:17.7795859Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-04-03T15:56:17.8371456Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:17.8842347Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:17.9211536Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:17.9354440Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:17.9678916Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-04-03T15:56:17.9794851Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-04-03T15:56:18.0215361Z [ 32%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-04-03T15:56:18.0310467Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:18.1227973Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:18.2149923Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:18.3243662Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:18.3680711Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:18.3966728Z [ 32%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:18.4133635Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-04-03T15:56:18.4855231Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-04-03T15:56:18.5108229Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:18.5190682Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-04-03T15:56:18.6386411Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:18.7369909Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:18.8517998Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:18.8911390Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-04-03T15:56:18.9370190Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:18.9456966Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-04-03T15:56:19.0175969Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:19.0428213Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-04-03T15:56:19.0505119Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:19.1062240Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-04-03T15:56:19.1468493Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:19.2100423Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:19.2349084Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-04-03T15:56:19.2914493Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:19.3341166Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:19.4008839Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-04-03T15:56:19.4347377Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:19.4439774Z [ 33%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:19.5189795Z [ 33%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-04-03T15:56:19.5211348Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:19.5634920Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:19.6345995Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-04-03T15:56:19.6783897Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:19.7120640Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-04-03T15:56:19.7731635Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:19.8329906Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-04-03T15:56:19.8546112Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-04-03T15:56:19.8660607Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-04-03T15:56:19.8971680Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-04-03T15:56:19.8978618Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-04-03T15:56:19.9316109Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-04-03T15:56:19.9627873Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-04-03T15:56:20.0337746Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-04-03T15:56:20.0549314Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-04-03T15:56:20.0916511Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-04-03T15:56:20.1130956Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-04-03T15:56:20.1265574Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-04-03T15:56:20.1722604Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-04-03T15:56:20.1911666Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-04-03T15:56:20.2552681Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-04-03T15:56:20.2702585Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-04-03T15:56:20.3065626Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-04-03T15:56:20.3678317Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-04-03T15:56:20.3694262Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-04-03T15:56:20.3697977Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-04-03T15:56:20.4428049Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-04-03T15:56:20.5198769Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-04-03T15:56:20.5240568Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-04-03T15:56:20.5904354Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-04-03T15:56:20.5915518Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-04-03T15:56:20.6273216Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-04-03T15:56:20.6577809Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-04-03T15:56:20.6890472Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-04-03T15:56:20.6893104Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-04-03T15:56:20.7262812Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-04-03T15:56:20.7568429Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-04-03T15:56:20.7934334Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-04-03T15:56:20.8285865Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-04-03T15:56:20.8648475Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-04-03T15:56:20.8947622Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-04-03T15:56:20.9212665Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-04-03T15:56:20.9660310Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-04-03T15:56:20.9948176Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-04-03T15:56:21.0212862Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-04-03T15:56:21.0529961Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-04-03T15:56:21.0866252Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-04-03T15:56:21.1251718Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-04-03T15:56:21.1357450Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-04-03T15:56:21.1793474Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-04-03T15:56:21.2123711Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-04-03T15:56:21.2535679Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-04-03T15:56:21.2585942Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-04-03T15:56:21.3338190Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-04-03T15:56:21.3410965Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-04-03T15:56:21.3957992Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-04-03T15:56:21.4106358Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-04-03T15:56:21.4855290Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-04-03T15:56:21.5336247Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T15:56:21.5722266Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-04-03T15:56:21.5890730Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T15:56:21.5894068Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-04-03T15:56:21.5936588Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-04-03T15:56:21.6736589Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:21.7334074Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:21.7346480Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:21.7588536Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-04-03T15:56:21.8090892Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:21.8211945Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:21.9032976Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:21.9098215Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:21.9952303Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-04-03T15:56:22.0225080Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:22.0662484Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:22.1102958Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-04-03T15:56:22.1463888Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:22.1694727Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:22.1739872Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:22.2147359Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:22.2386412Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-04-03T15:56:22.2483928Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-04-03T15:56:22.2946685Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:22.2948787Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-04-03T15:56:22.3676468Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:22.3898373Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:22.4320643Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-04-03T15:56:22.4588920Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-04-03T15:56:22.4724458Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:22.5503404Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:22.6597031Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:22.6661942Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:22.7415091Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-04-03T15:56:22.7584853Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:22.7803530Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:22.8165409Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:22.8528108Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:22.8570784Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-04-03T15:56:22.8967797Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-04-03T15:56:22.9067634Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-04-03T15:56:22.9353204Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:23.0243004Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-04-03T15:56:23.0246917Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:23.1102764Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:23.1819476Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:23.2047667Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-04-03T15:56:23.2723858Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:23.3155203Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:23.3227863Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-04-03T15:56:23.3570629Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-04-03T15:56:23.3586587Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-04-03T15:56:23.3906102Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:23.3973702Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-04-03T15:56:23.4265618Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:23.4686721Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-04-03T15:56:23.5208483Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:23.5946627Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-04-03T15:56:23.6467599Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:23.6767657Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:23.7311147Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-04-03T15:56:23.7629417Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-04-03T15:56:23.7636585Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:23.7877531Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:23.8132661Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:23.8367120Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-04-03T15:56:23.8643372Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:23.8697045Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-04-03T15:56:23.8889444Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-04-03T15:56:23.9234268Z [ 34%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-04-03T15:56:24.0165740Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:24.0943314Z [ 34%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:24.1614781Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:24.1848340Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-04-03T15:56:24.1887557Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:24.2330048Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:24.2393435Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-04-03T15:56:24.2738284Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-04-03T15:56:24.3182903Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:24.4074284Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-04-03T15:56:24.4420171Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-04-03T15:56:24.4608728Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-04-03T15:56:24.4909981Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-04-03T15:56:24.5178868Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-04-03T15:56:24.5466594Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T15:56:24.5910784Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-04-03T15:56:24.6131215Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T15:56:24.6812112Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T15:56:24.7536993Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T15:56:24.8193887Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T15:56:24.8989547Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T15:56:24.9804796Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T15:56:25.0591446Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T15:56:25.0623419Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T15:56:25.1193093Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T15:56:25.1522346Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-04-03T15:56:25.1524435Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T15:56:25.1839718Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-04-03T15:56:25.2172897Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-04-03T15:56:25.2283431Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T15:56:25.2406790Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-04-03T15:56:25.2889461Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T15:56:25.3672907Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T15:56:25.3700639Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T15:56:25.4306931Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-04-03T15:56:25.4422571Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T15:56:25.5173251Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T15:56:25.6040814Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T15:56:25.6842240Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:25.7760290Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:25.8836849Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:25.8968573Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:26.0066412Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-04-03T15:56:26.0143964Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:26.0260598Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-04-03T15:56:26.0464257Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:26.0529388Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-04-03T15:56:26.1050678Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-04-03T15:56:26.1710175Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:26.2670144Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:26.3065899Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:26.3548440Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:26.3896421Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:26.4528003Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-04-03T15:56:26.5012569Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:26.5883216Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:26.6740837Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:26.7730413Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:26.8748909Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:26.8759951Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:26.9157171Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-04-03T15:56:26.9201511Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:26.9425183Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:26.9621333Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-04-03T15:56:26.9654114Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:26.9729604Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-04-03T15:56:27.0105676Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-04-03T15:56:27.0269784Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-04-03T15:56:27.0647599Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:27.1623909Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:27.2537156Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:27.3740572Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:27.4828134Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:27.5868922Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:27.6838771Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:27.7675051Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:27.8024095Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-04-03T15:56:27.8093219Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:27.8207155Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:27.8696801Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-04-03T15:56:27.9351441Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:27.9397838Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-04-03T15:56:28.0442608Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:28.0903382Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:28.1278638Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:28.1903112Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:28.2125081Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-04-03T15:56:28.2188385Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:28.2376827Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:28.2894444Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-04-03T15:56:28.3242723Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-04-03T15:56:28.3377273Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:28.4307636Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:28.5396734Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:28.6412631Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:28.7403046Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:28.7544852Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-04-03T15:56:28.8540617Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:28.9472114Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:28.9791166Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:29.0677307Z [ 35%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-04-03T15:56:29.0692379Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:29.1060946Z [ 35%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:29.1168168Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-04-03T15:56:29.1511942Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-04-03T15:56:29.1540933Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-04-03T15:56:29.2068194Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:29.3096273Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:29.4009693Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:29.4910759Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:29.5880630Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:29.6378681Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:29.6868289Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-04-03T15:56:29.7404267Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:29.8454255Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:29.8772074Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:29.9495951Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:29.9657589Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-04-03T15:56:29.9794705Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-04-03T15:56:29.9971057Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-04-03T15:56:29.9981436Z [ 36%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:30.0312383Z [ 36%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-04-03T15:56:30.0327123Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:30.0792552Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-04-03T15:56:30.1419674Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-04-03T15:56:30.2392058Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T15:56:30.3410455Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T15:56:30.4330434Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T15:56:30.5657953Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-04-03T15:56:30.6535950Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-04-03T15:56:30.7281033Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-04-03T15:56:30.8033281Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-04-03T15:56:30.8543493Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-04-03T15:56:30.9092754Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-04-03T15:56:30.9242596Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-04-03T15:56:30.9372399Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-04-03T15:56:30.9915203Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-04-03T15:56:30.9937980Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-04-03T15:56:31.0690326Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-04-03T15:56:31.1718141Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-04-03T15:56:31.2254091Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-04-03T15:56:31.2268342Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-04-03T15:56:31.2363551Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-04-03T15:56:31.2951484Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-04-03T15:56:31.3061745Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-04-03T15:56:31.3957162Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-04-03T15:56:31.4980769Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-04-03T15:56:31.5566873Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-04-03T15:56:31.6376384Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-04-03T15:56:31.6382769Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-04-03T15:56:31.7054168Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-04-03T15:56:31.7122340Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-04-03T15:56:31.7654496Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-04-03T15:56:31.8084981Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-04-03T15:56:31.8506744Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-04-03T15:56:31.8753712Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-04-03T15:56:31.8812054Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-04-03T15:56:31.9465556Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-04-03T15:56:31.9473469Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-04-03T15:56:32.0244808Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-04-03T15:56:32.0933300Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-04-03T15:56:32.1171403Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-04-03T15:56:32.1298962Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-04-03T15:56:32.1586208Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-04-03T15:56:32.2386512Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-04-03T15:56:32.3154839Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-04-03T15:56:32.3974004Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-04-03T15:56:32.4968462Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-04-03T15:56:32.5403849Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-04-03T15:56:32.5812607Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-04-03T15:56:32.6135170Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-04-03T15:56:32.6469589Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-04-03T15:56:32.7153873Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-04-03T15:56:32.7600908Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T15:56:32.7930285Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-04-03T15:56:32.8179809Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-04-03T15:56:32.8957041Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-04-03T15:56:32.9356968Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-04-03T15:56:32.9556012Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-04-03T15:56:32.9946062Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-04-03T15:56:33.0056715Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-04-03T15:56:33.0709744Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2024-04-03T15:56:33.0796325Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-04-03T15:56:33.1444958Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-04-03T15:56:33.1500171Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-04-03T15:56:33.2078319Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-04-03T15:56:33.2093916Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-04-03T15:56:33.2142342Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-04-03T15:56:33.2778081Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-04-03T15:56:33.3356861Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-04-03T15:56:33.3818879Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-04-03T15:56:33.4018116Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-04-03T15:56:33.4593238Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-04-03T15:56:33.5426457Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T15:56:33.5722732Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-04-03T15:56:33.6070497Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-04-03T15:56:33.6134646Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-04-03T15:56:33.6476405Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-04-03T15:56:33.6701870Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-04-03T15:56:33.8108685Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-04-03T15:56:33.8845111Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-04-03T15:56:33.9397672Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-04-03T15:56:33.9401205Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-04-03T15:56:34.0166400Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-04-03T15:56:34.0885551Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-04-03T15:56:34.1682015Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-04-03T15:56:34.2326492Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-04-03T15:56:34.2933049Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-04-03T15:56:34.3300783Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-04-03T15:56:34.3868584Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-04-03T15:56:34.4835153Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-04-03T15:56:34.4852540Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-04-03T15:56:34.5139103Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-04-03T15:56:34.5477210Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-04-03T15:56:34.5662177Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-04-03T15:56:34.5706650Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-04-03T15:56:34.6341015Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-04-03T15:56:34.7036362Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:34.7398105Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-04-03T15:56:34.7634389Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-04-03T15:56:34.8346802Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:34.8987274Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-04-03T15:56:34.9517118Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:35.0576500Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-04-03T15:56:35.1462460Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:35.2208931Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-04-03T15:56:35.3034140Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:35.3473384Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-04-03T15:56:35.3607524Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-04-03T15:56:35.3903750Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-04-03T15:56:35.4116384Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-04-03T15:56:35.4247949Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-04-03T15:56:35.4904055Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-04-03T15:56:35.5169095Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-04-03T15:56:35.5609680Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-04-03T15:56:35.5944828Z [ 37%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-04-03T15:56:35.6337806Z [ 37%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-04-03T15:56:35.6649575Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-04-03T15:56:35.7121262Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-04-03T15:56:35.7379163Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-04-03T15:56:35.7954726Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-04-03T15:56:35.8342990Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-04-03T15:56:35.8466441Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-04-03T15:56:35.8946768Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-04-03T15:56:35.9598997Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-04-03T15:56:36.0350694Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:36.1245675Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:36.2263789Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-04-03T15:56:36.2268732Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-04-03T15:56:36.3483189Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-04-03T15:56:36.3486023Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-04-03T15:56:36.3976083Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-04-03T15:56:36.4293812Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-04-03T15:56:36.4911278Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-04-03T15:56:36.4997534Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-04-03T15:56:36.5670482Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-04-03T15:56:36.5725224Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-04-03T15:56:36.6628429Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-04-03T15:56:36.7209978Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-04-03T15:56:36.7223356Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-04-03T15:56:36.7856385Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-04-03T15:56:36.7971382Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-04-03T15:56:36.8656249Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-04-03T15:56:36.9371599Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-04-03T15:56:37.0157995Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-04-03T15:56:37.0982021Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-04-03T15:56:37.1847320Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-04-03T15:56:37.2616640Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-04-03T15:56:37.2978492Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-04-03T15:56:37.3444585Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-04-03T15:56:37.3744140Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-04-03T15:56:37.3781290Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-04-03T15:56:37.4148363Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-04-03T15:56:37.4501483Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-04-03T15:56:37.4503993Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-04-03T15:56:37.5109109Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-04-03T15:56:37.5327536Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-04-03T15:56:37.5732197Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-04-03T15:56:37.6352487Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-04-03T15:56:37.6791652Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-04-03T15:56:37.6822959Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-04-03T15:56:37.7632278Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-04-03T15:56:37.7743844Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:37.8507301Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-04-03T15:56:37.9318318Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:38.0020924Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-04-03T15:56:38.0037183Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-04-03T15:56:38.0509504Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:38.0824255Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-04-03T15:56:38.1206571Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-04-03T15:56:38.1902498Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:38.2856674Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-04-03T15:56:38.3458286Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T15:56:38.3572554Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-04-03T15:56:38.4204425Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-04-03T15:56:38.4220962Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-04-03T15:56:38.4668311Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-04-03T15:56:38.4890937Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-04-03T15:56:38.5613475Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-04-03T15:56:38.6354108Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-04-03T15:56:38.7038051Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-04-03T15:56:38.7384125Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-04-03T15:56:38.8086858Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-04-03T15:56:38.9152161Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-04-03T15:56:38.9547382Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-04-03T15:56:38.9872943Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-04-03T15:56:39.0324001Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-04-03T15:56:39.1025182Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-04-03T15:56:39.1752188Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-04-03T15:56:39.1803806Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-04-03T15:56:39.2535797Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-04-03T15:56:39.2845491Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-04-03T15:56:39.3160600Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-04-03T15:56:39.3589072Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-04-03T15:56:39.3852148Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-04-03T15:56:39.4673099Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-04-03T15:56:39.5389539Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-04-03T15:56:39.5719264Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-04-03T15:56:39.6148102Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-04-03T15:56:39.6430738Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-04-03T15:56:39.7423589Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-04-03T15:56:39.7980219Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-04-03T15:56:39.8023916Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-04-03T15:56:39.8587676Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-04-03T15:56:39.8981211Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-04-03T15:56:39.9928145Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-04-03T15:56:40.0330018Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-04-03T15:56:40.0535955Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-04-03T15:56:40.0906932Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-04-03T15:56:40.1032663Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-04-03T15:56:40.1469068Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-04-03T15:56:40.1562172Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-04-03T15:56:40.1970572Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-04-03T15:56:40.2324572Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-04-03T15:56:40.2968434Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-04-03T15:56:40.3639916Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-04-03T15:56:40.4353815Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-04-03T15:56:40.5025660Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-04-03T15:56:40.5842271Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-04-03T15:56:40.5889483Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-04-03T15:56:40.6498963Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-04-03T15:56:40.6881696Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-04-03T15:56:40.7229315Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-04-03T15:56:40.7714821Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-04-03T15:56:40.8585389Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-04-03T15:56:40.9170508Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-04-03T15:56:40.9715754Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-04-03T15:56:40.9926114Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-04-03T15:56:41.0692252Z [ 38%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-04-03T15:56:41.0816963Z [ 38%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-04-03T15:56:41.1686540Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-04-03T15:56:41.2247452Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-04-03T15:56:41.2261294Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-04-03T15:56:41.3138732Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-04-03T15:56:41.3764779Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-04-03T15:56:41.4308756Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-04-03T15:56:41.4647242Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-04-03T15:56:41.4994822Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-04-03T15:56:41.5180135Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-04-03T15:56:41.5339350Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-04-03T15:56:41.5814077Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T15:56:41.6788808Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-04-03T15:56:41.6909496Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-04-03T15:56:41.7809236Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T15:56:41.8139649Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T15:56:41.8788145Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-04-03T15:56:41.8843667Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-04-03T15:56:41.9552275Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T15:56:41.9979774Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-04-03T15:56:42.0591270Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-04-03T15:56:42.0920664Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T15:56:42.1549781Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-04-03T15:56:42.1866693Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-04-03T15:56:42.2315445Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T15:56:42.3256370Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T15:56:42.3433886Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-04-03T15:56:42.4027305Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-04-03T15:56:42.4240457Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:56:42.4889604Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-04-03T15:56:42.5031783Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-04-03T15:56:42.5709698Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T15:56:42.6571749Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-04-03T15:56:42.7253461Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T15:56:42.7360351Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T15:56:42.7803542Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-04-03T15:56:42.7894788Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-04-03T15:56:42.8093739Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-04-03T15:56:42.8573158Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T15:56:42.9273064Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T15:56:42.9615355Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T15:56:43.0128935Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-04-03T15:56:43.0334475Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T15:56:43.1228692Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-04-03T15:56:43.1907804Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-04-03T15:56:43.2646121Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-04-03T15:56:43.3106620Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T15:56:43.3470544Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-04-03T15:56:43.3988386Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-04-03T15:56:43.4913900Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T15:56:43.5158418Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T15:56:43.5607033Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-04-03T15:56:43.5945411Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T15:56:43.5951545Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T15:56:43.6566356Z [ 39%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-04-03T15:56:43.6571640Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T15:56:43.6659611Z [ 39%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-04-03T15:56:43.7336835Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-04-03T15:56:43.7904851Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T15:56:43.8592231Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-04-03T15:56:43.8659170Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T15:56:43.8804027Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-04-03T15:56:43.9396719Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T15:56:44.0180982Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T15:56:44.1221007Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T15:56:44.1782931Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-04-03T15:56:44.2024842Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T15:56:44.2926488Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T15:56:44.3257476Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T15:56:44.3855009Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-04-03T15:56:44.3907911Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-04-03T15:56:44.4388460Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-04-03T15:56:44.4844158Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-04-03T15:56:44.5501528Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-04-03T15:56:44.5503496Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-04-03T15:56:44.6469468Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T15:56:44.6783252Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T15:56:44.7208927Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-04-03T15:56:44.7746492Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T15:56:44.8373527Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T15:56:44.9353834Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T15:56:45.0311300Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:56:45.1318171Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T15:56:45.1849835Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T15:56:45.2158362Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-04-03T15:56:45.3131098Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T15:56:45.4122025Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T15:56:45.4535071Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T15:56:45.5137494Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-04-03T15:56:45.5167688Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T15:56:45.5458092Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-04-03T15:56:45.5768615Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T15:56:45.5882963Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-04-03T15:56:45.6514309Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-04-03T15:56:45.7432042Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-04-03T15:56:45.7968317Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-04-03T15:56:45.8105607Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-04-03T15:56:45.8844508Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T15:56:45.9465419Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T15:56:46.0346058Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T15:56:46.1634999Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T15:56:46.2599327Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T15:56:46.3653189Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T15:56:46.3759984Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T15:56:46.4238758Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-04-03T15:56:46.4450565Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-04-03T15:56:46.4471721Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T15:56:46.4944418Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T15:56:46.5565923Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-04-03T15:56:46.5990132Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-04-03T15:56:46.5998557Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T15:56:46.6512781Z [ 40%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-04-03T15:56:46.6724298Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T15:56:46.7453095Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T15:56:46.8254514Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T15:56:46.8981225Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-04-03T15:56:46.9778834Z [ 40%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-04-03T15:56:47.0170076Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-04-03T15:56:47.0604081Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-04-03T15:56:47.0976687Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-04-03T15:56:47.1432733Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-04-03T15:56:47.1590301Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-04-03T15:56:47.2242431Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-04-03T15:56:47.2287759Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-04-03T15:56:47.3011136Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-04-03T15:56:47.3191928Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-04-03T15:56:47.3546190Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-04-03T15:56:47.3985017Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-04-03T15:56:47.4192348Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-04-03T15:56:47.4532576Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-04-03T15:56:47.4592228Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-04-03T15:56:47.5568917Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-04-03T15:56:47.6735884Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-04-03T15:56:47.7849665Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-04-03T15:56:47.8757784Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-04-03T15:56:47.8883511Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-04-03T15:56:47.9837955Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-04-03T15:56:48.0039024Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-04-03T15:56:48.0221394Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-04-03T15:56:48.0982029Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-04-03T15:56:48.1137220Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-04-03T15:56:48.2504405Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-04-03T15:56:48.3105885Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-04-03T15:56:48.3205549Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-04-03T15:56:48.3573600Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-04-03T15:56:48.3584504Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-04-03T15:56:48.4104194Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-04-03T15:56:48.4153755Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-04-03T15:56:48.4465535Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-04-03T15:56:48.5028381Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-04-03T15:56:48.5938711Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-04-03T15:56:48.6943779Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-04-03T15:56:48.7617244Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-04-03T15:56:48.7669395Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-04-03T15:56:48.8667453Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-04-03T15:56:48.8715705Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-04-03T15:56:48.9626379Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-04-03T15:56:49.0549516Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-04-03T15:56:49.1123612Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-04-03T15:56:49.1649665Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-04-03T15:56:49.2308671Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-04-03T15:56:49.2688609Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-04-03T15:56:49.3395174Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-04-03T15:56:49.3749718Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-04-03T15:56:49.4348431Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-04-03T15:56:49.4906646Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-04-03T15:56:49.5387393Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-04-03T15:56:49.5550127Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-04-03T15:56:49.6452206Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-04-03T15:56:49.6850490Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-04-03T15:56:49.7213367Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-04-03T15:56:49.7704457Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-04-03T15:56:49.8234059Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-04-03T15:56:49.9259873Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-04-03T15:56:49.9538171Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-04-03T15:56:50.0187030Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-04-03T15:56:50.0475016Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-04-03T15:56:50.1289769Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-04-03T15:56:50.2163444Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-04-03T15:56:50.2501557Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-04-03T15:56:50.3091525Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-04-03T15:56:50.3093878Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-04-03T15:56:50.3181216Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-04-03T15:56:50.4195790Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-04-03T15:56:50.5005699Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-04-03T15:56:50.5545117Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-04-03T15:56:50.5801253Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-04-03T15:56:50.5982705Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-04-03T15:56:50.6869330Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-04-03T15:56:50.6934981Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-04-03T15:56:50.7882925Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-04-03T15:56:50.8071744Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-04-03T15:56:50.8880075Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-04-03T15:56:50.9084982Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:50.9875526Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-04-03T15:56:51.0325887Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-04-03T15:56:51.1341619Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:51.1485964Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-04-03T15:56:51.2511422Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-04-03T15:56:51.2972667Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:51.3224472Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-04-03T15:56:51.3725659Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-04-03T15:56:51.3839456Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-04-03T15:56:51.5063984Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:51.6052350Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:51.6057465Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-04-03T15:56:51.6647237Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-04-03T15:56:51.6946453Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-04-03T15:56:51.6974093Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-04-03T15:56:51.7788944Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:51.8795037Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-04-03T15:56:51.9733807Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:52.0588931Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-04-03T15:56:52.1111855Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-04-03T15:56:52.1425244Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:52.1752468Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-04-03T15:56:52.1808631Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-04-03T15:56:52.2490140Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T15:56:52.2699489Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T15:56:52.3941414Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-04-03T15:56:52.4505941Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-04-03T15:56:52.5053395Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-04-03T15:56:52.5781070Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-04-03T15:56:52.5979886Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-04-03T15:56:52.6007271Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-04-03T15:56:52.6332652Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-04-03T15:56:52.6508952Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-04-03T15:56:52.6878417Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-04-03T15:56:52.7789337Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-04-03T15:56:52.8854054Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-04-03T15:56:52.8933110Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-04-03T15:56:52.9692694Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-04-03T15:56:53.0641032Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-04-03T15:56:53.1756805Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-04-03T15:56:53.2158400Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-04-03T15:56:53.2774512Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-04-03T15:56:53.3108446Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-04-03T15:56:53.3879123Z [ 41%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-04-03T15:56:53.5663904Z [ 41%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-04-03T15:56:53.6516171Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-04-03T15:56:53.6912892Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-04-03T15:56:53.7158333Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-04-03T15:56:53.7379875Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-04-03T15:56:53.7909458Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-04-03T15:56:53.8188102Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-04-03T15:56:53.8744054Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-04-03T15:56:53.9026393Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-04-03T15:56:53.9911514Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-04-03T15:56:54.0887566Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-04-03T15:56:54.1453555Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-04-03T15:56:54.2238621Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-04-03T15:56:54.3140331Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-04-03T15:56:54.4075466Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-04-03T15:56:54.4266898Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-04-03T15:56:54.5754906Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-04-03T15:56:54.7200061Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-04-03T15:56:54.7455907Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-04-03T15:56:54.7886502Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-04-03T15:56:54.8102868Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-04-03T15:56:54.8127436Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-04-03T15:56:54.8540789Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-04-03T15:56:54.9702928Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-04-03T15:56:55.0361739Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-04-03T15:56:55.1227386Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-04-03T15:56:55.2367043Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-04-03T15:56:55.2497458Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-04-03T15:56:55.4113162Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-04-03T15:56:55.5954063Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-04-03T15:56:55.7285561Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-04-03T15:56:55.7381001Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-04-03T15:56:55.8688907Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-04-03T15:56:55.9076428Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-04-03T15:56:55.9234136Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-04-03T15:56:55.9327426Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-04-03T15:56:55.9745278Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-04-03T15:56:55.9994187Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-04-03T15:56:56.1041636Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-04-03T15:56:56.1627050Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-04-03T15:56:56.2407119Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-04-03T15:56:56.2486409Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-04-03T15:56:56.2635490Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-04-03T15:56:56.3902511Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-04-03T15:56:56.4558031Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-04-03T15:56:56.5497693Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-04-03T15:56:56.6989451Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-04-03T15:56:56.7270379Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-04-03T15:56:56.8497357Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-04-03T15:56:56.8797986Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-04-03T15:56:56.9603402Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-04-03T15:56:56.9811312Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-04-03T15:56:57.0278493Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-04-03T15:56:57.1269963Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-04-03T15:56:57.1895745Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-04-03T15:56:57.3239206Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-04-03T15:56:57.3583431Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-04-03T15:56:57.3896944Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-04-03T15:56:57.4027147Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-04-03T15:56:57.4411732Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-04-03T15:56:57.4723249Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-04-03T15:56:57.4941751Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-04-03T15:56:57.6020103Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-04-03T15:56:57.6824846Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-04-03T15:56:57.7243547Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-04-03T15:56:57.7964096Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-04-03T15:56:57.9167758Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-04-03T15:56:57.9639373Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-04-03T15:56:58.0065851Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-04-03T15:56:58.0131918Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-04-03T15:56:58.0280356Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-04-03T15:56:58.0922473Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-04-03T15:56:58.0969462Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-04-03T15:56:58.1175247Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-04-03T15:56:58.2204341Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-04-03T15:56:58.2706294Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-04-03T15:56:58.3216017Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-04-03T15:56:58.3546070Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-04-03T15:56:58.4065894Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-04-03T15:56:58.4614135Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-04-03T15:56:58.5438980Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-04-03T15:56:58.6255517Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-04-03T15:56:58.6899041Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-04-03T15:56:58.7481308Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-04-03T15:56:58.7823512Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-04-03T15:56:58.8228471Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-04-03T15:56:58.8633314Z [ 42%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-04-03T15:56:58.9113102Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-04-03T15:56:58.9927703Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-04-03T15:56:59.0732985Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-04-03T15:56:59.1575360Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-04-03T15:56:59.2433122Z [ 42%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-04-03T15:56:59.2817135Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-04-03T15:56:59.3249615Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-04-03T15:56:59.3460271Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-04-03T15:56:59.4060520Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-04-03T15:56:59.4165594Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-04-03T15:56:59.4930197Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-04-03T15:56:59.5702142Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-04-03T15:56:59.6448373Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-04-03T15:56:59.7346554Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-04-03T15:56:59.7437544Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-04-03T15:56:59.8092693Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-04-03T15:56:59.8099620Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-04-03T15:56:59.8372000Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-04-03T15:56:59.9051719Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-04-03T15:56:59.9989137Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-04-03T15:57:00.0463822Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-04-03T15:57:00.0930732Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-04-03T15:57:00.1049136Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-04-03T15:57:00.1744655Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-04-03T15:57:00.2436427Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-04-03T15:57:00.3322945Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-04-03T15:57:00.4150657Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-04-03T15:57:00.5408895Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-04-03T15:57:00.5697492Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-04-03T15:57:00.6494808Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-04-03T15:57:00.6667673Z [ 43%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-04-03T15:57:00.8314258Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-04-03T15:57:00.9243215Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-04-03T15:57:00.9449848Z [ 43%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-04-03T15:57:00.9555968Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-04-03T15:57:01.0009078Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-04-03T15:57:01.0032384Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-04-03T15:57:01.0250618Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-04-03T15:57:01.0398091Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-04-03T15:57:01.1247927Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-04-03T15:57:01.2105675Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-04-03T15:57:01.2917000Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-04-03T15:57:01.3559123Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-04-03T15:57:01.3670713Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-04-03T15:57:01.4283576Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-04-03T15:57:01.4700865Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-04-03T15:57:01.5334200Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-04-03T15:57:01.6231010Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-04-03T15:57:01.7098894Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-04-03T15:57:01.7904562Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-04-03T15:57:01.8778455Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-04-03T15:57:01.9145680Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-04-03T15:57:01.9389659Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-04-03T15:57:02.0267368Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-04-03T15:57:02.0368617Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-04-03T15:57:02.1346505Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-04-03T15:57:02.2358424Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-04-03T15:57:02.2880658Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-04-03T15:57:02.3151187Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-04-03T15:57:02.3449765Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-04-03T15:57:02.4034746Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-04-03T15:57:02.4345609Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-04-03T15:57:02.5187769Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-04-03T15:57:02.6074176Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-04-03T15:57:02.7028700Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-04-03T15:57:02.7037309Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-04-03T15:57:02.7636347Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-04-03T15:57:02.7891975Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-04-03T15:57:02.8043829Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-04-03T15:57:02.8499052Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-04-03T15:57:02.9308891Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-04-03T15:57:03.0182310Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-04-03T15:57:03.0796847Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-04-03T15:57:03.1242743Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-04-03T15:57:03.1503621Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-04-03T15:57:03.1748297Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-04-03T15:57:03.2392834Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-04-03T15:57:03.2595044Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-04-03T15:57:03.3693454Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-04-03T15:57:03.3747806Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-04-03T15:57:03.4546639Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-04-03T15:57:03.5328866Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-04-03T15:57:03.6519770Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-04-03T15:57:03.6634502Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-04-03T15:57:03.7064479Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-04-03T15:57:03.7328969Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-04-03T15:57:03.7394712Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-04-03T15:57:03.7596915Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-04-03T15:57:03.7934510Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-04-03T15:57:03.8217933Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-04-03T15:57:03.8506727Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-04-03T15:57:03.9275339Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-04-03T15:57:04.0053977Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-04-03T15:57:04.1092843Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-04-03T15:57:04.2026932Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-04-03T15:57:04.3243762Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-04-03T15:57:04.3634076Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-04-03T15:57:04.4413842Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-04-03T15:57:04.4452413Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-04-03T15:57:04.4771190Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-04-03T15:57:04.4833685Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-04-03T15:57:04.5348926Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-04-03T15:57:04.5827459Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-04-03T15:57:04.6347175Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-04-03T15:57:04.6801137Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-04-03T15:57:04.7900626Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-04-03T15:57:04.8843765Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-04-03T15:57:04.9723237Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-04-03T15:57:05.0523320Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-04-03T15:57:05.1535779Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-04-03T15:57:05.1867360Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-04-03T15:57:05.2573139Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-04-03T15:57:05.3327390Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-04-03T15:57:05.3385527Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-04-03T15:57:05.4301506Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-04-03T15:57:05.5449326Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-04-03T15:57:05.5720839Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-04-03T15:57:05.5780107Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-04-03T15:57:05.6039373Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-04-03T15:57:05.6370985Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-04-03T15:57:05.6432954Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-04-03T15:57:05.6879339Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-04-03T15:57:05.7252273Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-04-03T15:57:05.7922885Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-04-03T15:57:05.8025771Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-04-03T15:57:05.8280369Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-04-03T15:57:05.8694479Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-04-03T15:57:05.9169957Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-04-03T15:57:05.9431489Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-04-03T15:57:05.9866716Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-04-03T15:57:06.0071024Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-04-03T15:57:06.0086783Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-04-03T15:57:06.1110958Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-04-03T15:57:06.1906253Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-04-03T15:57:06.2634434Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-04-03T15:57:06.3226975Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-04-03T15:57:06.3584771Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-04-03T15:57:06.4192317Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-04-03T15:57:06.5125814Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-04-03T15:57:06.6076506Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-04-03T15:57:06.7035734Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-04-03T15:57:06.7849623Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-04-03T15:57:06.8429358Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-04-03T15:57:06.9079380Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-04-03T15:57:06.9474179Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-04-03T15:57:06.9502275Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-04-03T15:57:07.0057308Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-04-03T15:57:07.0139241Z [ 44%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-04-03T15:57:07.0228571Z [ 44%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-04-03T15:57:07.0534545Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-04-03T15:57:07.0989725Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.1433484Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.1831515Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.2491646Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-04-03T15:57:07.2828210Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.2944648Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.3743743Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-04-03T15:57:07.4120852Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.5280743Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.6307945Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.8041588Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.9365058Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-04-03T15:57:07.9421807Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-04-03T15:57:07.9500034Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.0714683Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.0721190Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-04-03T15:57:08.1179400Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.1935273Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-04-03T15:57:08.2410562Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.3194358Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.3205647Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-04-03T15:57:08.3649198Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-04-03T15:57:08.3875376Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-04-03T15:57:08.4080409Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-04-03T15:57:08.4815386Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.5468731Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.5970523Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.6516605Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.6862552Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-04-03T15:57:08.7061691Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-04-03T15:57:08.7619709Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.7670220Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T15:57:08.8615570Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-04-03T15:57:08.9050717Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-04-03T15:57:08.9985782Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-04-03T15:57:09.0356902Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T15:57:09.0822742Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-04-03T15:57:09.0932683Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-04-03T15:57:09.1143315Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-04-03T15:57:09.1780214Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-04-03T15:57:09.2284582Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-04-03T15:57:09.2651111Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-04-03T15:57:09.3577491Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T15:57:09.4709011Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-04-03T15:57:09.5198939Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-04-03T15:57:09.5773007Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-04-03T15:57:09.6300590Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-04-03T15:57:09.6303732Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T15:57:09.6712406Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-04-03T15:57:09.6759182Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-04-03T15:57:09.7342329Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-04-03T15:57:09.7628755Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-04-03T15:57:09.8722474Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T15:57:09.9306227Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-04-03T15:57:09.9819111Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-04-03T15:57:10.0151174Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-04-03T15:57:10.0186338Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-04-03T15:57:10.0672587Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-04-03T15:57:10.0766405Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-04-03T15:57:10.0830483Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-04-03T15:57:10.1313940Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-04-03T15:57:10.1488289Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-04-03T15:57:10.1533908Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-04-03T15:57:10.2036331Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-04-03T15:57:10.2088975Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-04-03T15:57:10.2665041Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-04-03T15:57:10.2829976Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-04-03T15:57:10.3623059Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-04-03T15:57:10.4281914Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-04-03T15:57:10.4361275Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-04-03T15:57:10.5039888Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-04-03T15:57:10.5152259Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-04-03T15:57:10.5816701Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-04-03T15:57:10.6123480Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-04-03T15:57:10.6513300Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-04-03T15:57:10.6789061Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-04-03T15:57:10.7103710Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-04-03T15:57:10.7328066Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-04-03T15:57:10.7433718Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-04-03T15:57:10.8305548Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-04-03T15:57:10.8728514Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-04-03T15:57:10.9036719Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-04-03T15:57:10.9874009Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-04-03T15:57:11.0595296Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-04-03T15:57:11.0597169Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-04-03T15:57:11.1037221Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-04-03T15:57:11.1385849Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-04-03T15:57:11.1675615Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-04-03T15:57:11.2426594Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-04-03T15:57:11.3048190Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-04-03T15:57:11.3289728Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-04-03T15:57:11.3824735Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-04-03T15:57:11.4578845Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-04-03T15:57:11.4861933Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-04-03T15:57:11.5713699Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-04-03T15:57:11.5903277Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-04-03T15:57:11.6763859Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-04-03T15:57:11.6839709Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-04-03T15:57:11.7177678Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-04-03T15:57:11.7604716Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-04-03T15:57:11.7701981Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-04-03T15:57:11.8056784Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-04-03T15:57:11.8866407Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-04-03T15:57:11.8924358Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-04-03T15:57:11.9393317Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-04-03T15:57:11.9871851Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-04-03T15:57:12.0854023Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-04-03T15:57:12.1830460Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-04-03T15:57:12.3029353Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-04-03T15:57:12.4276996Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-04-03T15:57:12.5216156Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-04-03T15:57:12.5288399Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-04-03T15:57:12.6063419Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-04-03T15:57:12.6454462Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-04-03T15:57:12.6895930Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-04-03T15:57:12.6949388Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-04-03T15:57:12.7903939Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-04-03T15:57:12.8024575Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-04-03T15:57:12.8404292Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-04-03T15:57:12.8815230Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-04-03T15:57:12.8845567Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-04-03T15:57:12.9055168Z [ 45%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-04-03T15:57:12.9220452Z [ 45%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-04-03T15:57:12.9946932Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-04-03T15:57:13.0954317Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-04-03T15:57:13.1943519Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-04-03T15:57:13.2855181Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-04-03T15:57:13.3824442Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-04-03T15:57:13.4365098Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-04-03T15:57:13.4712008Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-04-03T15:57:13.4912492Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-04-03T15:57:13.5788317Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-04-03T15:57:13.6089446Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-04-03T15:57:13.6960430Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-04-03T15:57:13.7684488Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T15:57:13.7689930Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-04-03T15:57:13.8272310Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T15:57:13.9018883Z [ 46%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-04-03T15:57:13.9218991Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-04-03T15:57:13.9987772Z [ 46%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T15:57:14.0211676Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-04-03T15:57:14.0860830Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T15:57:14.1636764Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T15:57:14.2777975Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-04-03T15:57:14.3633875Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T15:57:14.4260646Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-04-03T15:57:14.4596520Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T15:57:14.4669457Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-04-03T15:57:14.5190008Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-04-03T15:57:14.5533498Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-04-03T15:57:14.6418127Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T15:57:14.7236089Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-04-03T15:57:14.7477039Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-04-03T15:57:14.8203848Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T15:57:14.8585235Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-04-03T15:57:14.8949555Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T15:57:14.9130769Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-04-03T15:57:14.9733331Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-04-03T15:57:14.9822075Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-04-03T15:57:15.0471697Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-04-03T15:57:15.0837490Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-04-03T15:57:15.1243253Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-04-03T15:57:15.1723880Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-04-03T15:57:15.2596214Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-04-03T15:57:15.3286436Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-04-03T15:57:15.3483221Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-04-03T15:57:15.4146715Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-04-03T15:57:15.4956748Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-04-03T15:57:15.5950770Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-04-03T15:57:15.6357772Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-04-03T15:57:15.6623955Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-04-03T15:57:15.6678855Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-04-03T15:57:15.7291591Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-04-03T15:57:15.7613154Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-04-03T15:57:15.8315815Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-04-03T15:57:15.8342594Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-04-03T15:57:15.8729822Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-04-03T15:57:15.9072292Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-04-03T15:57:15.9255663Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-04-03T15:57:15.9372823Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-04-03T15:57:15.9719061Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-04-03T15:57:16.0077127Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-04-03T15:57:16.0392724Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-04-03T15:57:16.0654887Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:57:16.0905804Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T15:57:16.0986143Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T15:57:16.1432613Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-04-03T15:57:16.1695716Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-04-03T15:57:16.1857256Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-04-03T15:57:16.2226392Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-04-03T15:57:16.3374501Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-04-03T15:57:16.3503717Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-04-03T15:57:16.4185199Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-04-03T15:57:16.4350723Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-04-03T15:57:16.4905271Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-04-03T15:57:16.5267695Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-04-03T15:57:16.5711029Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-04-03T15:57:16.6848146Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-04-03T15:57:16.7435695Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:16.7964517Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:16.8324888Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:16.8451032Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-04-03T15:57:16.8748610Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-04-03T15:57:16.9357402Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.0414916Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.0864324Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.1387487Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.1421945Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-04-03T15:57:17.2078540Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.2505342Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.3100611Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:17.3470907Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.3879706Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.4136413Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.4260382Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:17.4793624Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:17.5330019Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.7104794Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.7400890Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.8131657Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:17.8477397Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.8538738Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:17.9449306Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:17.9695067Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:17.9830275Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:18.0560011Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-04-03T15:57:18.0872369Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:18.1028978Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:18.2165398Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:18.2233723Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:18.3042271Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T15:57:18.3303534Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T15:57:18.4138203Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:18.4184490Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:18.5023758Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:18.6084111Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:18.6195842Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:18.7131177Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:18.7425035Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:18.7944801Z [ 47%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-04-03T15:57:18.8395039Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:18.9561463Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.0168823Z [ 47%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:19.0261903Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.0338162Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:19.1032151Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:19.1118740Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:19.2111123Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.3206684Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:19.3224248Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.4134908Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:19.4389619Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:19.5717775Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.6640506Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:19.6872635Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:19.7085229Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:19.7459690Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.8738111Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:19.9436055Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:19.9745977Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.0344150Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:20.0398990Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:20.1372954Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.2003412Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-04-03T15:57:20.2071253Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.2874585Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-04-03T15:57:20.2961926Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-04-03T15:57:20.3668253Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.3865197Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-04-03T15:57:20.4678209Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-04-03T15:57:20.5311842Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.5376208Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-04-03T15:57:20.6216915Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-04-03T15:57:20.6917182Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-04-03T15:57:20.7560349Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-04-03T15:57:20.7581846Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.7852749Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-04-03T15:57:20.8252295Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.8579707Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:20.8651625Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:20.9661571Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.0537184Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:21.1471282Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.2502403Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:21.3655797Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.3669280Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:21.4746071Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:21.4841675Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.5190202Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:21.5673777Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:21.5697106Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.6113146Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:21.6662659Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:21.7853846Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.8993717Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:21.8997456Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:21.9857102Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:21.9887505Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:22.0509931Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:22.0632548Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:22.0797264Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:22.1541608Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.1583889Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.1845325Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:22.2274522Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T15:57:22.2571884Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:22.2871640Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.3278394Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.3633415Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:22.4553378Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:22.4673047Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:22.5583283Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.5905737Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:22.6956302Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:22.7041810Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:22.7840933Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.7912259Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:22.8339052Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:22.8827619Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:22.8965047Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.0034355Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.0896070Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.1893630Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.1974831Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.2098998Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.2931853Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.2990703Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.3287701Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.4173183Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.4276077Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.4402694Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.4850462Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.5134446Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.5421947Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.5831147Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.6924890Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.7864069Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.8341059Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:23.8732383Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:23.9063038Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:23.9291810Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.0068664Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.0351467Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:24.0800443Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.0927073Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.1427802Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.2109113Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:24.3010365Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.3956587Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.3984638Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:24.5073695Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.6008635Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:24.6280726Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.6602686Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.6912477Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:24.7353273Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.8095049Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.8635750Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:24.8863962Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.8908686Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:24.9632370Z [ 48%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:24.9992860Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:25.0866254Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:25.2365056Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:25.2377173Z [ 48%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:25.2866319Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:25.3185445Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:25.3335548Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:25.3681456Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:25.3685417Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:25.4848593Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:25.5824601Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:25.5836534Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-04-03T15:57:25.6396748Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:25.7037733Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:25.7430187Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-04-03T15:57:25.7789720Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T15:57:25.8063734Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-04-03T15:57:25.8698382Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-04-03T15:57:25.9398461Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:25.9506611Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:26.0181416Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-04-03T15:57:26.0228587Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-04-03T15:57:26.0270995Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2024-04-03T15:57:26.1136551Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-04-03T15:57:26.1864111Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:26.2576622Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:26.2639480Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-04-03T15:57:26.2975844Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-04-03T15:57:26.3304797Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-04-03T15:57:26.3368624Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-04-03T15:57:26.3680715Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-04-03T15:57:26.3689894Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-04-03T15:57:26.4009313Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-04-03T15:57:26.4463446Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-04-03T15:57:26.4832415Z [ 49%] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2024-04-03T15:57:26.5165260Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-04-03T15:57:26.5796942Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-04-03T15:57:26.5913028Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: ‘#pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.’ 2024-04-03T15:57:26.5915556Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2024-04-03T15:57:26.5916394Z | ^~~~~~~ 2024-04-03T15:57:26.5987916Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-04-03T15:57:26.6119473Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:26.6340523Z [ 49%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-04-03T15:57:26.6827945Z [ 49%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:26.6893768Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-04-03T15:57:26.6946757Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-04-03T15:57:26.7295949Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:26.7420409Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-04-03T15:57:26.7639487Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:26.7916937Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-04-03T15:57:26.8508538Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-04-03T15:57:26.8991521Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-04-03T15:57:26.9856034Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-04-03T15:57:26.9901968Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-04-03T15:57:26.9905025Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-04-03T15:57:27.0333148Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-04-03T15:57:27.0784551Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-04-03T15:57:27.1042332Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-04-03T15:57:27.1188850Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-04-03T15:57:27.1509974Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-04-03T15:57:27.1580638Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2024-04-03T15:57:27.1873573Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.2466755Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2024-04-03T15:57:27.2827520Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.3434588Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2024-04-03T15:57:27.3698244Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.3870550Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.4899309Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2024-04-03T15:57:27.4907210Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.5392525Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.6001143Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2024-04-03T15:57:27.6505292Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.7444621Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.8636678Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:27.9698086Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T15:57:28.0647969Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-04-03T15:57:28.0712076Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-04-03T15:57:28.1972484Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2024-04-03T15:57:28.2323187Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-04-03T15:57:28.2519564Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2024-04-03T15:57:28.3376217Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-04-03T15:57:28.3494138Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-04-03T15:57:28.3795304Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-04-03T15:57:28.4188618Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2024-04-03T15:57:28.4354550Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2024-04-03T15:57:28.4717493Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-04-03T15:57:28.5593913Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-04-03T15:57:28.5842205Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-04-03T15:57:28.6224543Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-04-03T15:57:28.6885069Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:28.7233606Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2024-04-03T15:57:28.7926212Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:28.8981658Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.0344201Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.0419498Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.1250273Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.1844116Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2024-04-03T15:57:29.1874981Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2024-04-03T15:57:29.2270282Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.2426748Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-04-03T15:57:29.3011848Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.3142617Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-04-03T15:57:29.4013688Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.4867230Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.6134196Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.7062829Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.7404582Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-04-03T15:57:29.8108209Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.8111729Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.8134942Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-04-03T15:57:29.9056482Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:29.9478805Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:29.9577350Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-04-03T15:57:30.0107726Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.0385319Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:30.1116772Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-04-03T15:57:30.1554842Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.2116444Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:30.2633028Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.3232607Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-04-03T15:57:30.3747221Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:30.4896393Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.5875973Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:30.6672545Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.7883991Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:30.8635003Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.8815399Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:30.9507280Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:30.9604657Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-04-03T15:57:31.0221847Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-04-03T15:57:31.0533591Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:31.1457244Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:31.1507929Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:31.2747544Z [ 50%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-04-03T15:57:31.2997485Z [ 50%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:31.3430661Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:31.3996372Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-04-03T15:57:31.4540816Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:31.5309671Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-04-03T15:57:31.5414164Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:31.6460982Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:31.7769235Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:31.8885096Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:31.9486578Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:32.0004885Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-04-03T15:57:32.0097309Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:32.0477076Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-04-03T15:57:32.0982752Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:32.1429515Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T15:57:32.2216460Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-04-03T15:57:32.2453781Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T15:57:32.3111007Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-04-03T15:57:32.3503418Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-04-03T15:57:32.3789756Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-04-03T15:57:32.4447302Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-04-03T15:57:32.4945315Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:32.5150452Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-04-03T15:57:32.5772468Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:32.6720862Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:32.7452098Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:32.8248264Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-04-03T15:57:32.8377233Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-04-03T15:57:32.8580800Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-04-03T15:57:32.8950326Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-04-03T15:57:32.9152935Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-04-03T15:57:32.9157580Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-04-03T15:57:32.9575411Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-04-03T15:57:33.0393666Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-04-03T15:57:33.1275665Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-04-03T15:57:33.2803824Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:33.3477331Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:33.3675810Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T15:57:33.4081083Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-04-03T15:57:33.4362216Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-04-03T15:57:33.4493601Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T15:57:33.5268476Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-04-03T15:57:33.5807059Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-04-03T15:57:33.6680583Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-04-03T15:57:33.6995982Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-04-03T15:57:33.7521057Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-04-03T15:57:33.7855067Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-04-03T15:57:33.8044042Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-04-03T15:57:33.8465716Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-04-03T15:57:33.8542387Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-04-03T15:57:33.8783767Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-04-03T15:57:33.9344579Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-04-03T15:57:33.9998363Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-04-03T15:57:34.0788710Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-04-03T15:57:34.1199485Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-04-03T15:57:34.1864489Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-04-03T15:57:34.2227255Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-04-03T15:57:34.2575547Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-04-03T15:57:34.2622054Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-04-03T15:57:34.3321292Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-04-03T15:57:34.4020327Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-04-03T15:57:34.5043430Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-04-03T15:57:34.5923848Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-04-03T15:57:34.6602009Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-04-03T15:57:34.6794772Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-04-03T15:57:34.6847214Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-04-03T15:57:34.6887586Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-04-03T15:57:34.7170198Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-04-03T15:57:34.7902119Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-04-03T15:57:34.8303010Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-04-03T15:57:34.9698821Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-04-03T15:57:35.0423018Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T15:57:35.0763889Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-04-03T15:57:35.1083280Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T15:57:35.1439912Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-04-03T15:57:35.1873913Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T15:57:35.2224096Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-04-03T15:57:35.2875241Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-04-03T15:57:35.3209807Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T15:57:35.4974724Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-04-03T15:57:35.5107505Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T15:57:35.5746010Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-04-03T15:57:35.6067665Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T15:57:35.6240630Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-04-03T15:57:35.6534406Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-04-03T15:57:35.6722217Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-04-03T15:57:35.6778089Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-04-03T15:57:35.7034589Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-04-03T15:57:35.7669082Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T15:57:35.8705891Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-04-03T15:57:35.9398144Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T15:57:36.0812838Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-04-03T15:57:36.0837176Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-04-03T15:57:36.1259617Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T15:57:36.2371810Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-04-03T15:57:36.2793234Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-04-03T15:57:36.3526217Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-04-03T15:57:36.4176618Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-04-03T15:57:36.4216360Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-04-03T15:57:36.4706630Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-04-03T15:57:36.5587957Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-04-03T15:57:36.7012217Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-04-03T15:57:36.7032286Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-04-03T15:57:36.7529658Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-04-03T15:57:36.8347423Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-04-03T15:57:36.9497289Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-04-03T15:57:36.9717430Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-04-03T15:57:36.9858898Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-04-03T15:57:37.0654539Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-04-03T15:57:37.0704825Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-04-03T15:57:37.0997918Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-04-03T15:57:37.1240696Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-04-03T15:57:37.1427701Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-04-03T15:57:37.1971324Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-04-03T15:57:37.2226169Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-04-03T15:57:37.4013732Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-04-03T15:57:37.4213548Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-04-03T15:57:37.4586294Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-04-03T15:57:37.5302808Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-04-03T15:57:37.5531625Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-04-03T15:57:37.5568223Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-04-03T15:57:37.6063935Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-04-03T15:57:37.6855302Z [ 51%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-04-03T15:57:37.7146603Z [ 51%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-04-03T15:57:37.8548803Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-04-03T15:57:37.9066713Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-04-03T15:57:37.9217040Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-04-03T15:57:37.9772240Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-04-03T15:57:38.0800970Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-04-03T15:57:38.1940286Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-04-03T15:57:38.2830912Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-04-03T15:57:38.3067358Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-04-03T15:57:38.4163668Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-04-03T15:57:38.4198936Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-04-03T15:57:38.4226710Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-04-03T15:57:38.4670473Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-04-03T15:57:38.4964388Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-04-03T15:57:38.5187076Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-04-03T15:57:38.5387742Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-04-03T15:57:38.5432759Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-04-03T15:57:38.5879771Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-04-03T15:57:38.6390151Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-04-03T15:57:38.6776862Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-04-03T15:57:38.7132927Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-04-03T15:57:38.7589857Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-04-03T15:57:38.8306987Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-04-03T15:57:38.8925641Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-04-03T15:57:38.8981691Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-04-03T15:57:39.0056731Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-04-03T15:57:39.0949254Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-04-03T15:57:39.1040002Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-04-03T15:57:39.1075709Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-04-03T15:57:39.1094542Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-04-03T15:57:39.1713256Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-04-03T15:57:39.1746275Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-04-03T15:57:39.2516868Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-04-03T15:57:39.2885453Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-04-03T15:57:39.2942853Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-04-03T15:57:39.3638459Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-04-03T15:57:39.3690245Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-04-03T15:57:39.4471980Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-04-03T15:57:39.5365199Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-04-03T15:57:39.6143715Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-04-03T15:57:39.6298204Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-04-03T15:57:39.6798457Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-04-03T15:57:39.7660771Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-04-03T15:57:39.8235281Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-04-03T15:57:39.8569133Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-04-03T15:57:39.8958046Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-04-03T15:57:39.9745225Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-04-03T15:57:40.0223922Z [ 52%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-04-03T15:57:40.0589513Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-04-03T15:57:40.1564436Z [ 52%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-04-03T15:57:40.1622744Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-04-03T15:57:40.2307137Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-04-03T15:57:40.3274151Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-04-03T15:57:40.3433873Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-04-03T15:57:40.4155576Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-04-03T15:57:40.4326213Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-04-03T15:57:40.4630196Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-04-03T15:57:40.4655067Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-04-03T15:57:40.5229277Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-04-03T15:57:40.5430399Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-04-03T15:57:40.5933021Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-04-03T15:57:40.6150150Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-04-03T15:57:40.6648790Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-04-03T15:57:40.6661610Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-04-03T15:57:40.6710171Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-04-03T15:57:40.7496319Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-04-03T15:57:40.8007286Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-04-03T15:57:40.8694117Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-04-03T15:57:40.9427661Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-04-03T15:57:40.9932365Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.0139400Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-04-03T15:57:41.0239064Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.0702826Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.0885839Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-04-03T15:57:41.1200399Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.1332746Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-04-03T15:57:41.1710065Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-04-03T15:57:41.2007119Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.2753866Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.2798918Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-04-03T15:57:41.3720929Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-04-03T15:57:41.4774498Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-04-03T15:57:41.5010602Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.5846523Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-04-03T15:57:41.6199320Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-04-03T15:57:41.6899141Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-04-03T15:57:41.7040448Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-04-03T15:57:41.7417084Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.7802944Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-04-03T15:57:41.8122172Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-04-03T15:57:41.8228584Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-04-03T15:57:41.8629748Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-04-03T15:57:41.8987392Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-04-03T15:57:41.9222564Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-04-03T15:57:41.9246890Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-04-03T15:57:42.0034172Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-04-03T15:57:42.0853505Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-04-03T15:57:42.0936200Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-04-03T15:57:42.1863704Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-04-03T15:57:42.1906220Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-04-03T15:57:42.2337764Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-04-03T15:57:42.2972318Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-04-03T15:57:42.3222827Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-04-03T15:57:42.3571444Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-04-03T15:57:42.4068816Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-04-03T15:57:42.4784976Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-04-03T15:57:42.4809365Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-04-03T15:57:42.5665716Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-04-03T15:57:42.6651544Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-04-03T15:57:42.7464125Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-04-03T15:57:42.7985672Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-04-03T15:57:42.8324586Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-04-03T15:57:42.8510294Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-04-03T15:57:42.8850581Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-04-03T15:57:42.8862589Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-04-03T15:57:42.9607271Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-04-03T15:57:42.9620993Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-04-03T15:57:43.0323155Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-04-03T15:57:43.0434002Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-04-03T15:57:43.1361473Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-04-03T15:57:43.1392025Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-04-03T15:57:43.1864343Z [ 53%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-04-03T15:57:43.2191697Z [ 53%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-04-03T15:57:43.2701197Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-04-03T15:57:43.3744118Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-04-03T15:57:43.3761981Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-04-03T15:57:43.4300350Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-04-03T15:57:43.4462986Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-04-03T15:57:43.4756239Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-04-03T15:57:43.5111817Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-04-03T15:57:43.5787817Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-04-03T15:57:43.6025277Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-04-03T15:57:43.6106468Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-04-03T15:57:43.6626500Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-04-03T15:57:43.6850019Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-04-03T15:57:43.7586914Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-04-03T15:57:43.8505755Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-04-03T15:57:43.8630888Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-04-03T15:57:43.9239230Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-04-03T15:57:43.9407732Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-04-03T15:57:44.0069332Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-04-03T15:57:44.1171769Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-04-03T15:57:44.1340978Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-04-03T15:57:44.1971031Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-04-03T15:57:44.2185250Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-04-03T15:57:44.3106227Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-04-03T15:57:44.3444494Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-04-03T15:57:44.4117997Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-04-03T15:57:44.4506361Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-04-03T15:57:44.4999549Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-04-03T15:57:44.5026696Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-04-03T15:57:44.5426095Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-04-03T15:57:44.5657835Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-04-03T15:57:44.5946475Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-04-03T15:57:44.6671074Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-04-03T15:57:44.7592686Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-04-03T15:57:44.7976264Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-04-03T15:57:44.8270923Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-04-03T15:57:44.8400646Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-04-03T15:57:44.8637127Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-04-03T15:57:44.9105064Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-04-03T15:57:44.9606419Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T15:57:45.0579648Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T15:57:45.0789309Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-04-03T15:57:45.1483333Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-04-03T15:57:45.1785136Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T15:57:45.2888737Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-04-03T15:57:45.2912732Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-04-03T15:57:45.2915473Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T15:57:45.3425908Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T15:57:45.3663467Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T15:57:45.3814012Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-04-03T15:57:45.4014107Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-04-03T15:57:45.4245968Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-04-03T15:57:45.4867802Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-04-03T15:57:45.5665527Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T15:57:45.6654913Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-04-03T15:57:45.7497381Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T15:57:45.8512798Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-04-03T15:57:45.8655381Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T15:57:45.9008537Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-04-03T15:57:45.9308761Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T15:57:45.9520379Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-04-03T15:57:45.9590141Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-04-03T15:57:45.9687153Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-04-03T15:57:45.9832921Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T15:57:45.9870018Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-04-03T15:57:46.0146467Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-04-03T15:57:46.0551097Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-04-03T15:57:46.0722996Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-04-03T15:57:46.0927639Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T15:57:46.1932724Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-04-03T15:57:46.2916240Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T15:57:46.2941122Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-04-03T15:57:46.3548014Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-04-03T15:57:46.3873394Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-04-03T15:57:46.4504006Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-04-03T15:57:46.4870729Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-04-03T15:57:46.5285022Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-04-03T15:57:46.5382510Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-04-03T15:57:46.5596622Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-04-03T15:57:46.6001247Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-04-03T15:57:46.6394144Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-04-03T15:57:46.6839213Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-04-03T15:57:46.7095709Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-04-03T15:57:46.7557687Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-04-03T15:57:46.7580872Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-04-03T15:57:46.8472853Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-04-03T15:57:46.9206806Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.0666525Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:47.1499934Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-04-03T15:57:47.1627975Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.2798271Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:47.3163713Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-04-03T15:57:47.3178229Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.3205929Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:47.3663565Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.3737228Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-04-03T15:57:47.3950109Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-04-03T15:57:47.4161491Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-04-03T15:57:47.4694958Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:47.5714797Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.6915745Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:47.8025157Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.8877026Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:47.9001806Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:47.9430631Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-04-03T15:57:47.9699149Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:48.0228277Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-04-03T15:57:48.0309388Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:48.0570190Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-04-03T15:57:48.1763487Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:48.1916915Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:48.2958424Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-04-03T15:57:48.3012348Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:48.3137393Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:48.3857044Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-04-03T15:57:48.4249144Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:48.4459650Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-04-03T15:57:48.5381383Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:48.5880121Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:48.6495551Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-04-03T15:57:48.6610367Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T15:57:48.6666881Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T15:57:48.7656865Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-04-03T15:57:48.7749966Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:48.8109013Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:48.9247691Z [ 54%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-04-03T15:57:48.9399297Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:48.9508884Z [ 54%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:48.9601855Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:49.0468281Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-04-03T15:57:49.0688933Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-04-03T15:57:49.1026983Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:49.1908137Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:49.2709070Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:49.3436021Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-04-03T15:57:49.3783633Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:49.4519717Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:49.5309533Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:49.6327203Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:49.6375379Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-04-03T15:57:49.6620213Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:49.6709495Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-04-03T15:57:49.7302747Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-04-03T15:57:49.8289630Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:49.9187218Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:49.9317614Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:50.0074797Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-04-03T15:57:50.1346081Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:50.1934282Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:50.2299662Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-04-03T15:57:50.2908824Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:50.3799179Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:50.4895962Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:50.5566427Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:50.6010531Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:50.6327398Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:50.6748264Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:50.7023937Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:50.7058481Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-04-03T15:57:50.7669117Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-04-03T15:57:50.7701475Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-04-03T15:57:50.7930361Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:50.7988049Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:50.9097892Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:50.9666781Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-04-03T15:57:51.0133093Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:51.0947851Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-04-03T15:57:51.1596380Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-04-03T15:57:51.2335336Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-04-03T15:57:51.3219794Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-04-03T15:57:51.3290890Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-04-03T15:57:51.4618517Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-04-03T15:57:51.4714488Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-04-03T15:57:51.5413277Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-04-03T15:57:51.5422108Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-04-03T15:57:51.6326914Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-04-03T15:57:51.6545341Z [ 55%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-04-03T15:57:51.6818730Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-04-03T15:57:51.7012902Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-04-03T15:57:51.7884062Z [ 55%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:51.7887307Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-04-03T15:57:51.8316836Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:51.8983321Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-04-03T15:57:52.0118191Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:52.0839160Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:52.1086095Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-04-03T15:57:52.1247875Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:52.1877212Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:52.2609410Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-04-03T15:57:52.3076574Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:52.3378631Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:52.4107871Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:52.5086143Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-04-03T15:57:52.5357085Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:52.6380418Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:52.6549485Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:52.7239409Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:52.7620439Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-04-03T15:57:52.8005415Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-04-03T15:57:52.8318908Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:52.8826242Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:52.9663160Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:52.9713455Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-04-03T15:57:52.9912407Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-04-03T15:57:53.0093887Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-04-03T15:57:53.0553357Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:53.2390368Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:53.3270230Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:53.3347250Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:53.3702755Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:53.4248257Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-04-03T15:57:53.4253178Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:53.4762037Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:53.5083254Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-04-03T15:57:53.5807437Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:53.5819707Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-04-03T15:57:53.5827561Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-04-03T15:57:53.6615951Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:53.8322905Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:53.9498416Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-04-03T15:57:53.9589340Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:54.0074552Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-04-03T15:57:54.0793028Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:54.1065699Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-04-03T15:57:54.1590555Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-04-03T15:57:54.2270391Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T15:57:54.3185599Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:57:54.3546568Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-04-03T15:57:54.4115840Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:57:54.5204124Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:54.5837990Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-04-03T15:57:54.6322642Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:54.7425886Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:54.7666553Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-04-03T15:57:54.8571432Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:54.8573902Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-04-03T15:57:54.9705951Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.0098485Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-04-03T15:57:55.0749130Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.1637860Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.1863637Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-04-03T15:57:55.2072747Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.2702399Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.2996617Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-04-03T15:57:55.3306601Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-04-03T15:57:55.3709697Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.4534687Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.4610121Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.5377370Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-04-03T15:57:55.5703398Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.5836435Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.6827483Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-04-03T15:57:55.6892317Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.7516147Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.7914726Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-04-03T15:57:55.8547815Z [ 56%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:55.8915031Z [ 56%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-04-03T15:57:55.9104242Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:55.9674390Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-04-03T15:57:56.0203222Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.1304428Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.2349139Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.2575222Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-04-03T15:57:56.3497626Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.3852665Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.4350866Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.4564857Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.4589450Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-04-03T15:57:56.4657970Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-04-03T15:57:56.5122969Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.5499583Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-04-03T15:57:56.5827374Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.5931890Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-04-03T15:57:56.6484675Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.6918847Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.7466023Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.7908138Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.8357978Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:56.9016267Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:56.9408193Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-04-03T15:57:56.9967608Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:57.0397731Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:57.0899823Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:57.1112545Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-04-03T15:57:57.1238860Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-04-03T15:57:57.1475374Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:57.1793088Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-04-03T15:57:57.2726341Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:57.3269011Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:57.3667271Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:57.4171521Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-04-03T15:57:57.4512402Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:57.5067305Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:57.5556684Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:57:57.5991334Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-04-03T15:57:57.6497705Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:57:57.6786458Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-04-03T15:57:57.6789323Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-04-03T15:57:57.7450513Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-04-03T15:57:57.7452196Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-04-03T15:57:57.7609465Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-04-03T15:57:57.8249069Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-04-03T15:57:57.8454172Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-04-03T15:57:57.9038537Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-04-03T15:57:57.9157194Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-04-03T15:57:57.9748877Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T15:57:58.0644253Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T15:57:58.1265304Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-04-03T15:57:58.1484802Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-04-03T15:57:58.2388635Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-04-03T15:57:58.3145804Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T15:57:58.3937907Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T15:57:58.4481209Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-04-03T15:57:58.4523193Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-04-03T15:57:58.5444174Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-04-03T15:57:58.5581319Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-04-03T15:57:58.7075339Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-04-03T15:57:58.7088104Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T15:57:58.7144030Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T15:57:58.7956336Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-04-03T15:57:58.8054768Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-04-03T15:57:58.8548115Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-04-03T15:57:58.9507657Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-04-03T15:57:59.0365663Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T15:57:59.1513887Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T15:57:59.2209413Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-04-03T15:57:59.2919831Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-04-03T15:57:59.3391607Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-04-03T15:57:59.4162468Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-04-03T15:57:59.4429038Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-04-03T15:57:59.4730867Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-04-03T15:57:59.5300610Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-04-03T15:57:59.5659999Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-04-03T15:57:59.5786439Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-04-03T15:57:59.6614545Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-04-03T15:57:59.7222082Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-04-03T15:57:59.7588338Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-04-03T15:57:59.8665768Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-04-03T15:57:59.8817892Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-04-03T15:57:59.9399555Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-04-03T15:57:59.9744974Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-04-03T15:58:00.0323650Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-04-03T15:58:00.0647670Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-04-03T15:58:00.0808208Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-04-03T15:58:00.0849345Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-04-03T15:58:00.1639264Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T15:58:00.2068777Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-04-03T15:58:00.2376175Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-04-03T15:58:00.2566726Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T15:58:00.3472851Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T15:58:00.4770759Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T15:58:00.5725383Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-04-03T15:58:00.5777491Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-04-03T15:58:00.6463139Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-04-03T15:58:00.7415191Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-04-03T15:58:00.7649973Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-04-03T15:58:00.8009802Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:00.8078906Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:00.8157069Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:00.8506594Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:00.8988842Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-04-03T15:58:00.9376105Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-04-03T15:58:00.9498543Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:00.9915277Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:01.0907376Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-04-03T15:58:01.1011150Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:01.1641996Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:01.2588230Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-04-03T15:58:01.2730306Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:01.2864784Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-04-03T15:58:01.4634115Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:01.5118206Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:01.5860844Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:01.6841497Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-04-03T15:58:01.6845464Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:01.7697135Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-04-03T15:58:01.7934930Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:01.7990690Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-04-03T15:58:01.9352673Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:01.9562292Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:02.0308585Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-04-03T15:58:02.0318289Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:02.0649631Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:02.1066088Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-04-03T15:58:02.1483968Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T15:58:02.1991586Z [ 57%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-04-03T15:58:02.2623847Z [ 57%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T15:58:02.3027478Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-04-03T15:58:02.4235242Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-04-03T15:58:02.4599628Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-04-03T15:58:02.5914632Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-04-03T15:58:02.6440974Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-04-03T15:58:02.7492663Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-04-03T15:58:02.7640734Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-04-03T15:58:02.7844159Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-04-03T15:58:02.8428259Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-04-03T15:58:02.9549136Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-04-03T15:58:03.0607684Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-04-03T15:58:03.1057736Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-04-03T15:58:03.1092784Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-04-03T15:58:03.1219021Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-04-03T15:58:03.1807064Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-04-03T15:58:03.1868419Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:03.3126581Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:03.3267269Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-04-03T15:58:03.3378619Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:03.4016589Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:03.4069976Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-04-03T15:58:03.4308107Z [ 58%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:03.4495360Z [ 58%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-04-03T15:58:03.5073185Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-04-03T15:58:03.5759234Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:03.7035889Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:03.8044627Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:03.8515038Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:03.9194107Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:03.9956735Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:04.0274729Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-04-03T15:58:04.0536812Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-04-03T15:58:04.0993697Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-04-03T15:58:04.1058623Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:04.1832134Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:04.1835452Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-04-03T15:58:04.3105842Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:04.4093304Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:04.5155770Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:04.6215137Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:04.7080713Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:04.7392475Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-04-03T15:58:04.8322169Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:04.9756411Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:04.9977823Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-04-03T15:58:05.1017930Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:05.1189958Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-04-03T15:58:05.1868407Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:05.2071418Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-04-03T15:58:05.2633945Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:05.3257285Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-04-03T15:58:05.3513639Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:05.4605002Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:05.5364015Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:05.5377699Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-04-03T15:58:05.5942370Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-04-03T15:58:05.6464099Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:05.6641632Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:05.7261299Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:05.7963508Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:05.8183016Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-04-03T15:58:05.8882566Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:05.8994283Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:05.9353221Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-04-03T15:58:05.9633764Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-04-03T15:58:06.0019823Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:06.0435585Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:06.0882190Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-04-03T15:58:06.1347779Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:06.2261081Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:06.3107670Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:06.3473653Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-04-03T15:58:06.4346513Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:06.5113991Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:06.5386011Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:06.5859468Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-04-03T15:58:06.5894748Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:06.6498659Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-04-03T15:58:06.6682954Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:06.7183259Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-04-03T15:58:06.7467009Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T15:58:06.8664951Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T15:58:06.9350826Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-04-03T15:58:06.9807753Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-04-03T15:58:07.0030549Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-04-03T15:58:07.0441637Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T15:58:07.0458237Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-04-03T15:58:07.0804101Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T15:58:07.1614307Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-04-03T15:58:07.1953465Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T15:58:07.3079888Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T15:58:07.3218855Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-04-03T15:58:07.4709284Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T15:58:07.5796801Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T15:58:07.6791984Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T15:58:07.7869625Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T15:58:07.8414975Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-04-03T15:58:07.8698112Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-04-03T15:58:07.9124545Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-04-03T15:58:07.9401333Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-04-03T15:58:07.9661293Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-04-03T15:58:08.0135445Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-04-03T15:58:08.0539702Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-04-03T15:58:08.1780099Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-04-03T15:58:08.2028784Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-04-03T15:58:08.2930001Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-04-03T15:58:08.3507315Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-04-03T15:58:08.5002354Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-04-03T15:58:08.6602286Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-04-03T15:58:08.7636385Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-04-03T15:58:08.8384505Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-04-03T15:58:08.8447306Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T15:58:08.8737599Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T15:58:08.8817126Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-04-03T15:58:08.9544563Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-04-03T15:58:08.9808140Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T15:58:09.0233101Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T15:58:09.0909191Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-04-03T15:58:09.0922187Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-04-03T15:58:09.1022609Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-04-03T15:58:09.1877670Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-04-03T15:58:09.2754634Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-04-03T15:58:09.3678880Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-04-03T15:58:09.4724195Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-04-03T15:58:09.5347715Z [ 59%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-04-03T15:58:09.5356828Z [ 59%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-04-03T15:58:09.5706512Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-04-03T15:58:09.6072618Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-04-03T15:58:09.6389804Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-04-03T15:58:09.7172018Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-04-03T15:58:09.7360865Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-04-03T15:58:09.7978523Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-04-03T15:58:09.8458213Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-04-03T15:58:09.9110517Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-04-03T15:58:09.9188435Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-04-03T15:58:09.9208420Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-04-03T15:58:09.9939899Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-04-03T15:58:10.0293308Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-04-03T15:58:10.0674960Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-04-03T15:58:10.1227984Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-04-03T15:58:10.2661194Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-04-03T15:58:10.4419914Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-04-03T15:58:10.5670328Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-04-03T15:58:10.6105042Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-04-03T15:58:10.6589829Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-04-03T15:58:10.7367371Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-04-03T15:58:10.7724833Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-04-03T15:58:10.8661273Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-04-03T15:58:10.9204987Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-04-03T15:58:10.9673027Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-04-03T15:58:11.0908715Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-04-03T15:58:11.1370445Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-04-03T15:58:11.2179463Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T15:58:11.3915822Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-04-03T15:58:11.4844596Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T15:58:11.5828012Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-04-03T15:58:11.6297131Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-04-03T15:58:11.7699500Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T15:58:11.7764029Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-04-03T15:58:11.8352610Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-04-03T15:58:11.9433011Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T15:58:11.9452259Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-04-03T15:58:11.9894487Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-04-03T15:58:12.0812017Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-04-03T15:58:12.0836078Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-04-03T15:58:12.2490017Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T15:58:12.4470539Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-04-03T15:58:12.4866469Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T15:58:12.6380155Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-04-03T15:58:12.7015928Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-04-03T15:58:12.7805244Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-04-03T15:58:12.9151288Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-04-03T15:58:12.9709458Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-04-03T15:58:12.9764029Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-04-03T15:58:13.0195484Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-04-03T15:58:13.0629192Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-04-03T15:58:13.1178912Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-04-03T15:58:13.1709156Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-04-03T15:58:13.2250025Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-04-03T15:58:13.3781000Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-04-03T15:58:13.5980969Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-04-03T15:58:13.6676161Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-04-03T15:58:13.7705781Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-04-03T15:58:13.8921057Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-04-03T15:58:13.9143923Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-04-03T15:58:13.9654479Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-04-03T15:58:14.0187227Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-04-03T15:58:14.0212701Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-04-03T15:58:14.1223428Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-04-03T15:58:14.1547925Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.1895034Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.2051641Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-04-03T15:58:14.3180707Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-04-03T15:58:14.3747643Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.5153680Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.5479863Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-04-03T15:58:14.5566239Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.6718888Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-04-03T15:58:14.6976715Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.7396950Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-04-03T15:58:14.7574650Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.8746740Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-04-03T15:58:14.9391315Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:14.9475567Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.0029747Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.0986402Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-04-03T15:58:15.1206055Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-04-03T15:58:15.1507078Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.1530712Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-04-03T15:58:15.2610848Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.2893813Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-04-03T15:58:15.4002506Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.4097585Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.5027835Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.5500570Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-04-03T15:58:15.5814038Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-04-03T15:58:15.6484353Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.6723289Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.7111198Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.8029041Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-04-03T15:58:15.8584950Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.8677036Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.9430310Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:15.9579668Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-04-03T15:58:16.0317397Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-04-03T15:58:16.0492166Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-04-03T15:58:16.1075768Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.1147760Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.2708948Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-04-03T15:58:16.2909956Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.3439304Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.4266731Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.5021647Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-04-03T15:58:16.5581369Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.5819712Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.5864641Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-04-03T15:58:16.6202250Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-04-03T15:58:16.7021119Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-04-03T15:58:16.7234900Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.8460906Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-04-03T15:58:16.8569749Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-04-03T15:58:16.9947737Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-04-03T15:58:17.0826093Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-04-03T15:58:17.1275450Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.1681179Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.1716737Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-04-03T15:58:17.2095713Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-04-03T15:58:17.2522176Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.2592433Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.3021704Z [ 60%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-04-03T15:58:17.3507691Z [ 60%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.4180755Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-04-03T15:58:17.4264621Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-04-03T15:58:17.5561021Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.6256625Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-04-03T15:58:17.7356763Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.8459724Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.9273757Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-04-03T15:58:17.9291362Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:17.9781017Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.0217421Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-04-03T15:58:18.0414584Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.0899884Z [ 61%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.1715307Z [ 61%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-04-03T15:58:18.2116231Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.2328070Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-04-03T15:58:18.2438486Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.2713372Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.3787591Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-04-03T15:58:18.3968882Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-04-03T15:58:18.4298331Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-04-03T15:58:18.4540987Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-04-03T15:58:18.4810236Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-04-03T15:58:18.5941690Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-04-03T15:58:18.6150548Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-04-03T15:58:18.6542252Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-04-03T15:58:18.8132289Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-04-03T15:58:18.9047597Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-04-03T15:58:18.9217357Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-04-03T15:58:18.9724363Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-04-03T15:58:19.0330573Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-04-03T15:58:19.0526470Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-04-03T15:58:19.0844326Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-04-03T15:58:19.1395452Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-04-03T15:58:19.1768107Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-04-03T15:58:19.1843325Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-04-03T15:58:19.2043095Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-04-03T15:58:19.3090697Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-04-03T15:58:19.3203759Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-04-03T15:58:19.4347203Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-04-03T15:58:19.4521584Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-04-03T15:58:19.4639613Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-04-03T15:58:19.5525315Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-04-03T15:58:19.5890945Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-04-03T15:58:19.6058553Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-04-03T15:58:19.6864982Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-04-03T15:58:19.7286784Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-04-03T15:58:19.7294112Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-04-03T15:58:19.7912907Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-04-03T15:58:19.8468256Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-04-03T15:58:20.0166597Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-04-03T15:58:20.0182448Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-04-03T15:58:20.0602935Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-04-03T15:58:20.0690771Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-04-03T15:58:20.1023663Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-04-03T15:58:20.1387788Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-04-03T15:58:20.1468864Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-04-03T15:58:20.1854260Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-04-03T15:58:20.2113357Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-04-03T15:58:20.2143331Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-04-03T15:58:20.2507648Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-04-03T15:58:20.2825623Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-04-03T15:58:20.3010521Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-04-03T15:58:20.3352042Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-04-03T15:58:20.3944689Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-04-03T15:58:20.5260649Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-04-03T15:58:20.5418641Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-04-03T15:58:20.6750612Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-04-03T15:58:20.7012653Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-04-03T15:58:20.7569452Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-04-03T15:58:20.7873450Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-04-03T15:58:20.8468745Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-04-03T15:58:20.9067952Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-04-03T15:58:20.9788493Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-04-03T15:58:21.0339896Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-04-03T15:58:21.1497757Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-04-03T15:58:21.1875929Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-04-03T15:58:21.3086744Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-04-03T15:58:21.4299257Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-04-03T15:58:21.4673289Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-04-03T15:58:21.6453017Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-04-03T15:58:21.6702460Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-04-03T15:58:21.6746612Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-04-03T15:58:21.7463827Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-04-03T15:58:21.7813396Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-04-03T15:58:21.7897889Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-04-03T15:58:21.8186242Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-04-03T15:58:21.8870169Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-04-03T15:58:21.8914142Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-04-03T15:58:21.9155111Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-04-03T15:58:22.0569003Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-04-03T15:58:22.0833690Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-04-03T15:58:22.2071627Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-04-03T15:58:22.3590944Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-04-03T15:58:22.4918573Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-04-03T15:58:22.5373181Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-04-03T15:58:22.6891470Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-04-03T15:58:22.7020280Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-04-03T15:58:22.8260244Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-04-03T15:58:22.8294253Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-04-03T15:58:22.8527600Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-04-03T15:58:22.8530464Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-04-03T15:58:22.8583063Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-04-03T15:58:22.9763392Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-04-03T15:58:22.9772652Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-04-03T15:58:22.9935187Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-04-03T15:58:22.9958766Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-04-03T15:58:23.0034258Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-04-03T15:58:23.1048351Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-04-03T15:58:23.1328107Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-04-03T15:58:23.2459816Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-04-03T15:58:23.3879664Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-04-03T15:58:23.3941688Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-04-03T15:58:23.5469049Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-04-03T15:58:23.5808995Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-04-03T15:58:23.5969083Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-04-03T15:58:23.6823424Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-04-03T15:58:23.7034532Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-04-03T15:58:23.7511277Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-04-03T15:58:23.8596208Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-04-03T15:58:23.9265523Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-04-03T15:58:23.9574284Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-04-03T15:58:24.0263998Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-04-03T15:58:24.1980943Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-04-03T15:58:24.2054778Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-04-03T15:58:24.2402994Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-04-03T15:58:24.3367715Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-04-03T15:58:24.4476819Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-04-03T15:58:24.5105925Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-04-03T15:58:24.6016402Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-04-03T15:58:24.6047030Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-04-03T15:58:24.7504950Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-04-03T15:58:24.7852900Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-04-03T15:58:24.9081814Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-04-03T15:58:24.9646571Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-04-03T15:58:25.0587717Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-04-03T15:58:25.0872572Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-04-03T15:58:25.2143319Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-04-03T15:58:25.2749560Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-04-03T15:58:25.3999235Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-04-03T15:58:25.4388272Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-04-03T15:58:25.4746849Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-04-03T15:58:25.5158987Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-04-03T15:58:25.6392818Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-04-03T15:58:25.6463038Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-04-03T15:58:25.6476620Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-04-03T15:58:25.8028017Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-04-03T15:58:25.8271814Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-04-03T15:58:25.8274873Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-04-03T15:58:25.9558465Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2024-04-03T15:58:25.9580982Z [ 62%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2024-04-03T15:58:26.0006143Z [ 62%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-04-03T15:58:26.2015444Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-04-03T15:58:26.2257467Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-04-03T15:58:26.2372446Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-04-03T15:58:26.2919901Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-04-03T15:58:26.3291065Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-04-03T15:58:26.3578232Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-04-03T15:58:26.3655465Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-04-03T15:58:26.4466563Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-04-03T15:58:26.6111985Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-04-03T15:58:26.7662424Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-04-03T15:58:26.7663858Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-04-03T15:58:26.7988955Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-04-03T15:58:26.8223928Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-04-03T15:58:26.9052332Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-04-03T15:58:26.9530946Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-04-03T15:58:26.9860063Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-04-03T15:58:26.9942078Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-04-03T15:58:27.0987085Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-04-03T15:58:27.1528580Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-04-03T15:58:27.2651205Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-04-03T15:58:27.4285959Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-04-03T15:58:27.4893762Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-04-03T15:58:27.5809042Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-04-03T15:58:27.6475899Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-04-03T15:58:27.7057487Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-04-03T15:58:27.8339088Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2024-04-03T15:58:27.9143154Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-04-03T15:58:27.9163772Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-04-03T15:58:27.9191599Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-04-03T15:58:27.9963286Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2024-04-03T15:58:28.0272244Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Functional.cpp.o 2024-04-03T15:58:28.0366538Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2024-04-03T15:58:28.0709875Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-04-03T15:58:28.0767005Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-04-03T15:58:28.1994404Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GroupRegistry.cpp.o 2024-04-03T15:58:28.2546550Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-04-03T15:58:28.4146910Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-04-03T15:58:28.4706546Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2024-04-03T15:58:28.5406812Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-04-03T15:58:28.5417448Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2024-04-03T15:58:28.7010295Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-04-03T15:58:28.8114064Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2024-04-03T15:58:28.8749031Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-04-03T15:58:29.0043633Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-04-03T15:58:29.0421453Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2024-04-03T15:58:29.0470415Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-04-03T15:58:29.1843535Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2024-04-03T15:58:29.1938781Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-04-03T15:58:29.2078170Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2024-04-03T15:58:29.2811729Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-04-03T15:58:29.3248474Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-04-03T15:58:29.3550877Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2024-04-03T15:58:29.3632012Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-04-03T15:58:29.4052661Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-04-03T15:58:29.4634698Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2024-04-03T15:58:29.5406453Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-04-03T15:58:29.6195428Z [ 63%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2024-04-03T15:58:29.7290776Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-04-03T15:58:29.9207668Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-04-03T15:58:29.9922301Z [ 63%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-04-03T15:58:30.0586665Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreBackend.cpp.o 2024-04-03T15:58:30.0992730Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp.o 2024-04-03T15:58:30.1041240Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-04-03T15:58:30.1548551Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-04-03T15:58:30.2519394Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-04-03T15:58:30.2944488Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2024-04-03T15:58:30.3193997Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2024-04-03T15:58:30.3797562Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-04-03T15:58:30.5338618Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-04-03T15:58:30.6376626Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-04-03T15:58:30.7299708Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2024-04-03T15:58:30.7309138Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-04-03T15:58:30.7628602Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2024-04-03T15:58:30.8667137Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-04-03T15:58:30.9673267Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2024-04-03T15:58:31.0171619Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-04-03T15:58:31.0988456Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-04-03T15:58:31.1965700Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-04-03T15:58:31.2025175Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2024-04-03T15:58:31.2694187Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2024-04-03T15:58:31.3633153Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-04-03T15:58:31.5111577Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-04-03T15:58:31.5609195Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2024-04-03T15:58:31.6422668Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2024-04-03T15:58:31.6808790Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-04-03T15:58:31.8738164Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T15:58:31.9233879Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T15:58:31.9998179Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2024-04-03T15:58:32.0900183Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T15:58:32.0947579Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2024-04-03T15:58:32.1740622Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2024-04-03T15:58:32.1844363Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2024-04-03T15:58:32.2463799Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-04-03T15:58:32.3941703Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T15:58:32.4859716Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T15:58:32.5235566Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2024-04-03T15:58:32.6200585Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T15:58:32.7576218Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T15:58:32.8028823Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T15:58:32.8941590Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T15:58:32.9369717Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2024-04-03T15:58:32.9656154Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T15:58:33.0593037Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2024-04-03T15:58:33.1627796Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T15:58:33.1937221Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2024-04-03T15:58:33.1954592Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T15:58:33.3002944Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2024-04-03T15:58:33.3595731Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T15:58:33.3652526Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T15:58:33.4788151Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T15:58:33.5401586Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T15:58:33.6419317Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2024-04-03T15:58:33.6829209Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T15:58:33.7442638Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T15:58:33.8455911Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2024-04-03T15:58:33.8796989Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2024-04-03T15:58:33.9297662Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T15:58:34.0496105Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T15:58:34.0722027Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T15:58:34.0841373Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2024-04-03T15:58:34.1260023Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T15:58:34.1895946Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2024-04-03T15:58:34.2229670Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T15:58:34.2732767Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2024-04-03T15:58:34.3864787Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T15:58:34.5661069Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T15:58:34.7554778Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-04-03T15:58:34.7661035Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-04-03T15:58:34.8213770Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2024-04-03T15:58:34.8868544Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2024-04-03T15:58:34.9669639Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-04-03T15:58:35.1096470Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-04-03T15:58:35.1385563Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-04-03T15:58:35.1521662Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2024-04-03T15:58:35.2634962Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-04-03T15:58:35.2802632Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2024-04-03T15:58:35.3050417Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-04-03T15:58:35.4181506Z [ 64%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2024-04-03T15:58:35.4668105Z [ 64%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-04-03T15:58:35.6803573Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-04-03T15:58:35.7542389Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-04-03T15:58:35.8375556Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-04-03T15:58:35.8499471Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2024-04-03T15:58:35.9007840Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2024-04-03T15:58:35.9596377Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2024-04-03T15:58:36.0267158Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-04-03T15:58:36.0434759Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-04-03T15:58:36.1375644Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2024-04-03T15:58:36.1746449Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2024-04-03T15:58:36.2228127Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-04-03T15:58:36.3953622Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-04-03T15:58:36.5554951Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-04-03T15:58:36.7474346Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-04-03T15:58:36.7938621Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2024-04-03T15:58:36.7970939Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-04-03T15:58:36.8435846Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2024-04-03T15:58:36.8946062Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-04-03T15:58:36.8959164Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2024-04-03T15:58:36.9301785Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2024-04-03T15:58:37.0753587Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-04-03T15:58:37.2138706Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-04-03T15:58:37.2204386Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2024-04-03T15:58:37.3772870Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-04-03T15:58:37.5357507Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-04-03T15:58:37.6645782Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2024-04-03T15:58:37.7242798Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:58:37.7443206Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2024-04-03T15:58:37.8781230Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T15:58:37.9043712Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T15:58:37.9469285Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2024-04-03T15:58:38.0303238Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2024-04-03T15:58:38.0675393Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-04-03T15:58:38.2346182Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-04-03T15:58:38.2865388Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2024-04-03T15:58:38.3867701Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-04-03T15:58:38.5122952Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2024-04-03T15:58:38.5591266Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-04-03T15:58:38.7339739Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-04-03T15:58:38.8272104Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2024-04-03T15:58:38.8760620Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-04-03T15:58:38.8832467Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2024-04-03T15:58:39.0542464Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-04-03T15:58:39.0987774Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:39.2210536Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:39.2928120Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:39.3019550Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2024-04-03T15:58:39.4131575Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2024-04-03T15:58:39.4220275Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:39.4593357Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2024-04-03T15:58:39.5880564Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:39.7249006Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:39.8517327Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:39.9295351Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2024-04-03T15:58:40.0297994Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:40.0802425Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:40.2298528Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2024-04-03T15:58:40.2652378Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:40.2714452Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:40.3297314Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-04-03T15:58:40.3980638Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:40.4352853Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-04-03T15:58:40.4788574Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-04-03T15:58:40.5607512Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:40.6406394Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-04-03T15:58:40.7028384Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-04-03T15:58:40.7519080Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:40.8869615Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:41.0578350Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:41.2234603Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:41.2683991Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:41.3170652Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-04-03T15:58:41.3873671Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-04-03T15:58:41.4002566Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:41.4881123Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-04-03T15:58:41.6098333Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:41.6587558Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:41.6677890Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-04-03T15:58:41.6884367Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-04-03T15:58:41.7707024Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:41.8331260Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T15:58:41.9478617Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-04-03T15:58:41.9722256Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-04-03T15:58:42.0068330Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T15:58:42.0598350Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:42.1644694Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:42.2799256Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-04-03T15:58:42.2884307Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:42.3223896Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-04-03T15:58:42.4670712Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:42.6281717Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:42.6620046Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:42.7985006Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-04-03T15:58:42.8488238Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:42.8934276Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:42.9445913Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-04-03T15:58:42.9506872Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:43.0293344Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:43.1250640Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-04-03T15:58:43.1752910Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:43.2325376Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-04-03T15:58:43.2842850Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:43.4031872Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-04-03T15:58:43.4307415Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:43.5364599Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:43.6337399Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:43.6864734Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:43.8006405Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-04-03T15:58:43.8078944Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:43.8633471Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:43.9196402Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-04-03T15:58:44.0300730Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-04-03T15:58:44.0410907Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-04-03T15:58:44.1424536Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-04-03T15:58:44.2065658Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-04-03T15:58:44.2864238Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-04-03T15:58:44.4174099Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-04-03T15:58:44.4549508Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-04-03T15:58:44.5387467Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:44.6755765Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:44.8143639Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:44.8256740Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-04-03T15:58:44.8827696Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:44.9437288Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:44.9491110Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-04-03T15:58:45.0222984Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-04-03T15:58:45.1040916Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:45.2346683Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:45.3082803Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:45.3844134Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-04-03T15:58:45.4188823Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:45.4255477Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-04-03T15:58:45.5355006Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:45.7242136Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:45.7293045Z [ 65%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-04-03T15:58:45.8310055Z [ 65%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:45.9126068Z [ 66%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:45.9421264Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-04-03T15:58:45.9906668Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-04-03T15:58:46.0745745Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:46.1699263Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:46.2710034Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:46.3863939Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T15:58:46.4113405Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-04-03T15:58:46.4768647Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:46.4816156Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-04-03T15:58:46.5746480Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:46.7485220Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:46.7965024Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-04-03T15:58:46.8947399Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:46.9206873Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:46.9401295Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:46.9965873Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:47.0378968Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-04-03T15:58:47.0454450Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-04-03T15:58:47.1766754Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:47.2788096Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:47.3726675Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-04-03T15:58:47.3749474Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:47.3807971Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-04-03T15:58:47.4673428Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:47.5751253Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:47.6385042Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:47.6689668Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-04-03T15:58:47.7979034Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:47.8999635Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-04-03T15:58:47.9343462Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:47.9687833Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:48.0172584Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-04-03T15:58:48.0782310Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:48.2097687Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:48.3088745Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:48.3116097Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-04-03T15:58:48.3833740Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:48.4819624Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-04-03T15:58:48.5849497Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:48.6935711Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:48.7075734Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:48.7979233Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-04-03T15:58:48.7995260Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:48.8045336Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-04-03T15:58:48.9100288Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:49.0163523Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:49.0166482Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-04-03T15:58:49.1011824Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:49.1428978Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-04-03T15:58:49.1959593Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:49.3084465Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-04-03T15:58:49.3442275Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:49.5247454Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:49.7125177Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:49.7522521Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:49.7795145Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:49.7863661Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-04-03T15:58:49.8588658Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:49.9780336Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:49.9843769Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-04-03T15:58:50.0169601Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-04-03T15:58:50.1534636Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:50.1609051Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-04-03T15:58:50.2023013Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-04-03T15:58:50.2919472Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:50.3895024Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:50.4851701Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:50.5771432Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:50.6966842Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:50.8399657Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:50.8684439Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-04-03T15:58:50.9194854Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-04-03T15:58:50.9832199Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:51.0389407Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-04-03T15:58:51.1042936Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:51.1782572Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:51.1856008Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-04-03T15:58:51.2174825Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:51.2627817Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T15:58:51.3102167Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-04-03T15:58:51.3299997Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-04-03T15:58:51.3302840Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T15:58:51.3821644Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2024-04-03T15:58:51.4344969Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-04-03T15:58:51.4581674Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-04-03T15:58:51.5309625Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T15:58:51.6244101Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T15:58:51.7033569Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-04-03T15:58:51.7649882Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2024-04-03T15:58:51.7721198Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-04-03T15:58:51.8687861Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2024-04-03T15:58:51.9020688Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T15:58:51.9063405Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T15:58:52.0079989Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2024-04-03T15:58:52.0127881Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-04-03T15:58:52.1075036Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-04-03T15:58:52.1651812Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T15:58:52.2052358Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T15:58:52.3039637Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-04-03T15:58:52.3050869Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2024-04-03T15:58:52.3798880Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T15:58:52.4283614Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-04-03T15:58:52.4702613Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-04-03T15:58:52.6071166Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.AVX2.cpp.o 2024-04-03T15:58:52.6099795Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-04-03T15:58:52.6868990Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-04-03T15:58:52.7720949Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.AVX2.cpp.o 2024-04-03T15:58:52.8024695Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-04-03T15:58:52.8468261Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T15:58:52.9110224Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-04-03T15:58:52.9714734Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T15:58:53.0431768Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-04-03T15:58:53.1868908Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-04-03T15:58:53.2719006Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2024-04-03T15:58:53.3353415Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-04-03T15:58:53.3828590Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-04-03T15:58:53.4581071Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:53.4948302Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:53.5294307Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T15:58:53.6264304Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T15:58:53.7159186Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T15:58:53.8169129Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T15:58:53.8606166Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-04-03T15:58:53.9053711Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-04-03T15:58:53.9388425Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:53.9733350Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:53.9974608Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-04-03T15:58:54.0346206Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2024-04-03T15:58:54.0707646Z [ 67%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.1344337Z [ 67%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:54.1947930Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.2064704Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.3507590Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:54.3996831Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.5637896Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.5666485Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.7283886Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:54.7625387Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:54.8835825Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:54.9183736Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:55.0249415Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:55.0462822Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:55.0560650Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:55.1335260Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:55.1746133Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:55.3337245Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T15:58:55.3401272Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2024-04-03T15:58:55.3577229Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:55.4319012Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T15:58:55.4384190Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:55.5770178Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-04-03T15:58:55.6187214Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:55.7187219Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-04-03T15:58:55.8770887Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-04-03T15:58:55.8817965Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-04-03T15:58:56.0088612Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:56.0375145Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:56.0603460Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:56.0952272Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:56.0996463Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:56.1629260Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:56.1951321Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:56.3221061Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:56.4525587Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:56.6725482Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:56.6800366Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:56.7782868Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:56.8509764Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:56.9156840Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.0590007Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:57.0913648Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:57.1488536Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:57.1774337Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.2004392Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.2313084Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:57.2675932Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:57.3026469Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:57.4059120Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.4062284Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:57.4426420Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.4485723Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:57.5095150Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:57.5494622Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.6877785Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:57.7378999Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:57.7794508Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:57.8369832Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:57.8570841Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2024-04-03T15:58:57.9009820Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.0154873Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.0621613Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.0929758Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.1222817Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.1657140Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.1718354Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.2215068Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.2709111Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.3958051Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.3993751Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.4857720Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.5205082Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.5795286Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.5851624Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.6804656Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.6824159Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.7700964Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.8137283Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:58.8948576Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.9288535Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:58.9565236Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:58.9657051Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:59.0507568Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:59.0829883Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:59.1292981Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:59.1373933Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:59.2339503Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:59.3913453Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:59.4288760Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2024-04-03T15:58:59.5266522Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:59.5314404Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:59.6342560Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:59.6662209Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T15:58:59.6921944Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T15:58:59.7174713Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T15:58:59.7544411Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:59.7931925Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2024-04-03T15:58:59.8050926Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T15:58:59.9286257Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T15:59:00.0488703Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:00.0794752Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T15:59:00.1933536Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:00.2398342Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T15:59:00.2834713Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T15:59:00.3372233Z [ 68%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:00.3719847Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T15:59:00.5212027Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T15:59:00.6634701Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-04-03T15:59:00.7105107Z [ 68%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-04-03T15:59:00.8046035Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:00.8436310Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-04-03T15:59:00.8615131Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:00.8989528Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-04-03T15:59:00.9846634Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:01.0237149Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-04-03T15:59:01.0490029Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:01.1402371Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-04-03T15:59:01.1828703Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-04-03T15:59:01.2659772Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.AVX2.cpp.o 2024-04-03T15:59:01.3237315Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-04-03T15:59:01.4125544Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-04-03T15:59:01.4670422Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:01.5113503Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T15:59:01.5451279Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2024-04-03T15:59:01.6008601Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T15:59:01.6835116Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T15:59:01.6848777Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T15:59:01.7062162Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-04-03T15:59:01.7727678Z [ 69%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-04-03T15:59:01.8226307Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2024-04-03T15:59:01.8519610Z [ 69%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2024-04-03T15:59:01.9283282Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-04-03T15:59:01.9566092Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2024-04-03T15:59:02.0252057Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-04-03T15:59:02.0791362Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2024-04-03T15:59:02.1187138Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2024-04-03T15:59:02.1672449Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-04-03T15:59:02.3282069Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-04-03T15:59:02.4339673Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-04-03T15:59:02.4865273Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-04-03T15:59:02.5083615Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2024-04-03T15:59:02.5827091Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T15:59:02.6166790Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-04-03T15:59:02.6212285Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-04-03T15:59:02.6620661Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.AVX512.cpp.o 2024-04-03T15:59:02.7577020Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.AVX512.cpp.o 2024-04-03T15:59:02.7587434Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-04-03T15:59:02.9332812Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-04-03T15:59:03.0507317Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T15:59:03.0571428Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-04-03T15:59:03.1067140Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T15:59:03.1957079Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-04-03T15:59:03.3094226Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-04-03T15:59:03.3791567Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-04-03T15:59:03.3818687Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2024-04-03T15:59:03.4472332Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:03.5195588Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-04-03T15:59:03.6462485Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:03.6827576Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-04-03T15:59:03.8275882Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-04-03T15:59:03.9968029Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-04-03T15:59:04.0375806Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:04.0940393Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-04-03T15:59:04.1475392Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-04-03T15:59:04.1481985Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:04.1835464Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2024-04-03T15:59:04.2197206Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-04-03T15:59:04.2591601Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:04.2964628Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-04-03T15:59:04.3709951Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-04-03T15:59:04.4299010Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-04-03T15:59:04.5172251Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-04-03T15:59:04.5726592Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-04-03T15:59:04.6682514Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-04-03T15:59:04.7270172Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-04-03T15:59:04.7917982Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:04.8019259Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-04-03T15:59:04.8389493Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:04.9605791Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-04-03T15:59:05.1071690Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-04-03T15:59:05.1194816Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:05.1446458Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-04-03T15:59:05.2532517Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:05.2876802Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-04-03T15:59:05.3187488Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-04-03T15:59:05.3532093Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-04-03T15:59:05.4155156Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-04-03T15:59:05.4695214Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-04-03T15:59:05.5232631Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2024-04-03T15:59:05.5833779Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:05.6076007Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-04-03T15:59:05.7335879Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-04-03T15:59:05.7762489Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-04-03T15:59:05.8868613Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-04-03T15:59:05.8991069Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:05.9467666Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:06.0408769Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-04-03T15:59:06.0826335Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-04-03T15:59:06.1917305Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:06.2114326Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-04-03T15:59:06.2258081Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:06.2264786Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-04-03T15:59:06.4008006Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-04-03T15:59:06.4057398Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:06.5201745Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-04-03T15:59:06.5948433Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-04-03T15:59:06.6387467Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:06.7337561Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-04-03T15:59:06.8036262Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-04-03T15:59:06.8638686Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-04-03T15:59:06.9704813Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:06.9857037Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-04-03T15:59:07.0309207Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:07.1540553Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-04-03T15:59:07.1963918Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-04-03T15:59:07.3173183Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:07.3299384Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-04-03T15:59:07.5170714Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-04-03T15:59:07.5637492Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-04-03T15:59:07.5707315Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-04-03T15:59:07.6810660Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-04-03T15:59:07.6855396Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:07.7208802Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-04-03T15:59:07.7224200Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:07.7769827Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-04-03T15:59:07.8220816Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:07.8638051Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:07.8883961Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-04-03T15:59:07.9061021Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:08.0293682Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-04-03T15:59:08.1807884Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-04-03T15:59:08.2986361Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-04-03T15:59:08.3332017Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-04-03T15:59:08.3878692Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-04-03T15:59:08.4543610Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2024-04-03T15:59:08.4913050Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:08.5191477Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-04-03T15:59:08.5428935Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-04-03T15:59:08.5467468Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:08.6862142Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:08.7315482Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-04-03T15:59:08.8068296Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-04-03T15:59:08.8748894Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-04-03T15:59:08.9386731Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-04-03T15:59:09.0111698Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-04-03T15:59:09.0885977Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:09.0942005Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:09.1929030Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-04-03T15:59:09.2052721Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-04-03T15:59:09.2143658Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:09.2501683Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-04-03T15:59:09.3576725Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:09.3585385Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:09.4270009Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-04-03T15:59:09.6050712Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-04-03T15:59:09.6173455Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-04-03T15:59:09.7645976Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:09.8088419Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-04-03T15:59:09.8118810Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2024-04-03T15:59:09.9109295Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-04-03T15:59:10.0189118Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:10.0882541Z [ 70%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-04-03T15:59:10.1314222Z [ 70%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:10.2524909Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-04-03T15:59:10.3430502Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-04-03T15:59:10.3713113Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:10.3964564Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:10.4887123Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-04-03T15:59:10.6728939Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-04-03T15:59:10.6787123Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:10.8349061Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-04-03T15:59:10.9648074Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-04-03T15:59:11.0171480Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:11.0729918Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-04-03T15:59:11.1183714Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:11.1428256Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:11.2423408Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-04-03T15:59:11.2855854Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-04-03T15:59:11.4130647Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:11.4601025Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-04-03T15:59:11.6198019Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-04-03T15:59:11.6521170Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:11.6627996Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T15:59:11.6763248Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T15:59:11.7910316Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.AVX512.cpp.o 2024-04-03T15:59:11.8372748Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T15:59:11.8500783Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:11.8535048Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T15:59:11.9860994Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2024-04-03T15:59:12.0178092Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T15:59:12.0785110Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T15:59:12.1787348Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T15:59:12.2359693Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T15:59:12.2488686Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T15:59:12.3442448Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T15:59:12.3986803Z [ 71%] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2024-04-03T15:59:12.4057691Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T15:59:12.4802379Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T15:59:12.4898243Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T15:59:12.5228241Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T15:59:12.5531568Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T15:59:12.5586710Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T15:59:12.6221892Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T15:59:12.6295629Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T15:59:12.6868751Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T15:59:12.7088875Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T15:59:12.7235896Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-04-03T15:59:12.7749235Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-04-03T15:59:12.7806209Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-04-03T15:59:12.8369039Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-04-03T15:59:12.8419088Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-04-03T15:59:12.8830642Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-04-03T15:59:12.9325294Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-04-03T15:59:12.9595897Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-04-03T15:59:12.9627613Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-04-03T15:59:13.0071769Z [ 71%] Linking CXX shared library ../lib/libtorch_cpu.so 2024-04-03T15:59:13.0074302Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-04-03T15:59:13.0333667Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-04-03T15:59:13.0744400Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-04-03T15:59:13.1104425Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-04-03T15:59:13.1107819Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-04-03T15:59:13.1411948Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-04-03T15:59:13.1903083Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-04-03T15:59:13.2321849Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T15:59:13.2418006Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T15:59:13.2438434Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-04-03T15:59:13.2597708Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-04-03T15:59:13.3394391Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.3519596Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.3764044Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.3778289Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.4316982Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.4802184Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.5077498Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.5429440Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.5539119Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.5916969Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.6315950Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.6814161Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.6891120Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.7024276Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.7513356Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.8096266Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.8166372Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.8421630Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.8705177Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.9552346Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:13.9868653Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:13.9871077Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:14.0216029Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T15:59:14.0474087Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T15:59:14.0972418Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.1156982Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.1513385Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.1654073Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.2145717Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.2303399Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.2699667Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.3098317Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.3282895Z [ 71%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.3737197Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.3829530Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.4251100Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.4449137Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.4816053Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.5263781Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.5321828Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.5720437Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.5912565Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.6382950Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.6704019Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.7063720Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.7352141Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.7414486Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.7872708Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.8061807Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.8382191Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.8788798Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.9029518Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T15:59:14.9334154Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:14.9670744Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:14.9745889Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.0350247Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.0752745Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.0961288Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.1167004Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.1848795Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.2204628Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.2548182Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.2932202Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.2996276Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.3448117Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.3865403Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.4120724Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.4325963Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.5083472Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.5168069Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.5269547Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.5902331Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.6055569Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.6715230Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.6993644Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.7058631Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.7495295Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.7957081Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.8374580Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.8595714Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.8743268Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.9011831Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:15.9513083Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:15.9763365Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.0282452Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.0301177Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.0881845Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.1473291Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.1479629Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.1788687Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.1845952Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.2668779Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.2740709Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.3064288Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.3506682Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.3574603Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:16.4050225Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:16.4088604Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T15:59:16.4426008Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T15:59:16.5050251Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-04-03T15:59:16.5243312Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-04-03T15:59:16.5528312Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T15:59:16.5832480Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T15:59:16.6141699Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-04-03T15:59:16.6253675Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-04-03T15:59:16.6683168Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.6739255Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.7296799Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.7384424Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.7623180Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.8355565Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.8402934Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.8688227Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.8932032Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.9388568Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T15:59:16.9948212Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.0088746Z [ 72%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.0295084Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.0663994Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.0716464Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.1416959Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.1627405Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.1764814Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.2293614Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.2379876Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.3019603Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.3083560Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.3675410Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.3989424Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.4146717Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.4579421Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.4640058Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.5453027Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.5557076Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.5570779Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.6386515Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.6631191Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.6895390Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.6898849Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.7227079Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.8085606Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.8305855Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.8330605Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.8387385Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.8464496Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.9250019Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:17.9657468Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:17.9831120Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:18.0235736Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:18.0289764Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:18.0784613Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:18.0906284Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:18.1377563Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:18.1821540Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:18.1899728Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:18.2491854Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:18.2639145Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:18.3010513Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T15:59:18.3279647Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T15:59:18.3591659Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T15:59:18.4064343Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T15:59:18.4364602Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T15:59:18.4417001Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T15:59:18.4628853Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.4740806Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-04-03T15:59:18.5419784Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.5751604Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-04-03T15:59:18.5868262Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.6018516Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-04-03T15:59:18.6422825Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.6744820Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-04-03T15:59:18.7238373Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.7248823Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-04-03T15:59:18.7631392Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-04-03T15:59:18.7674163Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.8106182Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.8708652Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-04-03T15:59:18.8763822Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.9657649Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-04-03T15:59:18.9727640Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:18.9863091Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.0264274Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.0505109Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.1049448Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.1134299Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.1391203Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.1758687Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.2176469Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.2582166Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.2778914Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.3065592Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.3253889Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.3702812Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-04-03T15:59:19.4060916Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.4113372Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-04-03T15:59:19.4663912Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.5024619Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-04-03T15:59:19.5058257Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.5585202Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-04-03T15:59:19.5860810Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.5975864Z [ 73%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-04-03T15:59:19.6393118Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.6612845Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-04-03T15:59:19.7417063Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-04-03T15:59:19.7695354Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-04-03T15:59:19.7707135Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-04-03T15:59:19.8177796Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-04-03T15:59:19.8227301Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-04-03T15:59:19.8920648Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-04-03T15:59:19.9331703Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T15:59:19.9334859Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T15:59:19.9371838Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T15:59:19.9971183Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T15:59:20.0100082Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T15:59:20.0669369Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T15:59:20.0699524Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T15:59:20.0772551Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T15:59:20.1297268Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T15:59:20.1580845Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T15:59:20.2318101Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T15:59:20.2397036Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T15:59:20.2452588Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T15:59:20.2869706Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T15:59:20.3194872Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T15:59:20.3737132Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T15:59:20.3767205Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T15:59:20.4147012Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T15:59:20.4514607Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T15:59:20.4605150Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T15:59:20.5209090Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-04-03T15:59:20.5314608Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-04-03T15:59:20.5425796Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-04-03T15:59:20.6123870Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-04-03T15:59:20.6392080Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-04-03T15:59:20.6654196Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-04-03T15:59:20.6829015Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-04-03T15:59:20.6943756Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-04-03T15:59:20.7452459Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-04-03T15:59:20.7984802Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-04-03T15:59:20.8245966Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:20.8342135Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-04-03T15:59:20.8426134Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:20.9138790Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-04-03T15:59:20.9423756Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:20.9696059Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-04-03T15:59:21.0068515Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.0434380Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-04-03T15:59:21.0743455Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.0928378Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-04-03T15:59:21.0986467Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.1543093Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-04-03T15:59:21.1870861Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.2373577Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-04-03T15:59:21.2377033Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.2739166Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-04-03T15:59:21.3233085Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.3611719Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-04-03T15:59:21.4019573Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.4152548Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-04-03T15:59:21.4367144Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.4614476Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-04-03T15:59:21.5079507Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.5675501Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-04-03T15:59:21.5744277Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.6074835Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-04-03T15:59:21.6077135Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-04-03T15:59:21.6987242Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-04-03T15:59:21.7185654Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.7334983Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.7701542Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.7856818Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.8664107Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.8740992Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.8871315Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.9093381Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:21.9504844Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.0228073Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.0345753Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.0467830Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.0777228Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.1017910Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.1950775Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.2260386Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.2385027Z [ 74%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.2499926Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.2558653Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.3573547Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.3984761Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.4301468Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.4364621Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.4426830Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.4939239Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.5443299Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.5801690Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.6018932Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.6163062Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.6626108Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.6984255Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.7307368Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.7783544Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.8030374Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.8344086Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.8493727Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.8604928Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.9296192Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.9668855Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:22.9696962Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.0023077Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.0170302Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-04-03T15:59:23.0797008Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.1132448Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.1321953Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.1613759Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-04-03T15:59:23.1905380Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.2042813Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.2379732Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.2716169Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.3291924Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.3341950Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.3751813Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.4129242Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.4385335Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.4590310Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.5013788Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.5309529Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.5448844Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.6194187Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.6491379Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.6827255Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.6958248Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.7117661Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.7777477Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.7889838Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-04-03T15:59:23.8269027Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-04-03T15:59:23.8668529Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-04-03T15:59:23.9253945Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-04-03T15:59:23.9312155Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-04-03T15:59:23.9402172Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-04-03T15:59:23.9506300Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-04-03T15:59:24.0030223Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-04-03T15:59:24.0529757Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-04-03T15:59:24.0658696Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-04-03T15:59:24.0716638Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T15:59:24.1108454Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-04-03T15:59:24.1431073Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T15:59:24.2045277Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-04-03T15:59:24.2237851Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T15:59:24.2428921Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-04-03T15:59:24.2524441Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T15:59:24.2945087Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-04-03T15:59:24.3798479Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T15:59:24.3802614Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T15:59:24.3823653Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T15:59:24.4108344Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T15:59:24.4348407Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T15:59:24.5148333Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T15:59:24.5264734Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T15:59:24.5328344Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T15:59:24.5614777Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T15:59:24.5889839Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T15:59:24.6618014Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T15:59:24.6668482Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T15:59:24.6923315Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T15:59:24.7095204Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T15:59:24.7488777Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-04-03T15:59:24.7961960Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-04-03T15:59:24.8071223Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-04-03T15:59:24.8542835Z [ 75%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-04-03T15:59:24.8775917Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-04-03T15:59:24.8836536Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T15:59:24.9316047Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T15:59:24.9471525Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T15:59:24.9852444Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T15:59:25.0335695Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T15:59:25.0738625Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T15:59:25.0918304Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T15:59:25.1001661Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T15:59:25.1006602Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T15:59:25.1649420Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T15:59:25.2261815Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T15:59:25.2442888Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T15:59:25.2578625Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T15:59:25.2610621Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T15:59:25.3265875Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T15:59:25.3743000Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T15:59:25.3998670Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T15:59:25.4054670Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T15:59:25.4464808Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T15:59:25.4608231Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T15:59:25.5177909Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-04-03T15:59:25.5252964Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-04-03T15:59:25.5264413Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-04-03T15:59:25.6220220Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-04-03T15:59:25.6255234Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-04-03T15:59:25.6738269Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-04-03T15:59:25.6790363Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-04-03T15:59:25.6860930Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-04-03T15:59:25.7599653Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-04-03T15:59:25.7849941Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-04-03T15:59:25.7965835Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-04-03T15:59:25.8247517Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-04-03T15:59:25.8308593Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-04-03T15:59:25.9085331Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T15:59:25.9305573Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T15:59:25.9501103Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-04-03T15:59:25.9712248Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T15:59:25.9730652Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-04-03T15:59:26.0564064Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T15:59:26.0771358Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T15:59:26.0981129Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-04-03T15:59:26.1018394Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-04-03T15:59:26.1053575Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T15:59:26.1990903Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T15:59:26.2088368Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T15:59:26.2450242Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.2496481Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.2788421Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.3191598Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.3411056Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.4085925Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.4429440Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.4733469Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.4813587Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.5066678Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.5453291Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.6095182Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.6387503Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.6417480Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.6782292Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.7272432Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.7507192Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.7666871Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.8152057Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.8389990Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.8643788Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.9041015Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.9087550Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.9754109Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:26.9986061Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.0178091Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.0625872Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.0827522Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.1271133Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.1492772Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.1497812Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.2466383Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.2649886Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.2870953Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.3048130Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.3531319Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:27.3833018Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-04-03T15:59:27.4083655Z [ 76%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-04-03T15:59:27.4270131Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-04-03T15:59:27.4665765Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-04-03T15:59:27.4726411Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-04-03T15:59:27.5212145Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-04-03T15:59:27.5311246Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-04-03T15:59:27.5685688Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-04-03T15:59:27.6119803Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-04-03T15:59:27.6262111Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-04-03T15:59:27.6323537Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-04-03T15:59:27.6701569Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-04-03T15:59:27.7064889Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-04-03T15:59:27.7576357Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-04-03T15:59:27.7667663Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-04-03T15:59:27.7684244Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-04-03T15:59:27.8236467Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-04-03T15:59:27.9082376Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-04-03T15:59:27.9151016Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-04-03T15:59:27.9198774Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-04-03T15:59:27.9227557Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-04-03T15:59:27.9777948Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-04-03T15:59:28.0448390Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-04-03T15:59:28.0584568Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-04-03T15:59:28.0737303Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-04-03T15:59:28.0939018Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-04-03T15:59:28.1031732Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-04-03T15:59:28.1681589Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-04-03T15:59:28.2035022Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-04-03T15:59:28.2299413Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-04-03T15:59:28.2365333Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-04-03T15:59:28.2453609Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-04-03T15:59:28.3206163Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-04-03T15:59:28.3438047Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-04-03T15:59:28.3709142Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-04-03T15:59:28.3772715Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-04-03T15:59:28.4104288Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-04-03T15:59:28.4734903Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-04-03T15:59:28.4918539Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-04-03T15:59:28.5129668Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-04-03T15:59:28.5675038Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-04-03T15:59:28.5726116Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T15:59:28.6015495Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T15:59:28.6330756Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T15:59:28.6426843Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T15:59:28.7142401Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T15:59:28.7440579Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T15:59:28.7482751Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T15:59:28.7669975Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T15:59:28.8289859Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T15:59:28.8426433Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T15:59:28.9091806Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T15:59:28.9158583Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T15:59:28.9289744Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T15:59:28.9712989Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T15:59:29.0175955Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T15:59:29.0527294Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T15:59:29.0540886Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T15:59:29.0894241Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T15:59:29.1362825Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T15:59:29.1655292Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T15:59:29.1997843Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.2157460Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.2418524Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.3052878Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.3206265Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.3912988Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.3919729Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.4058480Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.4785085Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.4841435Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.5345549Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.5460808Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.5757703Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.6296332Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.6773454Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.6904658Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.7064465Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.7420477Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.7810519Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.8232761Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.8626846Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.8679440Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.9027853Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:29.9549607Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-04-03T15:59:30.0000874Z [ 77%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:30.0265419Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:30.0373407Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-04-03T15:59:30.0972615Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-04-03T15:59:30.1289420Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-04-03T15:59:30.1337626Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-04-03T15:59:30.1852475Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-04-03T15:59:30.1856059Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-04-03T15:59:30.2479807Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-04-03T15:59:30.2605251Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-04-03T15:59:30.2704839Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-04-03T15:59:30.3274245Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-04-03T15:59:30.3320038Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-04-03T15:59:30.3703742Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-04-03T15:59:30.3943925Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-04-03T15:59:30.4355235Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-04-03T15:59:30.4367205Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-04-03T15:59:30.4816300Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-04-03T15:59:30.4820686Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-04-03T15:59:30.5252773Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-04-03T15:59:30.5460681Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-04-03T15:59:30.5646011Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-04-03T15:59:30.6012930Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-04-03T15:59:30.6424640Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-04-03T15:59:30.6475645Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-04-03T15:59:30.6877704Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-04-03T15:59:30.7143982Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-04-03T15:59:30.7308413Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-04-03T15:59:30.7782494Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-04-03T15:59:30.7784760Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-04-03T15:59:30.8116135Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-04-03T15:59:30.8667461Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-04-03T15:59:30.8950825Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-04-03T15:59:30.9060494Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-04-03T15:59:30.9072829Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-04-03T15:59:30.9378935Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-04-03T15:59:31.0042939Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-04-03T15:59:31.0553924Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-04-03T15:59:31.0588898Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-04-03T15:59:31.0775757Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-04-03T15:59:31.0858918Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-04-03T15:59:31.1342169Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-04-03T15:59:31.1686583Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-04-03T15:59:31.1968822Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-04-03T15:59:31.2091049Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-04-03T15:59:31.2309868Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-04-03T15:59:31.2728004Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-04-03T15:59:31.2821021Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-04-03T15:59:31.3292484Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-04-03T15:59:31.3525079Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-04-03T15:59:31.3877917Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-04-03T15:59:31.4013326Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-04-03T15:59:31.4963166Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-04-03T15:59:31.5115340Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-04-03T15:59:31.5420572Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-04-03T15:59:31.5543574Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-04-03T15:59:31.5612742Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-04-03T15:59:31.6103575Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-04-03T15:59:31.6439813Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-04-03T15:59:31.6775494Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-04-03T15:59:31.6979642Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-04-03T15:59:31.7148288Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-04-03T15:59:31.7784221Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-04-03T15:59:31.8055336Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-04-03T15:59:31.8535437Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-04-03T15:59:31.8583896Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-04-03T15:59:31.8592812Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-04-03T15:59:31.9147208Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-04-03T15:59:31.9452186Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-04-03T15:59:31.9954861Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-04-03T15:59:32.0074408Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-04-03T15:59:32.0205682Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-04-03T15:59:32.0345969Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-04-03T15:59:32.0976276Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-04-03T15:59:32.1525213Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-04-03T15:59:32.1577953Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-04-03T15:59:32.1684101Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-04-03T15:59:32.2169402Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-04-03T15:59:32.2426248Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-04-03T15:59:32.2882425Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-04-03T15:59:32.3117016Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-04-03T15:59:32.3162828Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-04-03T15:59:32.3663423Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-04-03T15:59:32.3821525Z [ 78%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-04-03T15:59:32.4428205Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-04-03T15:59:32.4747046Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-04-03T15:59:32.4830078Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-04-03T15:59:32.5112924Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-04-03T15:59:32.5166291Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-04-03T15:59:32.5896986Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-04-03T15:59:32.6315363Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-04-03T15:59:32.6370310Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-04-03T15:59:32.6506016Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-04-03T15:59:32.6650116Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-04-03T15:59:32.7031504Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-04-03T15:59:32.7607227Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-04-03T15:59:32.7740063Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-04-03T15:59:32.7860043Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-04-03T15:59:32.8016970Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-04-03T15:59:32.8542222Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-04-03T15:59:32.9029021Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-04-03T15:59:32.9190139Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-04-03T15:59:32.9387623Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-04-03T15:59:32.9625658Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-04-03T15:59:32.9957978Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-04-03T15:59:33.0138430Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-04-03T15:59:33.0340770Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-04-03T15:59:33.0627946Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-04-03T15:59:33.0772104Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-04-03T15:59:33.1098829Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-04-03T15:59:33.1307155Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-04-03T15:59:33.1837332Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-04-03T15:59:33.1884709Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-04-03T15:59:33.1984334Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-04-03T15:59:33.2572134Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-04-03T15:59:33.2866957Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-04-03T15:59:33.3237403Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-04-03T15:59:33.3380526Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-04-03T15:59:33.3635312Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-04-03T15:59:33.4129539Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-04-03T15:59:33.4136345Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-04-03T15:59:33.4648268Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-04-03T15:59:33.4688088Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-04-03T15:59:33.4816951Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-04-03T15:59:33.5539095Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-04-03T15:59:33.5931879Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-04-03T15:59:33.6279284Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-04-03T15:59:33.6285503Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-04-03T15:59:33.6405549Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-04-03T15:59:33.7139828Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-04-03T15:59:33.7465157Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-04-03T15:59:33.7650062Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-04-03T15:59:33.7791818Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-04-03T15:59:33.8471701Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-04-03T15:59:33.8852316Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-04-03T15:59:33.9092913Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-04-03T15:59:33.9332817Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-04-03T15:59:33.9354737Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-04-03T15:59:33.9724060Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-04-03T15:59:34.0410863Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-04-03T15:59:34.0589327Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-04-03T15:59:34.1202827Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-04-03T15:59:34.1206588Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-04-03T15:59:34.1274735Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T15:59:34.1931666Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-04-03T15:59:34.1935695Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T15:59:34.2709036Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-04-03T15:59:34.2757540Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T15:59:34.3050346Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-04-03T15:59:34.3443556Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T15:59:34.3626987Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-04-03T15:59:34.3981295Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T15:59:34.4051376Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T15:59:34.4580153Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T15:59:34.4883538Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T15:59:34.5183849Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T15:59:34.5551166Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T15:59:34.5751852Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T15:59:34.6153343Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T15:59:34.6257324Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T15:59:34.6891917Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T15:59:34.7142107Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-04-03T15:59:34.7180291Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T15:59:34.7544938Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-04-03T15:59:34.7611103Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-04-03T15:59:34.8496875Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-04-03T15:59:34.8505237Z Warning: 30432: /opt/conda/lib/libstdc++.so.6: error: version lookup error: version `GLIBCXX_3.4.30' not found (required by ../lib/libtorch_cpu.so) (continued) 2024-04-03T15:59:34.8508401Z ../lib/libtorch_cpu.so: /opt/conda/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by ../lib/libtorch_cpu.so) 2024-04-03T15:59:34.8511774Z 30432: /opt/conda/lib/libstdc++.so.6: error: version lookup error: version `GLIBCXX_3.4.30' not found (required by /var/lib/jenkins/workspace/build/lib/libc10.so) (continued) 2024-04-03T15:59:34.8515354Z ../lib/libtorch_cpu.so: /opt/conda/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /var/lib/jenkins/workspace/build/lib/libc10.so) 2024-04-03T15:59:34.8583688Z Unused direct dependencies: 2024-04-03T15:59:34.8584304Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:34.8628209Z [ 79%] Built target torch_cpu 2024-04-03T15:59:34.8700993Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-04-03T15:59:34.8820904Z [ 79%] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-04-03T15:59:34.8850690Z [ 79%] Generating sources 2024-04-03T15:59:34.9010360Z [ 79%] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2024-04-03T15:59:34.9531456Z [ 79%] Linking CXX shared library ../lib/libtorch.so 2024-04-03T15:59:34.9650374Z [ 79%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-04-03T15:59:35.0108556Z [ 79%] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2024-04-03T15:59:35.0294960Z [ 79%] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2024-04-03T15:59:35.1251492Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-04-03T15:59:35.2199399Z Warning: 30546: /opt/conda/lib/libstdc++.so.6: error: version lookup error: version `GLIBCXX_3.4.30' not found (required by /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so) (continued) 2024-04-03T15:59:35.2203276Z ../lib/libtorch.so: /opt/conda/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so) 2024-04-03T15:59:35.2209429Z 30546: /opt/conda/lib/libstdc++.so.6: error: version lookup error: version `GLIBCXX_3.4.30' not found (required by /var/lib/jenkins/workspace/build/lib/libc10.so) (continued) 2024-04-03T15:59:35.2212711Z ../lib/libtorch.so: /opt/conda/lib/libstdc++.so.6: version `GLIBCXX_3.4.30' not found (required by /var/lib/jenkins/workspace/build/lib/libc10.so) 2024-04-03T15:59:35.2214386Z Unused direct dependencies: 2024-04-03T15:59:35.2215114Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T15:59:35.2304661Z [ 80%] Built target torch 2024-04-03T15:59:35.2466621Z [ 80%] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2024-04-03T15:59:35.2656403Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-04-03T15:59:35.3505221Z [ 80%] Linking CXX executable ../bin/FileStoreTest 2024-04-03T15:59:35.4391184Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-04-03T15:59:35.4663851Z [ 80%] Linking CXX executable ../bin/TCPStoreTest 2024-04-03T15:59:35.5165504Z [ 80%] Linking CXX executable ../bin/HashStoreTest 2024-04-03T15:59:35.5747184Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-04-03T15:59:35.7209396Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-04-03T15:59:35.8596712Z Warning: Unused direct dependencies: 2024-04-03T15:59:35.8597554Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:59:35.8598379Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:59:35.8598964Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:35.8599465Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:59:35.8599916Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:59:35.8678797Z [ 80%] Built target FileStoreTest 2024-04-03T15:59:35.8753514Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-04-03T15:59:35.8972711Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-04-03T15:59:35.9757051Z Warning: Unused direct dependencies: 2024-04-03T15:59:35.9758006Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:59:35.9758970Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:59:35.9759970Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:35.9761030Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:59:35.9761870Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:59:35.9839234Z [ 80%] Built target TCPStoreTest 2024-04-03T15:59:35.9900775Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-04-03T15:59:36.0443256Z [ 80%] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2024-04-03T15:59:36.0567606Z Warning: Unused direct dependencies: 2024-04-03T15:59:36.0568269Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T15:59:36.0569417Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:59:36.0570129Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:36.0570629Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:59:36.0571068Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:59:36.0721545Z [ 80%] Built target HashStoreTest 2024-04-03T15:59:36.0842485Z [ 80%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2024-04-03T15:59:36.0913197Z [ 80%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2024-04-03T15:59:36.1242262Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-04-03T15:59:36.2115668Z [ 80%] Linking CXX executable ../bin/ProcessGroupGlooTest 2024-04-03T15:59:36.2598395Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-04-03T15:59:36.3658978Z [ 80%] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2024-04-03T15:59:36.3847028Z [ 80%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2024-04-03T15:59:36.4155859Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-04-03T15:59:36.5934125Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-04-03T15:59:36.7039339Z [ 80%] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-04-03T15:59:36.7517253Z Warning: Unused direct dependencies: 2024-04-03T15:59:36.7518099Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:59:36.7518943Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:36.7519746Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:59:36.7520392Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:59:36.7585384Z [ 80%] Built target ProcessGroupGlooTest 2024-04-03T15:59:36.7656938Z [ 80%] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCPUCustomOps.cpp.o 2024-04-03T15:59:36.7694110Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-04-03T15:59:36.9208856Z [ 80%] Linking CXX executable ../bin/example_allreduce 2024-04-03T15:59:36.9345208Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-04-03T15:59:37.1283299Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-04-03T15:59:37.2739137Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-04-03T15:59:37.3145513Z [ 80%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2024-04-03T15:59:37.3322223Z [ 80%] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/operator_registry.cpp.o 2024-04-03T15:59:37.3530757Z [ 80%] Linking CXX executable ../bin/test_dist_autograd 2024-04-03T15:59:37.4215068Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-04-03T15:59:37.4397412Z Warning: Unused direct dependencies: 2024-04-03T15:59:37.4398296Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:59:37.4399128Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:37.4399902Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:59:37.4401137Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T15:59:37.4401755Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:59:37.4528204Z [ 80%] Built target example_allreduce 2024-04-03T15:59:37.4593895Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-04-03T15:59:37.4948047Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-04-03T15:59:37.5542302Z [ 80%] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/custom_ops.cpp.o 2024-04-03T15:59:37.6334688Z [ 80%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2024-04-03T15:59:37.6391612Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-04-03T15:59:37.7940157Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-04-03T15:59:37.9090822Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-04-03T15:59:37.9321357Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-04-03T15:59:37.9390904Z Warning: Unused direct dependencies: 2024-04-03T15:59:37.9391883Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:37.9509390Z [ 80%] Built target test_dist_autograd 2024-04-03T15:59:37.9746689Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-04-03T15:59:38.0732214Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2024-04-03T15:59:38.1219808Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2024-04-03T15:59:38.1573619Z [ 80%] Linking CXX static library ../lib/libunbox_lib.a 2024-04-03T15:59:38.1826175Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T15:59:38.1901773Z [ 80%] Built target unbox_lib 2024-04-03T15:59:38.2109434Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T15:59:38.3552567Z [ 80%] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2024-04-03T15:59:38.3770596Z [ 80%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2024-04-03T15:59:38.3962224Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T15:59:38.4665707Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T15:59:38.5606166Z [ 80%] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2024-04-03T15:59:38.6348738Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T15:59:38.8020991Z [ 80%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2024-04-03T15:59:38.8117214Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T15:59:38.9922538Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T15:59:39.1818797Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T15:59:39.3508393Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T15:59:39.3721648Z [ 80%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2024-04-03T15:59:39.4361263Z [ 80%] Linking CXX executable ../bin/parallel_benchmark 2024-04-03T15:59:39.5415831Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T15:59:39.5789283Z [ 80%] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2024-04-03T15:59:39.6927199Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T15:59:39.7377998Z [ 80%] Linking CXX executable ../bin/test_cpp_rpc 2024-04-03T15:59:39.8996911Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T15:59:39.9010279Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2024-04-03T15:59:39.9674817Z Warning: Unused direct dependencies: 2024-04-03T15:59:39.9675676Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:39.9827875Z [ 80%] Built target parallel_benchmark 2024-04-03T15:59:39.9956232Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T15:59:40.0732154Z [ 80%] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2024-04-03T15:59:40.1552218Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T15:59:40.2639719Z [ 80%] Linking CXX executable ../bin/test_mobile_nnc 2024-04-03T15:59:40.2715342Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T15:59:40.3602365Z Warning: Unused direct dependencies: 2024-04-03T15:59:40.3603310Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:40.3704183Z [ 80%] Built target test_cpp_rpc 2024-04-03T15:59:40.3797354Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2024-04-03T15:59:40.4433569Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T15:59:40.6191207Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T15:59:40.7909497Z Warning: Unused direct dependencies: 2024-04-03T15:59:40.7910354Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:40.7992156Z [ 80%] Built target test_mobile_nnc 2024-04-03T15:59:40.8050568Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T15:59:40.8629825Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2024-04-03T15:59:40.9336786Z [ 80%] Linking CXX executable ../bin/aot_model_compiler_test 2024-04-03T15:59:40.9735900Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T15:59:41.0936683Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2024-04-03T15:59:41.1411816Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T15:59:41.1422027Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2024-04-03T15:59:41.3062414Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T15:59:41.4788864Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T15:59:41.4941714Z Warning: Unused direct dependencies: 2024-04-03T15:59:41.4942851Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:41.5005139Z [ 80%] Built target aot_model_compiler_test 2024-04-03T15:59:41.5086341Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T15:59:41.5932321Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T15:59:41.6393338Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2024-04-03T15:59:41.6708085Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T15:59:41.7386247Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2024-04-03T15:59:41.7996952Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T15:59:42.0079703Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T15:59:42.1407962Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T15:59:42.1541244Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2024-04-03T15:59:42.1986454Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2024-04-03T15:59:42.3034190Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T15:59:42.3357594Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T15:59:42.4767806Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-04-03T15:59:42.5274675Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2024-04-03T15:59:42.6466523Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-04-03T15:59:42.7133475Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-04-03T15:59:42.8008679Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2024-04-03T15:59:42.8089597Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2024-04-03T15:59:42.8313976Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-04-03T15:59:42.9955125Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-04-03T15:59:43.1025498Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2024-04-03T15:59:43.1622569Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-04-03T15:59:43.1948734Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-04-03T15:59:43.3012508Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-04-03T15:59:43.3904516Z [ 80%] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2024-04-03T15:59:43.4532400Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-04-03T15:59:43.5881899Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2024-04-03T15:59:43.6462392Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-04-03T15:59:43.8048020Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-04-03T15:59:43.8634338Z [ 80%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-04-03T15:59:43.9418861Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-04-03T15:59:43.9652711Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2024-04-03T15:59:43.9710244Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2024-04-03T15:59:44.0769698Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-04-03T15:59:44.0986824Z [ 80%] Linking CXX shared library ../../../../lib/libshm.so 2024-04-03T15:59:44.2181388Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-04-03T15:59:44.3633961Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-04-03T15:59:44.4613282Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-04-03T15:59:44.4670461Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-04-03T15:59:44.5845110Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2024-04-03T15:59:44.5923434Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-04-03T15:59:44.5986312Z Warning: Unused direct dependencies: 2024-04-03T15:59:44.5987211Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T15:59:44.5987846Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T15:59:44.5988375Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T15:59:44.5988939Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T15:59:44.5989791Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T15:59:44.6104918Z [ 80%] Built target shm 2024-04-03T15:59:44.6140088Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-04-03T15:59:44.6176208Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-04-03T15:59:44.6666548Z [ 80%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2024-04-03T15:59:44.7269587Z [ 80%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2024-04-03T15:59:44.7771199Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2024-04-03T15:59:44.7926666Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-04-03T15:59:44.9216037Z [ 80%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2024-04-03T15:59:44.9419360Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-04-03T15:59:45.0730990Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-04-03T15:59:45.2697966Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-04-03T15:59:45.4217536Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-04-03T15:59:45.5646237Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-04-03T15:59:45.7320494Z [ 80%] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2024-04-03T15:59:45.7647844Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-04-03T15:59:45.7698447Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-04-03T15:59:45.8147042Z [ 80%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2024-04-03T15:59:45.8939376Z [ 80%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2024-04-03T15:59:45.9412917Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-04-03T15:59:46.0527516Z [ 80%] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2024-04-03T15:59:46.0582151Z [ 80%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-04-03T15:59:46.1853893Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-04-03T15:59:46.3098865Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-04-03T15:59:46.4481684Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-04-03T15:59:46.5955291Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-04-03T15:59:46.7544216Z [ 81%] Linking CXX executable ../bin/static_runtime_bench 2024-04-03T15:59:46.8149170Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-04-03T15:59:46.9829337Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-04-03T15:59:47.0192939Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-04-03T15:59:47.1026795Z [ 81%] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2024-04-03T15:59:47.1083071Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2024-04-03T15:59:47.1715237Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-04-03T15:59:47.2182060Z [ 81%] Linking CXX executable ../bin/test_lazy 2024-04-03T15:59:47.2812353Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-04-03T15:59:47.3236393Z Warning: Unused direct dependencies: 2024-04-03T15:59:47.3237183Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:47.3343765Z [ 81%] Built target static_runtime_bench 2024-04-03T15:59:47.3627983Z [ 81%] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2024-04-03T15:59:47.4029191Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-04-03T15:59:47.5306951Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-04-03T15:59:47.6750059Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-04-03T15:59:47.8072786Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T15:59:48.0098141Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T15:59:48.1181314Z Warning: Unused direct dependencies: 2024-04-03T15:59:48.1182009Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:48.1268069Z [ 81%] Built target test_lazy 2024-04-03T15:59:48.1329685Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T15:59:48.1645772Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T15:59:48.1777870Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2024-04-03T15:59:48.2405706Z [ 81%] Linking CXX executable ../bin/static_runtime_test 2024-04-03T15:59:48.2572449Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2024-04-03T15:59:48.2750072Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-04-03T15:59:48.2839276Z [ 81%] Linking CXX executable ../bin/Dict_test 2024-04-03T15:59:48.4040967Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-04-03T15:59:48.5029339Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2024-04-03T15:59:48.5353787Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-04-03T15:59:48.6782216Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-04-03T15:59:48.8281500Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-04-03T15:59:48.9696924Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-04-03T15:59:49.0152877Z Warning: Unused direct dependencies: 2024-04-03T15:59:49.0153660Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:49.0239441Z [ 81%] Built target Dict_test 2024-04-03T15:59:49.0313365Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2024-04-03T15:59:49.1138547Z Warning: Unused direct dependencies: 2024-04-03T15:59:49.1139517Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:49.1185238Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T15:59:49.1201758Z [ 81%] Built target static_runtime_test 2024-04-03T15:59:49.1274658Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T15:59:49.1547435Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2024-04-03T15:59:49.2737150Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2024-04-03T15:59:49.2807215Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T15:59:49.4448313Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T15:59:49.4706654Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T15:59:49.6095718Z [ 81%] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2024-04-03T15:59:49.6435381Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T15:59:49.8403935Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T15:59:49.9352237Z [ 81%] Linking CXX executable ../bin/Dimname_test 2024-04-03T15:59:50.0577122Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.2096464Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.2433925Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.3086543Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.3197293Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.3865664Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2024-04-03T15:59:50.3917207Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2024-04-03T15:59:50.4713440Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2024-04-03T15:59:50.4873644Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.4985073Z Warning: Unused direct dependencies: 2024-04-03T15:59:50.4986319Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:50.5058467Z [ 81%] Built target Dimname_test 2024-04-03T15:59:50.5140829Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.6591979Z [ 81%] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2024-04-03T15:59:50.6833844Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.8351045Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T15:59:50.9639224Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.0886142Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.3029593Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.3855442Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.4727489Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.6064324Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2024-04-03T15:59:51.6179557Z [ 81%] Linking CXX executable ../bin/MaybeOwned_test 2024-04-03T15:59:51.6618777Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.6649883Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T15:59:51.6731083Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2024-04-03T15:59:51.8313335Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2024-04-03T15:59:51.8507480Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-04-03T15:59:52.0423021Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-04-03T15:59:52.1347147Z Warning: Unused direct dependencies: 2024-04-03T15:59:52.1348066Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:52.1415346Z [ 81%] Built target MaybeOwned_test 2024-04-03T15:59:52.1512764Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-04-03T15:59:52.2119831Z [ 81%] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2024-04-03T15:59:52.3153484Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-04-03T15:59:52.4871884Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:52.6552035Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:52.7109270Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2024-04-03T15:59:52.7917901Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:52.8407596Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:52.8786279Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2024-04-03T15:59:52.9388190Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:52.9993627Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2024-04-03T15:59:53.0678464Z [ 81%] Linking CXX executable ../bin/NamedTensor_test 2024-04-03T15:59:53.0774216Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:53.2400932Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:53.3978844Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:53.5979068Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:53.6679352Z Warning: Unused direct dependencies: 2024-04-03T15:59:53.6680473Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:53.6791200Z [ 81%] Built target NamedTensor_test 2024-04-03T15:59:53.7063992Z [ 81%] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2024-04-03T15:59:53.7873104Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:53.8464751Z [ 81%] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2024-04-03T15:59:53.9396354Z [ 81%] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2024-04-03T15:59:53.9990407Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:54.1101448Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:54.1691433Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:54.3288748Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2024-04-03T15:59:54.3296642Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:54.5143615Z [ 81%] Linking CXX executable ../bin/apply_utils_test 2024-04-03T15:59:54.5153319Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:54.6136183Z [ 81%] Linking CXX executable ../bin/atest 2024-04-03T15:59:54.6515507Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:54.8025198Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:54.8624798Z [ 81%] Linking CXX executable ../bin/basic 2024-04-03T15:59:54.9534865Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:55.0945849Z Warning: Unused direct dependencies: 2024-04-03T15:59:55.0946733Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:55.1023857Z [ 81%] Built target apply_utils_test 2024-04-03T15:59:55.1025970Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:55.1103094Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2024-04-03T15:59:55.1915462Z Warning: Unused direct dependencies: 2024-04-03T15:59:55.1916784Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:55.2027597Z [ 81%] Built target atest 2024-04-03T15:59:55.2102084Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2024-04-03T15:59:55.2575867Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:55.3568420Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:55.3871298Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2024-04-03T15:59:55.3911912Z Warning: Unused direct dependencies: 2024-04-03T15:59:55.3912775Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:55.4008302Z [ 81%] Built target basic 2024-04-03T15:59:55.4076255Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2024-04-03T15:59:55.4869274Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:55.6533315Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:55.8251235Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:55.9812075Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:56.0918210Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:56.1133683Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2024-04-03T15:59:56.2969971Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:56.3743287Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:56.4195140Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:56.4749914Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2024-04-03T15:59:56.5260090Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:56.5342577Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2024-04-03T15:59:56.6045311Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2024-04-03T15:59:56.6949870Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:56.8624208Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:57.0309447Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:57.0371506Z [ 81%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:57.1710934Z [ 81%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2024-04-03T15:59:57.2072977Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:57.3638046Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:57.3859847Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:57.5272234Z [ 82%] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2024-04-03T15:59:57.5522153Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:57.6268610Z [ 82%] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2024-04-03T15:59:57.7139858Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:57.7525599Z [ 82%] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2024-04-03T15:59:57.8797954Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:58.0540954Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:58.1948109Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T15:59:58.2018760Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T15:59:58.3481778Z [ 82%] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2024-04-03T15:59:58.4065991Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T15:59:58.5972680Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:58.7191848Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-04-03T15:59:58.7404524Z [ 82%] Linking CXX executable ../bin/broadcast_test 2024-04-03T15:59:58.7476945Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-04-03T15:59:58.7597096Z [ 82%] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2024-04-03T15:59:58.8615814Z [ 82%] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2024-04-03T15:59:58.9078688Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-04-03T15:59:59.0488502Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-04-03T15:59:59.1872500Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-04-03T15:59:59.2452497Z Warning: Unused direct dependencies: 2024-04-03T15:59:59.2454330Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T15:59:59.2522068Z [ 82%] Built target broadcast_test 2024-04-03T15:59:59.2587719Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-04-03T15:59:59.3398806Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-04-03T15:59:59.3529034Z [ 82%] Building CXX object caffe2/CMakeFiles/cpu_allocator_test.dir/__/aten/src/ATen/test/cpu_allocator_test.cpp.o 2024-04-03T15:59:59.4392190Z [ 82%] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2024-04-03T15:59:59.4756001Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-04-03T15:59:59.6654198Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:59.7233705Z [ 82%] Building CXX object test_api/CMakeFiles/test_api.dir/nested_int.cpp.o 2024-04-03T15:59:59.8133785Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:59.9677314Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T15:59:59.9839431Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:00.1088224Z [ 82%] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2024-04-03T16:00:00.1633312Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:00.1860574Z [ 82%] Linking CXX executable ../bin/cpu_allocator_test 2024-04-03T16:00:00.3280124Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:00.3292033Z [ 82%] Linking CXX executable ../bin/cpu_generator_test 2024-04-03T16:00:00.4886310Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:00.6447510Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:00.7683966Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:00.7757365Z Warning: Unused direct dependencies: 2024-04-03T16:00:00.7757978Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:00.7815371Z [ 82%] Built target cpu_allocator_test 2024-04-03T16:00:00.7982718Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:00.8260712Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:00.8935524Z Warning: Unused direct dependencies: 2024-04-03T16:00:00.8936086Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:00.9012806Z [ 82%] Built target cpu_generator_test 2024-04-03T16:00:00.9083630Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:00.9263604Z [ 82%] Linking CXX executable ../bin/cpu_profiling_allocator_test 2024-04-03T16:00:00.9384521Z [ 82%] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2024-04-03T16:00:00.9507952Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:00.9954851Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:01.0684253Z [ 82%] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2024-04-03T16:00:01.0895793Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:01.1867190Z [ 82%] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2024-04-03T16:00:01.2562365Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:01.4313273Z Warning: Unused direct dependencies: 2024-04-03T16:00:01.4314258Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:01.4393583Z [ 82%] Built target cpu_profiling_allocator_test 2024-04-03T16:00:01.4459474Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:01.4604448Z [ 82%] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2024-04-03T16:00:01.6081436Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:01.7940825Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:01.9700740Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:02.0278444Z [ 82%] Linking CXX executable ../bin/dispatch_key_set_test 2024-04-03T16:00:02.1072514Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:02.1692796Z [ 82%] Linking CXX executable ../bin/dlconvertor_test 2024-04-03T16:00:02.2765133Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:02.3899130Z [ 82%] Linking CXX executable ../bin/cpu_rng_test 2024-04-03T16:00:02.4530280Z [ 82%] Linking CXX executable ../bin/extension_backend_test 2024-04-03T16:00:02.5057688Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:02.5477490Z Warning: Unused direct dependencies: 2024-04-03T16:00:02.5478336Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:02.5479201Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:02.5617912Z [ 82%] Built target dispatch_key_set_test 2024-04-03T16:00:02.5864647Z [ 82%] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2024-04-03T16:00:02.6349730Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:02.7381127Z Warning: Unused direct dependencies: 2024-04-03T16:00:02.7382105Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:02.7519156Z [ 82%] Built target dlconvertor_test 2024-04-03T16:00:02.7713675Z [ 82%] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2024-04-03T16:00:02.8026429Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:02.9310753Z Warning: Unused direct dependencies: 2024-04-03T16:00:02.9311736Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:02.9389250Z [ 82%] Built target cpu_rng_test 2024-04-03T16:00:02.9466473Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:02.9978936Z [ 82%] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2024-04-03T16:00:03.0708162Z Warning: Unused direct dependencies: 2024-04-03T16:00:03.0709095Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:03.0770376Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:03.0793234Z [ 82%] Built target extension_backend_test 2024-04-03T16:00:03.0862340Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:03.2164753Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:03.2668190Z [ 82%] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2024-04-03T16:00:03.3836948Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:03.5464768Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:03.6644403Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:03.8425766Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:04.0099431Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:04.1275062Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:04.2401891Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:04.2513618Z [ 82%] Linking CXX executable ../bin/lazy_tensor_test 2024-04-03T16:00:04.3721568Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:04.4398319Z [ 82%] Linking CXX executable ../bin/ivalue_test 2024-04-03T16:00:04.4513157Z [ 82%] Linking CXX executable ../bin/math_kernel_test 2024-04-03T16:00:04.5048071Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:04.6603742Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:04.7072518Z Warning: Unused direct dependencies: 2024-04-03T16:00:04.7073972Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:04.7075211Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:04.7146162Z [ 82%] Built target lazy_tensor_test 2024-04-03T16:00:04.7222208Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:04.8051404Z [ 82%] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2024-04-03T16:00:04.8328744Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:04.9470553Z Warning: Unused direct dependencies: 2024-04-03T16:00:04.9471576Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:04.9530327Z [ 82%] Built target math_kernel_test 2024-04-03T16:00:04.9588266Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:04.9666979Z [ 82%] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2024-04-03T16:00:05.1068029Z Warning: Unused direct dependencies: 2024-04-03T16:00:05.1068965Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:05.1149968Z [ 82%] Built target ivalue_test 2024-04-03T16:00:05.1163412Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:00:05.1222141Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:00:05.2890080Z [ 82%] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2024-04-03T16:00:05.2892626Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:00:05.4540007Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:05.6228022Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:05.7927451Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:05.8907729Z [ 82%] Linking CXX executable ../bin/memory_overlapping_test 2024-04-03T16:00:05.9410075Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:06.1194486Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:06.1788166Z [ 82%] Linking CXX executable ../bin/mobile_memory_cleanup 2024-04-03T16:00:06.2215907Z [ 82%] Linking CXX executable ../bin/memory_format_test 2024-04-03T16:00:06.2651752Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:06.4324371Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:06.4419417Z Warning: Unused direct dependencies: 2024-04-03T16:00:06.4420800Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:06.4549242Z [ 82%] Built target memory_overlapping_test 2024-04-03T16:00:06.4668382Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:06.5729582Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:06.6329174Z [ 82%] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2024-04-03T16:00:06.7165515Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:00:06.8304672Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:00:06.8352874Z Warning: Unused direct dependencies: 2024-04-03T16:00:06.8353915Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:06.8436408Z [ 82%] Built target mobile_memory_cleanup 2024-04-03T16:00:06.8700282Z [ 82%] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2024-04-03T16:00:06.8801485Z Warning: Unused direct dependencies: 2024-04-03T16:00:06.8802322Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:06.8895783Z [ 82%] Built target memory_format_test 2024-04-03T16:00:06.9012810Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-04-03T16:00:06.9746202Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-04-03T16:00:07.0310838Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:00:07.1115311Z [ 82%] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2024-04-03T16:00:07.1777807Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:00:07.1856401Z [ 82%] Linking CXX executable ../bin/operator_name_test 2024-04-03T16:00:07.2825889Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-04-03T16:00:07.4253227Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-04-03T16:00:07.4591553Z [ 82%] Linking CXX executable ../bin/native_test 2024-04-03T16:00:07.5467692Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-04-03T16:00:07.6718109Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-04-03T16:00:07.7473775Z Warning: Unused direct dependencies: 2024-04-03T16:00:07.7475559Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:07.7476451Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:07.7558098Z [ 82%] Built target operator_name_test 2024-04-03T16:00:07.7771703Z [ 82%] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2024-04-03T16:00:07.8159335Z [ 82%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-04-03T16:00:07.9594508Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-04-03T16:00:07.9971470Z [ 83%] Linking CXX executable ../bin/operators_test 2024-04-03T16:00:08.0432936Z Warning: Unused direct dependencies: 2024-04-03T16:00:08.0433929Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:08.0624348Z [ 83%] Built target native_test 2024-04-03T16:00:08.0695590Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-04-03T16:00:08.1130588Z [ 83%] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2024-04-03T16:00:08.1847288Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-04-03T16:00:08.3145308Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:08.4582313Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:08.5308614Z Warning: Unused direct dependencies: 2024-04-03T16:00:08.5309444Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:08.5408126Z [ 83%] Built target operators_test 2024-04-03T16:00:08.5487434Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:08.6312485Z [ 83%] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2024-04-03T16:00:08.7327404Z [ 83%] Linking CXX executable ../bin/packedtensoraccessor_test 2024-04-03T16:00:08.7406199Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:08.9104866Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.0261156Z [ 83%] Linking CXX executable ../bin/pow_test 2024-04-03T16:00:09.0453315Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.2030325Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.3253038Z [ 83%] Linking CXX executable ../bin/quantized_test 2024-04-03T16:00:09.3363390Z Warning: Unused direct dependencies: 2024-04-03T16:00:09.3364030Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:09.3427781Z [ 83%] Built target packedtensoraccessor_test 2024-04-03T16:00:09.3449780Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.3481486Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.4840681Z [ 83%] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2024-04-03T16:00:09.5029536Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.5674660Z Warning: Unused direct dependencies: 2024-04-03T16:00:09.5675686Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:09.5781366Z [ 83%] Built target pow_test 2024-04-03T16:00:09.5907328Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.6977256Z [ 83%] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2024-04-03T16:00:09.7146275Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.8583474Z Warning: Unused direct dependencies: 2024-04-03T16:00:09.8584471Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:09.8667626Z [ 83%] Built target quantized_test 2024-04-03T16:00:09.8727004Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:09.8927008Z [ 83%] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2024-04-03T16:00:10.0309149Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:10.1781640Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:00:10.3406756Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-04-03T16:00:10.3434596Z [ 83%] Linking CXX executable ../bin/reduce_ops_test 2024-04-03T16:00:10.4746683Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-04-03T16:00:10.6262025Z [ 83%] Linking CXX executable ../bin/reportMemoryUsage_test 2024-04-03T16:00:10.6290268Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-04-03T16:00:10.7665593Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-04-03T16:00:10.8195472Z [ 83%] Linking CXX executable ../bin/scalar_tensor_test 2024-04-03T16:00:10.8807074Z Warning: Unused direct dependencies: 2024-04-03T16:00:10.8807902Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:10.8899538Z [ 83%] Built target reduce_ops_test 2024-04-03T16:00:10.9064079Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:10.9073719Z [ 83%] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2024-04-03T16:00:11.0722614Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:11.2272366Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:11.2296553Z Warning: Unused direct dependencies: 2024-04-03T16:00:11.2297489Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:11.2298547Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:11.2424189Z [ 83%] Built target reportMemoryUsage_test 2024-04-03T16:00:11.2496991Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:11.3551356Z Warning: Unused direct dependencies: 2024-04-03T16:00:11.3552555Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:11.3636085Z [ 83%] Built target scalar_tensor_test 2024-04-03T16:00:11.3707399Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:11.4060170Z [ 83%] Building CXX object caffe2/CMakeFiles/StorageUtils_test.dir/__/aten/src/ATen/test/StorageUtils_test.cpp.o 2024-04-03T16:00:11.4411787Z [ 83%] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2024-04-03T16:00:11.5067146Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:11.6767387Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:11.6971871Z [ 83%] Linking CXX executable ../bin/scalar_test 2024-04-03T16:00:11.8349124Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:00:12.0029946Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:00:12.1312981Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:00:12.1585546Z [ 83%] Linking CXX executable ../bin/StorageUtils_test 2024-04-03T16:00:12.2401012Z [ 83%] Linking CXX executable ../bin/stride_properties_test 2024-04-03T16:00:12.2596519Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:00:12.3471443Z Warning: Unused direct dependencies: 2024-04-03T16:00:12.3472434Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:12.3585812Z [ 83%] Built target scalar_test 2024-04-03T16:00:12.3643147Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:00:12.4181670Z [ 83%] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2024-04-03T16:00:12.4767098Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-04-03T16:00:12.5919893Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-04-03T16:00:12.7160908Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-04-03T16:00:12.7350723Z Warning: Unused direct dependencies: 2024-04-03T16:00:12.7351419Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:12.7451553Z [ 83%] Built target StorageUtils_test 2024-04-03T16:00:12.7541814Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-04-03T16:00:12.8134624Z Warning: Unused direct dependencies: 2024-04-03T16:00:12.8135572Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:12.8210437Z [ 83%] Built target stride_properties_test 2024-04-03T16:00:12.8480977Z [ 83%] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2024-04-03T16:00:12.8485272Z [ 83%] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2024-04-03T16:00:12.8710919Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-04-03T16:00:13.0234596Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-04-03T16:00:13.1670225Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-04-03T16:00:13.3251818Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-04-03T16:00:13.3769948Z [ 83%] Linking CXX executable ../bin/tensor_iterator_test 2024-04-03T16:00:13.4372875Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-04-03T16:00:13.5319316Z [ 83%] Linking CXX executable ../bin/thread_init_test 2024-04-03T16:00:13.5666795Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-04-03T16:00:13.6860644Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-04-03T16:00:13.8409679Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-04-03T16:00:13.9733726Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-04-03T16:00:14.0514263Z Warning: Unused direct dependencies: 2024-04-03T16:00:14.0515256Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:14.0577521Z [ 83%] Built target tensor_iterator_test 2024-04-03T16:00:14.0641403Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-04-03T16:00:14.1112638Z [ 83%] Linking CXX executable ../bin/test_parallel 2024-04-03T16:00:14.1167071Z [ 83%] Linking CXX executable ../bin/half_test 2024-04-03T16:00:14.1228580Z Warning: Unused direct dependencies: 2024-04-03T16:00:14.1229466Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:14.1256781Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-04-03T16:00:14.1401466Z [ 83%] Built target thread_init_test 2024-04-03T16:00:14.1581685Z [ 83%] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2024-04-03T16:00:14.2155254Z [ 83%] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2024-04-03T16:00:14.2433655Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-04-03T16:00:14.3558835Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-04-03T16:00:14.4915092Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-04-03T16:00:14.6053044Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:14.6146018Z Warning: Unused direct dependencies: 2024-04-03T16:00:14.6146790Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:14.6206241Z [ 83%] Built target test_parallel 2024-04-03T16:00:14.6263357Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-04-03T16:00:14.6628126Z [ 83%] Linking CXX executable ../bin/type_ptr_test 2024-04-03T16:00:14.7071001Z Warning: Unused direct dependencies: 2024-04-03T16:00:14.7071960Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:14.7072954Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:14.7176990Z [ 83%] Built target half_test 2024-04-03T16:00:14.7349289Z [ 83%] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2024-04-03T16:00:14.7588634Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:14.7788165Z [ 83%] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2024-04-03T16:00:14.9229891Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-04-03T16:00:15.0842919Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:15.1881639Z Warning: Unused direct dependencies: 2024-04-03T16:00:15.1882299Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:15.1943391Z [ 83%] Built target type_ptr_test 2024-04-03T16:00:15.1994793Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-04-03T16:00:15.2230450Z [ 83%] Linking CXX executable ../bin/type_test 2024-04-03T16:00:15.2546226Z [ 83%] Building CXX object caffe2/CMakeFiles/legacy_vmap_test.dir/__/aten/src/ATen/test/legacy_vmap_test.cpp.o 2024-04-03T16:00:15.3404352Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:15.4691133Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-04-03T16:00:15.5232556Z [ 83%] Linking CXX executable ../bin/undefined_tensor_test 2024-04-03T16:00:15.5703603Z [ 83%] Linking CXX executable ../bin/verify_api_visibility 2024-04-03T16:00:15.6308309Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-04-03T16:00:15.7728828Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-04-03T16:00:15.8234662Z Warning: Unused direct dependencies: 2024-04-03T16:00:15.8235550Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:15.8343069Z [ 83%] Built target type_test 2024-04-03T16:00:15.8583496Z [ 83%] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2024-04-03T16:00:15.9006987Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-04-03T16:00:16.0075020Z Warning: Unused direct dependencies: 2024-04-03T16:00:16.0075813Z /opt/conda/envs/py_3.8/lib/libstdc++.so.6 2024-04-03T16:00:16.0076668Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:16.0077561Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:16.0149256Z [ 83%] Built target verify_api_visibility 2024-04-03T16:00:16.0232000Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-04-03T16:00:16.0341111Z Warning: Unused direct dependencies: 2024-04-03T16:00:16.0341931Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:16.0417238Z [ 83%] Built target undefined_tensor_test 2024-04-03T16:00:16.0550400Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:16.1141018Z [ 83%] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2024-04-03T16:00:16.1865994Z [ 83%] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2024-04-03T16:00:16.2215774Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-04-03T16:00:16.2425656Z [ 83%] Linking CXX executable ../bin/legacy_vmap_test 2024-04-03T16:00:16.3593022Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:16.5521654Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-04-03T16:00:16.5946462Z [ 83%] Linking CXX executable ../bin/weakref_test 2024-04-03T16:00:16.6832783Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:16.8362095Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-04-03T16:00:16.8998065Z Warning: Unused direct dependencies: 2024-04-03T16:00:16.8999035Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:16.9086999Z [ 83%] Built target legacy_vmap_test 2024-04-03T16:00:16.9161685Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:00:17.0124360Z [ 83%] Linking CXX executable ../bin/wrapdim_test 2024-04-03T16:00:17.0326336Z [ 83%] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2024-04-03T16:00:17.0524198Z [ 83%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-04-03T16:00:17.0945098Z [ 84%] Linking CXX executable ../bin/xla_tensor_test 2024-04-03T16:00:17.1790692Z Warning: Unused direct dependencies: 2024-04-03T16:00:17.1791699Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:17.1876350Z [ 84%] Built target weakref_test 2024-04-03T16:00:17.1951140Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:17.2505687Z [ 84%] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2024-04-03T16:00:17.3342077Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:17.4901624Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:17.5112461Z Warning: Unused direct dependencies: 2024-04-03T16:00:17.5113455Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:17.5263530Z [ 84%] Built target wrapdim_test 2024-04-03T16:00:17.5341830Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:17.6315477Z Warning: Unused direct dependencies: 2024-04-03T16:00:17.6316469Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:17.6390879Z [ 84%] Built target xla_tensor_test 2024-04-03T16:00:17.6441261Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:17.6559458Z [ 84%] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2024-04-03T16:00:17.7074152Z [ 84%] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2024-04-03T16:00:17.7747189Z [ 84%] Linking CXX executable ../bin/IListRef_test 2024-04-03T16:00:17.8090951Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:17.8473189Z [ 84%] Linking CXX executable ../bin/List_test 2024-04-03T16:00:17.9761584Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.1463852Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.2318181Z [ 84%] Linking CXX executable ../bin/kernel_function_legacy_test 2024-04-03T16:00:18.3115004Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.3882842Z Warning: Unused direct dependencies: 2024-04-03T16:00:18.3883970Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:18.3997365Z [ 84%] Built target IListRef_test 2024-04-03T16:00:18.4075882Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.4525325Z Warning: Unused direct dependencies: 2024-04-03T16:00:18.4526287Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:18.4615729Z [ 84%] Built target List_test 2024-04-03T16:00:18.4747022Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.4843315Z [ 84%] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2024-04-03T16:00:18.5772190Z [ 84%] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2024-04-03T16:00:18.5863783Z [ 84%] Linking CXX executable ../bin/KernelFunction_test 2024-04-03T16:00:18.6031040Z [ 84%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.7815792Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.8475071Z Warning: Unused direct dependencies: 2024-04-03T16:00:18.8476026Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:18.8556918Z [ 85%] Built target kernel_function_legacy_test 2024-04-03T16:00:18.8631433Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.9289225Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:18.9990187Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:19.0073924Z [ 85%] Linking CXX executable ../bin/kernel_function_test 2024-04-03T16:00:19.0635743Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:19.1299903Z [ 85%] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2024-04-03T16:00:19.1734253Z [ 85%] Linking CXX executable ../bin/kernel_lambda_legacy_test 2024-04-03T16:00:19.1806588Z Warning: Unused direct dependencies: 2024-04-03T16:00:19.1808122Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:19.1889027Z [ 85%] Built target KernelFunction_test 2024-04-03T16:00:19.2001554Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:00:19.2197631Z [ 85%] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2024-04-03T16:00:19.3687748Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-04-03T16:00:19.4939186Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-04-03T16:00:19.5468650Z Warning: Unused direct dependencies: 2024-04-03T16:00:19.5469644Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:19.5549135Z [ 85%] Built target kernel_function_test 2024-04-03T16:00:19.5616402Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-04-03T16:00:19.6262034Z [ 85%] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2024-04-03T16:00:19.6387473Z [ 85%] Linking CXX executable ../bin/kernel_lambda_test 2024-04-03T16:00:19.6795302Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-04-03T16:00:19.7754067Z Warning: Unused direct dependencies: 2024-04-03T16:00:19.7755076Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:19.7831514Z [ 85%] Built target kernel_lambda_legacy_test 2024-04-03T16:00:19.7981443Z [ 85%] Linking CXX executable ../bin/kernel_stackbased_test 2024-04-03T16:00:19.8010320Z [ 85%] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2024-04-03T16:00:19.8388416Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-04-03T16:00:19.9481548Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-04-03T16:00:20.0761651Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-04-03T16:00:20.1204129Z [ 85%] Linking CXX executable ../bin/CppSignature_test 2024-04-03T16:00:20.1689275Z Warning: Unused direct dependencies: 2024-04-03T16:00:20.1690082Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:20.1769605Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-04-03T16:00:20.1771832Z [ 85%] Built target kernel_lambda_test 2024-04-03T16:00:20.1849487Z [ 85%] Linking CXX executable ../bin/make_boxed_from_unboxed_functor_test 2024-04-03T16:00:20.1854438Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-04-03T16:00:20.3072458Z [ 85%] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2024-04-03T16:00:20.4052043Z Warning: Unused direct dependencies: 2024-04-03T16:00:20.4053024Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:20.4112699Z [ 85%] Built target kernel_stackbased_test 2024-04-03T16:00:20.4168514Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-04-03T16:00:20.5396911Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-04-03T16:00:20.5408201Z [ 85%] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2024-04-03T16:00:20.6473947Z Warning: Unused direct dependencies: 2024-04-03T16:00:20.6474905Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:20.6475930Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:20.6540013Z [ 85%] Built target CppSignature_test 2024-04-03T16:00:20.6610410Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-04-03T16:00:20.7226940Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-04-03T16:00:20.7986065Z Warning: Unused direct dependencies: 2024-04-03T16:00:20.7986998Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:20.8025386Z [ 85%] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2024-04-03T16:00:20.8056099Z [ 85%] Built target make_boxed_from_unboxed_functor_test 2024-04-03T16:00:20.8216105Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-04-03T16:00:20.8223054Z [ 85%] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2024-04-03T16:00:20.8590136Z [ 85%] Linking CXX executable ../bin/op_allowlist_test 2024-04-03T16:00:20.9976192Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-04-03T16:00:21.0428525Z [ 85%] Linking CXX executable ../bin/backend_fallback_test 2024-04-03T16:00:21.1096765Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-04-03T16:00:21.2191559Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-04-03T16:00:21.2237833Z [ 85%] Linking CXX executable ../bin/inline_container_test 2024-04-03T16:00:21.3525270Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-04-03T16:00:21.4101398Z [ 85%] Linking CXX executable ../bin/op_registration_test 2024-04-03T16:00:21.4154402Z Warning: Unused direct dependencies: 2024-04-03T16:00:21.4154990Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:21.4155625Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T16:00:21.4256576Z [ 85%] Built target op_allowlist_test 2024-04-03T16:00:21.4319287Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-04-03T16:00:21.5070640Z [ 85%] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_operator_registration.cpp.o 2024-04-03T16:00:21.5721770Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-04-03T16:00:21.7023158Z Warning: Unused direct dependencies: 2024-04-03T16:00:21.7024159Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:21.7105686Z [ 85%] Built target backend_fallback_test 2024-04-03T16:00:21.7142953Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-04-03T16:00:21.7177154Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-04-03T16:00:21.8541438Z Warning: Unused direct dependencies: 2024-04-03T16:00:21.8542593Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:21.8602051Z [ 85%] Built target inline_container_test 2024-04-03T16:00:21.8667018Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-04-03T16:00:21.8690843Z [ 85%] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2024-04-03T16:00:21.8697370Z [ 85%] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_main.cpp.o 2024-04-03T16:00:22.0007131Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-04-03T16:00:22.0797143Z Warning: Unused direct dependencies: 2024-04-03T16:00:22.0798059Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:22.0871034Z [ 85%] Built target op_registration_test 2024-04-03T16:00:22.0955591Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-04-03T16:00:22.1623641Z [ 85%] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2024-04-03T16:00:22.2595207Z [ 85%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2024-04-03T16:00:22.2605428Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-04-03T16:00:22.2647452Z [ 85%] Linking CXX executable ../bin/test_edge_op_registration 2024-04-03T16:00:22.4145075Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-04-03T16:00:22.5738227Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-04-03T16:00:22.6931030Z Warning: Unused direct dependencies: 2024-04-03T16:00:22.6932105Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:00:22.6933148Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:00:22.6934083Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:00:22.6934917Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:00:22.6990679Z [ 85%] Built target test_edge_op_registration 2024-04-03T16:00:22.7059004Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-04-03T16:00:22.7426319Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2024-04-03T16:00:22.8033588Z [ 85%] Linking CXX shared library ../lib/libtorchbind_test.so 2024-04-03T16:00:22.8074770Z [ 85%] Linking CXX shared library ../lib/libjitbackend_test.so 2024-04-03T16:00:22.8363768Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-04-03T16:00:22.9287812Z [ 85%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2024-04-03T16:00:22.9732509Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-04-03T16:00:23.0416376Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2024-04-03T16:00:23.1070221Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-04-03T16:00:23.1394097Z Warning: Unused direct dependencies: 2024-04-03T16:00:23.1395054Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:23.1581329Z [ 85%] Built target torchbind_test 2024-04-03T16:00:23.1661408Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-04-03T16:00:23.2033900Z Warning: Unused direct dependencies: 2024-04-03T16:00:23.2034708Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:23.2136072Z [ 85%] Built target jitbackend_test 2024-04-03T16:00:23.2215594Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-04-03T16:00:23.2387950Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2024-04-03T16:00:23.2866914Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-04-03T16:00:23.3327822Z [ 85%] Linking CXX executable ../bin/test_api 2024-04-03T16:00:23.3521047Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2024-04-03T16:00:23.4536745Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-04-03T16:00:23.4831095Z [ 85%] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2024-04-03T16:00:23.5986157Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-04-03T16:00:23.7434149Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-04-03T16:00:23.8984576Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-04-03T16:00:23.9465358Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2024-04-03T16:00:24.0310174Z [ 85%] Linking CXX shared library ../lib/libbackend_with_compiler.so 2024-04-03T16:00:24.0372466Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-04-03T16:00:24.1631715Z [ 85%] Linking CXX executable ../bin/tutorial_tensorexpr 2024-04-03T16:00:24.2075940Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-04-03T16:00:24.3509611Z Warning: Unused direct dependencies: 2024-04-03T16:00:24.3510584Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:24.3568773Z [ 85%] Built target backend_with_compiler 2024-04-03T16:00:24.3767414Z [ 85%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-04-03T16:00:24.4108565Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-04-03T16:00:24.4707512Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-04-03T16:00:24.5837736Z [ 85%] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-04-03T16:00:24.6029228Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-04-03T16:00:24.7018862Z Warning: Unused direct dependencies: 2024-04-03T16:00:24.7020242Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:24.7105781Z [ 85%] Built target tutorial_tensorexpr 2024-04-03T16:00:24.7256184Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2024-04-03T16:00:24.7596298Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-04-03T16:00:24.8330836Z [ 85%] Linking CXX executable ../../../../bin/torch_shm_manager 2024-04-03T16:00:24.8639360Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2024-04-03T16:00:24.8845261Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-04-03T16:00:24.9202617Z Warning: Unused direct dependencies: 2024-04-03T16:00:24.9204009Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:24.9313598Z [ 85%] Built target test_api 2024-04-03T16:00:24.9427285Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-04-03T16:00:24.9987961Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2024-04-03T16:00:25.0388281Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2024-04-03T16:00:25.0949626Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-04-03T16:00:25.1832699Z Warning: Unused direct dependencies: 2024-04-03T16:00:25.1833683Z /var/lib/jenkins/workspace/build/lib/libshm.so 2024-04-03T16:00:25.1834497Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:00:25.1906799Z [ 85%] Built target torch_shm_manager 2024-04-03T16:00:25.1970075Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-04-03T16:00:25.2387222Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2024-04-03T16:00:25.3847831Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-04-03T16:00:25.4351487Z [ 85%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-04-03T16:00:25.5035287Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-04-03T16:00:25.6483207Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2024-04-03T16:00:25.6835582Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-04-03T16:00:25.7808826Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2024-04-03T16:00:25.8195254Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-04-03T16:00:26.0441133Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-04-03T16:00:26.1139582Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-04-03T16:00:26.1513331Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2024-04-03T16:00:26.1828130Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2024-04-03T16:00:26.3832810Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-04-03T16:00:26.5589771Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-04-03T16:00:26.5695954Z [ 85%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-04-03T16:00:26.7057864Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2024-04-03T16:00:26.7393568Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-04-03T16:00:26.8628908Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-04-03T16:00:26.9100589Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-04-03T16:00:27.0384185Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2024-04-03T16:00:27.0739636Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-04-03T16:00:27.0823835Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2024-04-03T16:00:27.2384888Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-04-03T16:00:27.2534643Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2024-04-03T16:00:27.2984601Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2024-04-03T16:00:27.3991861Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-04-03T16:00:27.5864592Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-04-03T16:00:27.7632523Z [ 85%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-04-03T16:00:27.7729349Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-04-03T16:00:27.8349716Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-04-03T16:00:27.9203407Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-04-03T16:00:27.9442326Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2024-04-03T16:00:27.9709199Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2024-04-03T16:00:27.9732866Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-04-03T16:00:28.0816709Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2024-04-03T16:00:28.1093539Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-04-03T16:00:28.1493754Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-04-03T16:00:28.3226046Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2024-04-03T16:00:28.3746818Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-04-03T16:00:28.4960010Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-04-03T16:00:28.6646245Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-04-03T16:00:28.8030202Z [ 85%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-04-03T16:00:28.8497666Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-04-03T16:00:28.8505692Z [ 85%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-04-03T16:00:29.0390394Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-04-03T16:00:29.0939288Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-04-03T16:00:29.1165270Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2024-04-03T16:00:29.1621765Z [ 85%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2024-04-03T16:00:29.1930897Z [ 85%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2024-04-03T16:00:29.2386182Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-04-03T16:00:29.4026743Z [ 85%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-04-03T16:00:29.5925794Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-04-03T16:00:29.6432215Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-04-03T16:00:29.8011754Z [ 86%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2024-04-03T16:00:29.8016256Z [ 86%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2024-04-03T16:00:29.8244114Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-04-03T16:00:29.8274565Z [ 86%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2024-04-03T16:00:29.9757660Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-04-03T16:00:30.0281986Z [ 86%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-04-03T16:00:30.1447275Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-04-03T16:00:30.3172536Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-04-03T16:00:30.3476179Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-04-03T16:00:30.4739164Z [ 86%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2024-04-03T16:00:30.5035053Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-04-03T16:00:30.7183252Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-04-03T16:00:30.7689572Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-04-03T16:00:30.8282312Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-04-03T16:00:30.8382708Z [ 86%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2024-04-03T16:00:30.8487677Z [ 86%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2024-04-03T16:00:30.9182136Z [ 86%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2024-04-03T16:00:30.9789532Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-04-03T16:00:31.0425866Z [ 86%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-04-03T16:00:31.1308119Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-04-03T16:00:31.3062469Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-04-03T16:00:31.4649602Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-04-03T16:00:31.4892234Z [ 86%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-04-03T16:00:31.5245899Z [ 86%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-04-03T16:00:31.6298721Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-04-03T16:00:31.7186637Z [ 86%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2024-04-03T16:00:31.7930202Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-04-03T16:00:31.9401876Z [ 86%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2024-04-03T16:00:31.9822579Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-04-03T16:00:32.0786224Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-04-03T16:00:32.1360879Z [ 86%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-04-03T16:00:32.2379292Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-04-03T16:00:32.3064776Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-04-03T16:00:32.3132842Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2024-04-03T16:00:32.4793932Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-04-03T16:00:32.5453735Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-04-03T16:00:32.5959123Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-04-03T16:00:32.6437638Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-04-03T16:00:32.7387660Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-04-03T16:00:32.7707575Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-04-03T16:00:32.9065773Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2024-04-03T16:00:32.9284171Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-04-03T16:00:32.9544130Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2024-04-03T16:00:33.0886811Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-04-03T16:00:33.2535239Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-04-03T16:00:33.2832757Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-04-03T16:00:33.4382144Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-04-03T16:00:33.4918677Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2024-04-03T16:00:33.5353437Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-04-03T16:00:33.6715975Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-04-03T16:00:33.6938579Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-04-03T16:00:33.7171968Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-04-03T16:00:33.8503496Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-04-03T16:00:33.8820779Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-04-03T16:00:33.9414165Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2024-04-03T16:00:34.0240793Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-04-03T16:00:34.1770549Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-04-03T16:00:34.3664253Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-04-03T16:00:34.4146532Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-04-03T16:00:34.4859605Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-04-03T16:00:34.5523712Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-04-03T16:00:34.5541049Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2024-04-03T16:00:34.5760758Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2024-04-03T16:00:34.6354044Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-04-03T16:00:34.6558902Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-04-03T16:00:34.8001675Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-04-03T16:00:34.8158701Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-04-03T16:00:34.8951110Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2024-04-03T16:00:34.9712163Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-04-03T16:00:35.1394304Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-04-03T16:00:35.1494537Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-04-03T16:00:35.3104426Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-04-03T16:00:35.3452910Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-04-03T16:00:35.4782207Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-04-03T16:00:35.4927274Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-04-03T16:00:35.4969034Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2024-04-03T16:00:35.6408502Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2024-04-03T16:00:35.6723777Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-04-03T16:00:35.8318695Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-04-03T16:00:35.8584926Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-04-03T16:00:35.9314876Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2024-04-03T16:00:35.9551252Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-04-03T16:00:35.9826928Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-04-03T16:00:36.1262966Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-04-03T16:00:36.1627490Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-04-03T16:00:36.2738222Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2024-04-03T16:00:36.3679128Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-04-03T16:00:36.5373528Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-04-03T16:00:36.5571394Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-04-03T16:00:36.6793189Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-04-03T16:00:36.7040708Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-04-03T16:00:36.8740600Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-04-03T16:00:36.8774133Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-04-03T16:00:36.9271578Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2024-04-03T16:00:36.9943523Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2024-04-03T16:00:37.0372534Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-04-03T16:00:37.1943783Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-04-03T16:00:37.3341891Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2024-04-03T16:00:37.3412731Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-04-03T16:00:37.4826074Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-04-03T16:00:37.6470613Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-04-03T16:00:37.8177338Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-04-03T16:00:37.8297247Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-04-03T16:00:37.8566254Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-04-03T16:00:37.9725509Z [ 87%] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2024-04-03T16:00:38.0212602Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-04-03T16:00:38.0222763Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-04-03T16:00:38.0472609Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-04-03T16:00:38.0729004Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-04-03T16:00:38.1742150Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-04-03T16:00:38.2080715Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-04-03T16:00:38.2466556Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-04-03T16:00:38.3230650Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-04-03T16:00:38.4142250Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2024-04-03T16:00:38.4267022Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-04-03T16:00:38.5698541Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-04-03T16:00:38.6268039Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-04-03T16:00:38.7470546Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-04-03T16:00:38.7684122Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-04-03T16:00:38.8034280Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-04-03T16:00:38.8407869Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-04-03T16:00:38.8503519Z [ 87%] Linking CXX executable ../bin/test_tensorexpr 2024-04-03T16:00:38.9100282Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-04-03T16:00:38.9774158Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-04-03T16:00:39.1069323Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-04-03T16:00:39.2847711Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-04-03T16:00:39.4470577Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-04-03T16:00:39.4691589Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2024-04-03T16:00:39.4761188Z [ 87%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2024-04-03T16:00:39.5801099Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-04-03T16:00:39.7377262Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-04-03T16:00:39.8929341Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-04-03T16:00:40.0232448Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-04-03T16:00:40.0255449Z [ 87%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-04-03T16:00:40.0663571Z [ 87%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-04-03T16:00:40.1355190Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-04-03T16:00:40.1759748Z [ 88%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-04-03T16:00:40.1857758Z Warning: Unused direct dependencies: 2024-04-03T16:00:40.1858352Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:00:40.1942573Z [ 88%] Built target test_tensorexpr 2024-04-03T16:00:40.1997532Z [ 88%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-04-03T16:00:40.2934932Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-04-03T16:00:40.4534245Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-04-03T16:00:40.5068554Z [ 88%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2024-04-03T16:00:40.6231128Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-04-03T16:00:40.6915310Z [ 88%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-04-03T16:00:40.7948536Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-04-03T16:00:40.9837828Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-04-03T16:00:41.1164474Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-04-03T16:00:41.1710186Z [ 88%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-04-03T16:00:41.2995638Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-04-03T16:00:41.3088045Z [ 88%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-04-03T16:00:41.3486861Z [ 88%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-04-03T16:00:41.4480338Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-04-03T16:00:41.6268381Z [ 88%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-04-03T16:00:41.6698657Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2024-04-03T16:00:41.7544242Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-04-03T16:00:41.8415637Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-04-03T16:00:42.0051297Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-04-03T16:00:42.1424348Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-04-03T16:00:42.2031358Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-04-03T16:00:42.2774731Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2024-04-03T16:00:42.3266897Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-04-03T16:00:42.3844316Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-04-03T16:00:42.4696202Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-04-03T16:00:42.5028122Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-04-03T16:00:42.5479513Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-04-03T16:00:42.5908296Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-04-03T16:00:42.6677239Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-04-03T16:00:42.7759484Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-04-03T16:00:42.8278091Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-04-03T16:00:42.8787810Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2024-04-03T16:00:43.0208294Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2024-04-03T16:00:43.0214675Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-04-03T16:00:43.1205932Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-04-03T16:00:43.1755813Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-04-03T16:00:43.2926962Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-04-03T16:00:43.3512051Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-04-03T16:00:43.4281290Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-04-03T16:00:43.4558561Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-04-03T16:00:43.4580342Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2024-04-03T16:00:43.6446676Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-04-03T16:00:43.8196187Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-04-03T16:00:43.8294807Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-04-03T16:00:44.0052148Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-04-03T16:00:44.0144283Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-04-03T16:00:44.1995474Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-04-03T16:00:44.2489935Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-04-03T16:00:44.2956133Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-04-03T16:00:44.4062950Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2024-04-03T16:00:44.4440403Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2024-04-03T16:00:44.4766584Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-04-03T16:00:44.5488955Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-04-03T16:00:44.6030682Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-04-03T16:00:44.6146833Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2024-04-03T16:00:44.6894532Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-04-03T16:00:44.7463030Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-04-03T16:00:44.8214611Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2024-04-03T16:00:44.9179208Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-04-03T16:00:45.0343525Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-04-03T16:00:45.0872560Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-04-03T16:00:45.1984225Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2024-04-03T16:00:45.2040072Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-04-03T16:00:45.2752598Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-04-03T16:00:45.4426698Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-04-03T16:00:45.4578062Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-04-03T16:00:45.5854076Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2024-04-03T16:00:45.6449105Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-04-03T16:00:45.6574517Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-04-03T16:00:45.7927741Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-04-03T16:00:45.8937228Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2024-04-03T16:00:45.9682035Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-04-03T16:00:46.0166590Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2024-04-03T16:00:46.1338114Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-04-03T16:00:46.1444446Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-04-03T16:00:46.2562192Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-04-03T16:00:46.2571519Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-04-03T16:00:46.3007136Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-04-03T16:00:46.3431146Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-04-03T16:00:46.3448418Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-04-03T16:00:46.4295809Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-04-03T16:00:46.5131374Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-04-03T16:00:46.5372548Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-04-03T16:00:46.5799286Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-04-03T16:00:46.7073657Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-04-03T16:00:46.8776384Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-04-03T16:00:46.9892710Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-04-03T16:00:47.0802432Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2024-04-03T16:00:47.1553343Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-04-03T16:00:47.3158754Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-04-03T16:00:47.3410844Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-04-03T16:00:47.4850159Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-04-03T16:00:47.4929131Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-04-03T16:00:47.5480882Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-04-03T16:00:47.6657748Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-04-03T16:00:47.6659513Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-04-03T16:00:47.7029205Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-04-03T16:00:47.7868564Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-04-03T16:00:47.8345387Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2024-04-03T16:00:47.9227946Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-04-03T16:00:48.0013414Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-04-03T16:00:48.0265204Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-04-03T16:00:48.1647987Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-04-03T16:00:48.2236709Z [ 89%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-04-03T16:00:48.3191861Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-04-03T16:00:48.4240642Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2024-04-03T16:00:48.4552639Z [ 89%] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-04-03T16:00:48.4810929Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-04-03T16:00:48.4899552Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-04-03T16:00:48.5223368Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-04-03T16:00:48.6343417Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-04-03T16:00:48.6581589Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-04-03T16:00:48.6877120Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-04-03T16:00:48.7022984Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-04-03T16:00:48.7964792Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2024-04-03T16:00:48.8127148Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-04-03T16:00:48.9580376Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-04-03T16:00:49.1174655Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-04-03T16:00:49.1835482Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-04-03T16:00:49.2507251Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-04-03T16:00:49.2837055Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-04-03T16:00:49.3205405Z [ 89%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-04-03T16:00:49.3464986Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-04-03T16:00:49.3568013Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2024-04-03T16:00:49.3633811Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2024-04-03T16:00:49.4999947Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-04-03T16:00:49.6500331Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-04-03T16:00:49.8111994Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-04-03T16:00:49.9035122Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-04-03T16:00:49.9149518Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-04-03T16:00:49.9692478Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2024-04-03T16:00:50.0105692Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2024-04-03T16:00:50.0516418Z [ 89%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2024-04-03T16:00:50.0796572Z [ 89%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:00:50.2588463Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:00:50.4021579Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-04-03T16:00:50.4363715Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-04-03T16:00:50.5347751Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-04-03T16:00:50.5676349Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:50.5759357Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:50.6435982Z [ 90%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2024-04-03T16:00:50.6834708Z [ 90%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2024-04-03T16:00:50.7082257Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:50.7614021Z [ 90%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2024-04-03T16:00:50.8927322Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:50.9073463Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-04-03T16:00:51.0691259Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.1102371Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.1226246Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.2486643Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-04-03T16:00:51.2819115Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-04-03T16:00:51.3064298Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-04-03T16:00:51.3142050Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.5073552Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.7236998Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.7239764Z [ 90%] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2024-04-03T16:00:51.9162801Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.9681403Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:51.9723465Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-04-03T16:00:52.1165231Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-04-03T16:00:52.1830079Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:52.3712163Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:52.4252499Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-04-03T16:00:52.5322472Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:52.5654543Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:52.6664333Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-04-03T16:00:52.7266431Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-04-03T16:00:52.7707734Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:52.8833471Z [ 90%] Linking CXX executable ../bin/test_jit 2024-04-03T16:00:52.9727633Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.1256757Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.1314236Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.3190099Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-04-03T16:00:53.3337402Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.3379828Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.3492383Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.3744977Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-04-03T16:00:53.4692501Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-04-03T16:00:53.4949606Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-04-03T16:00:53.5310378Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:00:53.7105667Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-04-03T16:00:53.8559765Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-04-03T16:00:53.9069957Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-04-03T16:00:53.9982463Z Warning: Unused direct dependencies: 2024-04-03T16:00:53.9983672Z /var/lib/jenkins/workspace/build/lib/libjitbackend_test.so 2024-04-03T16:00:53.9985024Z /var/lib/jenkins/workspace/build/lib/libbackend_with_compiler.so 2024-04-03T16:00:54.0096277Z [ 90%] Built target test_jit 2024-04-03T16:00:54.0150474Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-04-03T16:00:54.0224989Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-04-03T16:00:54.0277940Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-04-03T16:00:54.1988680Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-04-03T16:00:54.3954818Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-04-03T16:00:54.5085826Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-04-03T16:00:54.5512486Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-04-03T16:00:54.5872974Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-04-03T16:00:54.5931132Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-04-03T16:00:54.7532092Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-04-03T16:00:54.7543709Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-04-03T16:00:54.7957066Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:00:54.8022620Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:00:54.9220766Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-04-03T16:00:54.9272716Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:00:54.9572393Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-04-03T16:00:55.0859616Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:00:55.1167692Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:00:55.2508382Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-04-03T16:00:55.2811546Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-04-03T16:00:55.3404170Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-04-03T16:00:55.4500568Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-04-03T16:00:55.4672591Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-04-03T16:00:55.4832179Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-04-03T16:00:55.5393569Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-04-03T16:00:55.6173460Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-04-03T16:00:55.6215655Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-04-03T16:00:55.6320497Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-04-03T16:00:55.7737299Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:00:55.9449683Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:00:56.0414161Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:00:56.0741418Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-04-03T16:00:56.2163591Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:00:56.2256437Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:00:56.2291597Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-04-03T16:00:56.3186735Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-04-03T16:00:56.3688106Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-04-03T16:00:56.3812885Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-04-03T16:00:56.4227803Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-04-03T16:00:56.4916104Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-04-03T16:00:56.5312540Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-04-03T16:00:56.5591391Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-04-03T16:00:56.5942327Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-04-03T16:00:56.6604964Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-04-03T16:00:56.6664292Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-04-03T16:00:56.8192540Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-04-03T16:00:56.9813575Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-04-03T16:00:57.1619598Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-04-03T16:00:57.2332443Z [ 90%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-04-03T16:00:57.3280458Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-04-03T16:00:57.5493368Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-04-03T16:00:57.6589006Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-04-03T16:00:57.7072108Z [ 90%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-04-03T16:00:57.7372810Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-04-03T16:00:57.7953876Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-04-03T16:00:57.8301504Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-04-03T16:00:57.8635462Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-04-03T16:00:57.8944792Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-04-03T16:00:57.9347902Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-04-03T16:00:58.0188385Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-04-03T16:00:58.1862307Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-04-03T16:00:58.3588000Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-04-03T16:00:58.3875035Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-04-03T16:00:58.5167580Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-04-03T16:00:58.7200070Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-04-03T16:00:58.7209313Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-04-03T16:00:58.7946673Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-04-03T16:00:58.9049596Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-04-03T16:00:58.9503184Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-04-03T16:00:59.0608037Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-04-03T16:00:59.0988501Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-04-03T16:00:59.1023179Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-04-03T16:00:59.2199596Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-04-03T16:00:59.2495239Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-04-03T16:00:59.2606701Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-04-03T16:00:59.3696393Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-04-03T16:00:59.4589087Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-04-03T16:00:59.5093169Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-04-03T16:00:59.7317178Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-04-03T16:00:59.8874623Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-04-03T16:00:59.9257142Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-04-03T16:00:59.9578655Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-04-03T16:01:00.0442787Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-04-03T16:01:00.0825768Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-04-03T16:01:00.1165103Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-04-03T16:01:00.1175237Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-04-03T16:01:00.1919918Z [ 91%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-04-03T16:01:00.2210633Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-04-03T16:01:00.2881776Z [ 91%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-04-03T16:01:00.3071267Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-04-03T16:01:00.3260792Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-04-03T16:01:00.4659853Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:01:00.6528215Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:01:00.8240933Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:01:00.9067655Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:01:01.0030234Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:01:01.1269923Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-04-03T16:01:01.2110530Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-04-03T16:01:01.3726675Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-04-03T16:01:01.3732941Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-04-03T16:01:01.4047385Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-04-03T16:01:01.4800575Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-04-03T16:01:01.4908865Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-04-03T16:01:01.4916340Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-04-03T16:01:01.6170122Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-04-03T16:01:01.6417610Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-04-03T16:01:01.6804243Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:01.8402005Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:01:01.9946607Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:01:02.1830633Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:01:02.1850055Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:01:02.2633995Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-04-03T16:01:02.3273737Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-04-03T16:01:02.3491285Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-04-03T16:01:02.3586682Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-04-03T16:01:02.4455807Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-04-03T16:01:02.4790076Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-04-03T16:01:02.5065725Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-04-03T16:01:02.5474563Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-04-03T16:01:02.6051542Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-04-03T16:01:02.6165606Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-04-03T16:01:02.6710130Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:02.6791199Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-04-03T16:01:02.8265617Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:01:02.9958070Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:01:03.2057091Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:01:03.2991054Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:01:03.3475581Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-04-03T16:01:03.3882188Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-04-03T16:01:03.4830100Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-04-03T16:01:03.5149281Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-04-03T16:01:03.6130063Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-04-03T16:01:03.6290012Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-04-03T16:01:03.6385967Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-04-03T16:01:03.6627149Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-04-03T16:01:03.7546274Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-04-03T16:01:03.8201619Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-04-03T16:01:03.8467094Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-04-03T16:01:03.9619781Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:01:04.0425188Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-04-03T16:01:04.1002371Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:01:04.2603337Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-04-03T16:01:04.3191323Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-04-03T16:01:04.3922391Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-04-03T16:01:04.4351507Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-04-03T16:01:04.5587873Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-04-03T16:01:04.5602929Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-04-03T16:01:04.6124191Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-04-03T16:01:04.6509636Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-04-03T16:01:04.6663746Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-04-03T16:01:04.7037783Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-04-03T16:01:04.7639886Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:01:04.8198662Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-04-03T16:01:04.9201700Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:01:05.1003641Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:01:05.2551593Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.3092491Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-04-03T16:01:05.3579589Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-04-03T16:01:05.3597023Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.4148043Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.5670559Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-04-03T16:01:05.6279023Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.6846450Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.7976334Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.8201199Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-04-03T16:01:05.8251259Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.8548091Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.9327131Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:05.9644461Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2024-04-03T16:01:05.9919161Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.0252243Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.1013606Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.1805667Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2024-04-03T16:01:06.2107748Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2024-04-03T16:01:06.2870073Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.4630511Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.4969175Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.6453341Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2024-04-03T16:01:06.7017152Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.7141553Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.7378322Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.8631574Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2024-04-03T16:01:06.8932711Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2024-04-03T16:01:06.9132532Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:06.9469949Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:07.0750358Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2024-04-03T16:01:07.1440696Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:07.3097384Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:07.4866165Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:07.7108645Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:07.8126598Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2024-04-03T16:01:07.8949657Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:07.9516500Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2024-04-03T16:01:08.1043088Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:08.1344860Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:08.2404857Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2024-04-03T16:01:08.2459204Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:08.2716899Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:08.3168959Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:08.4238358Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:08.4465095Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:08.5232751Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2024-04-03T16:01:08.6082986Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2024-04-03T16:01:08.6550082Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:08.8363975Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:08.8716937Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:09.0673085Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2024-04-03T16:01:09.0701178Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.1273785Z [ 92%] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2024-04-03T16:01:09.2606226Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.4871549Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:09.5484673Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.6069385Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.6803938Z [ 92%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:09.7350178Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.7560674Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.8788796Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:09.9216172Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.9221692Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:09.9994408Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.0692107Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.1098772Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.1368618Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.1581457Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.1720772Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.2405306Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.2900727Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.3218374Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.3494348Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.3549380Z [ 93%] Linking CXX shared library ../../lib/libtorch_python.so 2024-04-03T16:01:10.3751892Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.4031930Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.4803667Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.5002282Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.5265626Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.5496820Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.5914515Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.6502414Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.6694610Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.7066348Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.7456215Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.7609797Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.8333410Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.8550617Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.8750612Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:10.9026428Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.9033366Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:10.9954580Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.0168489Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.0402529Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.0454757Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.0903695Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.1206272Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.1632457Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.2097534Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.2243131Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.2505283Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.2792344Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.3122228Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.3464832Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.3687898Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.3831748Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.4463952Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.4798521Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.5215352Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.5466708Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.5661312Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.5977380Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.6095025Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:01:11.6625685Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:01:11.7031565Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.7124519Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.7470397Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.7644483Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.8238156Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.8335018Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.8710814Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.9263225Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.9607702Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:11.9704637Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.0035852Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:01:12.0282739Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:01:12.0713534Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-04-03T16:01:12.1080038Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-04-03T16:01:12.1467476Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.1485281Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.1948565Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.1988599Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.2454550Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.2868661Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.3140363Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.3480407Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.3595927Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.3931471Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.4315804Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:12.4746426Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:12.5064974Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:12.5161773Z Warning: Unused direct dependencies: 2024-04-03T16:01:12.5162608Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:01:12.5245589Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:12.5311068Z [ 93%] Built target torch_python 2024-04-03T16:01:12.5386794Z [ 93%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:12.5446241Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:12.5783690Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:12.6390266Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2024-04-03T16:01:12.6620378Z [ 94%] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2024-04-03T16:01:12.6949165Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:12.6950636Z [ 94%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-04-03T16:01:12.7011288Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:12.7497764Z [ 94%] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-04-03T16:01:12.8716499Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:12.9028986Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.0430010Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.0866967Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.2468441Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.2866127Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.4351120Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.4365935Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.6482799Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.6499086Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.6985964Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.7646822Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.7757516Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.8030734Z [ 94%] Linking CXX shared library ../../lib/libnnapi_backend.so 2024-04-03T16:01:13.8104300Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.8426873Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.9402597Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:13.9449075Z [ 94%] Linking CXX shared module functorch.so 2024-04-03T16:01:13.9495862Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:13.9664140Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.0140100Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.0725852Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.0851980Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.1267426Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.1747387Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.2228319Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.2381371Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.2858616Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.3190404Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.3231726Z Warning: Unused direct dependencies: 2024-04-03T16:01:14.3232304Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T16:01:14.3324678Z [ 94%] Built target nnapi_backend 2024-04-03T16:01:14.3388583Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.3871419Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.3930012Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.4057719Z [ 94%] Built target functorch 2024-04-03T16:01:14.4110543Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.4357887Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.5070243Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:01:14.5249495Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:01:14.5299841Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:01:14.5369648Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:01:14.5671227Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.5864880Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.6307500Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.6572498Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.6591852Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.7060258Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.7150037Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.7363858Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.7814553Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.8098732Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:01:14.8337765Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:01:14.8438562Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:01:14.8659203Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-04-03T16:01:14.9087583Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-04-03T16:01:14.9337141Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.9376664Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:14.9759450Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:14.9774160Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.0111882Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.0543315Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.0864411Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.1147581Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.1419206Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.1611459Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.1682379Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.2104036Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.2465954Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.2695076Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.3048294Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.3187214Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.3192841Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.4029163Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.4346799Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.4611766Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.4684061Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.4766558Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.5006213Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.5634364Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.6153962Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.6327696Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.6368947Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.6510891Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.6701168Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.7028487Z [ 94%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.7589395Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.8018983Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.8022496Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.8245259Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.8370996Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.8884078Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.9038137Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.9478459Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:15.9820863Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:01:15.9971483Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:01:16.0180098Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:01:16.0511665Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:01:16.0550620Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:01:16.0701713Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:01:16.1238251Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-04-03T16:01:16.1687335Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-04-03T16:01:16.1689879Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-04-03T16:01:16.1843594Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-04-03T16:01:16.2095238Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-04-03T16:01:16.2105150Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-04-03T16:01:16.2599654Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-04-03T16:01:16.2931368Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-04-03T16:01:16.3087097Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.3113831Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.3512727Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.3595128Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.4026092Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.4399506Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.4883636Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.4935710Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.5023422Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.5647208Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.5892826Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.5993541Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.6510196Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.6618879Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.6830703Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.7308463Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.7398886Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.7469728Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.8134748Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.8422388Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.8823531Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.9106113Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.9248012Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:16.9270465Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.9902766Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:16.9971787Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.0430498Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.0993390Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.1029209Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.1211725Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.1311650Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.1470420Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.1803019Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.2948295Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.2960022Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.2984562Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.3015166Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.3313650Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.3382693Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.4558818Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.4631513Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.4873642Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.4937808Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.5071742Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.5427401Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.6122784Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.6244188Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.6595845Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.6713501Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.6905078Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.7423732Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.7674046Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:17.8008108Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.8249531Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.8342925Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.8385404Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:17.9032419Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:17.9464647Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:17.9861733Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.0276500Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.0393897Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.0607359Z [ 95%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.0802452Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.0975554Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:18.1554901Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.1869051Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.2086684Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.2673960Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.2677628Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.3068718Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:18.3117771Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.3414435Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.3558012Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.4567963Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.4686999Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.4875873Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:18.5099203Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.5143675Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.5747874Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.6221050Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.6403734Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.6448015Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:18.6940238Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.7018255Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.7375942Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.7950402Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.8186846Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.8321157Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:18.8668797Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.8981098Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.9144096Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.9560394Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:18.9853948Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:18.9902498Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:19.0427985Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.0624717Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.0831638Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.1298405Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.1543285Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.1825796Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:19.1884119Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.2053870Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.2607275Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.2971536Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.3062609Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.3356119Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:19.3483522Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.4050450Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.4391000Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.4456119Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.4750065Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.5043214Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:19.5992289Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.5996930Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.6020593Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.6198846Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.6236488Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.6754767Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:19.7542552Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.7699095Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.7816908Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.7892042Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.7894810Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.8538038Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:19.9559541Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:19.9561973Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:19.9978238Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.0046047Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.0203240Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.0542922Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:20.0995191Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.1469975Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.1855403Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.1882815Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.1950565Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.2193169Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:20.2932021Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.2988044Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.3371442Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.3436050Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.3711905Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.3906113Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:20.4446171Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.4791476Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.4942552Z [ 96%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.5426639Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.5511431Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.5632665Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:20.5945025Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.6481258Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.6620925Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.6834382Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.7100860Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.7148315Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:20.8113831Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.8149131Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.8234270Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.8612153Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:20.8939541Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.9074792Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:20.9741936Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:20.9761684Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.0069037Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.0384746Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.0664805Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.0826147Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:21.1390393Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.1420549Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.1514636Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.2267028Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.2603072Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.2856621Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:21.3015066Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.3272228Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.3471849Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.4046400Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.4272721Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.4759361Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.4772466Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:21.4854827Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.5227595Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.5938903Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.6072458Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.6332747Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:21.6627052Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.6639942Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.7147065Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.7565716Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.7961992Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.8158021Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:21.8280024Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:21.8337904Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:21.8989060Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:21.9347329Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:21.9476245Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:21.9679082Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.0181069Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.0381377Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.0684158Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.0991926Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.1009962Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.1221191Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.1793804Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.2217749Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.2308894Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.2630432Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.2989868Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.3046571Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.3386975Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.3843836Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.4121652Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.4146113Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.4475680Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.4786302Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.4896889Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.5387349Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.5490388Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.5550200Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.6105980Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.6226809Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.6768655Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.6798368Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.7164368Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.7398528Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.7504869Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.7752589Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.8653708Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.8660011Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.8672136Z [ 97%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.8973595Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:22.9175337Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:22.9275072Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.0344200Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.0357280Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.0534977Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.0586132Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.0807503Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.1058135Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.1895743Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.2015249Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.2093172Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.2387603Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.2538097Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.2793576Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:23.3730917Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.3733303Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:23.3827295Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.3956534Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.4425527Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.4549598Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:23.5201512Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.5435929Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:23.5454804Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.5902411Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.6089903Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.6171333Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:23.6986046Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.7007672Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:23.7168905Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.7739572Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.7748070Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.8208917Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:23.8528853Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.8885201Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:23.9004417Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:23.9305671Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:23.9475923Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:23.9854780Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:24.0289205Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.0456003Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:24.0465091Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:24.1182257Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:24.1203900Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.1308375Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:24.1692997Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.1958094Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:24.2023773Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:24.2715332Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:24.2998770Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.3023804Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:24.3384910Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.3792321Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:24.3889062Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:01:24.4273716Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:01:24.4564300Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.4695250Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:01:24.5184280Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:01:24.5300651Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:01:24.5584144Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.5980314Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.6124479Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.6322330Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.6706313Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.7169905Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.7278653Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.7490773Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.7783850Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.7825943Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.8337656Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.8741277Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:24.8745277Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.9225885Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:24.9517727Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.0001111Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.0268433Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.0394216Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.0541662Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.0810870Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.1236809Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.1668134Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.1947312Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.2022514Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.2220523Z [ 98%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.2462419Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.3162836Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.3188983Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.3723959Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.3809032Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.4030788Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.4415195Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.4786563Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.5108023Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.5335816Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.5672175Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.5956296Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.6050402Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.6750989Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.6761021Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.7073223Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.7386726Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.7489051Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.7632212Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.8535694Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.8724840Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.8926870Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.8989933Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:25.9222099Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:25.9473771Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.0095193Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.0143494Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.0602391Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.0736360Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.1210752Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.1475152Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.1554795Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.2112575Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.2140430Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.2490567Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.2934313Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.3070130Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.3266726Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:01:26.3744560Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:01:26.3773812Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-04-03T16:01:26.4104565Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-04-03T16:01:26.4368455Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-04-03T16:01:26.4524435Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-04-03T16:01:26.4596284Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-04-03T16:01:26.4818303Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-04-03T16:01:26.4853839Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-04-03T16:01:26.5074131Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-04-03T16:01:26.5075527Z [100%] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-04-03T16:01:26.5969292Z [100%] Built target microkernels-all 2024-04-03T16:01:26.6215643Z Install the project... 2024-04-03T16:01:26.6264794Z -- Install configuration: "Release" 2024-04-03T16:01:26.6444506Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2024-04-03T16:01:26.8626796Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2024-04-03T16:01:26.8633738Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2024-04-03T16:01:26.8642324Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2024-04-03T16:01:26.8651699Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2024-04-03T16:01:26.8660592Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Scalar_test" to "$ORIGIN" 2024-04-03T16:01:26.8668808Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2024-04-03T16:01:26.8677104Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2024-04-03T16:01:26.8686136Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2024-04-03T16:01:26.8695213Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2024-04-03T16:01:26.8704154Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2024-04-03T16:01:26.8714531Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cow_test" to "$ORIGIN" 2024-04-03T16:01:26.8732029Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2024-04-03T16:01:26.8740172Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2024-04-03T16:01:26.8748059Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2024-04-03T16:01:26.8755722Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2024-04-03T16:01:26.8764803Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2024-04-03T16:01:26.8773685Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2024-04-03T16:01:26.8781769Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2024-04-03T16:01:26.8790039Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2024-04-03T16:01:26.8798113Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2024-04-03T16:01:26.8806240Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2024-04-03T16:01:26.8814076Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2024-04-03T16:01:26.8822066Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2024-04-03T16:01:26.8830689Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2024-04-03T16:01:26.8838526Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bit_cast_test" to "$ORIGIN" 2024-04-03T16:01:26.8847419Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2024-04-03T16:01:26.8855694Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2024-04-03T16:01:26.8863879Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2024-04-03T16:01:26.8871992Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2024-04-03T16:01:26.8880033Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_generic_math_test" to "$ORIGIN" 2024-04-03T16:01:26.8902784Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2024-04-03T16:01:26.8910596Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2024-04-03T16:01:26.8919029Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2024-04-03T16:01:26.8929974Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2024-04-03T16:01:26.8939097Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2024-04-03T16:01:26.8947374Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2024-04-03T16:01:26.8969132Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_small_vector_test" to "$ORIGIN" 2024-04-03T16:01:26.8977217Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ssize_test" to "$ORIGIN" 2024-04-03T16:01:26.8985169Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_util_test" to "$ORIGIN" 2024-04-03T16:01:26.8994411Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2024-04-03T16:01:26.9002483Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2024-04-03T16:01:26.9010998Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2024-04-03T16:01:26.9020533Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2024-04-03T16:01:26.9032091Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2024-04-03T16:01:27.3091481Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_edge_op_registration" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3102795Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3108420Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3114109Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3179153Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3271050Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3275338Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3286401Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3295734Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3304613Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3314826Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3326422Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3456300Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3467909Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3472251Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3530319Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3539250Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3544332Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.3741789Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6293717Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/lib:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6296161Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6300017Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6312880Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6322079Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6332412Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6341675Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6351172Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6360614Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6370563Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6379615Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6388400Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_allocator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6397860Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6406837Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6420355Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6428917Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6437397Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6446908Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6456097Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6469243Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6477814Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6486875Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6496000Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6504909Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6513775Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6523177Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6531996Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6540731Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6549807Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6559742Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6569081Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6577756Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6586290Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6595235Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6604554Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6613257Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/StorageUtils_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6621941Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6633850Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6642623Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6646225Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6655167Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6664529Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6673316Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6676884Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6687766Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/legacy_vmap_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6696359Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6704861Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6713233Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6722664Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6738485Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6748697Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6765362Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6778964Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6796962Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6812291Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6822877Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6849645Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6857682Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6866647Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6875145Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6919424Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.6929678Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.7695456Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T16:01:27.8358260Z running bdist_wheel 2024-04-03T16:01:28.0020844Z running build 2024-04-03T16:01:28.0021172Z running build_py 2024-04-03T16:01:28.0100741Z creating build/lib.linux-x86_64-cpython-38 2024-04-03T16:01:28.0101823Z creating build/lib.linux-x86_64-cpython-38/functorch 2024-04-03T16:01:28.0103214Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch 2024-04-03T16:01:28.0109342Z creating build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0110417Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0111853Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0113158Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0114357Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0115850Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0117196Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0118429Z copying torch/_compile.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0119754Z copying torch/_custom_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0121720Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0122932Z copying torch/_guards.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0123941Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0125510Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0126494Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0128268Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0129508Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0132095Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0133507Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0135014Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0136311Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0137963Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0139150Z copying torch/_streambase.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0140411Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0141724Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0143980Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0145357Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0149314Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0151177Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0152624Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0154119Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0155302Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0157159Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0158611Z copying torch/library.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0160076Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0162494Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0163546Z copying torch/random.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0165163Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0166374Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0167857Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0169630Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0171505Z copying torch/types.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0172840Z copying torch/version.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.0175738Z creating build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0176832Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0178052Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0179647Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0180605Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0182865Z copying torchgen/gen_aoti_c_shim.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0184156Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0185558Z copying torchgen/gen_executorch.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0187010Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0188925Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0190658Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0192245Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0193262Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0195165Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0196630Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0197919Z copying torchgen/yaml_utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T16:01:28.0199419Z creating build/lib.linux-x86_64-cpython-38/functorch/_src 2024-04-03T16:01:28.0200982Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2024-04-03T16:01:28.0202192Z creating build/lib.linux-x86_64-cpython-38/functorch/compile 2024-04-03T16:01:28.0203383Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/compile 2024-04-03T16:01:28.0212295Z creating build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0213224Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0214475Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0215761Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0216853Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0218299Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0219790Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0220989Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0222401Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0223760Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T16:01:28.0225773Z creating build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T16:01:28.0226952Z copying functorch/einops/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T16:01:28.0232392Z copying functorch/einops/_parsing.py -> build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T16:01:28.0233832Z copying functorch/einops/rearrange.py -> build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T16:01:28.0235977Z creating build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T16:01:28.0237036Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T16:01:28.0244449Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T16:01:28.0245802Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T16:01:28.0247530Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd 2024-04-03T16:01:28.0248774Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd 2024-04-03T16:01:28.0254919Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms 2024-04-03T16:01:28.0256156Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms 2024-04-03T16:01:28.0261149Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional 2024-04-03T16:01:28.0262614Z copying functorch/_src/make_functional/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional 2024-04-03T16:01:28.0279461Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/vmap 2024-04-03T16:01:28.0280801Z copying functorch/_src/vmap/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/vmap 2024-04-03T16:01:28.0288391Z creating build/lib.linux-x86_64-cpython-38/torch/_awaits 2024-04-03T16:01:28.0289349Z copying torch/_awaits/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_awaits 2024-04-03T16:01:28.0294918Z creating build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T16:01:28.0296078Z copying torch/_custom_op/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T16:01:28.0297162Z copying torch/_custom_op/autograd.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T16:01:28.0298533Z copying torch/_custom_op/functional.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T16:01:28.0299731Z copying torch/_custom_op/impl.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T16:01:28.0302224Z creating build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T16:01:28.0303219Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T16:01:28.0308410Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T16:01:28.0310854Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T16:01:28.0312216Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T16:01:28.0314231Z creating build/lib.linux-x86_64-cpython-38/torch/_dispatch 2024-04-03T16:01:28.0315154Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2024-04-03T16:01:28.0316409Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2024-04-03T16:01:28.0321198Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0322209Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0332819Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0334153Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0335555Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0336946Z copying torch/_dynamo/cache_size.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0338369Z copying torch/_dynamo/callback.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0339692Z copying torch/_dynamo/code_context.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0341030Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0342340Z copying torch/_dynamo/compiled_autograd.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0343614Z copying torch/_dynamo/comptime.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0344874Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0346460Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0347883Z copying torch/_dynamo/create_parameter_op.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0349151Z copying torch/_dynamo/current_scope_id.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0350586Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0351938Z copying torch/_dynamo/decorators.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0353401Z copying torch/_dynamo/device_interface.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0354657Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0356129Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0357597Z copying torch/_dynamo/external_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0359305Z copying torch/_dynamo/funcname_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0360632Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0362180Z copying torch/_dynamo/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0363512Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0365153Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0366250Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0367501Z copying torch/_dynamo/polyfill.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0369124Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0370827Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0371984Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0373114Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0374300Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0375649Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0377903Z copying torch/_dynamo/tensor_version_op.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0379247Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0380621Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0381945Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0383039Z copying torch/_dynamo/trace_rules.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0385036Z copying torch/_dynamo/types.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0386216Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T16:01:28.0389519Z creating build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0390362Z copying torch/_export/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0396887Z copying torch/_export/error.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0398762Z copying torch/_export/exported_program.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0400844Z copying torch/_export/non_strict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0402692Z copying torch/_export/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0404432Z copying torch/_export/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0406400Z copying torch/_export/verifier.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0408295Z copying torch/_export/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T16:01:28.0411934Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0412791Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0418646Z copying torch/_functorch/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0420558Z copying torch/_functorch/apis.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0422533Z copying torch/_functorch/autograd_function.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0425022Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0427178Z copying torch/_functorch/benchmark_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0429231Z copying torch/_functorch/compile_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0431204Z copying torch/_functorch/compilers.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0433051Z copying torch/_functorch/config.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0434944Z copying torch/_functorch/deprecated.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0436944Z copying torch/_functorch/eager_transforms.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0438953Z copying torch/_functorch/functional_call.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0441158Z copying torch/_functorch/fx_minifier.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0443128Z copying torch/_functorch/make_functional.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0445183Z copying torch/_functorch/partitioners.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0447129Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0449092Z copying torch/_functorch/python_key.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0451201Z copying torch/_functorch/pytree_hacks.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0453290Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0455135Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0456140Z copying torch/_functorch/vmap.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T16:01:28.0457020Z creating build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0458213Z copying torch/_higher_order_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0461660Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0463931Z copying torch/_higher_order_ops/cond.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0466066Z copying torch/_higher_order_ops/effects.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0468197Z copying torch/_higher_order_ops/map.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0470357Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0472571Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0474806Z copying torch/_higher_order_ops/torchbind.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0477287Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0479656Z copying torch/_higher_order_ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0482210Z copying torch/_higher_order_ops/while_loop.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0484252Z copying torch/_higher_order_ops/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T16:01:28.0485365Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0486198Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0492342Z copying torch/_inductor/autotune_process.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0493831Z copying torch/_inductor/bounds.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0495256Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0496709Z copying torch/_inductor/comm_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0498126Z copying torch/_inductor/comms.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0499521Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0501026Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0502607Z copying torch/_inductor/constant_folding.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0504368Z copying torch/_inductor/coordinate_descent_tuner.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0505945Z copying torch/_inductor/cudagraph_trees.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0507482Z copying torch/_inductor/cudagraph_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0508968Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0510426Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0511929Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0513373Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0514785Z copying torch/_inductor/freezing.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0516227Z copying torch/_inductor/fx_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0517635Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0519103Z copying torch/_inductor/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0520766Z copying torch/_inductor/index_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0522252Z copying torch/_inductor/inductor_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0523628Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0526792Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0529490Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0531053Z copying torch/_inductor/ops_handler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0532573Z copying torch/_inductor/optimize_indexing.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0534116Z copying torch/_inductor/pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0535891Z copying torch/_inductor/quantized_lowerings.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0537368Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0538951Z copying torch/_inductor/select_algorithm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0541227Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0542668Z copying torch/_inductor/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0544106Z copying torch/_inductor/test_operators.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0545658Z copying torch/_inductor/triton_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0547257Z copying torch/_inductor/triton_heuristics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0548743Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0550282Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0551868Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T16:01:28.0554369Z creating build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0555229Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0560770Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0561920Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0563851Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0565031Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0566360Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0567847Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0569110Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0570555Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0571851Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0572972Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T16:01:28.0575502Z creating build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T16:01:28.0576343Z copying torch/_library/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T16:01:28.0585982Z copying torch/_library/abstract_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T16:01:28.0587233Z copying torch/_library/simple_registry.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T16:01:28.0588275Z copying torch/_library/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T16:01:28.0590443Z creating build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T16:01:28.0591274Z copying torch/_logging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T16:01:28.0595872Z copying torch/_logging/_internal.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T16:01:28.0597379Z copying torch/_logging/_registrations.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T16:01:28.0598714Z copying torch/_logging/structured.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T16:01:28.0602116Z creating build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0603085Z copying torch/_numpy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0604379Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0605984Z copying torch/_numpy/_casting_dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0607314Z copying torch/_numpy/_dtypes.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0608621Z copying torch/_numpy/_dtypes_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0609846Z copying torch/_numpy/_funcs.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0611212Z copying torch/_numpy/_funcs_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0612784Z copying torch/_numpy/_getlimits.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0614129Z copying torch/_numpy/_ndarray.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0615533Z copying torch/_numpy/_normalizations.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0616960Z copying torch/_numpy/_reductions_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0618040Z copying torch/_numpy/_ufuncs.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0619485Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0620614Z copying torch/_numpy/_util.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0621731Z copying torch/_numpy/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0623056Z copying torch/_numpy/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0624703Z copying torch/_numpy/random.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T16:01:28.0627041Z creating build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T16:01:28.0627900Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T16:01:28.0641240Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T16:01:28.0642491Z copying torch/_prims/debug_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T16:01:28.0643821Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T16:01:28.0645050Z copying torch/_prims/rng_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T16:01:28.0647825Z creating build/lib.linux-x86_64-cpython-38/torch/_prims_common 2024-04-03T16:01:28.0648738Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2024-04-03T16:01:28.0659180Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2024-04-03T16:01:28.0661325Z creating build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T16:01:28.0662541Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T16:01:28.0686198Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T16:01:28.0687942Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T16:01:28.0690073Z creating build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0691303Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0697301Z copying torch/_subclasses/fake_impls.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0698633Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0700902Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0703068Z copying torch/_subclasses/functional_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0705139Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0707217Z copying torch/_subclasses/schema_check_mode.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T16:01:28.0709057Z creating build/lib.linux-x86_64-cpython-38/torch/_vendor 2024-04-03T16:01:28.0710550Z copying torch/_vendor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor 2024-04-03T16:01:28.0712199Z creating build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T16:01:28.0713277Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T16:01:28.0717847Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T16:01:28.0719829Z copying torch/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T16:01:28.0722584Z creating build/lib.linux-x86_64-cpython-38/torch/ao 2024-04-03T16:01:28.0723777Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao 2024-04-03T16:01:28.0729958Z creating build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0731126Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0737171Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0738459Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0739669Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0740901Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0742686Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0743968Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0745881Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0747537Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0749091Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0750640Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0751950Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T16:01:28.0753355Z creating build/lib.linux-x86_64-cpython-38/torch/backends 2024-04-03T16:01:28.0754197Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends 2024-04-03T16:01:28.0769662Z creating build/lib.linux-x86_64-cpython-38/torch/compiler 2024-04-03T16:01:28.0771002Z copying torch/compiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/compiler 2024-04-03T16:01:28.0778145Z creating build/lib.linux-x86_64-cpython-38/torch/contrib 2024-04-03T16:01:28.0779665Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2024-04-03T16:01:28.0781505Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2024-04-03T16:01:28.0782637Z creating build/lib.linux-x86_64-cpython-38/torch/cpu 2024-04-03T16:01:28.0783755Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu 2024-04-03T16:01:28.0790211Z creating build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0791054Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0800682Z copying torch/cuda/_gpu_trace.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0804383Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0805947Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0808023Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0809763Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0811495Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0813139Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0815012Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0816657Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0818287Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0819889Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0821555Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0823220Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0824857Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0826584Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T16:01:28.0830154Z creating build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0831275Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0832645Z copying torch/distributed/_composable_state.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0834087Z copying torch/distributed/_functional_collectives.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0835683Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0837208Z copying torch/distributed/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0838586Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0839921Z copying torch/distributed/c10d_logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0841526Z copying torch/distributed/collective_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0842874Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0844041Z copying torch/distributed/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0845321Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0847842Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0849344Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0850893Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0852369Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0853777Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0854998Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T16:01:28.0859960Z creating build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0861256Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0866301Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0867633Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0868948Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0870552Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0871850Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0873142Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0874782Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0876266Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0877738Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0879187Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0880749Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0882054Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0883449Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0884884Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0886140Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0887365Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0888578Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0890062Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0891601Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0892991Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0894502Z copying torch/distributions/inverse_gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0895850Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0897293Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0898503Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0899742Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0901145Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0902412Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0903829Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0905286Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0906625Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0908406Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0909990Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0911711Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0913203Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0914722Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0916113Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0917641Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0919285Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0921078Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0922562Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0923947Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0925240Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0926427Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0927758Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0929084Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0930328Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T16:01:28.0931369Z creating build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0932532Z copying torch/export/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0941390Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0943175Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0944777Z copying torch/export/_safeguard.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0946126Z copying torch/export/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0947487Z copying torch/export/_tree_utils.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0948904Z copying torch/export/_unlift.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0950238Z copying torch/export/custom_obj.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0951654Z copying torch/export/dynamic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0953111Z copying torch/export/exported_program.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0954577Z copying torch/export/graph_signature.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0955620Z copying torch/export/unflatten.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T16:01:28.0957082Z creating build/lib.linux-x86_64-cpython-38/torch/fft 2024-04-03T16:01:28.0957920Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fft 2024-04-03T16:01:28.0972704Z creating build/lib.linux-x86_64-cpython-38/torch/func 2024-04-03T16:01:28.0973831Z copying torch/func/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/func 2024-04-03T16:01:28.0979539Z creating build/lib.linux-x86_64-cpython-38/torch/futures 2024-04-03T16:01:28.0980390Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/futures 2024-04-03T16:01:28.0989786Z creating build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0990511Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0991726Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0993031Z copying torch/fx/_lazy_graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0994072Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0995574Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0997119Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0998433Z copying torch/fx/config.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.0999557Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1001481Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1003345Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1004641Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1005907Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1007372Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1008762Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1010289Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1012040Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1013334Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.1017173Z creating build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1018250Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1024479Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1025954Z copying torch/jit/_await.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1027307Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1028531Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1029850Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1030962Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1032340Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1033718Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1035317Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1036440Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1037891Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1039092Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1040705Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1041990Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1043492Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1045615Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1046922Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1048304Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1049708Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1051364Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1052827Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1054644Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1055992Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1057307Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1058351Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T16:01:28.1059830Z creating build/lib.linux-x86_64-cpython-38/torch/linalg 2024-04-03T16:01:28.1060804Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/linalg 2024-04-03T16:01:28.1085932Z creating build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T16:01:28.1086756Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T16:01:28.1091754Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T16:01:28.1093213Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T16:01:28.1095533Z creating build/lib.linux-x86_64-cpython-38/torch/monitor 2024-04-03T16:01:28.1096451Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/monitor 2024-04-03T16:01:28.1101840Z creating build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T16:01:28.1102782Z copying torch/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T16:01:28.1108192Z copying torch/mps/event.py -> build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T16:01:28.1109692Z copying torch/mps/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T16:01:28.1111756Z creating build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1112750Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1117915Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1119282Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1120765Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1122199Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1123807Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T16:01:28.1125684Z creating build/lib.linux-x86_64-cpython-38/torch/nested 2024-04-03T16:01:28.1126655Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested 2024-04-03T16:01:28.1141534Z creating build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1142270Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1146655Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1148138Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1149589Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1150690Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1153777Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1155187Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1156535Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.1160408Z creating build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1161611Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1163093Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1164530Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1165987Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1167139Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1168326Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1169659Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1170803Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1172300Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1173658Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1175102Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1176174Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1177360Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1178792Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1180236Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1181719Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1183264Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1185094Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1186335Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1187596Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1189021Z copying torch/onnx/symbolic_opset18.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1190176Z copying torch/onnx/symbolic_opset19.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1191492Z copying torch/onnx/symbolic_opset20.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1192823Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1194035Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1195270Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1198171Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1200116Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T16:01:28.1204191Z creating build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1205086Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1210479Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1211566Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1212941Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1214397Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1215894Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1217300Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1218746Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1220158Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1221736Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1223370Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1224970Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1226468Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1228172Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1229273Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1230486Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1231782Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1233195Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.1236137Z creating build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1237085Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1243547Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1244967Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1246230Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1247312Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1248438Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1249847Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1251213Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1252504Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1253963Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1255536Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1256746Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1257907Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1259091Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1260550Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T16:01:28.1263027Z creating build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1263948Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1270343Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1271730Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1273402Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1274732Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1275925Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1277349Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T16:01:28.1280600Z creating build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1281898Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1286583Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1288026Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1289449Z copying torch/quantization/_quantized_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1290921Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1292370Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1293940Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1295507Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1296774Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1298437Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1299833Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1301269Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1302755Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1304165Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1305421Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1307037Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T16:01:28.1307895Z creating build/lib.linux-x86_64-cpython-38/torch/signal 2024-04-03T16:01:28.1308664Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal 2024-04-03T16:01:28.1314668Z creating build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1315595Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1323055Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1324672Z copying torch/sparse/_semi_structured_ops.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1325929Z copying torch/sparse/_triton_ops.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1327083Z copying torch/sparse/_triton_ops_meta.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1330628Z copying torch/sparse/semi_structured.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T16:01:28.1332301Z creating build/lib.linux-x86_64-cpython-38/torch/special 2024-04-03T16:01:28.1333241Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/special 2024-04-03T16:01:28.1350897Z creating build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T16:01:28.1361283Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T16:01:28.1362489Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T16:01:28.1364112Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T16:01:28.1365031Z creating build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1365799Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1371206Z copying torch/utils/_config_module.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1372362Z copying torch/utils/_content_store.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1373509Z copying torch/utils/_contextlib.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1374713Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1375989Z copying torch/utils/_cxx_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1377349Z copying torch/utils/_device.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1378608Z copying torch/utils/_foreach_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1379817Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1381334Z copying torch/utils/_import_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1382520Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1384028Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1385486Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1387068Z copying torch/utils/_stats.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1388429Z copying torch/utils/_traceback.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1389946Z copying torch/utils/_triton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1391355Z copying torch/utils/_typing_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1392611Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1394034Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1395434Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1397157Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1398782Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1400538Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1401805Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1403846Z copying torch/utils/deterministic.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1405185Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1406416Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1407678Z copying torch/utils/flop_counter.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1409798Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1411374Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1412745Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1414272Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1415435Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1416727Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1417944Z copying torch/utils/weak.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T16:01:28.1420606Z creating build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T16:01:28.1421685Z copying torch/xpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T16:01:28.1434335Z copying torch/xpu/_gpu_trace.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T16:01:28.1435691Z copying torch/xpu/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T16:01:28.1437024Z copying torch/xpu/random.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T16:01:28.1438342Z copying torch/xpu/streams.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T16:01:28.1441303Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1442565Z copying torch/_dynamo/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1443902Z copying torch/_dynamo/backends/common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1445314Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1446660Z copying torch/_dynamo/backends/debugging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1448051Z copying torch/_dynamo/backends/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1449441Z copying torch/_dynamo/backends/inductor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1450870Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1452404Z copying torch/_dynamo/backends/registry.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1453776Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1455124Z copying torch/_dynamo/backends/torchxla.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1456401Z copying torch/_dynamo/backends/tvm.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T16:01:28.1457767Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T16:01:28.1459227Z copying torch/_dynamo/repro/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T16:01:28.1460518Z copying torch/_dynamo/repro/after_aot.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T16:01:28.1462405Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T16:01:28.1466008Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1467073Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1488472Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1489789Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1491243Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1492884Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1494316Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1495848Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1497743Z copying torch/_dynamo/variables/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1499402Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1501005Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1502645Z copying torch/_dynamo/variables/iter.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1504115Z copying torch/_dynamo/variables/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1505581Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1507043Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1508608Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1510230Z copying torch/_dynamo/variables/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1511748Z copying torch/_dynamo/variables/sdpa.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1513156Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1514638Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1516586Z copying torch/_dynamo/variables/torch_function.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1518058Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T16:01:28.1520485Z creating build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T16:01:28.1521420Z copying torch/_export/db/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T16:01:28.1527877Z copying torch/_export/db/case.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T16:01:28.1529056Z copying torch/_export/db/gen_example.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T16:01:28.1530301Z copying torch/_export/db/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T16:01:28.1532443Z creating build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T16:01:28.1533900Z copying torch/_export/pass_infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T16:01:28.1535559Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T16:01:28.1537337Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T16:01:28.1538927Z creating build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1539976Z copying torch/_export/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1551894Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1553804Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1555669Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1557396Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1558964Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1560788Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1562144Z copying torch/_export/passes/replace_sym_size_ops_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1563993Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T16:01:28.1565343Z creating build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1566375Z copying torch/_export/serde/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1567613Z copying torch/_export/serde/schema.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1568875Z copying torch/_export/serde/schema_check.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1570070Z copying torch/_export/serde/serialize.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1572186Z copying torch/_export/serde/union.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1574329Z copying torch/_export/serde/upgrade.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:28.1579693Z creating build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1580843Z copying torch/_export/db/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1586740Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1588478Z copying torch/_export/db/examples/autograd_function.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1590016Z copying torch/_export/db/examples/class_method.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1591920Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1593986Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1596200Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1598131Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1599983Z copying torch/_export/db/examples/cond_operands.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1601796Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1603574Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1605523Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1607326Z copying torch/_export/db/examples/decorator.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1608994Z copying torch/_export/db/examples/dictionary.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1610597Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1612354Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1614244Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1616006Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1617709Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1619516Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1621238Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1623093Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1624740Z copying torch/_export/db/examples/list_contains.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1626388Z copying torch/_export/db/examples/list_unpack.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1627996Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1629728Z copying torch/_export/db/examples/nested_function.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1631330Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1632773Z copying torch/_export/db/examples/optional_input.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1634491Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1635931Z copying torch/_export/db/examples/scalar_output.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1637287Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1638648Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1639938Z copying torch/_export/db/examples/static_if.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1641765Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1643330Z copying torch/_export/db/examples/torch_sym_min.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1644988Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1646626Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T16:01:28.1647963Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1649368Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1651439Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1653093Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1654790Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1656486Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1657984Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1659499Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1661140Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1662625Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1664322Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1665844Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1667353Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T16:01:28.1668643Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1669938Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1671619Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1673428Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1675095Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1676803Z copying torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1678898Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1680842Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1682098Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1683287Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1685316Z copying torch/_inductor/codegen/triton_foreach.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1687208Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1689292Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1691347Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:28.1692837Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1694444Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1695946Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1697411Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1699167Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1700822Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1702323Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1703745Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1705189Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1706719Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1708153Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1709564Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1710988Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1712254Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1713612Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1715012Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1716242Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1717499Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1718740Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1720002Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1721380Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T16:01:28.1722361Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1723304Z copying torch/_inductor/kernel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1724974Z copying torch/_inductor/kernel/bmm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1727258Z copying torch/_inductor/kernel/conv.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1728619Z copying torch/_inductor/kernel/mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1729828Z copying torch/_inductor/kernel/mm_common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1731161Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1732558Z copying torch/_inductor/kernel/unpack_mixed_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T16:01:28.1734127Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1735399Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1737180Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1738761Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1740351Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1742129Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1743774Z copying torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1745323Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1746932Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1749166Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T16:01:28.1750506Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T16:01:28.1752082Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T16:01:28.1755162Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T16:01:28.1757149Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1759352Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1762053Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1764419Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1766917Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1769552Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1771904Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1774426Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1777062Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1779370Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1781376Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1783705Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1785453Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1787173Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1788906Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1790746Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1792475Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1794199Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1795929Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1797655Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1799387Z copying torch/_inductor/fx_passes/serialized_patterns/central_index.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:28.1800681Z creating build/lib.linux-x86_64-cpython-38/torch/_numpy/testing 2024-04-03T16:01:28.1801617Z copying torch/_numpy/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy/testing 2024-04-03T16:01:28.1818300Z copying torch/_numpy/testing/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy/testing 2024-04-03T16:01:28.1820641Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2024-04-03T16:01:28.1821948Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2024-04-03T16:01:28.1830457Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2024-04-03T16:01:28.1831447Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2024-04-03T16:01:28.1837017Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/special 2024-04-03T16:01:28.1838019Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/special 2024-04-03T16:01:28.1845029Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2024-04-03T16:01:28.1846112Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2024-04-03T16:01:28.1867444Z creating build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T16:01:28.1868484Z copying torch/_vendor/packaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T16:01:28.1871052Z copying torch/_vendor/packaging/_structures.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T16:01:28.1873299Z copying torch/_vendor/packaging/version.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T16:01:28.1874594Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn 2024-04-03T16:01:28.1875360Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn 2024-04-03T16:01:28.1888095Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T16:01:28.1889024Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T16:01:28.1890164Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T16:01:28.1891767Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T16:01:28.1894077Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2024-04-03T16:01:28.1895107Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2024-04-03T16:01:28.1901934Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2024-04-03T16:01:28.1905027Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1906088Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1916182Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1917908Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1919532Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1921148Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1922548Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1924008Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1925451Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1926780Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1928249Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1929725Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1931348Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1932824Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1934164Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1935721Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1937389Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1938720Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1940047Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T16:01:28.1942378Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2024-04-03T16:01:28.1943374Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2024-04-03T16:01:28.1948390Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2024-04-03T16:01:28.1949314Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2024-04-03T16:01:28.1956711Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2024-04-03T16:01:28.1957761Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2024-04-03T16:01:28.1965000Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2024-04-03T16:01:28.1966061Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2024-04-03T16:01:28.1984051Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2024-04-03T16:01:28.1986148Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2024-04-03T16:01:28.1987240Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2024-04-03T16:01:28.1992925Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2024-04-03T16:01:28.1994045Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2024-04-03T16:01:28.1999678Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2024-04-03T16:01:28.2001725Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2024-04-03T16:01:28.2002886Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2024-04-03T16:01:28.2008225Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2024-04-03T16:01:28.2009593Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2024-04-03T16:01:28.2014186Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:28.2015397Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:28.2021222Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:28.2023213Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:28.2025075Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:28.2026545Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:28.2027905Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:28.2036697Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.2038075Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.2043921Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.2045830Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.2047605Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.2049312Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.2051062Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:28.2052551Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:28.2064345Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:28.2066025Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2024-04-03T16:01:28.2067024Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2024-04-03T16:01:28.2072585Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T16:01:28.2073581Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T16:01:28.2078444Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T16:01:28.2079885Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T16:01:28.2081658Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T16:01:28.2082954Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2024-04-03T16:01:28.2084535Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2024-04-03T16:01:28.2120012Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2024-04-03T16:01:28.2122060Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T16:01:28.2123658Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T16:01:28.2129573Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T16:01:28.2131158Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T16:01:28.2132741Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2024-04-03T16:01:28.2133866Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2024-04-03T16:01:28.2141149Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2142393Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2147798Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2149641Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2151143Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2152706Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2154462Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2156279Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2158087Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2159794Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2161863Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2163233Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T16:01:28.2164329Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2024-04-03T16:01:28.2165487Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2024-04-03T16:01:28.2168358Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:28.2169691Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:28.2201254Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:28.2204340Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:28.2207185Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:28.2208679Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2210003Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2215382Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2218544Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2221701Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2224354Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2226038Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:28.2227949Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T16:01:28.2229970Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T16:01:28.2232519Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T16:01:28.2234528Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T16:01:28.2235644Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T16:01:28.2236910Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T16:01:28.2256592Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T16:01:28.2258748Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2260360Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2262267Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2264240Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2266157Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2268102Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2270015Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2271920Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2273996Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2275971Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2277804Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T16:01:28.2279610Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2024-04-03T16:01:28.2281824Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2024-04-03T16:01:28.2283816Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T16:01:28.2285791Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T16:01:28.2288378Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T16:01:28.2290985Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T16:01:28.2293865Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T16:01:28.2295956Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T16:01:28.2297971Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T16:01:28.2300551Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T16:01:28.2303360Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T16:01:28.2306098Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T16:01:28.2308997Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T16:01:28.2311493Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T16:01:28.2314366Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T16:01:28.2318088Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T16:01:28.2321153Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T16:01:28.2322815Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T16:01:28.2324605Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T16:01:28.2326019Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:28.2328038Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:28.2331463Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:28.2335033Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:28.2338549Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:28.2341154Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2343570Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2346474Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2349554Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2352830Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2355856Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2358940Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2362180Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2365472Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:28.2368133Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T16:01:28.2371231Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T16:01:28.2374291Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:28.2378002Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:28.2382255Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:28.2386638Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:28.2389638Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2391956Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2395058Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2398153Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2401249Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2404238Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2407045Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2409917Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2412977Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2415979Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2418855Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2421758Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2424648Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2427461Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T16:01:28.2429535Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2431483Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2433765Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2435064Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2436543Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2438566Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2441075Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2443438Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2445780Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2448244Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2450971Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2453448Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2455922Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2458319Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2460770Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2463181Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2465309Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2466732Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2468427Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2470681Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T16:01:28.2472572Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2474251Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2475680Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2477489Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2480384Z copying torch/ao/quantization/pt2e/generate_numeric_debug_handle.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2483084Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2485842Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2488396Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2490899Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2493341Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T16:01:28.2495326Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2497183Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2498739Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2501368Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2503777Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2505238Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2506745Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2509325Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2511913Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T16:01:28.2513198Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:28.2514463Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:28.2515997Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:28.2517574Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:28.2519849Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:28.2523131Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:28.2525067Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation 2024-04-03T16:01:28.2526460Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation 2024-04-03T16:01:28.2528177Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation 2024-04-03T16:01:28.2530295Z creating build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T16:01:28.2532113Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T16:01:28.2533589Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T16:01:28.2534808Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T16:01:28.2535797Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2024-04-03T16:01:28.2537495Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2024-04-03T16:01:28.2539599Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2024-04-03T16:01:28.2540589Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T16:01:28.2541522Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T16:01:28.2542647Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T16:01:28.2543815Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T16:01:28.2544949Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cpu 2024-04-03T16:01:28.2546580Z copying torch/backends/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cpu 2024-04-03T16:01:28.2548160Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2024-04-03T16:01:28.2549099Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2024-04-03T16:01:28.2550172Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2024-04-03T16:01:28.2551224Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2024-04-03T16:01:28.2553214Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2024-04-03T16:01:28.2553722Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mha 2024-04-03T16:01:28.2554599Z copying torch/backends/mha/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mha 2024-04-03T16:01:28.2554994Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2024-04-03T16:01:28.2555475Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2024-04-03T16:01:28.2555930Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2024-04-03T16:01:28.2556472Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2024-04-03T16:01:28.2556777Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mps 2024-04-03T16:01:28.2557269Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mps 2024-04-03T16:01:28.2557584Z creating build/lib.linux-x86_64-cpython-38/torch/backends/nnpack 2024-04-03T16:01:28.2558106Z copying torch/backends/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/nnpack 2024-04-03T16:01:28.2574588Z creating build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2024-04-03T16:01:28.2575485Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2024-04-03T16:01:28.2582032Z creating build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2024-04-03T16:01:28.2582644Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2024-04-03T16:01:28.2599056Z creating build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2024-04-03T16:01:28.2600147Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2024-04-03T16:01:28.2605257Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2024-04-03T16:01:28.2605775Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2024-04-03T16:01:28.2606876Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2024-04-03T16:01:28.2609221Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2024-04-03T16:01:28.2609795Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2024-04-03T16:01:28.2615485Z creating build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T16:01:28.2615922Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T16:01:28.2622257Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T16:01:28.2623484Z copying torch/cpu/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T16:01:28.2625779Z creating build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T16:01:28.2626236Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T16:01:28.2630832Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T16:01:28.2632269Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T16:01:28.2633660Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T16:01:28.2636101Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T16:01:28.2637100Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T16:01:28.2650851Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T16:01:28.2652204Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T16:01:28.2653215Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T16:01:28.2654206Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T16:01:28.2656606Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2657191Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2662284Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2664020Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2665122Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2666107Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2668467Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2669135Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T16:01:28.2670433Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2024-04-03T16:01:28.2671344Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2024-04-03T16:01:28.2676564Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2024-04-03T16:01:28.2677476Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2024-04-03T16:01:28.2688669Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2689673Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2690889Z copying torch/distributed/_spmd/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2692406Z copying torch/distributed/_spmd/batch_dim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2693678Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2694944Z copying torch/distributed/_spmd/config.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2696159Z copying torch/distributed/_spmd/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2697767Z copying torch/distributed/_spmd/distribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2699405Z copying torch/distributed/_spmd/experimental_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2700727Z copying torch/distributed/_spmd/gm_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2702087Z copying torch/distributed/_spmd/graph_optimization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2703378Z copying torch/distributed/_spmd/graph_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2705072Z copying torch/distributed/_spmd/iter_graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2706269Z copying torch/distributed/_spmd/log_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2707442Z copying torch/distributed/_spmd/parallel_mode.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2708573Z copying torch/distributed/_spmd/partial_lower.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T16:01:28.2711377Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2712445Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2713637Z copying torch/distributed/_tensor/_collective_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2715448Z copying torch/distributed/_tensor/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2716597Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2718412Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2719463Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2720850Z copying torch/distributed/_tensor/op_schema.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2722033Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2723722Z copying torch/distributed/_tensor/random.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2724824Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2726426Z copying torch/distributed/_tensor/sharding_prop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2727393Z copying torch/distributed/_tensor/tp_conv.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T16:01:28.2729817Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tools 2024-04-03T16:01:28.2730492Z copying torch/distributed/_tools/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tools 2024-04-03T16:01:28.2749753Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tools 2024-04-03T16:01:28.2751698Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2024-04-03T16:01:28.2752503Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2024-04-03T16:01:28.2765295Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2024-04-03T16:01:28.2767866Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2024-04-03T16:01:28.2768491Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2024-04-03T16:01:28.2776180Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2777055Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2784055Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2785446Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2786843Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2788256Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2789395Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2790744Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2792039Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2793349Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2794668Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2795917Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2798263Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2799690Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2801137Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2802239Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2804205Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2805352Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2807139Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2808148Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2810302Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2811442Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2813168Z copying torch/distributed/checkpoint/stateful.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2814341Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2815960Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T16:01:28.2818189Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2024-04-03T16:01:28.2818780Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2024-04-03T16:01:28.2826777Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2827664Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2832664Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2834286Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2835620Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2836848Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2838073Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2840575Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2841656Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2843674Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2844694Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2846870Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2848705Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2849836Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2851564Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2853778Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2855202Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2856256Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2857378Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2858732Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2860839Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2861835Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T16:01:28.2864740Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2024-04-03T16:01:28.2865482Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2024-04-03T16:01:28.2879549Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2024-04-03T16:01:28.2881841Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2024-04-03T16:01:28.2882590Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2024-04-03T16:01:28.2888939Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2024-04-03T16:01:28.2891586Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2892610Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2901250Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2903438Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2904291Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2905272Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2906414Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2907366Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2908636Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2909774Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2910949Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2912533Z copying torch/distributed/optim/named_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2913734Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2915066Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2916409Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2917742Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T16:01:28.2920525Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2024-04-03T16:01:28.2921150Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2024-04-03T16:01:28.2930453Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2931121Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2937242Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2938218Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2939969Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2941212Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2941946Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2943178Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2944243Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2945305Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2947969Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T16:01:28.2949194Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/tensor 2024-04-03T16:01:28.2950301Z copying torch/distributed/tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor 2024-04-03T16:01:28.2952652Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2953705Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2958970Z copying torch/distributed/_composable/fsdp/_fsdp_api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2960647Z copying torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2961814Z copying torch/distributed/_composable/fsdp/_fsdp_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2963060Z copying torch/distributed/_composable/fsdp/_fsdp_init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2964339Z copying torch/distributed/_composable/fsdp/_fsdp_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2965342Z copying torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2966913Z copying torch/distributed/_composable/fsdp/_fsdp_state.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2968125Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T16:01:28.2970104Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2024-04-03T16:01:28.2970899Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2024-04-03T16:01:28.2976563Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2024-04-03T16:01:28.2977315Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2024-04-03T16:01:28.2992405Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2024-04-03T16:01:28.2994550Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.2995340Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3004744Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3006066Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3007438Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3008739Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3010054Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3011455Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3012451Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.3014715Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2024-04-03T16:01:28.3015604Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2024-04-03T16:01:28.3021339Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2024-04-03T16:01:28.3023808Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:28.3024565Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:28.3031525Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:28.3033362Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:28.3035005Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:28.3037343Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3038321Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3043506Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3044496Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3045937Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3047356Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3048712Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:28.3051268Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:28.3052468Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:28.3053849Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:28.3055651Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:28.3056794Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:28.3058232Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T16:01:28.3058941Z copying torch/distributed/_tensor/debug/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T16:01:28.3064300Z copying torch/distributed/_tensor/debug/comm_mode.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T16:01:28.3065571Z copying torch/distributed/_tensor/debug/op_coverage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T16:01:28.3066893Z copying torch/distributed/_tensor/debug/visualize_sharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T16:01:28.3068899Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental 2024-04-03T16:01:28.3069910Z copying torch/distributed/_tensor/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental 2024-04-03T16:01:28.3075670Z copying torch/distributed/_tensor/experimental/tp_transform.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental 2024-04-03T16:01:28.3078114Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3078901Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3083717Z copying torch/distributed/_tensor/ops/basic_strategy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3084928Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3086329Z copying torch/distributed/_tensor/ops/conv_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3087586Z copying torch/distributed/_tensor/ops/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3088766Z copying torch/distributed/_tensor/ops/experimental_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3089822Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3091537Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3092809Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3094271Z copying torch/distributed/_tensor/ops/random_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3095458Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3097072Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3098383Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T16:01:28.3100576Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2024-04-03T16:01:28.3101458Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2024-04-03T16:01:28.3102842Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2024-04-03T16:01:28.3104822Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2024-04-03T16:01:28.3105716Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2024-04-03T16:01:28.3115002Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2024-04-03T16:01:28.3117233Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T16:01:28.3118367Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T16:01:28.3123586Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T16:01:28.3125823Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2024-04-03T16:01:28.3127039Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2024-04-03T16:01:28.3127988Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2024-04-03T16:01:28.3130393Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3131374Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3149361Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3150715Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3151944Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3153557Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3154832Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3156089Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3157171Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3158551Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:28.3160017Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:28.3161281Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:28.3162497Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:28.3163866Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:28.3164873Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:28.3167262Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2024-04-03T16:01:28.3168355Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2024-04-03T16:01:28.3169614Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T16:01:28.3170780Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T16:01:28.3176702Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T16:01:28.3178123Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T16:01:28.3179532Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2024-04-03T16:01:28.3180521Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2024-04-03T16:01:28.3185840Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2024-04-03T16:01:28.3188023Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:28.3188856Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:28.3193565Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:28.3195314Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:28.3196232Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:28.3198661Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3199400Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3214296Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3215899Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3217178Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3218989Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3220572Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3221638Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3222964Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3224165Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3225547Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3227204Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T16:01:28.3229599Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T16:01:28.3230536Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T16:01:28.3251380Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T16:01:28.3252598Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T16:01:28.3253666Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T16:01:28.3255550Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3256535Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3265496Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3266856Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3267772Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3268888Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3269682Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T16:01:28.3271921Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T16:01:28.3272932Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T16:01:28.3281331Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T16:01:28.3282916Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T16:01:28.3285078Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:28.3286291Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:28.3293303Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:28.3294348Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:28.3297170Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:28.3298271Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:28.3303212Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:28.3304837Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:28.3305531Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T16:01:28.3306770Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T16:01:28.3317236Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T16:01:28.3318421Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T16:01:28.3320565Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2024-04-03T16:01:28.3321435Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2024-04-03T16:01:28.3322620Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2024-04-03T16:01:28.3325080Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2024-04-03T16:01:28.3326006Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2024-04-03T16:01:28.3327076Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2024-04-03T16:01:28.3329214Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2024-04-03T16:01:28.3330037Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2024-04-03T16:01:28.3331509Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2024-04-03T16:01:28.3334040Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3335109Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3336509Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3337955Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3339269Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3340742Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3342104Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3343508Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3344777Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3346565Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3347861Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3349230Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3350597Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T16:01:28.3352864Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:28.3353731Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:28.3362230Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:28.3363467Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:28.3365661Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3366408Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3372045Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3373612Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3374774Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3375922Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3377035Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:28.3378862Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2024-04-03T16:01:28.3379508Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2024-04-03T16:01:28.3390562Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2024-04-03T16:01:28.3393124Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3393957Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3398740Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3400041Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3401107Z copying torch/distributed/tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3404168Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3405451Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3406774Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3407811Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3408803Z copying torch/distributed/tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T16:01:28.3411621Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3412669Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3414198Z copying torch/fx/experimental/_backward_state.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3415584Z copying torch/fx/experimental/_config.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3416993Z copying torch/fx/experimental/_sym_dispatch_mode.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3418410Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3419914Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3421260Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3422720Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3424106Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3425492Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3426864Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3428325Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3429908Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3431136Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3433077Z copying torch/fx/experimental/recording.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3434453Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3435578Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3437055Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3438121Z copying torch/fx/experimental/sym_node.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3439816Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3443041Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3444090Z copying torch/fx/experimental/validator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T16:01:28.3447181Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3448138Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3449952Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3451189Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3452423Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3453891Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3455094Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3456419Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3457716Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3459090Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3460221Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3462069Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3463142Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3464469Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3466101Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3467635Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T16:01:28.3470444Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3471522Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3473253Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3474732Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3476367Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3477921Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3479225Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3480573Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3481414Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:28.3483919Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3484731Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3485777Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3486890Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3488260Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3489708Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3490858Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3492197Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3493291Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T16:01:28.3495775Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3496751Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3502843Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3504177Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3505472Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3506726Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3507959Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:28.3509689Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2024-04-03T16:01:28.3510394Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2024-04-03T16:01:28.3512176Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2024-04-03T16:01:28.3514064Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2024-04-03T16:01:28.3515527Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2024-04-03T16:01:28.3517771Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T16:01:28.3518706Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T16:01:28.3524230Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T16:01:28.3525271Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T16:01:28.3526797Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T16:01:28.3529726Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2024-04-03T16:01:28.3530809Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2024-04-03T16:01:28.3532224Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2024-04-03T16:01:28.3535204Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3535918Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3557087Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3558167Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3559603Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3561920Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3563438Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T16:01:28.3566173Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2024-04-03T16:01:28.3567213Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2024-04-03T16:01:28.3568412Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2024-04-03T16:01:28.3570183Z creating build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2024-04-03T16:01:28.3570908Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2024-04-03T16:01:28.3572046Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2024-04-03T16:01:28.3573929Z creating build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2024-04-03T16:01:28.3574414Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2024-04-03T16:01:28.3581891Z creating build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3582964Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3591403Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3592690Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3594269Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3595543Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3597293Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3598292Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3599623Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T16:01:28.3601815Z creating build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T16:01:28.3603201Z copying torch/nested/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T16:01:28.3604177Z copying torch/nested/_internal/nested_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T16:01:28.3605690Z copying torch/nested/_internal/ops.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T16:01:28.3607257Z copying torch/nested/_internal/sdpa.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T16:01:28.3609473Z creating build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T16:01:28.3610520Z copying torch/nn/attention/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T16:01:28.3620568Z copying torch/nn/attention/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T16:01:28.3621593Z copying torch/nn/attention/bias.py -> build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T16:01:28.3623999Z creating build/lib.linux-x86_64-cpython-38/torch/nn/backends 2024-04-03T16:01:28.3625172Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2024-04-03T16:01:28.3626610Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2024-04-03T16:01:28.3628960Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2024-04-03T16:01:28.3629468Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2024-04-03T16:01:28.3638670Z creating build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3639272Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3651325Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3653310Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3654682Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3656192Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3657946Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3659173Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3660712Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3662592Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3663721Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3664940Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3666365Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3667711Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3669070Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3670410Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3671676Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3673708Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3675828Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3677265Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3678803Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3679989Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3682079Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3683750Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3685147Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3686772Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3688020Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T16:01:28.3690184Z creating build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3691260Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3700582Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3701553Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3703220Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3704251Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3706716Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3707951Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3708960Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T16:01:28.3710916Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat 2024-04-03T16:01:28.3711762Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat 2024-04-03T16:01:28.3742136Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2024-04-03T16:01:28.3742819Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2024-04-03T16:01:28.3759426Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2024-04-03T16:01:28.3759945Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2024-04-03T16:01:28.3765502Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2024-04-03T16:01:28.3768833Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3769661Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3775155Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3776773Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3777938Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3779184Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3780787Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3781852Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3783129Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3784418Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3785608Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3787162Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3788576Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3790282Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3791958Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3792948Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3794580Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T16:01:28.3796643Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2024-04-03T16:01:28.3797551Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2024-04-03T16:01:28.3804528Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2024-04-03T16:01:28.3805645Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2024-04-03T16:01:28.3806718Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2024-04-03T16:01:28.3814256Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2024-04-03T16:01:28.3814908Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2024-04-03T16:01:28.3823606Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:28.3824305Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:28.3830063Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:28.3831400Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:28.3832462Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:28.3834505Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:28.3835277Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:28.3841640Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.3842407Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.3860954Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.3861908Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.3863376Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:28.3865614Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:28.3866771Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:28.3871373Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:28.3872374Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2024-04-03T16:01:28.3873333Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2024-04-03T16:01:28.3878449Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T16:01:28.3879140Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T16:01:28.3885314Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T16:01:28.3886385Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T16:01:28.3887901Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T16:01:28.3890374Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2024-04-03T16:01:28.3891140Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2024-04-03T16:01:28.3896769Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2024-04-03T16:01:28.3898612Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T16:01:28.3899267Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T16:01:28.3905271Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T16:01:28.3906404Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T16:01:28.3908152Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2024-04-03T16:01:28.3909152Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2024-04-03T16:01:28.3913713Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2024-04-03T16:01:28.3914712Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2024-04-03T16:01:28.3921182Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3922124Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3937442Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3938732Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3939857Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3941379Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3942451Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3943773Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3944985Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3946651Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3947693Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3948810Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T16:01:28.3951423Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3952318Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3956899Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3957966Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3959466Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3961075Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3962284Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T16:01:28.3964604Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:28.3965427Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:28.3972195Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:28.3973289Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:28.3975340Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:28.3977149Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3977837Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3983005Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3984266Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3985739Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3986845Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3988192Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3989478Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3990675Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3992014Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3992981Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T16:01:28.3995249Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.3995985Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.3997664Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.3998851Z copying torch/onnx/_internal/exporter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.4000826Z copying torch/onnx/_internal/io_adapter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.4002222Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.4003518Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.4005048Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.4006558Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T16:01:28.4008700Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T16:01:28.4009466Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T16:01:28.4011509Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T16:01:28.4022619Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T16:01:28.4023864Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4024863Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4025906Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4027101Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4027761Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4028408Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4029148Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4029957Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4030774Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4031650Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4032484Z copying torch/onnx/_internal/fx/op_validation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4033372Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4034633Z copying torch/onnx/_internal/fx/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4035882Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4037508Z copying torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4038462Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T16:01:28.4041507Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4042288Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4047519Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4048722Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4050143Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4051626Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4052837Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:28.4059282Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4060115Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4066227Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4067523Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4068750Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4070186Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4071367Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4072384Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4074735Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4075921Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4077056Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4078273Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4079493Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4080839Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4081987Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4083603Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4085010Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4086120Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4087284Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4088866Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4090310Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4091751Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4093150Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4095141Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4096250Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4097701Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4098837Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4100239Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4101555Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4102701Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4103750Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4104845Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4105954Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4107224Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4108392Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4109560Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4111140Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4112200Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4113735Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4114882Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4116139Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4117695Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4118950Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4120322Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4121459Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4123501Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4124963Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4126621Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4127870Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4129023Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4130354Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4131906Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4133003Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4134395Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4135788Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4136884Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:28.4139163Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis 2024-04-03T16:01:28.4140061Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis 2024-04-03T16:01:28.4145759Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis 2024-04-03T16:01:28.4148245Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4149146Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4155300Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4156490Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4158042Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4159222Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4160797Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4162075Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4163970Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T16:01:28.4165699Z creating build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2024-04-03T16:01:28.4166955Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2024-04-03T16:01:28.4172615Z creating build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T16:01:28.4173243Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T16:01:28.4178673Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T16:01:28.4179817Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T16:01:28.4181220Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T16:01:28.4184797Z creating build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4185352Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4190733Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4191763Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4193253Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4195026Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4196561Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4198967Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4200459Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4201829Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4203702Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4205280Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4206664Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T16:01:28.4209069Z creating build/lib.linux-x86_64-cpython-38/torch/signal/windows 2024-04-03T16:01:28.4209884Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2024-04-03T16:01:28.4219644Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2024-04-03T16:01:28.4224713Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4225930Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4227370Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4229142Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4230935Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4232488Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4234151Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4236596Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4237956Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4240050Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4241878Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4244375Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4246036Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4255089Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4256230Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4260134Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4262754Z copying torch/testing/_internal/common_optimizers.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4265157Z copying torch/testing/_internal/common_pruning.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4266735Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4269628Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4270900Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4272486Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4276361Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4277293Z copying torch/testing/_internal/custom_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4278942Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4279898Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4281834Z copying torch/testing/_internal/hop_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4283100Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4284723Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4286168Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4287259Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4289021Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4290275Z copying torch/testing/_internal/logging_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4291686Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4292918Z copying torch/testing/_internal/static_module.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4294204Z copying torch/testing/_internal/triton_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4295458Z copying torch/testing/_internal/two_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T16:01:28.4297937Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2024-04-03T16:01:28.4298988Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2024-04-03T16:01:28.4305122Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T16:01:28.4305751Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T16:01:28.4310855Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T16:01:28.4311743Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T16:01:28.4314452Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4316322Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4317795Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4319254Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4320989Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4322044Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4326641Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4328191Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4329148Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4331051Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4332139Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T16:01:28.4334422Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2024-04-03T16:01:28.4335118Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2024-04-03T16:01:28.4336918Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2024-04-03T16:01:28.4342214Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T16:01:28.4343048Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T16:01:28.4348219Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T16:01:28.4350476Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T16:01:28.4351354Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T16:01:28.4354355Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4355021Z copying torch/testing/_internal/optests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4361187Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4362374Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4363856Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4366004Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4366673Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T16:01:28.4368299Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T16:01:28.4369141Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T16:01:28.4370562Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T16:01:28.4372010Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T16:01:28.4373712Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2024-04-03T16:01:28.4374512Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2024-04-03T16:01:28.4380098Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2024-04-03T16:01:28.4382341Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2024-04-03T16:01:28.4383295Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2024-04-03T16:01:28.4384796Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2024-04-03T16:01:28.4386208Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2024-04-03T16:01:28.4387358Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2024-04-03T16:01:28.4389062Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2024-04-03T16:01:28.4389887Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2024-04-03T16:01:28.4391778Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4392606Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4394045Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4396423Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4397584Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4398775Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4399922Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4401307Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4404268Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:28.4406091Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.4407057Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.4423143Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.4424169Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:28.4425733Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2024-04-03T16:01:28.4426961Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2024-04-03T16:01:28.4428175Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2024-04-03T16:01:28.4430180Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:28.4431494Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:28.4433194Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:28.4434347Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:28.4436235Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:28.4437343Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:28.4438843Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:28.4440110Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:28.4442119Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:28.4444433Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4445316Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4451292Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4452664Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4453918Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4455888Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4457171Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4458485Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:28.4460798Z creating build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4461673Z copying torch/utils/_sympy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4462489Z copying torch/utils/_sympy/functions.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4464117Z copying torch/utils/_sympy/interp.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4465233Z copying torch/utils/_sympy/reference.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4466886Z copying torch/utils/_sympy/singleton_int.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4467929Z copying torch/utils/_sympy/solve.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4469252Z copying torch/utils/_sympy/value_ranges.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T16:01:28.4471759Z creating build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2024-04-03T16:01:28.4472416Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2024-04-03T16:01:28.4484151Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2024-04-03T16:01:28.4484707Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2024-04-03T16:01:28.4486879Z creating build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2024-04-03T16:01:28.4487553Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2024-04-03T16:01:28.4488750Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2024-04-03T16:01:28.4491845Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4492360Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4497588Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4498931Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4500159Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4501915Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4502810Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4504142Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4505131Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T16:01:28.4507778Z creating build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T16:01:28.4508370Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T16:01:28.4514407Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T16:01:28.4515146Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T16:01:28.4519232Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T16:01:28.4520751Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T16:01:28.4523456Z creating build/lib.linux-x86_64-cpython-38/torch/utils/jit 2024-04-03T16:01:28.4523919Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2024-04-03T16:01:28.4528848Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2024-04-03T16:01:28.4531003Z creating build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:28.4531600Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:28.4551089Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:28.4553652Z creating build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4554577Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4559397Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4560903Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4562139Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4563235Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4564719Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4566395Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4567018Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4568110Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4569430Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T16:01:28.4571676Z creating build/lib.linux-x86_64-cpython-38/torch/utils/viz 2024-04-03T16:01:28.4573099Z copying torch/utils/viz/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/viz 2024-04-03T16:01:28.4574031Z copying torch/utils/viz/_cycles.py -> build/lib.linux-x86_64-cpython-38/torch/utils/viz 2024-04-03T16:01:28.4576460Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4577216Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4578444Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4579880Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4580809Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4582404Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4583728Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4584622Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T16:01:28.4586966Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4588097Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4589319Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4591023Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4591910Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4593149Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4594287Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:28.4597082Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4597858Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4599115Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4600741Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4601846Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4603182Z copying torch/utils/benchmark/utils/compile.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4604363Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4605364Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4606866Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4608333Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:28.4611351Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:28.4612946Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:28.4614714Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:28.4616725Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4617526Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4631646Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4632860Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4634328Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4635989Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4637486Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T16:01:28.4641063Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4642215Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4643556Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4645246Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4646638Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4648373Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4650146Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.4653252Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:28.4654041Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:28.4660174Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:28.4661965Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:28.4663478Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:28.4665078Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:28.4667670Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4668532Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4674068Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4675022Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4676118Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4678471Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4679481Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4680443Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4681844Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4684013Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4685153Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4686639Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4687804Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T16:01:28.4690268Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4690949Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4696932Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4698080Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4699817Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4700920Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4702087Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T16:01:28.4704500Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T16:01:28.4705492Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T16:01:28.4706697Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T16:01:28.4708048Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T16:01:28.4709628Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T16:01:28.4712405Z creating build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4713193Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4714350Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4716100Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4717389Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4718545Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4719780Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4721207Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4722740Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4724032Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4725754Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4726925Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4728186Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4729472Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T16:01:28.4732253Z creating build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4733070Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4734275Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4735767Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4737096Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4738263Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4739680Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T16:01:28.4742022Z creating build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T16:01:28.4742763Z copying torchgen/executorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T16:01:28.4743538Z copying torchgen/executorch/model.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T16:01:28.4744943Z copying torchgen/executorch/parse.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T16:01:28.4746948Z creating build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T16:01:28.4747680Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T16:01:28.4749048Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T16:01:28.4750329Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T16:01:28.4752486Z creating build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T16:01:28.4753234Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T16:01:28.4754221Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T16:01:28.4755925Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T16:01:28.4758423Z creating build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T16:01:28.4759174Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T16:01:28.4760368Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T16:01:28.4762513Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T16:01:28.4763114Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T16:01:28.4764720Z creating build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T16:01:28.4765477Z copying torchgen/api/types/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T16:01:28.4766691Z copying torchgen/api/types/signatures.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T16:01:28.4768140Z copying torchgen/api/types/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T16:01:28.4769443Z copying torchgen/api/types/types_base.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T16:01:28.4771765Z creating build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T16:01:28.4772427Z copying torchgen/executorch/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T16:01:28.4773620Z copying torchgen/executorch/api/custom_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T16:01:28.4774856Z copying torchgen/executorch/api/et_cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T16:01:28.4775973Z copying torchgen/executorch/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T16:01:28.4778188Z creating build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T16:01:28.4779081Z copying torchgen/executorch/api/types/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T16:01:28.4780585Z copying torchgen/executorch/api/types/signatures.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T16:01:28.4781859Z copying torchgen/executorch/api/types/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T16:01:28.5182569Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.5183021Z creating build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5183609Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5220482Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5256556Z copying torch/bin/test_edge_op_registration -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5261809Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5308093Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5372437Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5374066Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5379609Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5385358Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5390830Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5396476Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5403260Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5495737Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5502031Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5503911Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5536579Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T16:01:28.5538284Z creating build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5539212Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5544730Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5550026Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5555363Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5561478Z copying torch/test/c10_Scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5566916Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5572339Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5577464Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5582997Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5588602Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5594298Z copying torch/test/c10_cow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5601338Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5607070Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5612307Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5617468Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5622798Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5628517Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5634183Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5639392Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5645185Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5650447Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5655704Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5661014Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5665965Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5671390Z copying torch/test/c10_bit_cast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5676539Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5682396Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5687930Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5693384Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5698515Z copying torch/test/c10_generic_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5703706Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5719848Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5725038Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5730698Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5738150Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5744309Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5749672Z copying torch/test/c10_small_vector_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5765651Z copying torch/test/c10_ssize_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5770841Z copying torch/test/c10_string_util_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5776153Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5781979Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5787198Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5793086Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5797486Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5804739Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5810127Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5816729Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5822541Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5828327Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5834180Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5840353Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5846578Z copying torch/test/cpu_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5851336Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5857230Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5862317Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5871178Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5876161Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5881576Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5888123Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5893779Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5902109Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5907052Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5912493Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5917832Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5923500Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5928595Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5934210Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5939264Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5944529Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5949584Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5955972Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5961585Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5966806Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5971962Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5977422Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5983025Z copying torch/test/StorageUtils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5988187Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.5993359Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6001359Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6006677Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6008230Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6013916Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6020154Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6025582Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6027077Z copying torch/test/legacy_vmap_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6033630Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6039006Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6044634Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6049926Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6056224Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6066716Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6073610Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6084859Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6094247Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6106369Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6116589Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6122855Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6132032Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6137693Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6143033Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6148338Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6179619Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T16:01:28.6185583Z copying torch/_VF.pyi -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.6194112Z copying torch/return_types.pyi -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T16:01:28.6195600Z creating build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6196838Z copying torch/_C/_aoti.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6198149Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6199466Z copying torch/_C/_cpu.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6201057Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6202377Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6203663Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6204817Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6206108Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6207312Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6208565Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6209602Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6210905Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6212227Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6213351Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6214635Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6216458Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6217783Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6219239Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6220647Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6224925Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6233122Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T16:01:28.6234362Z copying torch/fx/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T16:01:28.6236393Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6237789Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6239289Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6240614Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6241866Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6243110Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6244214Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6245554Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6246710Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6248123Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6249651Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6250809Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6252059Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6253316Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6254610Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6255997Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T16:01:28.6257187Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.6258193Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T16:01:28.6260027Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T16:01:28.6261593Z creating build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6262697Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6270813Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6277171Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6280459Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6283243Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6284909Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.6430437Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.8338854Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.8340570Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T16:01:28.8341795Z creating build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8342819Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8344386Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8345828Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8347238Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8348664Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8349952Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8351296Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8352829Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8354055Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8355386Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8358027Z copying torch/include/experiments-config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8359437Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8360961Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8362368Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8363750Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8365358Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8366695Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8368270Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8369521Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8370815Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8371771Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8374943Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T16:01:28.8376040Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8377938Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8379447Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8380711Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8381918Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8383086Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8384295Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8385758Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8387298Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8388644Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8390036Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8391299Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8392552Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8393823Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8395083Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8396414Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8397777Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8399062Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8400566Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8402047Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8403466Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8405212Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8406657Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8408051Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8409418Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8410893Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8412273Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8413760Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8415322Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8416796Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8418134Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8419600Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8421016Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8422484Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8424181Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8425921Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8427430Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8428899Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8430313Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8431766Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8433459Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8435077Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8436519Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8438014Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8439497Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8441282Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8442670Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8444090Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8445330Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8446712Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8448200Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8449769Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8451375Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8453067Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8454808Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8456504Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8458316Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8459795Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8461224Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8462869Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8464470Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8465942Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8467347Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8469023Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8470862Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8472342Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8473451Z copying torch/include/ATen/StorageUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8475092Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8476390Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8477741Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8479095Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8480617Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8482097Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8483844Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8485372Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8487064Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8488585Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8490269Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8491806Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8493129Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8494487Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8495770Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8497121Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8498410Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8499685Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8501117Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8502637Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8503960Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8505133Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8506481Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8507901Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8509034Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8510328Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8511773Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8513086Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8514499Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8515864Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8517087Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8518771Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8520941Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8522586Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8524325Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8525951Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8527468Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8529216Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8531021Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8532427Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8536407Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8537789Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8540137Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8544768Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8549510Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8551127Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8565246Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8579569Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8585901Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8598023Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8599833Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T16:01:28.8603051Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T16:01:28.8604314Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T16:01:28.8606168Z copying torch/include/ATen/cpu/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T16:01:28.8607673Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T16:01:28.8608943Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8610127Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8611840Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8614124Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8616068Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8618384Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8620921Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8623000Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8625270Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8627216Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8629350Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8631500Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8633587Z copying torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8635810Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8637615Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8639576Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:28.8641420Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8643119Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8645270Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8647513Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8649609Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8651862Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8653822Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8656003Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8657956Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8659962Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8662056Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8664103Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8666197Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8668385Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:28.8670154Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T16:01:28.8672195Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T16:01:28.8674129Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8675743Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8677460Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8679187Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8681685Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8684250Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8686375Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8688627Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8690981Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8692996Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8695096Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:28.8697205Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8699134Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8701538Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8703432Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8705379Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8707417Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8709222Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8711155Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8713012Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8714953Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T16:01:28.8716576Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8718293Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8720334Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8722444Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8724312Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8726014Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8727870Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8729821Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8731835Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8733980Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8736004Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8737703Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8739471Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8741082Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8742658Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8744311Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8745709Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8747184Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8748730Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8750056Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8751435Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8752827Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8754367Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8755905Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8757568Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8759167Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8760914Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8762553Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8764304Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8765865Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8767192Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8768458Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8769824Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8771241Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8772659Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8774073Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8775634Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8777384Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8779062Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8780647Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8781989Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8783429Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8784955Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8786406Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8787916Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8789287Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8790774Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8792292Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8793826Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8795447Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8797017Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8798509Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8800137Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8802225Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8804171Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8805842Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8807517Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8809159Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8810777Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8812229Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8813777Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8815463Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8817125Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8818717Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8820309Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8821968Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8823646Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8825059Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8826586Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8828184Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8829616Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8831050Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8832980Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8834525Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T16:01:28.8835681Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8836928Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8838660Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8840129Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8841810Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8843380Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8844931Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8846522Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8847992Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8849956Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8852100Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8854000Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8855701Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8857470Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8859568Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8861215Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8863148Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8864934Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8867039Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8868972Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8870866Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8873148Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8874983Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8877069Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8878952Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8880574Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8882080Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8883578Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8885019Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8886568Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8888244Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8889945Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8891692Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8893149Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8894796Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8896479Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8898009Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8899579Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T16:01:28.8900944Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8902490Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8904694Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8906790Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8908756Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8910799Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8912642Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8914295Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8915923Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8917676Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8919409Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T16:01:28.8921459Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8923020Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8925152Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8927277Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8929144Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8930911Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8932646Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8934406Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T16:01:28.8935798Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8936509Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8937228Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8937877Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8938573Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8939206Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8939861Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8940567Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T16:01:28.8941029Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8941827Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8942726Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8943687Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8944512Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8945384Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8946196Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8947208Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8948133Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8949254Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8950133Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8951005Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8951846Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8952677Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T16:01:28.8953085Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T16:01:28.8953768Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T16:01:28.8954471Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T16:01:28.8954828Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T16:01:28.8955286Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T16:01:28.8956128Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T16:01:28.8957221Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T16:01:28.8958050Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T16:01:28.8959187Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T16:01:28.8959557Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8960461Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8961057Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8961643Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8962457Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8963019Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8963622Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8964335Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8964978Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8965616Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8966248Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8966897Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T16:01:28.8967255Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8967957Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8968644Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8969314Z copying torch/include/ATen/miopen/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8969904Z copying torch/include/ATen/miopen/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8970662Z copying torch/include/ATen/miopen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8971482Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T16:01:28.8971827Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8972755Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8973450Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8974407Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8975324Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8976086Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8977013Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8977718Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8978571Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8979515Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8980383Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T16:01:28.8980962Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8981635Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8982421Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8983246Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8984020Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8984756Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8985576Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8986251Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8987008Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8987771Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8988660Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8989533Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8990367Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8991227Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8991980Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8992636Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8993205Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8994020Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8994792Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8995526Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8996351Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8997148Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8998044Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8998670Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.8999469Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9000501Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9001385Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9002111Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9003067Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9003738Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9004395Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9005089Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9005819Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9006570Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9007304Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9007998Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9008769Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9009769Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9010625Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9011380Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9012141Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9012931Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9013656Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9014392Z copying torch/include/ATen/native/Padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9015160Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9015876Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9016569Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9017210Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9017941Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9018738Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9019515Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9020376Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9021111Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9021880Z copying torch/include/ATen/native/ReductionType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9022606Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9023392Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9024101Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9024999Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9025770Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9026574Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9027479Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9028200Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9028952Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9029842Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9030624Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9031648Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9033018Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9034364Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9035511Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9036848Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9038569Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9039711Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9042041Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9042882Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9043839Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9045460Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9047294Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9048497Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9049632Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9050953Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9052355Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9053458Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9055019Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9056135Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9057415Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9058719Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9059889Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9061380Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9062672Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9063968Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9065110Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9066550Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9067537Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T16:01:28.9069163Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9070111Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9071481Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9072912Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9074211Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9075488Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9077609Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9078493Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9079580Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9080910Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9082166Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9083508Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9084799Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9086272Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9087883Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9089326Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9090622Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9092198Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9093653Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9095085Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9106873Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9108337Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9109298Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9110155Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9110960Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9111763Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9112453Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9113279Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9113992Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9114720Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T16:01:28.9122578Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9123467Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9124294Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9125269Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9125988Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9126799Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9127609Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9128586Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9129409Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9130344Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9131085Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9131967Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9132773Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9133763Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9134587Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9135425Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9136247Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9137080Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9137964Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9138911Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9139768Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9140576Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9141576Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9142583Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9144292Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9145639Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9146985Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9148293Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9149582Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9150500Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9151691Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9152797Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9154017Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9155380Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9157680Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9158898Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9160418Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9162878Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9163897Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9165033Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9166185Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9168328Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9169383Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9170498Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9171996Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9173527Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9174746Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9175865Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9177062Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9178506Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9179688Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9180848Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9182293Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9183436Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9184546Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9186910Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9188035Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T16:01:28.9188795Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9189735Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9191040Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9192382Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9193709Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9194974Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9196091Z copying torch/include/ATen/native/mps/UnaryConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T16:01:28.9197216Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9198414Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9199602Z copying torch/include/ATen/native/nested/NestedTensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9201231Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9202505Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9203741Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9204826Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T16:01:28.9205479Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9206864Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9208203Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9209167Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9210363Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9211488Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9212822Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9214089Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T16:01:28.9215059Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9216130Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9217556Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9218744Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9220159Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9221529Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9222908Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9224184Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9225489Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9226830Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9228141Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9229363Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9230474Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9231850Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:28.9232857Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T16:01:28.9233891Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T16:01:28.9235361Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T16:01:28.9236471Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T16:01:28.9237198Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2024-04-03T16:01:28.9238234Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2024-04-03T16:01:28.9239206Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2024-04-03T16:01:28.9239887Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T16:01:28.9241499Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T16:01:28.9242920Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T16:01:28.9244392Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T16:01:28.9246271Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T16:01:28.9247528Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/detail 2024-04-03T16:01:28.9249069Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/detail 2024-04-03T16:01:28.9250128Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2 2024-04-03T16:01:28.9251058Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9252582Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9255320Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9256314Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9258089Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9259051Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9260986Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9261876Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T16:01:28.9263460Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10 2024-04-03T16:01:28.9266174Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T16:01:28.9267255Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T16:01:28.9268337Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T16:01:28.9269459Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T16:01:28.9270256Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9271557Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9273214Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9274764Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9276538Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9278411Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9279867Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9281457Z copying torch/include/c10/core/Contiguity.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9283289Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9284696Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9286430Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9287813Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9289417Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9291176Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9292787Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9294509Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9297083Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9298996Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9300590Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9302375Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9303918Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9305616Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9307080Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9308830Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9310462Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9312123Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9313521Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9315173Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9316910Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9318455Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9319926Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9321894Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9324764Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9325987Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9327579Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9329203Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9330985Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9332668Z copying torch/include/c10/core/SymBool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9334266Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9336077Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9337663Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9339262Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9340996Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9342542Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9345562Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9347121Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9348634Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9350163Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9351731Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T16:01:28.9353159Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T16:01:28.9354912Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T16:01:28.9356709Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T16:01:28.9358327Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T16:01:28.9361207Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T16:01:28.9362753Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T16:01:28.9363804Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:28.9365770Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:28.9367348Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:28.9368292Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:28.9369899Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:28.9371613Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:28.9372325Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9373731Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9375018Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9376254Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9378029Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9379174Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9380585Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9381697Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T16:01:28.9384066Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T16:01:28.9385035Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T16:01:28.9386083Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T16:01:28.9387337Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T16:01:28.9388749Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T16:01:28.9389952Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9391039Z copying torch/include/c10/core/impl/COW.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9392851Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9394265Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9395482Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9396641Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9398038Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9399426Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9400952Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9402385Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9403823Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9405313Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9406700Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9408255Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9409530Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9411421Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9412761Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9414147Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T16:01:28.9415227Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9416680Z copying torch/include/c10/util/AbortHandler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9417878Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9419343Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9420501Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9421746Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9423122Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9424460Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9425716Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9427017Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9428218Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9430272Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9432312Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9433114Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9434243Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9435491Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9436781Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9438030Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9440005Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9441334Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9442343Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9443852Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9444950Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9446588Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9447628Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9449120Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9450649Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9451722Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9453305Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9454803Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9455936Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9457125Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9458381Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9459762Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9461567Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9462583Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9464069Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9465277Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9466708Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9467913Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9469717Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9470796Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9471965Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9473251Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9474278Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9475868Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9477473Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9478692Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9480639Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9481632Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9483722Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9484917Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9486379Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9487546Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9489225Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9490468Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9492356Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9493571Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9494901Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9496516Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9497703Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9499860Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9500678Z copying torch/include/c10/util/bit_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9501749Z copying torch/include/c10/util/bits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9503170Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9504447Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9505804Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9506982Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9508198Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9509523Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9511312Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9512500Z copying torch/include/c10/util/generic_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9513686Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9515150Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9516465Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9518279Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9519804Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9521603Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9522550Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9524003Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9525328Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9529800Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9530516Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9531497Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9532497Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9533057Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9534152Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9535308Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9536760Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9538099Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9539438Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9541281Z copying torch/include/c10/util/ssize.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9542471Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9543856Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9545220Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9546874Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9547884Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9549033Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9550534Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9551621Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9553122Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9554288Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T16:01:28.9555887Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9556602Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9558235Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9559295Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9560691Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9562546Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9563513Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9564797Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9566204Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9567407Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9568761Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9570066Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9571614Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9572647Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9573742Z copying torch/include/c10/cuda/driver_api.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T16:01:28.9575389Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2024-04-03T16:01:28.9576364Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2024-04-03T16:01:28.9577796Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2024-04-03T16:01:28.9578980Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9580140Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9581204Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9582461Z copying torch/include/c10/xpu/XPUException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9584020Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9585198Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9586668Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T16:01:28.9587899Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/impl 2024-04-03T16:01:28.9588923Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/impl 2024-04-03T16:01:28.9590240Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T16:01:28.9591326Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T16:01:28.9592864Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T16:01:28.9594160Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T16:01:28.9595551Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T16:01:28.9597008Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T16:01:28.9598320Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9599433Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9600558Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9601875Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9603903Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9604932Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9606616Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9607567Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9609071Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9610486Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9611751Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9612970Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9614226Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9615265Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9616480Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9617627Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9618956Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9620126Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9621265Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9623418Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9624432Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9625572Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9626949Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9628069Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9629291Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9630565Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9631607Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9632813Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9633894Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T16:01:28.9635580Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api 2024-04-03T16:01:28.9636224Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include 2024-04-03T16:01:28.9636762Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9637607Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9638929Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9640531Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9641716Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9643899Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9644938Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9646671Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9647745Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9649143Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9650642Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9651891Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9653541Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9654928Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9656321Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9657668Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9659099Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9660479Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9662118Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9663369Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9664697Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9666307Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9667974Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9669369Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9670788Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9672164Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:28.9673441Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9674612Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9676147Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9677367Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9678705Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9680111Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9681729Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9683131Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9684735Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:28.9685607Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:28.9686927Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:28.9688502Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:28.9689892Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:28.9691055Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9692511Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9694077Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9695340Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9696652Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9697940Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9699264Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9700502Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:28.9701218Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:28.9702546Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:28.9703844Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:28.9705031Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:28.9705949Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9707818Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9709316Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9710710Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9712051Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9713490Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9715169Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9716788Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:28.9717575Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:28.9718843Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:28.9720413Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:28.9721743Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:28.9723101Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:28.9724422Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:28.9725070Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T16:01:28.9726443Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T16:01:28.9727866Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T16:01:28.9728761Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9730082Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9731644Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9732938Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9734437Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9736118Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9738087Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9739400Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9740666Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9742065Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:28.9743072Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9744504Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9746168Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9747567Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9749046Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9750382Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9751869Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9753211Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9754769Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9756350Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9757581Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9759129Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9760723Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9762191Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9763638Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9765334Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9766619Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:28.9767420Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9768793Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9770354Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9771928Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9773336Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9774770Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9776001Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9777321Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9778631Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9779936Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9781173Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9782351Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9784137Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9785470Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9786975Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9788407Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9789629Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9791078Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9792774Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9794181Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9796142Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9797266Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:28.9798129Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9799491Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9801115Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9802478Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9803809Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9805090Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9806471Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9807820Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9809182Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9810534Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9811984Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9813847Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9815116Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9816346Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9817537Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9818842Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9820543Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9821888Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9823242Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9825034Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9826519Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9827935Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9829909Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9831403Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:28.9832499Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9833903Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9835428Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9836814Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9838386Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9839937Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9841504Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9842921Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9844527Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9846038Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9847485Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:28.9848139Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T16:01:28.9849308Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T16:01:28.9849893Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:28.9851190Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:28.9852433Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:28.9853490Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:28.9854080Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9855205Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9856331Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9857486Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9858910Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9860235Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9861347Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9862555Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9863771Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:28.9864517Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:28.9866295Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:28.9867857Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:28.9869141Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:28.9870109Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:28.9871929Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:28.9873882Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:28.9875626Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:28.9877038Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:28.9877478Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9878703Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9879931Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9881148Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9882117Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9883278Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9884737Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9885976Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9887188Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9888202Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9889348Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9890433Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9891493Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9892951Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9895113Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9895987Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9897081Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9898381Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9899641Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9900977Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9902303Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9903768Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9904960Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9906260Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9907099Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9908213Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9909502Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9910745Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9911652Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9912835Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9924936Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9926460Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9928008Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9930037Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9931643Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9933226Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9934871Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9936435Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9937953Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9939411Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9940980Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9942463Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9944029Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9945541Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9946882Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9948439Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9954059Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T16:01:28.9955119Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9956894Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9958578Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9960135Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9961974Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9963612Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9965258Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:28.9966120Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9967782Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9969496Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9971197Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9972871Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9974587Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9976209Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:28.9977145Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9979252Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9980944Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9983361Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9984374Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9985600Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9987008Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:28.9987577Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9988473Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9989666Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9990953Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9992251Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9994024Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9995176Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9996303Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9997765Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:28.9998945Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:29.0000655Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:29.0002065Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T16:01:29.0003043Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed 2024-04-03T16:01:29.0003717Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0004850Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0006327Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0007402Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0010314Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0011579Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0012571Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0013749Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0014719Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0015702Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0017049Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0018277Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0019652Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0020856Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0021900Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0023122Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0024551Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0026346Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0027771Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0028915Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0030282Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0031715Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0033522Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0034824Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0036085Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0037603Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0038863Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0040149Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0041638Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0043015Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0044211Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0045541Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0046938Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0048491Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0049692Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0051183Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0052366Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0053563Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0055047Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0056095Z copying torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0057668Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0058884Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0060282Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0061568Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:29.0062381Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0063808Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0065008Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0066869Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0068484Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0069558Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0070799Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0071916Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0073292Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0074540Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0075927Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0077165Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0078351Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0079641Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0081069Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0082380Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0083873Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0085166Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0086570Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0087934Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0089322Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0090734Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0092284Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0093740Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0095147Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0096513Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0098079Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0099396Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:29.0100892Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd 2024-04-03T16:01:29.0101712Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T16:01:29.0103082Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T16:01:29.0104822Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T16:01:29.0105909Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T16:01:29.0107497Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T16:01:29.0109418Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T16:01:29.0110019Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0111589Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0113604Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0115293Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0116967Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0118673Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0120448Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0122345Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0123755Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0125158Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0126400Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:29.0126830Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0127629Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0128544Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0129361Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0130129Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0130997Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0132163Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0133183Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0134437Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0135724Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0137152Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0138380Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T16:01:29.0139469Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor 2024-04-03T16:01:29.0140554Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor 2024-04-03T16:01:29.0142326Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:29.0143439Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:29.0144706Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:29.0146029Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:29.0147302Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:29.0148557Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0149734Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0151287Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0152886Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0154128Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0155612Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0156774Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0157835Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0158950Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0160393Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:29.0161113Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:29.0162198Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:29.0163438Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:29.0164423Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:29.0165383Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T16:01:29.0166500Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T16:01:29.0167479Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T16:01:29.0168594Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T16:01:29.0171161Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T16:01:29.0173990Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T16:01:29.0174820Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T16:01:29.0176216Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T16:01:29.0177646Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T16:01:29.0178627Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0180031Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0181275Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0182795Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0184064Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0185331Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0186630Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0188368Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0189379Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0190658Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:29.0191207Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0192123Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0193639Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0194762Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0195866Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0197102Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0198241Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0199635Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0201091Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0202251Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0203692Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0205023Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0206001Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0207388Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0209003Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0210529Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0211697Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0212745Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0214130Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0215432Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0216851Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0218107Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0219326Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0220732Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0223034Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0225191Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0227398Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0229795Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0232053Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0234153Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0236155Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0238036Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0239961Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0242320Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0245217Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0248318Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0251481Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0254736Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0258017Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0261365Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0264928Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0268243Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0271548Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0274740Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0277864Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0281311Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0284640Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0287886Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0291060Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0294192Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0297341Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0300484Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0303597Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0306771Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0309942Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0313228Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0316480Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0319759Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0323029Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0326160Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0329244Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0332601Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0335997Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0339332Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0342674Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0346027Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0349276Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0352540Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0355769Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0358991Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0362445Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0365721Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0369044Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0372595Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0376059Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0379373Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0382602Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0385936Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0389294Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0392666Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0396050Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0399489Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0402878Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0406523Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0410082Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0413409Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0416575Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0419817Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:29.0422473Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0425662Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0429594Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0433525Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0437424Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0441588Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0445620Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0449809Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0454053Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0458186Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:29.0461180Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:29.0463768Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:29.0466607Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:29.0469030Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:29.0471262Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:29.0473479Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:29.0475345Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0477170Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0479361Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0481467Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0483727Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0486476Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0489123Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0491812Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0494397Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0496853Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0499109Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0501024Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0503245Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0505317Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0507494Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0509463Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0511408Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0513519Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0515976Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0518754Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0521589Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0524023Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0526581Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0529792Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0533287Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0536432Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0539412Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0541977Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0544364Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0547123Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0549914Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0552732Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:29.0554636Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0556768Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0559186Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0561668Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0564095Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0566103Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0568329Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0570786Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0573252Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0575682Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0578092Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0580465Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0582978Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0585337Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:29.0587079Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0589379Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0592482Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0595177Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0598374Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0601155Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0603867Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0606581Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0608837Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0610738Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0612816Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0615053Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0617408Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0619681Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0622025Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0624182Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0626471Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0628688Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0630905Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0632828Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0634651Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0636658Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0638966Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0641518Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0643512Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0645520Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0647302Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0649149Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0650990Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:29.0652502Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T16:01:29.0653899Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T16:01:29.0655641Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T16:01:29.0657356Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T16:01:29.0659046Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T16:01:29.0660751Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T16:01:29.0662212Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0663958Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0666203Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0668762Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0670917Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0673282Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0676016Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0678712Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0681351Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0683564Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0685690Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0687931Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0690404Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0692502Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0694783Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0697061Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0698974Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0701161Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0703274Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0705623Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0707872Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0710204Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0712545Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:29.0714212Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0715754Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0717728Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0719674Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0722482Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0725378Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0727970Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0730855Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0732826Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0735035Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0737164Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0739182Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0741189Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0743459Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0745578Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0747553Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0749859Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T16:01:29.0751395Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0752966Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0754848Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0756821Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0758765Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0760871Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0762605Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0764563Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0766464Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0768491Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0770496Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0772247Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0774085Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0775962Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0778052Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0780142Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0782131Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0784196Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0786325Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0788046Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0790158Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0791997Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0793766Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:29.0795394Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2024-04-03T16:01:29.0797026Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2024-04-03T16:01:29.0799017Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2024-04-03T16:01:29.0800812Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0802918Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0804982Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0807019Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0809328Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0811969Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0813961Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0815892Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0817693Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0819720Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0821785Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0823615Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0825444Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0827551Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0829643Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0832015Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0833927Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0835889Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0837978Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0840016Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0842173Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0844430Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0846442Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0849223Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0852590Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0855909Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0859243Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0862522Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0865750Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0869072Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0872388Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0875035Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0877542Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0880117Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0883210Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0886326Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0888541Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0890575Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0892576Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0894570Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0896397Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0898515Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0900921Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:29.0902772Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0904464Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0906990Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0908968Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0911191Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0914116Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0917042Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0920314Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0923483Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0926571Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:29.0928686Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen 2024-04-03T16:01:29.0929636Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T16:01:29.0931102Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T16:01:29.0933447Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T16:01:29.0935323Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T16:01:29.0937110Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T16:01:29.0938999Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T16:01:29.0941008Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0942906Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0945457Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0948287Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0950962Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0953237Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0955757Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0958291Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0960812Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0963249Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0965665Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T16:01:29.0967822Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:29.0970424Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:29.0973653Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:29.0976748Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:29.0979076Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2024-04-03T16:01:29.0981347Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2024-04-03T16:01:29.0983480Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.0985715Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.0988704Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.0991304Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.0994144Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.0996563Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.0998743Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.1001486Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.1003672Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.1005459Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:29.1006841Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:29.1008428Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:29.1010456Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:29.1012266Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:29.1013695Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1014971Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1016753Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1018597Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1020378Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1022253Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1023979Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1025974Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1027921Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1029549Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1031218Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1032823Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1034440Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1036140Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1037899Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1039596Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1041357Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1042954Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1044555Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1046229Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1047803Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1049386Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1051048Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1052622Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1054274Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1055974Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1057613Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1059187Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1060612Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1061982Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1063563Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1065001Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1066525Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1067982Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1069421Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1070897Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1072364Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1073855Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1075321Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1076771Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1078297Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1079879Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1081565Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1083006Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1084411Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T16:01:29.1095333Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2024-04-03T16:01:29.1096686Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2024-04-03T16:01:29.1097839Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy 2024-04-03T16:01:29.1098724Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:29.1100035Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:29.1101717Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:29.1103431Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:29.1105142Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:29.1106466Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1107680Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1109183Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1110696Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1112241Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1113955Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1115458Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1116922Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1118406Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1119945Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1121723Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1123221Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1124800Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1126377Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1127913Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1129496Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1131137Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1132684Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1134228Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1135763Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1137370Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1138920Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1140416Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1141906Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1143389Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:29.1144641Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T16:01:29.1146134Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T16:01:29.1147496Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2024-04-03T16:01:29.1148877Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2024-04-03T16:01:29.1150542Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2024-04-03T16:01:29.1151777Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/python 2024-04-03T16:01:29.1153067Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/python 2024-04-03T16:01:29.1154402Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1155700Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1157459Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1159082Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1160967Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1162708Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1164516Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1166322Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1168049Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1169705Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1171413Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:29.1172635Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T16:01:29.1173716Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T16:01:29.1175042Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T16:01:29.1176439Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T16:01:29.1177461Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1178405Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1179575Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1180729Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1181863Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1183010Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1184167Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1185348Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1186491Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1187624Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1188784Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1189944Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1191144Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1192438Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1193591Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1194764Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1195946Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1197106Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1198280Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1199412Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1200759Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1202019Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1203259Z copying torch/include/pybind11/typing.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T16:01:29.1204247Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1205334Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1206668Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1208005Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1209325Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1210726Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1212161Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1213552Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T16:01:29.1214677Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T16:01:29.1215769Z copying torch/include/pybind11/eigen/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T16:01:29.1217096Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T16:01:29.1218423Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T16:01:29.1219660Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T16:01:29.1220709Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime 2024-04-03T16:01:29.1221976Z copying torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime 2024-04-03T16:01:29.1223564Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime 2024-04-03T16:01:29.1224840Z copying torch/_export/serde/schema.yaml -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T16:01:29.1225685Z creating build/lib.linux-x86_64-cpython-38/torch/share 2024-04-03T16:01:29.1226344Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake 2024-04-03T16:01:29.1227054Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2024-04-03T16:01:29.1228083Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2024-04-03T16:01:29.1229105Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1230255Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1231652Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1233066Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1234483Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1235874Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1237324Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T16:01:29.1238491Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1239640Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1241294Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1242735Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1244200Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1245636Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1247078Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1248568Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1250051Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1251578Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T16:01:29.1252861Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T16:01:29.1254226Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T16:01:29.1255931Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T16:01:29.1257304Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:29.1258954Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:29.1260985Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:29.1263130Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:29.1265289Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:29.1266927Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:29.1268687Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:29.1270958Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:29.1273126Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:29.1275355Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:29.1276866Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2024-04-03T16:01:29.1278082Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2024-04-03T16:01:29.1279703Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2024-04-03T16:01:29.1281119Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2024-04-03T16:01:29.1282238Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2024-04-03T16:01:29.1283608Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2024-04-03T16:01:29.1284993Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T16:01:29.1286649Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.1288540Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.1289398Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.1290333Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.1290946Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:29.1291458Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:29.1291977Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:29.1292514Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T16:01:29.1292848Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe 2024-04-03T16:01:29.1293458Z copying torch/include/tensorpipe/tensorpipe.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe 2024-04-03T16:01:29.1294025Z copying torch/include/tensorpipe/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe 2024-04-03T16:01:29.1294422Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel 2024-04-03T16:01:29.1295148Z copying torch/include/tensorpipe/channel/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel 2024-04-03T16:01:29.1295817Z copying torch/include/tensorpipe/channel/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel 2024-04-03T16:01:29.1296250Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/basic 2024-04-03T16:01:29.1297030Z copying torch/include/tensorpipe/channel/basic/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/basic 2024-04-03T16:01:29.1297436Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/cma 2024-04-03T16:01:29.1298193Z copying torch/include/tensorpipe/channel/cma/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/cma 2024-04-03T16:01:29.1298664Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/mpt 2024-04-03T16:01:29.1299426Z copying torch/include/tensorpipe/channel/mpt/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/mpt 2024-04-03T16:01:29.1299833Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/xth 2024-04-03T16:01:29.1300577Z copying torch/include/tensorpipe/channel/xth/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/xth 2024-04-03T16:01:29.1300968Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T16:01:29.1301631Z copying torch/include/tensorpipe/common/buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T16:01:29.1302324Z copying torch/include/tensorpipe/common/cpu_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T16:01:29.1302992Z copying torch/include/tensorpipe/common/device.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T16:01:29.1303646Z copying torch/include/tensorpipe/common/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T16:01:29.1304342Z copying torch/include/tensorpipe/common/optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T16:01:29.1304708Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T16:01:29.1305350Z copying torch/include/tensorpipe/core/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T16:01:29.1305992Z copying torch/include/tensorpipe/core/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T16:01:29.1306639Z copying torch/include/tensorpipe/core/listener.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T16:01:29.1307291Z copying torch/include/tensorpipe/core/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T16:01:29.1307909Z copying torch/include/tensorpipe/core/pipe.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T16:01:29.1308309Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport 2024-04-03T16:01:29.1309073Z copying torch/include/tensorpipe/transport/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport 2024-04-03T16:01:29.1309772Z copying torch/include/tensorpipe/transport/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport 2024-04-03T16:01:29.1310206Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:29.1310962Z copying torch/include/tensorpipe/transport/ibv/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:29.1311731Z copying torch/include/tensorpipe/transport/ibv/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:29.1312520Z copying torch/include/tensorpipe/transport/ibv/utility.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:29.1312971Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/shm 2024-04-03T16:01:29.1313746Z copying torch/include/tensorpipe/transport/shm/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/shm 2024-04-03T16:01:29.1314166Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:29.1314913Z copying torch/include/tensorpipe/transport/uv/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:29.1315683Z copying torch/include/tensorpipe/transport/uv/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:29.1316452Z copying torch/include/tensorpipe/transport/uv/utility.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:29.1316892Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged 2024-04-03T16:01:29.1317243Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen 2024-04-03T16:01:29.1317703Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2024-04-03T16:01:29.1318442Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2024-04-03T16:01:29.1319084Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2024-04-03T16:01:29.1319467Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1320357Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1321272Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1322070Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1322880Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1323694Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1324565Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1325408Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1326103Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1326897Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1327612Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1328401Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1329082Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1329832Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1330695Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1331441Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1332209Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1333030Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1333817Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1334524Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1335242Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1335956Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1336822Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1337608Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1338445Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1339332Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1340212Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1341018Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1341876Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1342650Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1343479Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1344203Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1344954Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1345665Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1346437Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1347151Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1347957Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1348758Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1349516Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1350213Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T16:01:29.1350565Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1351179Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1351800Z copying torchgen/packaged/autograd/README.md -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1352422Z copying torchgen/packaged/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1353032Z copying torchgen/packaged/autograd/build.bzl -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1353639Z copying torchgen/packaged/autograd/context.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1354280Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1354946Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1355622Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1356315Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1357001Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1357700Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1358396Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1359033Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1359725Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1360572Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1361300Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1362226Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T16:01:29.1362899Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1364101Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1364900Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1365660Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1368623Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1369476Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1370400Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1371202Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1371962Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1372792Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1373611Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1374490Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1375341Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1376138Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1376999Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1377839Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1378675Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1379535Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1380351Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1381219Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1382076Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1382927Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1383775Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1384586Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T16:01:29.1384733Z running build_ext 2024-04-03T16:01:29.1384895Z -- Building with NumPy bindings 2024-04-03T16:01:29.1385037Z -- Not using cuDNN 2024-04-03T16:01:29.1385164Z -- Not using CUDA 2024-04-03T16:01:29.1385290Z -- Not using XPU 2024-04-03T16:01:29.1385426Z -- Using MKLDNN 2024-04-03T16:01:29.1385746Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-04-03T16:01:29.1385898Z -- Not using CBLAS in MKLDNN 2024-04-03T16:01:29.1386039Z -- Not using NCCL 2024-04-03T16:01:29.1386221Z -- Building with distributed package: 2024-04-03T16:01:29.1386365Z -- USE_TENSORPIPE=True 2024-04-03T16:01:29.1386504Z -- USE_GLOO=True 2024-04-03T16:01:29.1386630Z -- USE_MPI=False 2024-04-03T16:01:29.1386769Z -- Building Executorch 2024-04-03T16:01:29.1386900Z -- Using ITT 2024-04-03T16:01:29.3220262Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2024-04-03T16:01:29.3221222Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2024-04-03T16:01:29.3227308Z building 'torch._C' extension 2024-04-03T16:01:29.3229284Z creating build/temp.linux-x86_64-cpython-38 2024-04-03T16:01:29.3229626Z creating build/temp.linux-x86_64-cpython-38/torch 2024-04-03T16:01:29.3229891Z creating build/temp.linux-x86_64-cpython-38/torch/csrc 2024-04-03T16:01:29.3233345Z gcc -pthread -B /opt/conda/envs/py_3.8/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/py_3.8/include/python3.8 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2024-04-03T16:01:29.4065203Z gcc -pthread -shared -B /opt/conda/envs/py_3.8/compiler_compat -L/opt/conda/envs/py_3.8/lib -Wl,-rpath=/opt/conda/envs/py_3.8/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2024-04-03T16:01:29.4767872Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-04-03T16:01:29.4767983Z !! 2024-04-03T16:01:29.4767992Z 2024-04-03T16:01:29.4768194Z ******************************************************************************** 2024-04-03T16:01:29.4768386Z Please avoid running ``setup.py`` directly. 2024-04-03T16:01:29.4768588Z Instead, use pypa/build, pypa/installer or other 2024-04-03T16:01:29.4768766Z standards-based tools. 2024-04-03T16:01:29.4768773Z 2024-04-03T16:01:29.4769418Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-04-03T16:01:29.4769619Z ******************************************************************************** 2024-04-03T16:01:29.4769630Z 2024-04-03T16:01:29.4769735Z !! 2024-04-03T16:01:29.4769856Z self.initialize_options() 2024-04-03T16:01:29.4847456Z installing to build/bdist.linux-x86_64/wheel 2024-04-03T16:01:29.4847580Z running install 2024-04-03T16:01:29.4903085Z running install_lib 2024-04-03T16:01:29.4997767Z creating build/bdist.linux-x86_64 2024-04-03T16:01:29.4998086Z creating build/bdist.linux-x86_64/wheel 2024-04-03T16:01:29.4998662Z creating build/bdist.linux-x86_64/wheel/functorch 2024-04-03T16:01:29.4999586Z copying build/lib.linux-x86_64-cpython-38/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2024-04-03T16:01:29.5001470Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2024-04-03T16:01:29.5002838Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2024-04-03T16:01:29.5003744Z creating build/bdist.linux-x86_64/wheel/functorch/_src/aot_autograd 2024-04-03T16:01:29.5004907Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/aot_autograd 2024-04-03T16:01:29.5006255Z creating build/bdist.linux-x86_64/wheel/functorch/_src/eager_transforms 2024-04-03T16:01:29.5007262Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/eager_transforms 2024-04-03T16:01:29.5007911Z creating build/bdist.linux-x86_64/wheel/functorch/_src/make_functional 2024-04-03T16:01:29.5009185Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/make_functional 2024-04-03T16:01:29.5010176Z creating build/bdist.linux-x86_64/wheel/functorch/_src/vmap 2024-04-03T16:01:29.5011849Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/vmap/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/vmap 2024-04-03T16:01:29.5012509Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2024-04-03T16:01:29.5013738Z copying build/lib.linux-x86_64-cpython-38/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2024-04-03T16:01:29.5014383Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5015477Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5016668Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5017934Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5018927Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5019985Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5021094Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5022388Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5023154Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5024014Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T16:01:29.5024817Z creating build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T16:01:29.5026057Z copying build/lib.linux-x86_64-cpython-38/functorch/einops/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T16:01:29.5027554Z copying build/lib.linux-x86_64-cpython-38/functorch/einops/_parsing.py -> build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T16:01:29.5028434Z copying build/lib.linux-x86_64-cpython-38/functorch/einops/rearrange.py -> build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T16:01:29.5029201Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T16:01:29.5030911Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T16:01:29.5032371Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T16:01:29.5033160Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T16:01:29.5033897Z copying build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2024-04-03T16:01:29.5037711Z creating build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5038555Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5039468Z copying build/lib.linux-x86_64-cpython-38/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5040580Z copying build/lib.linux-x86_64-cpython-38/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5041564Z copying build/lib.linux-x86_64-cpython-38/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5043147Z copying build/lib.linux-x86_64-cpython-38/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5044302Z copying build/lib.linux-x86_64-cpython-38/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5045543Z copying build/lib.linux-x86_64-cpython-38/torch/_compile.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5046600Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_ops.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5047606Z copying build/lib.linux-x86_64-cpython-38/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5048691Z copying build/lib.linux-x86_64-cpython-38/torch/_guards.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5050095Z copying build/lib.linux-x86_64-cpython-38/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5051894Z copying build/lib.linux-x86_64-cpython-38/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5053075Z copying build/lib.linux-x86_64-cpython-38/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5054248Z copying build/lib.linux-x86_64-cpython-38/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5055503Z copying build/lib.linux-x86_64-cpython-38/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5057963Z copying build/lib.linux-x86_64-cpython-38/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5059150Z copying build/lib.linux-x86_64-cpython-38/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5060563Z copying build/lib.linux-x86_64-cpython-38/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5061769Z copying build/lib.linux-x86_64-cpython-38/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5062814Z copying build/lib.linux-x86_64-cpython-38/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5063927Z copying build/lib.linux-x86_64-cpython-38/torch/_streambase.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5064931Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5066874Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5068790Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5069802Z copying build/lib.linux-x86_64-cpython-38/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5073788Z copying build/lib.linux-x86_64-cpython-38/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5075214Z copying build/lib.linux-x86_64-cpython-38/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5076279Z copying build/lib.linux-x86_64-cpython-38/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5077566Z copying build/lib.linux-x86_64-cpython-38/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5078610Z copying build/lib.linux-x86_64-cpython-38/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5080087Z copying build/lib.linux-x86_64-cpython-38/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5082842Z copying build/lib.linux-x86_64-cpython-38/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5083451Z copying build/lib.linux-x86_64-cpython-38/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5085249Z copying build/lib.linux-x86_64-cpython-38/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5086525Z copying build/lib.linux-x86_64-cpython-38/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5087624Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5088442Z copying build/lib.linux-x86_64-cpython-38/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5090148Z copying build/lib.linux-x86_64-cpython-38/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5091655Z copying build/lib.linux-x86_64-cpython-38/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5092750Z copying build/lib.linux-x86_64-cpython-38/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5093838Z copying build/lib.linux-x86_64-cpython-38/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.5094929Z creating build/bdist.linux-x86_64/wheel/torch/_awaits 2024-04-03T16:01:29.5095740Z copying build/lib.linux-x86_64-cpython-38/torch/_awaits/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_awaits 2024-04-03T16:01:29.5096800Z creating build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T16:01:29.5097914Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T16:01:29.5099493Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/autograd.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T16:01:29.5100430Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/functional.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T16:01:29.5101590Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/impl.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T16:01:29.5103611Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T16:01:29.5105205Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T16:01:29.5106527Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T16:01:29.5109358Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T16:01:29.5110696Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_rng.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T16:01:29.5111383Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2024-04-03T16:01:29.5113066Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2024-04-03T16:01:29.5113898Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2024-04-03T16:01:29.5115691Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5117028Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5118634Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5119585Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5120876Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5123241Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/cache_size.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5123940Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/callback.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5125289Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/code_context.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5126188Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5127889Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/compiled_autograd.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5128654Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/comptime.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5130008Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5131421Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5132876Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/create_parameter_op.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5134106Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/current_scope_id.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5135273Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5136540Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/decorators.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5137730Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/device_interface.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5138790Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5140424Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5141555Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/external_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5142586Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/funcname_cache.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5143329Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5145252Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/hooks.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5146687Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5147696Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5148762Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5150685Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/polyfill.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5151843Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5152644Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5153820Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5154825Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5156234Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5157456Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5159332Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/tensor_version_op.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5160442Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5161319Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5162574Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5163768Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/trace_rules.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5165795Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/types.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5166821Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T16:01:29.5168587Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5169867Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5171194Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5172315Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5173537Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/debugging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5174673Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5175923Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/inductor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5176993Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/onnxrt.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5178073Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/registry.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5179282Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5180200Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/torchxla.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5181172Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/tvm.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T16:01:29.5182202Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T16:01:29.5183027Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T16:01:29.5185483Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro/after_aot.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T16:01:29.5186378Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro/after_dynamo.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T16:01:29.5186853Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5188605Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5189982Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5191418Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5193031Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5195046Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5195984Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/ctx_manager.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5197815Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5198864Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5200113Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5201705Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5203529Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/iter.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5205061Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lazy.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5206467Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5207856Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5209069Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5211281Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5212267Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/sdpa.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5213178Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5214024Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5216192Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch_function.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5218112Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T16:01:29.5219563Z creating build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5221023Z copying build/lib.linux-x86_64-cpython-38/torch/_export/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5222606Z copying build/lib.linux-x86_64-cpython-38/torch/_export/error.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5224280Z copying build/lib.linux-x86_64-cpython-38/torch/_export/exported_program.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5226035Z copying build/lib.linux-x86_64-cpython-38/torch/_export/non_strict_utils.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5227805Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5229260Z copying build/lib.linux-x86_64-cpython-38/torch/_export/utils.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5230741Z copying build/lib.linux-x86_64-cpython-38/torch/_export/verifier.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5232846Z copying build/lib.linux-x86_64-cpython-38/torch/_export/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T16:01:29.5234402Z creating build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T16:01:29.5236051Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T16:01:29.5238391Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/case.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T16:01:29.5240479Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/gen_example.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T16:01:29.5242205Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/logging.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T16:01:29.5243454Z creating build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5245133Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5247463Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/assume_constant_result.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5250014Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/autograd_function.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5252329Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/class_method.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5254482Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5256897Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5259344Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5261908Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5264162Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_operands.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5266405Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_predicate.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5268707Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5271245Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5273504Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/decorator.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5275725Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dictionary.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5277883Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5279894Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5282110Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5284417Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5286536Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5288748Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5290941Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5293079Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5295181Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/list_contains.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5297307Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/list_unpack.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5299328Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5301396Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/nested_function.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5303631Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/null_context_manager.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5305559Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/optional_input.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5307572Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/pytree_flatten.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5309509Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/scalar_output.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5311491Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/specialized_attribute.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5313594Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/static_for_loop.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5315317Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/static_if.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5317369Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/tensor_setattr.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5319680Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/torch_sym_min.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5322047Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/type_reflection_method.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5324566Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/user_input_mutation.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T16:01:29.5326291Z creating build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T16:01:29.5327717Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T16:01:29.5329826Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra/node_metadata.py -> build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T16:01:29.5331952Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra/proxy_value.py -> build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T16:01:29.5333143Z creating build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5334475Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5336694Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5339151Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5341217Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5343448Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/lift_constants_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5345287Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5347477Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5349648Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/replace_sym_size_ops_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5351785Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T16:01:29.5353300Z creating build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5354443Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5356291Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/schema.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5358011Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/schema_check.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5360026Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/serialize.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5361918Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/union.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5364269Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/upgrade.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5366173Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/schema.yaml -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T16:01:29.5367368Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5368860Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5370961Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/aot_autograd.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5372855Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/apis.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5374878Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/autograd_function.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5376640Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5378497Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5380380Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/compile_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5382322Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/compilers.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5384190Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/config.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5385832Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/deprecated.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5387541Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/eager_transforms.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5389956Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/functional_call.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5391432Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/fx_minifier.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5393437Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/make_functional.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5395145Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/partitioners.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5397631Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5399632Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/python_key.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5401713Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5403388Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5404900Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5406465Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/vmap.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T16:01:29.5407855Z creating build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5409317Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5411294Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5413452Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5415579Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5417766Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5419793Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5421891Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5424062Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5426006Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5427799Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5429775Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5431764Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T16:01:29.5433138Z creating build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5434459Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5436353Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5438131Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/cond.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5439985Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/effects.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5442015Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/map.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5443972Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/out_dtype.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5445959Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/strict_mode.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5447605Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/torchbind.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5449472Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5451390Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5453264Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/while_loop.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5455009Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/wrap.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T16:01:29.5456130Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5457438Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5459219Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/autotune_process.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5461095Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/bounds.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5463059Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5464808Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/comm_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5466554Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/comms.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5468147Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5469869Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5471782Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/constant_folding.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5473528Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/coordinate_descent_tuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5475408Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cudagraph_trees.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5477201Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cudagraph_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5478830Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5480571Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5482608Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5484179Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5486046Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/freezing.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5487754Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5489553Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5491187Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/hooks.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5493270Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/index_propagation.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5495666Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/inductor_prims.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5497838Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5500000Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5501710Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5503531Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ops_handler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5505109Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/optimize_indexing.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5506703Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5508472Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/quantized_lowerings.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5510156Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5512019Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/select_algorithm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5514111Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5515822Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5517571Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/test_operators.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5519253Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_helpers.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5521606Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_heuristics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5523238Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5524758Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5527045Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/wrapper_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T16:01:29.5528595Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5530635Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5532998Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5535502Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5538377Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5540573Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5542692Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5544658Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/memory_planning.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5546512Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/multi_kernel.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5548325Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5550376Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_foreach.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5552395Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5554555Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5556376Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5557774Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5559189Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5561374Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5563532Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5565860Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5567924Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5570065Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5572178Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5574227Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5576559Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T16:01:29.5578167Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T16:01:29.5580121Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T16:01:29.5582767Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T16:01:29.5585349Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T16:01:29.5587132Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/aoti_runtime 2024-04-03T16:01:29.5588971Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/aoti_runtime 2024-04-03T16:01:29.5591185Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/aoti_runtime 2024-04-03T16:01:29.5592590Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5593863Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5595720Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5597623Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5599398Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5602007Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5603835Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5605705Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5607591Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5609623Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5611633Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5613771Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5615750Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5617665Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5619808Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5621945Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/post_grad.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5623663Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5625548Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/quantization.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5627516Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5629396Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/replace_random.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5631418Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/split_cat.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T16:01:29.5633095Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5634876Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5637647Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5640024Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5642689Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5645329Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5647681Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5650021Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5652485Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5654872Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5657630Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5661021Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5664453Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5668482Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5672585Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5676652Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5680883Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5684953Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5689005Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5693300Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5697402Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/central_index.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T16:01:29.5700188Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5702358Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5705402Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/bmm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5708246Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5711090Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5714009Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/mm_common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5717093Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5720117Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/unpack_mixed_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T16:01:29.5722320Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5724134Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5726587Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5729107Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5731811Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5734238Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5736742Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5739416Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5742032Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5744515Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5747131Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5749789Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T16:01:29.5751581Z creating build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T16:01:29.5753470Z copying build/lib.linux-x86_64-cpython-38/torch/_library/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T16:01:29.5756088Z copying build/lib.linux-x86_64-cpython-38/torch/_library/abstract_impl.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T16:01:29.5758811Z copying build/lib.linux-x86_64-cpython-38/torch/_library/simple_registry.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T16:01:29.5761595Z copying build/lib.linux-x86_64-cpython-38/torch/_library/utils.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T16:01:29.5763400Z creating build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T16:01:29.5765283Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T16:01:29.5767941Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/_internal.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T16:01:29.5770672Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/_registrations.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T16:01:29.5773416Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/structured.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T16:01:29.5775283Z creating build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5777079Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5779662Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5782305Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_casting_dicts.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5784712Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_dtypes.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5787218Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_dtypes_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5789825Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_funcs.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5792329Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_funcs_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5794869Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_getlimits.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5797376Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_ndarray.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5799950Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_normalizations.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5802863Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_reductions_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5805427Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_ufuncs.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5808042Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5810660Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_util.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5813095Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/fft.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5815551Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/linalg.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5818012Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/random.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T16:01:29.5819883Z creating build/bdist.linux-x86_64/wheel/torch/_numpy/testing 2024-04-03T16:01:29.5821999Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_numpy/testing 2024-04-03T16:01:29.5824827Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/testing/utils.py -> build/bdist.linux-x86_64/wheel/torch/_numpy/testing 2024-04-03T16:01:29.5826742Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T16:01:29.5828587Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T16:01:29.5831062Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T16:01:29.5833610Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/debug_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T16:01:29.5836154Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T16:01:29.5838814Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/rng_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T16:01:29.5840860Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2024-04-03T16:01:29.5843015Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2024-04-03T16:01:29.5845813Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2024-04-03T16:01:29.5847730Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T16:01:29.5849553Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T16:01:29.5852104Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T16:01:29.5854552Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T16:01:29.5856360Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2024-04-03T16:01:29.5858391Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2024-04-03T16:01:29.5860408Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2024-04-03T16:01:29.5862294Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2024-04-03T16:01:29.5864249Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2024-04-03T16:01:29.5866523Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2024-04-03T16:01:29.5868659Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2024-04-03T16:01:29.5870736Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2024-04-03T16:01:29.5872804Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5874825Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5877576Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_impls.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5880519Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5883289Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5886149Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/functional_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5888990Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5891933Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T16:01:29.5893940Z creating build/bdist.linux-x86_64/wheel/torch/_vendor 2024-04-03T16:01:29.5895797Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_vendor 2024-04-03T16:01:29.5897724Z creating build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T16:01:29.5899946Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T16:01:29.5902962Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T16:01:29.5906021Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging/version.py -> build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T16:01:29.5908010Z creating build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T16:01:29.5909851Z copying build/lib.linux-x86_64-cpython-38/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T16:01:29.5912335Z copying build/lib.linux-x86_64-cpython-38/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T16:01:29.5914797Z copying build/lib.linux-x86_64-cpython-38/torch/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T16:01:29.5916527Z creating build/bdist.linux-x86_64/wheel/torch/ao 2024-04-03T16:01:29.5918260Z copying build/lib.linux-x86_64-cpython-38/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2024-04-03T16:01:29.5919982Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2024-04-03T16:01:29.5921981Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2024-04-03T16:01:29.5923890Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2024-04-03T16:01:29.5926117Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2024-04-03T16:01:29.5928339Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2024-04-03T16:01:29.5931056Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2024-04-03T16:01:29.5934560Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2024-04-03T16:01:29.5936989Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2024-04-03T16:01:29.5939374Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2024-04-03T16:01:29.5941761Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:29.5944227Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:29.5947913Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:29.5951718Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:29.5955040Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T16:01:29.5957066Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2024-04-03T16:01:29.5959101Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2024-04-03T16:01:29.5960782Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:29.5962304Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:29.5964622Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:29.5966642Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:29.5969622Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:29.5971521Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.5973128Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.5975661Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.5978581Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.5981031Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.5983551Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.5985153Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2024-04-03T16:01:29.5986316Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2024-04-03T16:01:29.5987486Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2024-04-03T16:01:29.5988852Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2024-04-03T16:01:29.5990397Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2024-04-03T16:01:29.5992068Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2024-04-03T16:01:29.5994115Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2024-04-03T16:01:29.5995575Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T16:01:29.5996884Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T16:01:29.5998920Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T16:01:29.6000871Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T16:01:29.6002740Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T16:01:29.6004037Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2024-04-03T16:01:29.6005297Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2024-04-03T16:01:29.6006537Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T16:01:29.6007952Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T16:01:29.6009896Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T16:01:29.6012061Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T16:01:29.6013733Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2024-04-03T16:01:29.6015235Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2024-04-03T16:01:29.6016943Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2024-04-03T16:01:29.6018203Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2024-04-03T16:01:29.6019669Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2024-04-03T16:01:29.6021339Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:29.6023082Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:29.6025332Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:29.6027832Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:29.6030588Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T16:01:29.6032222Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6033871Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6036220Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6038792Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6041243Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6043455Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6045556Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6047848Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6050023Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6052229Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6054247Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6056403Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T16:01:29.6058535Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2024-04-03T16:01:29.6075055Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2024-04-03T16:01:29.6077044Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6078921Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6081384Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6083778Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6086224Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6089147Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6091875Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T16:01:29.6093415Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2024-04-03T16:01:29.6094784Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2024-04-03T16:01:29.6096464Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T16:01:29.6097928Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T16:01:29.6100034Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T16:01:29.6102207Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T16:01:29.6103965Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T16:01:29.6105643Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T16:01:29.6108126Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T16:01:29.6109566Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T16:01:29.6110882Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T16:01:29.6112466Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T16:01:29.6113997Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T16:01:29.6115171Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6116283Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6117868Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6119690Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6121360Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6123027Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6124660Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6126245Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6128000Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6129666Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6131315Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T16:01:29.6132381Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2024-04-03T16:01:29.6133913Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2024-04-03T16:01:29.6135535Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2024-04-03T16:01:29.6136837Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2024-04-03T16:01:29.6138446Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2024-04-03T16:01:29.6140118Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T16:01:29.6141971Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T16:01:29.6144745Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T16:01:29.6146648Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T16:01:29.6148516Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T16:01:29.6151610Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T16:01:29.6153779Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:29.6156040Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:29.6159592Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:29.6163320Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:29.6166484Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T16:01:29.6168354Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T16:01:29.6170767Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T16:01:29.6172791Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:29.6175164Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:29.6178694Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:29.6182144Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T16:01:29.6184242Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6185892Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6188185Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6190778Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6193118Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6195925Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6198524Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6201520Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6204049Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T16:01:29.6205585Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T16:01:29.6207033Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T16:01:29.6209178Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T16:01:29.6211541Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T16:01:29.6213810Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T16:01:29.6215352Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T16:01:29.6216961Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T16:01:29.6219210Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T16:01:29.6221520Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T16:01:29.6223785Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T16:01:29.6225842Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T16:01:29.6227433Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6229229Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6231318Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6233367Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6235267Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6237572Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6239612Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6241632Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6243492Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6245354Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6247868Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6250532Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6252632Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6254771Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6256754Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6258798Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6260868Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_pt2e.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6262805Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6264783Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T16:01:29.6266092Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6267772Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6270184Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6272593Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6275094Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6277384Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6279547Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6282014Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6284428Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6286852Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/onednn.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6289434Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6291854Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6293196Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6294403Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T16:01:29.6294730Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6295555Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6296516Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6297456Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6298609Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6299549Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6300473Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6301352Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6302478Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6303456Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6304615Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6305531Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6306528Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6307576Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6308904Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6309705Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6310681Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6311524Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6312464Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6313249Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T16:01:29.6313790Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:29.6314880Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:29.6315882Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:29.6316931Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:29.6318095Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:29.6319124Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T16:01:29.6319551Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6320728Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6321627Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6322515Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6323672Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/generate_numeric_debug_handle.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6324600Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6325667Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6326584Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6327529Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6328568Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T16:01:29.6329027Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e/representation 2024-04-03T16:01:29.6330477Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e/representation 2024-04-03T16:01:29.6331751Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e/representation 2024-04-03T16:01:29.6332130Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6333212Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6334386Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6335470Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6336450Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6337618Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6338671Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6340032Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6341850Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T16:01:29.6342236Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6343296Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6344394Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6345144Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6346068Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6346840Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6347507Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6348245Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6349027Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6349720Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6350499Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6351342Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6352047Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T16:01:29.6352371Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T16:01:29.6353246Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T16:01:29.6354063Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T16:01:29.6354980Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T16:01:29.6355237Z creating build/bdist.linux-x86_64/wheel/torch/backends 2024-04-03T16:01:29.6355911Z copying build/lib.linux-x86_64-cpython-38/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2024-04-03T16:01:29.6356260Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2024-04-03T16:01:29.6356984Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2024-04-03T16:01:29.6357982Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2024-04-03T16:01:29.6358403Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T16:01:29.6359218Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T16:01:29.6360450Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T16:01:29.6361344Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T16:01:29.6361680Z creating build/bdist.linux-x86_64/wheel/torch/backends/cpu 2024-04-03T16:01:29.6362487Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cpu 2024-04-03T16:01:29.6362882Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2024-04-03T16:01:29.6363690Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2024-04-03T16:01:29.6364104Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2024-04-03T16:01:29.6364949Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2024-04-03T16:01:29.6365854Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2024-04-03T16:01:29.6366301Z creating build/bdist.linux-x86_64/wheel/torch/backends/mha 2024-04-03T16:01:29.6367218Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mha/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mha 2024-04-03T16:01:29.6367587Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2024-04-03T16:01:29.6368383Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2024-04-03T16:01:29.6368736Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2024-04-03T16:01:29.6369551Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2024-04-03T16:01:29.6369836Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2024-04-03T16:01:29.6370801Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2024-04-03T16:01:29.6371148Z creating build/bdist.linux-x86_64/wheel/torch/backends/nnpack 2024-04-03T16:01:29.6372118Z copying build/lib.linux-x86_64-cpython-38/torch/backends/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/nnpack 2024-04-03T16:01:29.6372544Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2024-04-03T16:01:29.6373404Z copying build/lib.linux-x86_64-cpython-38/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2024-04-03T16:01:29.6373781Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2024-04-03T16:01:29.6374731Z copying build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2024-04-03T16:01:29.6375128Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2024-04-03T16:01:29.6376033Z copying build/lib.linux-x86_64-cpython-38/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2024-04-03T16:01:29.6376371Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2024-04-03T16:01:29.6377242Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2024-04-03T16:01:29.6377971Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2024-04-03T16:01:29.6378274Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2024-04-03T16:01:29.6379119Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2024-04-03T16:01:29.6379372Z creating build/bdist.linux-x86_64/wheel/torch/compiler 2024-04-03T16:01:29.6380454Z copying build/lib.linux-x86_64-cpython-38/torch/compiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/compiler 2024-04-03T16:01:29.6380721Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2024-04-03T16:01:29.6381383Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2024-04-03T16:01:29.6382147Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2024-04-03T16:01:29.6382412Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2024-04-03T16:01:29.6383153Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2024-04-03T16:01:29.6383502Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T16:01:29.6384366Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T16:01:29.6385476Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T16:01:29.6386411Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T16:01:29.6386822Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6387541Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6388299Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_gpu_trace.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6389111Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6389813Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6390428Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6391038Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6391889Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6392639Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6393352Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6394150Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6394890Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6395572Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6396318Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6396995Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6397755Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6398427Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T16:01:29.6398849Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T16:01:29.6399723Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T16:01:29.6400659Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T16:01:29.6401390Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T16:01:29.6402354Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T16:01:29.6402742Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6403494Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6404578Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable_state.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6405481Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_functional_collectives.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6406406Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_functional_collectives_impl.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6407322Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6408083Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6408908Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/c10d_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6409936Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/collective_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6410799Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6411524Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6412499Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6413233Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6414228Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6414953Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6415881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6416728Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6417573Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T16:01:29.6417966Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T16:01:29.6418972Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T16:01:29.6420552Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T16:01:29.6421968Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T16:01:29.6423391Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T16:01:29.6424669Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T16:01:29.6425361Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6426892Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6428579Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6429811Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6430859Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6431850Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6432993Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6434205Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6435282Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_state.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6436388Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T16:01:29.6436896Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6437768Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6438646Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6439520Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6440634Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6441503Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6442393Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6443195Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T16:01:29.6443610Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2024-04-03T16:01:29.6444550Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2024-04-03T16:01:29.6444956Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2024-04-03T16:01:29.6446013Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2024-04-03T16:01:29.6447050Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2024-04-03T16:01:29.6447568Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6448625Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6449630Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6450839Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6452000Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6453179Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6454540Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6455556Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6456673Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.6457208Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6458283Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6459464Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6460590Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6461814Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6462932Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6464132Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T16:01:29.6464542Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2024-04-03T16:01:29.6465568Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2024-04-03T16:01:29.6466662Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2024-04-03T16:01:29.6467071Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:29.6468115Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:29.6469109Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:29.6470151Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:29.6471277Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T16:01:29.6471927Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:29.6473321Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:29.6474787Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:29.6476067Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:29.6477632Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T16:01:29.6478010Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2024-04-03T16:01:29.6479050Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2024-04-03T16:01:29.6479499Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2024-04-03T16:01:29.6480604Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2024-04-03T16:01:29.6480972Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6481875Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6482663Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6483597Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/batch_dim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6484549Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6485358Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/config.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6486230Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6487196Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/distribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6488044Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/experimental_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6488938Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/gm_transformation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6489880Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/graph_optimization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6490828Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/graph_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6491787Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/iter_graph_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6492760Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/log_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6493595Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/parallel_mode.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6494639Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/partial_lower.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T16:01:29.6495051Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6496038Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6496926Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/_collective_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6497850Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6498863Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6499715Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6500772Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6501719Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/op_schema.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6502630Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6503590Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/random.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6504543Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6505517Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/sharding_prop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6506485Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/tp_conv.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T16:01:29.6506902Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T16:01:29.6508029Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T16:01:29.6508930Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/comm_mode.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T16:01:29.6509961Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/op_coverage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T16:01:29.6511223Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/visualize_sharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T16:01:29.6511732Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/experimental 2024-04-03T16:01:29.6512765Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/experimental 2024-04-03T16:01:29.6513798Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental/tp_transform.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/experimental 2024-04-03T16:01:29.6514211Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6515169Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6516313Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/basic_strategy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6517494Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6518492Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/conv_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6519506Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6520663Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/experimental_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6521557Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6522533Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6523548Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6524729Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/random_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6525680Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6526786Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6527862Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T16:01:29.6528253Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tools 2024-04-03T16:01:29.6529247Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tools/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tools 2024-04-03T16:01:29.6530113Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tools/memory_tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tools 2024-04-03T16:01:29.6530551Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2024-04-03T16:01:29.6531467Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2024-04-03T16:01:29.6532334Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2024-04-03T16:01:29.6532767Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2024-04-03T16:01:29.6533878Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2024-04-03T16:01:29.6535290Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2024-04-03T16:01:29.6535966Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2024-04-03T16:01:29.6537131Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2024-04-03T16:01:29.6538409Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2024-04-03T16:01:29.6539031Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T16:01:29.6540218Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T16:01:29.6541576Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T16:01:29.6542224Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2024-04-03T16:01:29.6543428Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2024-04-03T16:01:29.6544584Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2024-04-03T16:01:29.6545061Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6546232Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6547492Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6548939Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6550222Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6551566Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6552745Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6554021Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6555341Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6556874Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T16:01:29.6557351Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:29.6558610Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:29.6559801Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:29.6561225Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:29.6562443Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T16:01:29.6562793Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2024-04-03T16:01:29.6563719Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2024-04-03T16:01:29.6564213Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6565343Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6566327Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6567543Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6568668Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6569775Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6570952Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6572058Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6573096Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6573961Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6574815Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6575843Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6576881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6577960Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/format_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6578917Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6579953Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6580977Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6582041Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6583096Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6584095Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6585172Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6586291Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6587398Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/stateful.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6588335Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6589324Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T16:01:29.6589795Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2024-04-03T16:01:29.6590797Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2024-04-03T16:01:29.6591233Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2024-04-03T16:01:29.6592315Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2024-04-03T16:01:29.6592818Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T16:01:29.6593961Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T16:01:29.6595150Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T16:01:29.6596569Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T16:01:29.6597042Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T16:01:29.6598149Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T16:01:29.6599237Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T16:01:29.6600266Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T16:01:29.6600890Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2024-04-03T16:01:29.6601886Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2024-04-03T16:01:29.6602797Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2024-04-03T16:01:29.6603298Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:29.6604436Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:29.6605655Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:29.6607013Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:29.6608412Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T16:01:29.6609055Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:29.6610671Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:29.6612037Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:29.6613441Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T16:01:29.6614136Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:29.6615552Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:29.6617014Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:29.6618547Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T16:01:29.6618962Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6620149Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6621350Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6622626Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6623823Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6624964Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6626222Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6627352Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6628348Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6629471Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6630614Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6631709Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T16:01:29.6632078Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T16:01:29.6633076Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T16:01:29.6634117Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T16:01:29.6635235Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T16:01:29.6636338Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T16:01:29.6636942Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6637962Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6639090Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6640401Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6641354Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6642365Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6643432Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T16:01:29.6644023Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T16:01:29.6645169Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T16:01:29.6646410Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T16:01:29.6647686Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T16:01:29.6648018Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6648977Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6649945Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6650985Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6651769Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6652757Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6653683Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6654546Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6655504Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6656521Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6657314Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6658267Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6659211Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6660138Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6661105Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_trace_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6662154Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6663133Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6663906Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6664726Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6665819Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6667021Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6667972Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T16:01:29.6668310Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2024-04-03T16:01:29.6669311Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2024-04-03T16:01:29.6670330Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2024-04-03T16:01:29.6670650Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2024-04-03T16:01:29.6671618Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2024-04-03T16:01:29.6672575Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2024-04-03T16:01:29.6672966Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2024-04-03T16:01:29.6673739Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2024-04-03T16:01:29.6674945Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2024-04-03T16:01:29.6675346Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2024-04-03T16:01:29.6676285Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2024-04-03T16:01:29.6677281Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2024-04-03T16:01:29.6677774Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2024-04-03T16:01:29.6678801Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2024-04-03T16:01:29.6680131Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2024-04-03T16:01:29.6680729Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6681643Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6682853Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6684092Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6685141Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6686205Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6687270Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6688262Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6689273Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6690466Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6691459Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6692600Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/named_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6693628Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6694693Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6695606Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6696768Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T16:01:29.6697138Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2024-04-03T16:01:29.6698157Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2024-04-03T16:01:29.6698560Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6699626Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6700693Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6701791Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6702819Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6704155Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6705497Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6706716Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6707933Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6709068Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6710197Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6711401Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6712581Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T16:01:29.6713182Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:29.6714263Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:29.6715785Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:29.6716910Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T16:01:29.6717415Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6718620Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6719908Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6721277Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6722299Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6723283Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6724408Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T16:01:29.6724713Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6725598Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6726410Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6727257Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6728254Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6729219Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6730333Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6731421Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6732276Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6733309Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6734321Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T16:01:29.6734818Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2024-04-03T16:01:29.6735814Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2024-04-03T16:01:29.6737130Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2024-04-03T16:01:29.6737538Z creating build/bdist.linux-x86_64/wheel/torch/distributed/tensor 2024-04-03T16:01:29.6738483Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor 2024-04-03T16:01:29.6739006Z creating build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6740180Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6741500Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6742633Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6743692Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6744752Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6745815Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6746860Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6748275Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/loss.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6749287Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T16:01:29.6749580Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6750443Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6751361Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6752143Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6752943Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6753903Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6754621Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6755357Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6756217Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6757096Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6757941Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6758798Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6759806Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6760900Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6761857Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6762860Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6763724Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6764734Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6765584Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6766433Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6767500Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6768332Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6769497Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/inverse_gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6770537Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6771349Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6772392Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6773270Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6774224Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6775383Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6776430Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6777698Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6778774Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6779602Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6780616Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6781593Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6782626Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6783558Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6784599Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6785889Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6786829Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6787692Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6788811Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6789620Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6790459Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6791296Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6792044Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6792855Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6793602Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T16:01:29.6793912Z creating build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6794610Z copying build/lib.linux-x86_64-cpython-38/torch/export/__init__.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6795485Z copying build/lib.linux-x86_64-cpython-38/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6796349Z copying build/lib.linux-x86_64-cpython-38/torch/export/_remove_effect_tokens_pass.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6797171Z copying build/lib.linux-x86_64-cpython-38/torch/export/_safeguard.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6797907Z copying build/lib.linux-x86_64-cpython-38/torch/export/_trace.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6798673Z copying build/lib.linux-x86_64-cpython-38/torch/export/_tree_utils.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6799353Z copying build/lib.linux-x86_64-cpython-38/torch/export/_unlift.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6800115Z copying build/lib.linux-x86_64-cpython-38/torch/export/custom_obj.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6801065Z copying build/lib.linux-x86_64-cpython-38/torch/export/dynamic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6801855Z copying build/lib.linux-x86_64-cpython-38/torch/export/exported_program.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6802636Z copying build/lib.linux-x86_64-cpython-38/torch/export/graph_signature.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6803311Z copying build/lib.linux-x86_64-cpython-38/torch/export/unflatten.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T16:01:29.6803599Z creating build/bdist.linux-x86_64/wheel/torch/fft 2024-04-03T16:01:29.6804356Z copying build/lib.linux-x86_64-cpython-38/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2024-04-03T16:01:29.6804599Z creating build/bdist.linux-x86_64/wheel/torch/func 2024-04-03T16:01:29.6805321Z copying build/lib.linux-x86_64-cpython-38/torch/func/__init__.py -> build/bdist.linux-x86_64/wheel/torch/func 2024-04-03T16:01:29.6805612Z creating build/bdist.linux-x86_64/wheel/torch/futures 2024-04-03T16:01:29.6806229Z copying build/lib.linux-x86_64-cpython-38/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2024-04-03T16:01:29.6806525Z creating build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6807133Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6807835Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6808620Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_lazy_graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6809295Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6810345Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6811118Z copying build/lib.linux-x86_64-cpython-38/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6811754Z copying build/lib.linux-x86_64-cpython-38/torch/fx/config.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6812326Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6813037Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6813845Z copying build/lib.linux-x86_64-cpython-38/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6814660Z copying build/lib.linux-x86_64-cpython-38/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6815331Z copying build/lib.linux-x86_64-cpython-38/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6816160Z copying build/lib.linux-x86_64-cpython-38/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6816861Z copying build/lib.linux-x86_64-cpython-38/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6817620Z copying build/lib.linux-x86_64-cpython-38/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6818410Z copying build/lib.linux-x86_64-cpython-38/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6819176Z copying build/lib.linux-x86_64-cpython-38/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6819645Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6820482Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6821403Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/_backward_state.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6822388Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/_config.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6823314Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/_sym_dispatch_mode.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6824357Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6825233Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6826106Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6827035Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6828149Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6829053Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6830039Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6831008Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6832038Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6833025Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6834075Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/recording.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6835213Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6836055Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6837221Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6838381Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/sym_node.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6839337Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6840346Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6841211Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/validator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T16:01:29.6841774Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6843117Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6844444Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6845863Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6847440Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6848723Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6850139Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6851330Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6852978Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T16:01:29.6853745Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6855112Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6856458Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6857967Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6859514Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6860936Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6862439Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6863925Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6865440Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T16:01:29.6866080Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6868116Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6869899Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6871789Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6873338Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6874721Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6876243Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T16:01:29.6876561Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6877322Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6878232Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6879032Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6879834Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6880892Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6881581Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6882543Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6883371Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6884316Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6885148Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6886033Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6886841Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6887761Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6888633Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6889362Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T16:01:29.6889722Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2024-04-03T16:01:29.6890705Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2024-04-03T16:01:29.6891787Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2024-04-03T16:01:29.6892110Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2024-04-03T16:01:29.6893000Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2024-04-03T16:01:29.6893549Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2024-04-03T16:01:29.6894732Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2024-04-03T16:01:29.6896165Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2024-04-03T16:01:29.6896613Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T16:01:29.6897610Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T16:01:29.6898641Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T16:01:29.6899632Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T16:01:29.6900607Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T16:01:29.6900967Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2024-04-03T16:01:29.6901949Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2024-04-03T16:01:29.6903009Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2024-04-03T16:01:29.6903330Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6904295Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6905096Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6906058Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6906926Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6907907Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6909158Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T16:01:29.6909950Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T16:01:29.6910194Z creating build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6910827Z copying build/lib.linux-x86_64-cpython-38/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6911687Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6912458Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_await.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6913259Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6914066Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6914948Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6915819Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6916802Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6917682Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6918332Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6919085Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6919670Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6920672Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6921331Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6922075Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6922895Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6923634Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6924330Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6925020Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6925684Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6926376Z copying build/lib.linux-x86_64-cpython-38/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6927209Z copying build/lib.linux-x86_64-cpython-38/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6927995Z copying build/lib.linux-x86_64-cpython-38/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6928669Z copying build/lib.linux-x86_64-cpython-38/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6929345Z copying build/lib.linux-x86_64-cpython-38/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6930123Z copying build/lib.linux-x86_64-cpython-38/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T16:01:29.6930523Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2024-04-03T16:01:29.6931279Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2024-04-03T16:01:29.6932271Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2024-04-03T16:01:29.6932547Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2024-04-03T16:01:29.6933410Z copying build/lib.linux-x86_64-cpython-38/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2024-04-03T16:01:29.6933655Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2024-04-03T16:01:29.6934411Z copying build/lib.linux-x86_64-cpython-38/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2024-04-03T16:01:29.6934667Z creating build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T16:01:29.6935365Z copying build/lib.linux-x86_64-cpython-38/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T16:01:29.6936020Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T16:01:29.6936815Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T16:01:29.6937152Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6938108Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6939221Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6940043Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6940933Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6941836Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6942951Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6943786Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6944580Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T16:01:29.6944980Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2024-04-03T16:01:29.6945693Z copying build/lib.linux-x86_64-cpython-38/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2024-04-03T16:01:29.6945921Z creating build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T16:01:29.6946662Z copying build/lib.linux-x86_64-cpython-38/torch/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T16:01:29.6947327Z copying build/lib.linux-x86_64-cpython-38/torch/mps/event.py -> build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T16:01:29.6947993Z copying build/lib.linux-x86_64-cpython-38/torch/mps/profiler.py -> build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T16:01:29.6948405Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6949474Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6950612Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6951537Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6952342Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6953395Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6954277Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T16:01:29.6954659Z creating build/bdist.linux-x86_64/wheel/torch/nested 2024-04-03T16:01:29.6955457Z copying build/lib.linux-x86_64-cpython-38/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2024-04-03T16:01:29.6955946Z creating build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T16:01:29.6956862Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T16:01:29.6957834Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/nested_tensor.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T16:01:29.6958931Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/ops.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T16:01:29.6959806Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/sdpa.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T16:01:29.6960286Z creating build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6961269Z copying build/lib.linux-x86_64-cpython-38/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6961859Z copying build/lib.linux-x86_64-cpython-38/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6962554Z copying build/lib.linux-x86_64-cpython-38/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6963268Z copying build/lib.linux-x86_64-cpython-38/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6964020Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6964581Z copying build/lib.linux-x86_64-cpython-38/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6965187Z copying build/lib.linux-x86_64-cpython-38/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6966111Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.6966414Z creating build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T16:01:29.6967263Z copying build/lib.linux-x86_64-cpython-38/torch/nn/attention/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T16:01:29.6967995Z copying build/lib.linux-x86_64-cpython-38/torch/nn/attention/_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T16:01:29.6968786Z copying build/lib.linux-x86_64-cpython-38/torch/nn/attention/bias.py -> build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T16:01:29.6969057Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2024-04-03T16:01:29.6969816Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2024-04-03T16:01:29.6970869Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2024-04-03T16:01:29.6971264Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2024-04-03T16:01:29.6972278Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2024-04-03T16:01:29.6972660Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2024-04-03T16:01:29.6973627Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2024-04-03T16:01:29.6974697Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2024-04-03T16:01:29.6975076Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2024-04-03T16:01:29.6975901Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2024-04-03T16:01:29.6976351Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:29.6977446Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:29.6978516Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:29.6979735Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:29.6980856Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T16:01:29.6981379Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2024-04-03T16:01:29.6982618Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2024-04-03T16:01:29.6983134Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:29.6984330Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-04-03T16:01:29.6984920Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:29.6986172Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:29.6987496Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T16:01:29.6987943Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.6989185Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.6990534Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.6991801Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.6993051Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T16:01:29.6993434Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6994395Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6995257Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6996145Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6997004Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6997856Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6998854Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.6999744Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7000835Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7001515Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7002420Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7003363Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7004126Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7005000Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7005943Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7006965Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7007855Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7008779Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7009684Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7010523Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7011382Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7012418Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7013506Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7014613Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7015885Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7017160Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7018314Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T16:01:29.7018781Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7019918Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7021309Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7022510Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7023989Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7024964Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7025965Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7027103Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7028107Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T16:01:29.7028413Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2024-04-03T16:01:29.7029389Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2024-04-03T16:01:29.7029808Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2024-04-03T16:01:29.7030649Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2024-04-03T16:01:29.7030990Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2024-04-03T16:01:29.7032121Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2024-04-03T16:01:29.7033158Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2024-04-03T16:01:29.7033544Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T16:01:29.7034365Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T16:01:29.7035147Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T16:01:29.7036080Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T16:01:29.7036883Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T16:01:29.7037313Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2024-04-03T16:01:29.7038281Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2024-04-03T16:01:29.7038843Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T16:01:29.7039828Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T16:01:29.7040997Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T16:01:29.7042102Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T16:01:29.7042388Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2024-04-03T16:01:29.7043281Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2024-04-03T16:01:29.7044008Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2024-04-03T16:01:29.7044432Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2024-04-03T16:01:29.7045496Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2024-04-03T16:01:29.7045905Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7047046Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7048133Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7049309Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7050468Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7051486Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7052845Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T16:01:29.7053237Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2024-04-03T16:01:29.7054219Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2024-04-03T16:01:29.7054727Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:29.7055757Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:29.7057051Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:29.7058177Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:29.7059382Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T16:01:29.7059765Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7060646Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7061557Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7062696Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7063636Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7064656Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7065655Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7066680Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7067628Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7068658Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7069556Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7070542Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T16:01:29.7070813Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7071495Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7072422Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7073254Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_named_member_accessor.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7074095Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7074767Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7075688Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7076483Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7077296Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7078047Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7078949Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7079763Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7080647Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7081631Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7082600Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7083443Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7084578Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T16:01:29.7085125Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7086196Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7087389Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7088533Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7090036Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7091241Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7092490Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7093975Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7095112Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7096171Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7097596Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T16:01:29.7098460Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.7099071Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T16:01:29.7099373Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7100231Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7101029Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7101803Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7102746Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7103687Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7104480Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7105380Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7106210Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7106969Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7107753Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7108786Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7109846Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7110648Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7111478Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7112267Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7113171Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7113984Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7114770Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7115508Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7116340Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7117309Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset18.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7118004Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset19.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7118847Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset20.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7119597Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7120637Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7121496Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7122260Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7123173Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T16:01:29.7123654Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7124633Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7125716Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7126759Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/exporter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7127661Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/io_adapter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7128675Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7129706Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7130818Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnxruntime.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7132032Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T16:01:29.7132739Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T16:01:29.7134182Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T16:01:29.7135281Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T16:01:29.7136348Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T16:01:29.7136758Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7137920Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7139048Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7140179Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/context.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7141466Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/decorator.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7142703Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7144146Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T16:01:29.7144743Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7146346Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7147732Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7149349Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7151363Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7153258Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7155040Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7156596Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7158128Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7159666Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7161736Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7163032Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7164508Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7165753Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7167355Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7168919Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7170496Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7171892Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7173330Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7174962Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7176124Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7177406Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7178936Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7180284Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7181703Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7183452Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7184748Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7186206Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7187532Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7188902Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7190083Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7191448Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7192808Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7194119Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7195417Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7196779Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7198422Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7199697Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7201237Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7202252Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7203482Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7204998Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7206403Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7208087Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7209482Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7210821Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7212356Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7213841Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7215126Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7216272Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7217733Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7219011Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7220460Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7221740Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7223294Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7224622Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T16:01:29.7225126Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7226126Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7227025Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/_pass.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7227925Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/decomposition_skip.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7228758Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/decomposition_table.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7229633Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/diagnostics.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7230468Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7231284Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7232273Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7233125Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7233908Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/op_validation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7234722Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/patcher.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7235638Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7236567Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/serialization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7237452Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7238205Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T16:01:29.7238643Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/analysis 2024-04-03T16:01:29.7239503Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/analysis 2024-04-03T16:01:29.7240614Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/analysis 2024-04-03T16:01:29.7241081Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7241916Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7242964Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7243977Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/decomp.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7244900Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/functionalization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7246012Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/modularization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7247026Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/readability.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7248503Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7249411Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/virtualization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T16:01:29.7249730Z creating build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7250689Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7251787Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7252795Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7253975Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7255111Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7256085Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7256797Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7257663Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7258415Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7259360Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7260160Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7260842Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7261736Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7262533Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7263237Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7264108Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7264899Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7265628Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7266043Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2024-04-03T16:01:29.7267020Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2024-04-03T16:01:29.7267771Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7268828Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7269601Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7270479Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7271427Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7272184Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7272947Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7273619Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7274404Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7275287Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7276106Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7276829Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7277566Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7278292Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7279138Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7279893Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T16:01:29.7280356Z creating build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7281007Z copying build/lib.linux-x86_64-cpython-38/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7281638Z copying build/lib.linux-x86_64-cpython-38/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7282407Z copying build/lib.linux-x86_64-cpython-38/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7283046Z copying build/lib.linux-x86_64-cpython-38/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7283820Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7284548Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7285461Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7286287Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7286998Z copying build/lib.linux-x86_64-cpython-38/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7287912Z copying build/lib.linux-x86_64-cpython-38/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7289097Z copying build/lib.linux-x86_64-cpython-38/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7290097Z copying build/lib.linux-x86_64-cpython-38/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7291293Z copying build/lib.linux-x86_64-cpython-38/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7292285Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7293438Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T16:01:29.7293867Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T16:01:29.7294753Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T16:01:29.7295826Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T16:01:29.7296922Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T16:01:29.7298034Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T16:01:29.7298383Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7299101Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7299948Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7300666Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7301524Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7302275Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7303283Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7304596Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T16:01:29.7305054Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7305855Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7307103Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7308144Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7309181Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_quantized_conversions.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7310171Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7310896Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7311905Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7312877Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7313727Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7314599Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7315687Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7316635Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7317603Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7318335Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7319172Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7320121Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T16:01:29.7320671Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7321768Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7322565Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7323426Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7324335Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7325304Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7326427Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7327385Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7328509Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7329512Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7330589Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7331573Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7332538Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T16:01:29.7332861Z creating build/bdist.linux-x86_64/wheel/torch/signal 2024-04-03T16:01:29.7333755Z copying build/lib.linux-x86_64-cpython-38/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2024-04-03T16:01:29.7334064Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2024-04-03T16:01:29.7335021Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2024-04-03T16:01:29.7335747Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2024-04-03T16:01:29.7336003Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7336614Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7337346Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_semi_structured_conversions.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7338037Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_semi_structured_ops.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7338661Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_triton_ops.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7339368Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_triton_ops_meta.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7340306Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/semi_structured.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T16:01:29.7340632Z creating build/bdist.linux-x86_64/wheel/torch/special 2024-04-03T16:01:29.7341444Z copying build/lib.linux-x86_64-cpython-38/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2024-04-03T16:01:29.7341717Z creating build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T16:01:29.7342353Z copying build/lib.linux-x86_64-cpython-38/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T16:01:29.7343041Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T16:01:29.7343811Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T16:01:29.7344141Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7344994Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7346219Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7347337Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autograd_function_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7348283Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7349298Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7350250Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7351083Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dist_composable.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7352255Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7353072Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7354098Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7355006Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7355927Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7356800Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7357866Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7358816Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7359892Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_optimizers.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7361047Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_pruning.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7362171Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7363283Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7364390Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7365274Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7366588Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7367807Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/custom_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7368759Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7369745Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7370666Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hop_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7371778Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7372924Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7374005Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7374936Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7375823Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7376767Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7377665Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7378537Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/static_module.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7379413Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/triton_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7380323Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/two_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T16:01:29.7380732Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2024-04-03T16:01:29.7381750Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2024-04-03T16:01:29.7382180Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T16:01:29.7383091Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T16:01:29.7384152Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T16:01:29.7385080Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T16:01:29.7385542Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7386701Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7388079Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7389263Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7390660Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7391715Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7392868Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7393931Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7395198Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7396329Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7397482Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T16:01:29.7397913Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2024-04-03T16:01:29.7399202Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2024-04-03T16:01:29.7400480Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2024-04-03T16:01:29.7401130Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.7402639Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.7404095Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.7405541Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T16:01:29.7406192Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2024-04-03T16:01:29.7407652Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2024-04-03T16:01:29.7409009Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2024-04-03T16:01:29.7409506Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2024-04-03T16:01:29.7410840Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2024-04-03T16:01:29.7411397Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2024-04-03T16:01:29.7412839Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2024-04-03T16:01:29.7414257Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2024-04-03T16:01:29.7414999Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2024-04-03T16:01:29.7416388Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2024-04-03T16:01:29.7416922Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7418312Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7419588Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7420971Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7422221Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7423449Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7424615Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7425766Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7427171Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T16:01:29.7427647Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:29.7429175Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:29.7430678Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:29.7432209Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T16:01:29.7432762Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:29.7434044Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:29.7435461Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:29.7436730Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:29.7438008Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T16:01:29.7438474Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2024-04-03T16:01:29.7439473Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2024-04-03T16:01:29.7440821Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2024-04-03T16:01:29.7441339Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T16:01:29.7442409Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T16:01:29.7443451Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T16:01:29.7444395Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T16:01:29.7445515Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T16:01:29.7446114Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7447261Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7448478Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7449634Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7450981Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7452166Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7453321Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7454390Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T16:01:29.7454900Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7455929Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7456803Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7457922Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7459007Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7460007Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/generate_tests.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7461040Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/make_fx.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T16:01:29.7461559Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T16:01:29.7462695Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T16:01:29.7463693Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T16:01:29.7464611Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T16:01:29.7464862Z creating build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7465461Z copying build/lib.linux-x86_64-cpython-38/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7466108Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_config_module.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7466748Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_content_store.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7467480Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_contextlib.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7468197Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7468815Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cxx_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7469574Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_device.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7470351Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_foreach_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7471105Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7471966Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_import_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7472656Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7473462Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7474201Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7474882Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_stats.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7475710Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_traceback.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7476526Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_triton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7477227Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_typing_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7478039Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7478897Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7479845Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7480729Z copying build/lib.linux-x86_64-cpython-38/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7481456Z copying build/lib.linux-x86_64-cpython-38/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7482337Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7483095Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7483780Z copying build/lib.linux-x86_64-cpython-38/torch/utils/deterministic.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7484559Z copying build/lib.linux-x86_64-cpython-38/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7485582Z copying build/lib.linux-x86_64-cpython-38/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7486609Z copying build/lib.linux-x86_64-cpython-38/torch/utils/flop_counter.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7487562Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7488551Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7489522Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7490604Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7491524Z copying build/lib.linux-x86_64-cpython-38/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7492722Z copying build/lib.linux-x86_64-cpython-38/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7493460Z copying build/lib.linux-x86_64-cpython-38/torch/utils/weak.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T16:01:29.7493889Z creating build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7494948Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7496201Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/functions.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7497260Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/interp.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7498267Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/reference.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7499404Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/singleton_int.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7500531Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/solve.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7501722Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/value_ranges.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T16:01:29.7502233Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2024-04-03T16:01:29.7503399Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2024-04-03T16:01:29.7503813Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2024-04-03T16:01:29.7505184Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2024-04-03T16:01:29.7505618Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7506865Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7508140Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7509778Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7510918Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7512388Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7513807Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7515160Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T16:01:29.7515693Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7516899Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7518329Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7519954Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7521806Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7523364Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7524897Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T16:01:29.7525577Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7527148Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7528677Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7530130Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7531825Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7533297Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compile.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7534762Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7536311Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7537875Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7539305Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7540079Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7541973Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7544011Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7546232Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7548394Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7550401Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7552293Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T16:01:29.7554018Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T16:01:29.7554594Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2024-04-03T16:01:29.7555812Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2024-04-03T16:01:29.7557157Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2024-04-03T16:01:29.7557573Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7558626Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7559849Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7561164Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7562403Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7563694Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7564887Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7580167Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7582036Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T16:01:29.7582460Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7583581Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7584788Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7585806Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7586587Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7587403Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7588148Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T16:01:29.7588480Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7589295Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7590250Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7591123Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7591973Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7592807Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7593633Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7594024Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:29.7594992Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:29.7596087Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:29.7597090Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:29.7598086Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:29.7599082Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T16:01:29.7599461Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7600572Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7601498Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7602464Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7603373Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7604311Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7605285Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7606467Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7607777Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7609046Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7610409Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7611718Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7613040Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T16:01:29.7613549Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7614797Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7616124Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7617553Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7618485Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7619392Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7620459Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T16:01:29.7620934Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T16:01:29.7621828Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T16:01:29.7622747Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T16:01:29.7623664Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T16:01:29.7624628Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T16:01:29.7625487Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T16:01:29.7625773Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T16:01:29.7626475Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T16:01:29.7627197Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T16:01:29.7627974Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T16:01:29.7628729Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T16:01:29.7629443Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T16:01:29.7629705Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2024-04-03T16:01:29.7630375Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2024-04-03T16:01:29.7631055Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2024-04-03T16:01:29.7631373Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7632104Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7632833Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7633642Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7634363Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7635290Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7636175Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T16:01:29.7636719Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7637613Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7638414Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7639218Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7639999Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7640963Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7641764Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7642564Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7643332Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7644238Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7645009Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T16:01:29.7645292Z creating build/bdist.linux-x86_64/wheel/torch/utils/viz 2024-04-03T16:01:29.7645934Z copying build/lib.linux-x86_64-cpython-38/torch/utils/viz/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/viz 2024-04-03T16:01:29.7646584Z copying build/lib.linux-x86_64-cpython-38/torch/utils/viz/_cycles.py -> build/bdist.linux-x86_64/wheel/torch/utils/viz 2024-04-03T16:01:29.7646825Z creating build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T16:01:29.7647400Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T16:01:29.7648136Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/_gpu_trace.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T16:01:29.7648719Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/_utils.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T16:01:29.7649305Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/random.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T16:01:29.7649905Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/streams.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T16:01:29.7650506Z copying build/lib.linux-x86_64-cpython-38/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.7650750Z creating build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7651375Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7651956Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7656278Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_edge_op_registration -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7661956Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7709457Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7775256Z copying build/lib.linux-x86_64-cpython-38/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7776707Z copying build/lib.linux-x86_64-cpython-38/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7782359Z copying build/lib.linux-x86_64-cpython-38/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7788438Z copying build/lib.linux-x86_64-cpython-38/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7793152Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7798392Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7806020Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7905503Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7911362Z copying build/lib.linux-x86_64-cpython-38/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7912846Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7947408Z copying build/lib.linux-x86_64-cpython-38/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T16:01:29.7949705Z creating build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7950500Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7955757Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7961083Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7966816Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7972890Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7978876Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7984260Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7989082Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.7994286Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8000383Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8005670Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_cow_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8012126Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8018010Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8023175Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8027833Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8033624Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8038835Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8044425Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8049254Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8054726Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8059702Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8064575Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8069618Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8074492Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8079580Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bit_cast_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8084564Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8090775Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8095985Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8100896Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8105949Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_generic_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8110910Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8126790Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8131483Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8136745Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8143990Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8149747Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8154734Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_small_vector_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8169946Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ssize_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8174846Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_util_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8179792Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8185283Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8190066Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8195503Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8200055Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8207506Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8212717Z copying build/lib.linux-x86_64-cpython-38/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8219756Z copying build/lib.linux-x86_64-cpython-38/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8226362Z copying build/lib.linux-x86_64-cpython-38/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8232327Z copying build/lib.linux-x86_64-cpython-38/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8238134Z copying build/lib.linux-x86_64-cpython-38/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8244319Z copying build/lib.linux-x86_64-cpython-38/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8249552Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8254606Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8260131Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8265034Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8273413Z copying build/lib.linux-x86_64-cpython-38/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8278444Z copying build/lib.linux-x86_64-cpython-38/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8283658Z copying build/lib.linux-x86_64-cpython-38/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8288896Z copying build/lib.linux-x86_64-cpython-38/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8294240Z copying build/lib.linux-x86_64-cpython-38/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8302501Z copying build/lib.linux-x86_64-cpython-38/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8307341Z copying build/lib.linux-x86_64-cpython-38/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8312509Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8317587Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8322836Z copying build/lib.linux-x86_64-cpython-38/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8327637Z copying build/lib.linux-x86_64-cpython-38/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8333146Z copying build/lib.linux-x86_64-cpython-38/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8337933Z copying build/lib.linux-x86_64-cpython-38/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8342976Z copying build/lib.linux-x86_64-cpython-38/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8348351Z copying build/lib.linux-x86_64-cpython-38/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8354684Z copying build/lib.linux-x86_64-cpython-38/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8360099Z copying build/lib.linux-x86_64-cpython-38/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8365380Z copying build/lib.linux-x86_64-cpython-38/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8370406Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8375595Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8380943Z copying build/lib.linux-x86_64-cpython-38/torch/test/StorageUtils_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8385942Z copying build/lib.linux-x86_64-cpython-38/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8390969Z copying build/lib.linux-x86_64-cpython-38/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8398495Z copying build/lib.linux-x86_64-cpython-38/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8403892Z copying build/lib.linux-x86_64-cpython-38/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8405147Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8410325Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8416087Z copying build/lib.linux-x86_64-cpython-38/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8421145Z copying build/lib.linux-x86_64-cpython-38/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8422276Z copying build/lib.linux-x86_64-cpython-38/torch/test/legacy_vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8428512Z copying build/lib.linux-x86_64-cpython-38/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8433246Z copying build/lib.linux-x86_64-cpython-38/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8438243Z copying build/lib.linux-x86_64-cpython-38/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8443451Z copying build/lib.linux-x86_64-cpython-38/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8448777Z copying build/lib.linux-x86_64-cpython-38/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8459294Z copying build/lib.linux-x86_64-cpython-38/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8465553Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8476782Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8486399Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8499032Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8509075Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8514721Z copying build/lib.linux-x86_64-cpython-38/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8523767Z copying build/lib.linux-x86_64-cpython-38/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8528436Z copying build/lib.linux-x86_64-cpython-38/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8533784Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8538448Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8569339Z copying build/lib.linux-x86_64-cpython-38/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T16:01:29.8574967Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.pyi -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.8582703Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.pyi -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:29.8583446Z creating build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8584848Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_aoti.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8586656Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8587441Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cpu.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8588305Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8589353Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8592998Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8593764Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8594574Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8595441Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8596312Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8596867Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8597518Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8599202Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8599964Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8601316Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8603803Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8604668Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8605401Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8605968Z copying build/lib.linux-x86_64-cpython-38/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8609468Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8617316Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T16:01:29.8618385Z creating build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8619550Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8627325Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8633238Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8636069Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8638558Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8640803Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:29.8783687Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:30.0658960Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:30.0660668Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T16:01:30.0661929Z creating build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0663400Z copying build/lib.linux-x86_64-cpython-38/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0665235Z copying build/lib.linux-x86_64-cpython-38/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0667315Z copying build/lib.linux-x86_64-cpython-38/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0668910Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0670382Z copying build/lib.linux-x86_64-cpython-38/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0671906Z copying build/lib.linux-x86_64-cpython-38/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0673241Z copying build/lib.linux-x86_64-cpython-38/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0674777Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0676458Z copying build/lib.linux-x86_64-cpython-38/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0678064Z copying build/lib.linux-x86_64-cpython-38/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0679835Z copying build/lib.linux-x86_64-cpython-38/torch/include/experiments-config.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0681906Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0683452Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0684955Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0686493Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0687979Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0689466Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0691038Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0692693Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0694322Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0695779Z copying build/lib.linux-x86_64-cpython-38/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0697365Z copying build/lib.linux-x86_64-cpython-38/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T16:01:30.0698414Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0699961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0702036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0703871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0705659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0707427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0709417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0711429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0713560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0715433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CachedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0717363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0719286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0721244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0723089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0724873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0726624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceAccelerator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0728542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0730379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0731979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0733879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0735714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch_v2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0737701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0739799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0741810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0743740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0745747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0747890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0750154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0752262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0754063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0755897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0757771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0759670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0761661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0763699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0765705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyVmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0767581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0769383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0771210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0773136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0774879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0776603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0778322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0780121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0781905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0784067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0786412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0788446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0790436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0792478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0794387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0796494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0798308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0800989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0803586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0806568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0809210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0810918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0812494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0814318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0816304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0818050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0819959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0821640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0823616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0825647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0827249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/StorageUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0828724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0830239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0831813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0833382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0834944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0836577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0838185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0839696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0841726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0843510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0845375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0846999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0848702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0850539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0852107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0853683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0855224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0856938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0858514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0860086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0861659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0863148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0864625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0866225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0867748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0869196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0870662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0872172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0873740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0875285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0876958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0878704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0880732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0882793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0884934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0887009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0889176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0891353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0893489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0895275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0896797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0898379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0899967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0902152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0903864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0905620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0907566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0909670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0911956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0914699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0917067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T16:01:30.0918687Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T16:01:30.0920378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T16:01:30.0922851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T16:01:30.0925227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T16:01:30.0926691Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.0927906Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0929956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0932400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0934732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0937412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0940002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0942865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0945280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0947749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0950091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0952414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0955133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0957690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0960019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0962377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T16:01:30.0963961Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0965845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0968511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0971167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0973973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0976698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0979291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0981675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0983967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0986490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0989061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0991810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0994621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0997569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T16:01:30.0999541Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T16:01:30.1001469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T16:01:30.1003231Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1005093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1007558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1010247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1012975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1015320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1018061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1020487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1022865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1025092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1027230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T16:01:30.1029339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1031373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1033727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1035975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1038049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1040422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1042396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1044639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1046686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1048906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T16:01:30.1050439Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1052213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1054242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1056004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1057766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1059584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1061556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1064375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1066532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1068915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1071078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1072694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1074572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1076337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1078454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1080552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1082555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1084529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1086650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1088582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1090555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1092342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1094387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1096419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1098352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1100427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1102474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1104435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1107664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1111115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1113641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1116266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1118646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1121135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1124191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1126871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1128600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1130696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1132729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1134964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1137055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1139198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1141151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1142992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1145502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1147657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1149642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1151525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1153388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1155299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1157323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1159104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1161336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1163567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1165638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1167944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1170000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1172241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1174190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1176133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1178052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1180087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1181948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1183674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1185671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1187519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1189665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1191776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1193867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1195917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1197935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1199812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1201972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1203761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T16:01:30.1205091Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T16:01:30.1206629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T16:01:30.1208933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T16:01:30.1211610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T16:01:30.1214640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T16:01:30.1217252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T16:01:30.1218744Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:30.1220586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:30.1224262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:30.1226881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:30.1229511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:30.1232071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T16:01:30.1233603Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1235561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1238020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1240747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1243321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1245986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1248341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1250542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T16:01:30.1252324Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T16:01:30.1254391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T16:01:30.1257441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T16:01:30.1260347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T16:01:30.1263155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T16:01:30.1264705Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1266203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1268236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1270227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1272291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1274389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1276494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1278841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1281289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1283439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1318709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1320899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1322793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1324798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1326656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1328834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1331179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1333631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1335644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1337733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1339828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1342533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1344820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1347036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1349131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1351172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1353320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1355335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1357121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1359082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1361262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1363402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1365425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1367653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1369707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1371918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1374023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1376083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T16:01:30.1377595Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1379239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1381676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1384125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1386706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1389679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1392295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1394444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1396799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1399158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1401336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T16:01:30.1402775Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1404284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1406557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1408679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1411313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1414223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1416998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1419565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T16:01:30.1421388Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1423162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1425581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1428086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1430319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1432571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1434631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1436646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T16:01:30.1438331Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1440038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1442568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1444864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1446992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1449334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1451841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1454091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1456965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1459363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1461861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1464334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1466671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1468846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T16:01:30.1470323Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T16:01:30.1471728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T16:01:30.1473444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T16:01:30.1474630Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T16:01:30.1475439Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T16:01:30.1477276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T16:01:30.1480592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T16:01:30.1483327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T16:01:30.1486092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T16:01:30.1488034Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1489592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1491682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/IndexKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1493947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1496376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1498432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1500530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1502531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1504647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1506665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1509565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1511625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSStream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T16:01:30.1512916Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1514558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1516482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1518496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1520668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1522537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1524384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T16:01:30.1525895Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1527621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1529874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1532190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1534313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1536299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1538638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1540601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1542968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1545493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1547984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T16:01:30.1549526Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1551173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1553218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1556611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AmpKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1559324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1561683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1564155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1566267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1568357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1570962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1573430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1575774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1578012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1580314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1582331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1584526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1586291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1588234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1591854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1593808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1595845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1598194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1600447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1602221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1604424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1606763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1609029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1611293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1613430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1615562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1617624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1619688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1621780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1623690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1626457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1629250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1631356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1634469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1636945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1638706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1640545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1643270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1646314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1649307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Padding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1651647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PixelShuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1653821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1655650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1657530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1659590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1661658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1663790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1666024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1668382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1670326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReductionType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1673899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1675580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1677553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1679589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1684334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1686325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1688409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1690448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1692290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1696662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1699474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1701952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1704240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1706484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1709745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1712262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1714297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1716264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1720397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1723498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1725926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1727943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1730409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1733693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1736811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1739073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1741572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1743678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1745906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1747847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1749767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1750783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1751853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1752701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1753523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1754625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1755709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1756571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1757480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T16:01:30.1757930Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1758933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1760403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1764247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1765926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1767175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1768248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1769384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1770516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1771694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1773186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1774583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1775880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1777092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1779486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1780747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1782036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1783172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1784367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1785359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1786535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1787587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1788773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1790023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1791177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1792328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1793511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1794863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1795821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1796655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T16:01:30.1797066Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1798142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1799401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1801019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1801876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1802884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1803915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1804976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1806113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1807126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1808314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1809338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1811645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1813002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1814126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1815715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1816717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1818370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1819301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1821043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1822389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1823541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1824741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1825820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1826965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1828117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1829376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1830409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1831660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1832807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1834012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1835093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1836145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1837286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1838714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1841229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1843276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1844562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1845570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1846990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1848110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1849309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1850432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1851588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1852757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1853890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1855060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1856314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1857498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1858619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1859836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1860850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1861987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1863077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1864257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1865555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1866779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T16:01:30.1867265Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1868415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1869587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1870673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1871777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1872981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1874032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/UnaryConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T16:01:30.1874570Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1875669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1876754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1878144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1879434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1880881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1882003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T16:01:30.1882475Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1883985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1885352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1886614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1887751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1889033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1890296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1891294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T16:01:30.1891797Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1893018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1894355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1895664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1897000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1898399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1899939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1901347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1902734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1904229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1905440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1906968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1908441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1909850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T16:01:30.1910368Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T16:01:30.1911427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils/Factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T16:01:30.1912628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T16:01:30.1914401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T16:01:30.1914831Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2024-04-03T16:01:30.1915779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2024-04-03T16:01:30.1916911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2024-04-03T16:01:30.1917223Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T16:01:30.1918085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T16:01:30.1918916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T16:01:30.1919786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T16:01:30.1920894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T16:01:30.1921287Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu/detail 2024-04-03T16:01:30.1922327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu/detail 2024-04-03T16:01:30.1922728Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2024-04-03T16:01:30.1923159Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1924241Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1925373Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1926564Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1927922Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1929113Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1930590Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1931746Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T16:01:30.1932093Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2024-04-03T16:01:30.1932625Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T16:01:30.1933619Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T16:01:30.1934685Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T16:01:30.1935843Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T16:01:30.1936218Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1937551Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1939013Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1940396Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1941772Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1943338Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1944464Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1945684Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1947170Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1948469Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1949791Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1950632Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1952237Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1953489Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1954748Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1955663Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1956961Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1957788Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1958715Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1959735Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1960751Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1961584Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1962642Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1963586Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1964418Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1965308Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1966205Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1967137Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1968067Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1968997Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1969832Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1970717Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1971739Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1972592Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1973502Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1974308Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1975230Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1976066Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymBool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1976934Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1977933Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1979006Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1980104Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1981111Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1982094Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1983045Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1983999Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1985035Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1985890Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1986719Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T16:01:30.1987145Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1988181Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/COW.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1989340Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1990551Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1991490Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1992573Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1994744Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1995969Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1996985Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1998123Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.1999294Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2000471Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2001612Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2002712Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2003855Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2004933Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2006077Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2007128Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T16:01:30.2007441Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2008365Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AbortHandler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2009477Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2010484Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ApproximateClock.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2011513Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2012425Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2013302Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2014323Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2015199Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2016126Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2016957Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2017785Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2018648Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2019625Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2020662Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2021478Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2022342Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2023298Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2024334Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2025332Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2026201Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FbcodeMaps.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2027216Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2028305Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2029270Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2030160Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2031086Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2032057Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2033009Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2033999Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2034861Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2035808Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_fnuz_cvt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2036819Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2037729Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2038746Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2039715Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2040841Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2041664Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2042599Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2043639Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2044546Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2045471Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2046398Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2047543Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2048592Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ParallelGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2049626Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2050592Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2051527Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2052505Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2053357Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2054290Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2055223Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2056328Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2057213Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2058321Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2059111Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2059994Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2060982Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2061896Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2062937Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2063823Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2064703Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2065682Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2066534Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/bit_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2067426Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/bits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2068306Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2069294Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2070315Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2071438Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2072316Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2073399Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2074452Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/floating_point_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2075521Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/generic_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2076483Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2093707Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2096672Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2097594Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2098515Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2099456Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2100439Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2101248Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2102178Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2103062Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2103988Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2104916Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2105658Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2106567Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2107455Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2108285Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2109124Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2110055Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2110886Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2111713Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ssize.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2112782Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2113904Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2114781Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2115853Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2116870Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2117943Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2118875Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2119794Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2120771Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2121622Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T16:01:30.2121981Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2122937Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2123919Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2124929Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2125896Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2127004Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2128095Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2128974Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2129912Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2130823Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2131703Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2132592Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2133489Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2134325Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2135089Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/driver_api.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T16:01:30.2135423Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2024-04-03T16:01:30.2136314Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2024-04-03T16:01:30.2137146Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2024-04-03T16:01:30.2137461Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2138423Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2139369Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2140266Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2141153Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2142010Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2142854Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T16:01:30.2143219Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/xpu/impl 2024-04-03T16:01:30.2144143Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu/impl 2024-04-03T16:01:30.2144515Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T16:01:30.2145389Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T16:01:30.2146169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T16:01:30.2146923Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T16:01:30.2147668Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T16:01:30.2148572Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T16:01:30.2148992Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2149999Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2151055Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2151876Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2152858Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2153838Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2154903Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2155926Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2156754Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2157757Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2158635Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2159464Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2160496Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2161364Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2162320Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2163172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2164071Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2164924Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2165700Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2166533Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2167414Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2168380Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2169232Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2170133Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2171227Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2172355Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2173475Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2174674Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2175704Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T16:01:30.2176190Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2024-04-03T16:01:30.2176703Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2024-04-03T16:01:30.2177247Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2178523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2179984Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2181340Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2182722Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2183979Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2185289Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2186714Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2188021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2189136Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2190320Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2191521Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2192918Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2194245Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2195499Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2196844Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2198219Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2199531Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2200941Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2202206Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2203367Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2204544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2205810Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2206991Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2208253Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2209627Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T16:01:30.2210131Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2211710Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2213244Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2214460Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2215719Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2216968Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2218234Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2219571Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2220825Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T16:01:30.2221504Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:30.2223008Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:30.2224512Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:30.2225926Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T16:01:30.2226519Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2227930Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2229364Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2230890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2232382Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2233822Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2235329Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2236776Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T16:01:30.2237440Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:30.2238982Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:30.2240893Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:30.2242681Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T16:01:30.2243374Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2244823Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2246860Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2248352Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2249771Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2251706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2253512Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2255188Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T16:01:30.2255895Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:30.2257480Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:30.2259173Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:30.2260756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:30.2262538Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:30.2264325Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T16:01:30.2264813Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T16:01:30.2266388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T16:01:30.2268026Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T16:01:30.2268635Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2270042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2271479Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2272869Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2274392Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2275965Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2277302Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2278831Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2280266Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2281697Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T16:01:30.2282497Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2284224Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2290513Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2291964Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2293480Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2295190Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2296671Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2298169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2299989Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2301611Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2303188Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2304766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2306322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2308107Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2309560Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2311235Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2312911Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T16:01:30.2313657Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2315097Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2316989Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2318502Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2319995Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2321664Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2322939Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2324614Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2326041Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2327674Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2329132Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2330837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2332464Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2334037Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2335706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2337385Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2338866Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2340602Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2342369Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2343983Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2345284Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2346704Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T16:01:30.2347220Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2348589Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2350095Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2351597Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2353406Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2355330Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2356937Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2358725Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2360363Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2362232Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2363754Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2365766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2367494Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2369025Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2370825Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2372309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2373795Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2375306Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2376646Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2378341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2380226Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2382126Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2383569Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2384919Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T16:01:30.2385748Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2387300Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2389041Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2390582Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2392312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2394126Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2396030Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2397722Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2399575Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2401474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2403251Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T16:01:30.2403776Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T16:01:30.2405131Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T16:01:30.2405686Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:30.2406917Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:30.2408391Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:30.2409771Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T16:01:30.2410417Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2411793Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2413297Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2414515Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2415917Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2417303Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2418677Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2420110Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2421505Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T16:01:30.2422091Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:30.2423794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:30.2425577Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:30.2427176Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T16:01:30.2427791Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:30.2429270Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:30.2430793Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:30.2432268Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:30.2433696Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T16:01:30.2434117Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2435250Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2436432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2437632Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2438777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2439805Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2441211Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2442376Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2443594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2444766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2445762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2446981Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2447983Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2449095Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2450152Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2451314Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2452422Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2453470Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2454612Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2455699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2456829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2457874Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2459000Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2460149Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2461321Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2462517Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2463725Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2464938Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2466161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2467231Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2468480Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2469656Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2470872Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2472155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2473581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2474886Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2476139Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2477405Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2478610Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2479832Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2481213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2482271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2483298Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2484348Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2485535Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2486520Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2487777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T16:01:30.2488325Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2489666Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2491077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2492377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2493704Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2494990Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2496085Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T16:01:30.2496866Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2498079Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2499214Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2500470Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2501775Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2503269Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2504659Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T16:01:30.2505292Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2506587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2507670Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2508820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2510019Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2511316Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2512344Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T16:01:30.2512743Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2513976Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2514867Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2515909Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2516898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2517854Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2518781Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2519835Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2521086Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2522080Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2523161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2524315Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T16:01:30.2524713Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2024-04-03T16:01:30.2525280Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2526594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2527927Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2529252Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2530680Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2532068Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2533421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2534827Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2536187Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2537537Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2539021Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2540405Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2541928Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2543339Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2544699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2546099Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2547568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2549053Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2550405Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2551874Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2553051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2554585Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2555999Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2557435Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2558928Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2560546Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2561844Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2563235Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2564590Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2566002Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2567251Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2568521Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2569891Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2571311Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2572439Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2573906Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2575117Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2576379Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2577649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2578961Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2580312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2581647Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2582940Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2584123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T16:01:30.2584596Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2585790Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2587138Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2588407Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2589693Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2591015Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2592259Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2593529Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2594789Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2596187Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2597613Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2598990Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2600373Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2601787Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2603209Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2604567Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2605908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2607473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2608714Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2609990Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2611363Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2612456Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2614051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2615332Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2621474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2622940Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2624500Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2626011Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T16:01:30.2626584Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd 2024-04-03T16:01:30.2627371Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T16:01:30.2628850Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T16:01:30.2630743Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T16:01:30.2631450Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T16:01:30.2633217Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T16:01:30.2635111Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T16:01:30.2635898Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2637694Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2639451Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2641373Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2643006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2644568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2646173Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2647929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2649627Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2651408Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2653125Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T16:01:30.2653756Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2654973Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2656221Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2657172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2658240Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2659354Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2660414Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2661602Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2662639Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2663703Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2665050Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2666032Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T16:01:30.2666479Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor 2024-04-03T16:01:30.2667512Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor 2024-04-03T16:01:30.2668043Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:30.2669313Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:30.2670591Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:30.2672161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:30.2673333Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T16:01:30.2673882Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2675152Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2676418Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2677714Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2678954Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2680409Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2681780Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2683114Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2684544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2685769Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T16:01:30.2686411Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:30.2687808Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:30.2689217Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:30.2690576Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T16:01:30.2691229Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T16:01:30.2692468Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T16:01:30.2693170Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T16:01:30.2694647Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T16:01:30.2696219Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T16:01:30.2696743Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T16:01:30.2697968Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T16:01:30.2699195Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T16:01:30.2700294Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T16:01:30.2700902Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2702017Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2703171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2704574Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2705892Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2707036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2708276Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2709409Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2710715Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2711902Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T16:01:30.2712290Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2713366Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2714454Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2715410Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2716523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2717472Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2719042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2720542Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2721690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2722837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2724067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2725357Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2726601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2727809Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2729067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2730340Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2732218Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2733689Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2735384Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2737005Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2738531Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2740139Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2741807Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2743303Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2744834Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2745875Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2747038Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2748159Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2749495Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2750736Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2752004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2753219Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2754357Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2755495Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2756529Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2757643Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2758826Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2759975Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2761412Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2762630Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2763971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2765169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2766325Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2767497Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2768716Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2769984Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2771550Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2772676Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2773943Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2775282Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2776498Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2777468Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2778707Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2779843Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2780961Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2782195Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2783322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2784702Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2785829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2787024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2788773Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2790628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2792389Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2793834Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2795473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2796644Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2797929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2799005Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2800076Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2801177Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2802372Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2803611Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2804922Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2806112Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2807329Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2808508Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2809679Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2811042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2812332Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2813697Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2814828Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2816290Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2817619Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2819266Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2820713Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2822163Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2823317Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2824476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T16:01:30.2825056Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2826601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2828023Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2829568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2830848Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2832271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2833608Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2834908Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2836636Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2838254Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T16:01:30.2838915Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:30.2840315Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:30.2841485Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:30.2842681Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:30.2844029Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:30.2845396Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T16:01:30.2846117Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2847237Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2848752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2850763Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2852582Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2854570Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2856138Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2858062Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2859598Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2861104Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2862340Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2863649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2864946Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2866160Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2867520Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2868698Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2870006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2871029Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2872224Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2873541Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2874704Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2875978Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2877064Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2878192Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2879453Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2881305Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2882461Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2883745Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2885226Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2886456Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2887870Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2889284Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T16:01:30.2889777Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2891129Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2892414Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2893894Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2895326Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2896451Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2897491Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2898516Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2899641Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2901023Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2902271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2903624Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2904893Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2905822Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T16:01:30.2906429Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2907545Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2908898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2910331Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2911586Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2912894Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2914127Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2915393Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2916558Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2917888Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2919005Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2920378Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2921507Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2922587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2923669Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2924739Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2925873Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2926964Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2928041Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2929102Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2930076Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2931259Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2932345Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2933449Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2934509Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2935573Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2937379Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2938794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2940029Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T16:01:30.2940402Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T16:01:30.2942153Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T16:01:30.2943427Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T16:01:30.2944589Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T16:01:30.2945724Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T16:01:30.2946864Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T16:01:30.2947398Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2948825Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2950377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2951589Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2953106Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2954476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2956158Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2957519Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2959004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2960400Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2961728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2962820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2964013Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2965109Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2966631Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2968302Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2969521Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2970716Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2971928Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2973167Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2974434Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2975760Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2977023Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T16:01:30.2978315Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2979390Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2980817Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2982452Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2983629Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2984841Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2985997Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2987070Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2988150Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2989347Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2990523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2991903Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2993587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2995024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2997465Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.2999160Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.3000992Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T16:01:30.3001543Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3002601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3003832Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3004936Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3006175Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3007595Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3008830Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3009921Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3011068Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3012255Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3013666Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3014761Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3015986Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3017557Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3018648Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3019829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3021643Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3022915Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3024039Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3025143Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3026372Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3027432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3028624Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T16:01:30.3029014Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2024-04-03T16:01:30.3030304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2024-04-03T16:01:30.3031425Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2024-04-03T16:01:30.3031957Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3033230Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3034696Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3036161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3037502Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3038782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3040118Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3041361Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3042588Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3043773Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3044831Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3046013Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3047286Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3048685Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3050006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3051391Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3052673Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3053971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3055380Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3056433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3058265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3059770Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3061080Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3062642Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3063758Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3064901Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3066146Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3067646Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3068867Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3070077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3071279Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3072374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3073555Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3074735Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3075869Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3077215Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3078672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3080643Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3082130Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3083338Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3084817Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3086323Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3087671Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T16:01:30.3088453Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3089943Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3091444Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3092676Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3094443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3095967Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3097380Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3098775Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3100044Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3101409Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T16:01:30.3101860Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2024-04-03T16:01:30.3102343Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T16:01:30.3103547Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T16:01:30.3103977Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T16:01:30.3105130Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T16:01:30.3106227Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T16:01:30.3107409Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T16:01:30.3107947Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3109036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3110042Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3111217Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3112381Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3113505Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3114620Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3115607Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3116610Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3117820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3118963Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T16:01:30.3119540Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:30.3120991Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:30.3122444Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:30.3123865Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T16:01:30.3124379Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2024-04-03T16:01:30.3125690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2024-04-03T16:01:30.3126181Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3127440Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3128735Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3130011Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3131456Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3132826Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3134177Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3135456Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3136858Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3138236Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T16:01:30.3138807Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:30.3140200Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:30.3141622Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:30.3142772Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T16:01:30.3143194Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3144336Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3145452Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3146496Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3147540Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3148598Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3149572Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3150708Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3151617Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3152543Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3153601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3154715Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3155855Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3157084Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3158374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3159585Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3161156Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3162225Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3163455Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3164473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3165672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3166673Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3167806Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3168971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3170313Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3171492Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3172715Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3173790Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3174799Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3175950Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3177085Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3178096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3179191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3180171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3181192Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3182474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3183645Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3184639Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3185570Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3186470Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3187476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3188509Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3189573Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3190785Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3191913Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/verbose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T16:01:30.3192419Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2024-04-03T16:01:30.3193573Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2024-04-03T16:01:30.3194114Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2024-04-03T16:01:30.3194701Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:30.3195724Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:30.3197116Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:30.3198443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:30.3199640Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T16:01:30.3200039Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3201273Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3202394Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3203481Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3204580Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3205592Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3206752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3207799Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3209025Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3210166Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3211371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3212443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3213605Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3214676Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3215955Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3217207Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3218382Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3219692Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3220788Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3221979Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3223120Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3224191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3225276Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3226238Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3227474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T16:01:30.3227940Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T16:01:30.3229277Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T16:01:30.3229855Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-04-03T16:01:30.3231199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-04-03T16:01:30.3232375Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-04-03T16:01:30.3232814Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/python 2024-04-03T16:01:30.3233867Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/python 2024-04-03T16:01:30.3234403Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3235474Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3236611Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3237782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3238919Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3240444Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3241734Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3243053Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3244228Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3245265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3246432Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T16:01:30.3246776Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T16:01:30.3247770Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T16:01:30.3248752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T16:01:30.3249586Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T16:01:30.3249968Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3250974Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3251880Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3253173Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3254320Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3255592Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3256462Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3257536Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3258407Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3259283Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3260126Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3260906Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3261777Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3262689Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3263508Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3264349Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3265152Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3265992Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3266860Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3267635Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3268524Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3269526Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3270431Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/typing.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T16:01:30.3270868Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3271848Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3272955Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3274197Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3275211Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3276588Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3277865Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3279102Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T16:01:30.3279668Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T16:01:30.3280909Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T16:01:30.3281744Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen/matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T16:01:30.3282707Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T16:01:30.3283120Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe 2024-04-03T16:01:30.3284104Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/tensorpipe.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe 2024-04-03T16:01:30.3285018Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/config.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe 2024-04-03T16:01:30.3285569Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel 2024-04-03T16:01:30.3286610Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/context.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel 2024-04-03T16:01:30.3287697Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel 2024-04-03T16:01:30.3288166Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/basic 2024-04-03T16:01:30.3289360Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/basic/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/basic 2024-04-03T16:01:30.3289866Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/cma 2024-04-03T16:01:30.3291353Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/cma/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/cma 2024-04-03T16:01:30.3291902Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/mpt 2024-04-03T16:01:30.3292861Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/mpt/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/mpt 2024-04-03T16:01:30.3293250Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/xth 2024-04-03T16:01:30.3294405Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/xth/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/xth 2024-04-03T16:01:30.3294776Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T16:01:30.3295793Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T16:01:30.3296691Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/cpu_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T16:01:30.3297565Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/device.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T16:01:30.3298444Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T16:01:30.3299334Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/optional.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T16:01:30.3299699Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T16:01:30.3300544Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T16:01:30.3301427Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T16:01:30.3302299Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/listener.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T16:01:30.3303190Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/message.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T16:01:30.3304032Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/pipe.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T16:01:30.3304408Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport 2024-04-03T16:01:30.3305330Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/context.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport 2024-04-03T16:01:30.3306251Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport 2024-04-03T16:01:30.3306661Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:30.3307665Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:30.3308659Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:30.3309723Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv/utility.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T16:01:30.3310299Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/shm 2024-04-03T16:01:30.3311323Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/shm/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/shm 2024-04-03T16:01:30.3311733Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:30.3312704Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:30.3313668Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:30.3314639Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv/utility.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T16:01:30.3314877Z creating build/bdist.linux-x86_64/wheel/torch/share 2024-04-03T16:01:30.3315146Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2024-04-03T16:01:30.3315459Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2024-04-03T16:01:30.3316273Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2024-04-03T16:01:30.3316607Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3317467Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3318349Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3319244Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3320130Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3321148Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3322074Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T16:01:30.3322479Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3323380Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3324263Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3325159Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3326069Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3326947Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3327912Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3328831Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3329739Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3330720Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T16:01:30.3331190Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T16:01:30.3332233Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T16:01:30.3333270Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T16:01:30.3333769Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:30.3335190Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:30.3337137Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:30.3338482Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:30.3339724Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T16:01:30.3340298Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:30.3341601Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:30.3342959Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:30.3344224Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:30.3345588Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T16:01:30.3345947Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2024-04-03T16:01:30.3346905Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2024-04-03T16:01:30.3347935Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2024-04-03T16:01:30.3348245Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2024-04-03T16:01:30.3349182Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2024-04-03T16:01:30.3350022Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2024-04-03T16:01:30.3350692Z copying build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T16:01:30.3351048Z creating build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3351681Z copying build/lib.linux-x86_64-cpython-38/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3352278Z copying build/lib.linux-x86_64-cpython-38/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3352900Z copying build/lib.linux-x86_64-cpython-38/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3353442Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3354055Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_aoti_c_shim.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3354688Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3355289Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_executorch.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3355977Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3356585Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3357205Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3357771Z copying build/lib.linux-x86_64-cpython-38/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3358322Z copying build/lib.linux-x86_64-cpython-38/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3359000Z copying build/lib.linux-x86_64-cpython-38/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3359547Z copying build/lib.linux-x86_64-cpython-38/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3360133Z copying build/lib.linux-x86_64-cpython-38/torchgen/yaml_utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T16:01:30.3360481Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3361227Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3361968Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3362579Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3363254Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3363965Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3364566Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3365165Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3365793Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3366402Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3367047Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3367723Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3368324Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3368958Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T16:01:30.3369238Z creating build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T16:01:30.3369926Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T16:01:30.3370756Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/signatures.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T16:01:30.3371493Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T16:01:30.3372415Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/types_base.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T16:01:30.3372669Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3373812Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3374458Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3375130Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3375816Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3376526Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3377142Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T16:01:30.3377446Z creating build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T16:01:30.3378143Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T16:01:30.3378835Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/model.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T16:01:30.3379546Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/parse.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T16:01:30.3379857Z creating build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T16:01:30.3380662Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T16:01:30.3381449Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/custom_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T16:01:30.3382236Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/et_cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T16:01:30.3383027Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T16:01:30.3383460Z creating build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T16:01:30.3384310Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T16:01:30.3385190Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types/signatures.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T16:01:30.3386049Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types/types.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T16:01:30.3386420Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T16:01:30.3387198Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T16:01:30.3388064Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T16:01:30.3388966Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T16:01:30.3389299Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T16:01:30.3390098Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T16:01:30.3390869Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T16:01:30.3391649Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T16:01:30.3392426Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T16:01:30.3393175Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T16:01:30.3393908Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T16:01:30.3394733Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T16:01:30.3395513Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T16:01:30.3395790Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2024-04-03T16:01:30.3396110Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2024-04-03T16:01:30.3396456Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2024-04-03T16:01:30.3397381Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2024-04-03T16:01:30.3398231Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2024-04-03T16:01:30.3398598Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3399595Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3400751Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3401803Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3403188Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3404289Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3405447Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3406513Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3407887Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3409076Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3410008Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3410999Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3411948Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3412911Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3413881Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3414829Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3415792Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3416777Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3417782Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3418905Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3420038Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3420969Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3421976Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3423034Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3424082Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3425208Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3426407Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3427425Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3428504Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3429474Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3430556Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3431488Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3432451Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3433386Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3434384Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3435303Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3436316Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3437292Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3438265Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3439165Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T16:01:30.3439499Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3440425Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3441238Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/README.md -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3442052Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3442857Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/build.bzl -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3443716Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/context.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3444585Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3445481Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3446374Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3447210Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3448281Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3449204Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3450144Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3451089Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3451983Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3452848Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3453705Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3454616Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T16:01:30.3455029Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3456095Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3457085Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3458047Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3459031Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3460049Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3461040Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3462033Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3463093Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3464591Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3465657Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3466727Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3467747Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3468745Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3469795Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3470859Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3471943Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3472980Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3473991Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3475059Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3476148Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3477198Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3478262Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3479270Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T16:01:30.3479403Z running install_egg_info 2024-04-03T16:01:30.3479525Z running egg_info 2024-04-03T16:01:30.3479666Z creating torch.egg-info 2024-04-03T16:01:30.3487232Z writing torch.egg-info/PKG-INFO 2024-04-03T16:01:30.3497371Z writing dependency_links to torch.egg-info/dependency_links.txt 2024-04-03T16:01:30.3500134Z writing entry points to torch.egg-info/entry_points.txt 2024-04-03T16:01:30.3506474Z writing requirements to torch.egg-info/requires.txt 2024-04-03T16:01:30.3508480Z writing top-level names to torch.egg-info/top_level.txt 2024-04-03T16:01:30.3509980Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-04-03T16:01:30.4314874Z reading manifest file 'torch.egg-info/SOURCES.txt' 2024-04-03T16:01:30.4315268Z reading manifest template 'MANIFEST.in' 2024-04-03T16:01:32.4543530Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-04-03T16:01:32.6014470Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-04-03T16:01:32.8833997Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-04-03T16:01:32.8835032Z adding license file 'LICENSE' 2024-04-03T16:01:32.8835432Z adding license file 'NOTICE' 2024-04-03T16:01:33.6199588Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-04-03T16:01:33.6311022Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-2.4.0a0+gitd253bd7-py3.8.egg-info 2024-04-03T16:01:33.6345608Z running install_scripts 2024-04-03T16:01:33.6514111Z creating build/bdist.linux-x86_64/wheel/torch-2.4.0a0+gitd253bd7.dist-info/WHEEL 2024-04-03T16:01:33.6517498Z creating 'dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2024-04-03T16:01:33.6691614Z adding 'functorch/_C.cpython-38-x86_64-linux-gnu.so' 2024-04-03T16:01:33.6700725Z adding 'functorch/__init__.py' 2024-04-03T16:01:33.6702394Z adding 'functorch/_src/__init__.py' 2024-04-03T16:01:33.6704350Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-04-03T16:01:33.6706082Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-04-03T16:01:33.6707894Z adding 'functorch/_src/make_functional/__init__.py' 2024-04-03T16:01:33.6709713Z adding 'functorch/_src/vmap/__init__.py' 2024-04-03T16:01:33.6711679Z adding 'functorch/compile/__init__.py' 2024-04-03T16:01:33.6714672Z adding 'functorch/dim/__init__.py' 2024-04-03T16:01:33.6716726Z adding 'functorch/dim/batch_tensor.py' 2024-04-03T16:01:33.6718961Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-04-03T16:01:33.6721626Z adding 'functorch/dim/dim.py' 2024-04-03T16:01:33.6724651Z adding 'functorch/dim/magic_trace.py' 2024-04-03T16:01:33.6727454Z adding 'functorch/dim/op_properties.py' 2024-04-03T16:01:33.6735097Z adding 'functorch/dim/reference.py' 2024-04-03T16:01:33.6736992Z adding 'functorch/dim/tree_map.py' 2024-04-03T16:01:33.6739904Z adding 'functorch/dim/wrap_type.py' 2024-04-03T16:01:33.6740856Z adding 'functorch/einops/__init__.py' 2024-04-03T16:01:33.6745325Z adding 'functorch/einops/_parsing.py' 2024-04-03T16:01:33.6749273Z adding 'functorch/einops/rearrange.py' 2024-04-03T16:01:33.6751424Z adding 'functorch/experimental/__init__.py' 2024-04-03T16:01:33.6753043Z adding 'functorch/experimental/control_flow.py' 2024-04-03T16:01:33.6754760Z adding 'functorch/experimental/ops.py' 2024-04-03T16:01:33.6763533Z adding 'torch/_C.cpython-38-x86_64-linux-gnu.so' 2024-04-03T16:01:33.6765982Z adding 'torch/_VF.py' 2024-04-03T16:01:33.6975107Z adding 'torch/_VF.pyi' 2024-04-03T16:01:33.7002307Z adding 'torch/__config__.py' 2024-04-03T16:01:33.7004820Z adding 'torch/__future__.py' 2024-04-03T16:01:33.7032018Z adding 'torch/__init__.py' 2024-04-03T16:01:33.7040919Z adding 'torch/_appdirs.py' 2024-04-03T16:01:33.7043976Z adding 'torch/_classes.py' 2024-04-03T16:01:33.7046100Z adding 'torch/_compile.py' 2024-04-03T16:01:33.7050689Z adding 'torch/_custom_ops.py' 2024-04-03T16:01:33.7053796Z adding 'torch/_deploy.py' 2024-04-03T16:01:33.7063774Z adding 'torch/_guards.py' 2024-04-03T16:01:33.7084276Z adding 'torch/_jit_internal.py' 2024-04-03T16:01:33.7088597Z adding 'torch/_linalg_utils.py' 2024-04-03T16:01:33.7102923Z adding 'torch/_lobpcg.py' 2024-04-03T16:01:33.7108248Z adding 'torch/_lowrank.py' 2024-04-03T16:01:33.7164923Z adding 'torch/_meta_registrations.py' 2024-04-03T16:01:33.7172313Z adding 'torch/_namedtensor_internals.py' 2024-04-03T16:01:33.7186716Z adding 'torch/_ops.py' 2024-04-03T16:01:33.7191335Z adding 'torch/_python_dispatcher.py' 2024-04-03T16:01:33.7194617Z adding 'torch/_sources.py' 2024-04-03T16:01:33.7197039Z adding 'torch/_storage_docs.py' 2024-04-03T16:01:33.7199109Z adding 'torch/_streambase.py' 2024-04-03T16:01:33.7218282Z adding 'torch/_tensor.py' 2024-04-03T16:01:33.7259323Z adding 'torch/_tensor_docs.py' 2024-04-03T16:01:33.7270375Z adding 'torch/_tensor_str.py' 2024-04-03T16:01:33.7394671Z adding 'torch/_torch_docs.py' 2024-04-03T16:01:33.7416836Z adding 'torch/_utils.py' 2024-04-03T16:01:33.7420860Z adding 'torch/_utils_internal.py' 2024-04-03T16:01:33.7424679Z adding 'torch/_vmap_internals.py' 2024-04-03T16:01:33.7428761Z adding 'torch/_weights_only_unpickler.py' 2024-04-03T16:01:33.7456818Z adding 'torch/functional.py' 2024-04-03T16:01:33.7468790Z adding 'torch/hub.py' 2024-04-03T16:01:33.7477687Z adding 'torch/library.py' 2024-04-03T16:01:33.7502290Z adding 'torch/overrides.py' 2024-04-03T16:01:33.7505802Z adding 'torch/py.typed' 2024-04-03T16:01:33.7509038Z adding 'torch/quasirandom.py' 2024-04-03T16:01:33.7512439Z adding 'torch/random.py' 2024-04-03T16:01:33.7515226Z adding 'torch/return_types.py' 2024-04-03T16:01:33.7517603Z adding 'torch/return_types.pyi' 2024-04-03T16:01:33.7537502Z adding 'torch/serialization.py' 2024-04-03T16:01:33.7550194Z adding 'torch/storage.py' 2024-04-03T16:01:33.7553353Z adding 'torch/torch_version.py' 2024-04-03T16:01:33.7555541Z adding 'torch/types.py' 2024-04-03T16:01:33.7556772Z adding 'torch/version.py' 2024-04-03T16:01:33.7762262Z adding 'torch/_C/_VariableFunctions.pyi' 2024-04-03T16:01:33.7867020Z adding 'torch/_C/__init__.pyi' 2024-04-03T16:01:33.7877645Z adding 'torch/_C/_aoti.pyi' 2024-04-03T16:01:33.7880143Z adding 'torch/_C/_autograd.pyi' 2024-04-03T16:01:33.7882290Z adding 'torch/_C/_cpu.pyi' 2024-04-03T16:01:33.7884163Z adding 'torch/_C/_cudnn.pyi' 2024-04-03T16:01:33.7886407Z adding 'torch/_C/_distributed_autograd.pyi' 2024-04-03T16:01:33.7891139Z adding 'torch/_C/_distributed_c10d.pyi' 2024-04-03T16:01:33.7894739Z adding 'torch/_C/_distributed_rpc.pyi' 2024-04-03T16:01:33.7896925Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-04-03T16:01:33.7898693Z adding 'torch/_C/_functions.pyi' 2024-04-03T16:01:33.7901025Z adding 'torch/_C/_functorch.pyi' 2024-04-03T16:01:33.7902996Z adding 'torch/_C/_itt.pyi' 2024-04-03T16:01:33.7905095Z adding 'torch/_C/_lazy.pyi' 2024-04-03T16:01:33.7906894Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-04-03T16:01:33.7909841Z adding 'torch/_C/_monitor.pyi' 2024-04-03T16:01:33.7911581Z adding 'torch/_C/_nn.pyi' 2024-04-03T16:01:33.7913397Z adding 'torch/_C/_nvtx.pyi' 2024-04-03T16:01:33.7915285Z adding 'torch/_C/_onnx.pyi' 2024-04-03T16:01:33.7918182Z adding 'torch/_C/_profiler.pyi' 2024-04-03T16:01:33.7919945Z adding 'torch/_C/_verbose.pyi' 2024-04-03T16:01:33.7922706Z adding 'torch/_awaits/__init__.py' 2024-04-03T16:01:33.7924888Z adding 'torch/_custom_op/__init__.py' 2024-04-03T16:01:33.7929378Z adding 'torch/_custom_op/autograd.py' 2024-04-03T16:01:33.7933096Z adding 'torch/_custom_op/functional.py' 2024-04-03T16:01:33.7945960Z adding 'torch/_custom_op/impl.py' 2024-04-03T16:01:33.7952120Z adding 'torch/_decomp/__init__.py' 2024-04-03T16:01:33.8003649Z adding 'torch/_decomp/decompositions.py' 2024-04-03T16:01:33.8012159Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-04-03T16:01:33.8015973Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-04-03T16:01:33.8018029Z adding 'torch/_dispatch/__init__.py' 2024-04-03T16:01:33.8021545Z adding 'torch/_dispatch/python.py' 2024-04-03T16:01:33.8024025Z adding 'torch/_dynamo/__init__.py' 2024-04-03T16:01:33.8026953Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-04-03T16:01:33.8030817Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-04-03T16:01:33.8044401Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-04-03T16:01:33.8049255Z adding 'torch/_dynamo/cache_size.py' 2024-04-03T16:01:33.8051730Z adding 'torch/_dynamo/callback.py' 2024-04-03T16:01:33.8053854Z adding 'torch/_dynamo/code_context.py' 2024-04-03T16:01:33.8058745Z adding 'torch/_dynamo/codegen.py' 2024-04-03T16:01:33.8063865Z adding 'torch/_dynamo/compiled_autograd.py' 2024-04-03T16:01:33.8069086Z adding 'torch/_dynamo/comptime.py' 2024-04-03T16:01:33.8076769Z adding 'torch/_dynamo/config.py' 2024-04-03T16:01:33.8089072Z adding 'torch/_dynamo/convert_frame.py' 2024-04-03T16:01:33.8092118Z adding 'torch/_dynamo/create_parameter_op.py' 2024-04-03T16:01:33.8094317Z adding 'torch/_dynamo/current_scope_id.py' 2024-04-03T16:01:33.8103059Z adding 'torch/_dynamo/debug_utils.py' 2024-04-03T16:01:33.8108008Z adding 'torch/_dynamo/decorators.py' 2024-04-03T16:01:33.8111080Z adding 'torch/_dynamo/device_interface.py' 2024-04-03T16:01:33.8129545Z adding 'torch/_dynamo/eval_frame.py' 2024-04-03T16:01:33.8134900Z adding 'torch/_dynamo/exc.py' 2024-04-03T16:01:33.8137144Z adding 'torch/_dynamo/external_utils.py' 2024-04-03T16:01:33.8139392Z adding 'torch/_dynamo/funcname_cache.py' 2024-04-03T16:01:33.8169928Z adding 'torch/_dynamo/guards.py' 2024-04-03T16:01:33.8173303Z adding 'torch/_dynamo/hooks.py' 2024-04-03T16:01:33.8175207Z adding 'torch/_dynamo/logging.py' 2024-04-03T16:01:33.8177617Z adding 'torch/_dynamo/mutation_guard.py' 2024-04-03T16:01:33.8207250Z adding 'torch/_dynamo/output_graph.py' 2024-04-03T16:01:33.8210915Z adding 'torch/_dynamo/polyfill.py' 2024-04-03T16:01:33.8213381Z adding 'torch/_dynamo/profiler.py' 2024-04-03T16:01:33.8215933Z adding 'torch/_dynamo/replay_record.py' 2024-04-03T16:01:33.8223006Z adding 'torch/_dynamo/resume_execution.py' 2024-04-03T16:01:33.8229717Z adding 'torch/_dynamo/side_effects.py' 2024-04-03T16:01:33.8234484Z adding 'torch/_dynamo/source.py' 2024-04-03T16:01:33.8266600Z adding 'torch/_dynamo/symbolic_convert.py' 2024-04-03T16:01:33.8270764Z adding 'torch/_dynamo/tensor_version_op.py' 2024-04-03T16:01:33.8272902Z adding 'torch/_dynamo/test_case.py' 2024-04-03T16:01:33.8276232Z adding 'torch/_dynamo/test_minifier_common.py' 2024-04-03T16:01:33.8290292Z adding 'torch/_dynamo/testing.py' 2024-04-03T16:01:33.8311895Z adding 'torch/_dynamo/trace_rules.py' 2024-04-03T16:01:33.8317451Z adding 'torch/_dynamo/types.py' 2024-04-03T16:01:33.8346575Z adding 'torch/_dynamo/utils.py' 2024-04-03T16:01:33.8350513Z adding 'torch/_dynamo/backends/__init__.py' 2024-04-03T16:01:33.8352772Z adding 'torch/_dynamo/backends/common.py' 2024-04-03T16:01:33.8356024Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-04-03T16:01:33.8360011Z adding 'torch/_dynamo/backends/debugging.py' 2024-04-03T16:01:33.8370546Z adding 'torch/_dynamo/backends/distributed.py' 2024-04-03T16:01:33.8373156Z adding 'torch/_dynamo/backends/inductor.py' 2024-04-03T16:01:33.8375073Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-04-03T16:01:33.8377631Z adding 'torch/_dynamo/backends/registry.py' 2024-04-03T16:01:33.8379472Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-04-03T16:01:33.8381402Z adding 'torch/_dynamo/backends/torchxla.py' 2024-04-03T16:01:33.8384608Z adding 'torch/_dynamo/backends/tvm.py' 2024-04-03T16:01:33.8386527Z adding 'torch/_dynamo/repro/__init__.py' 2024-04-03T16:01:33.8396496Z adding 'torch/_dynamo/repro/after_aot.py' 2024-04-03T16:01:33.8403388Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-04-03T16:01:33.8406660Z adding 'torch/_dynamo/variables/__init__.py' 2024-04-03T16:01:33.8410967Z adding 'torch/_dynamo/variables/base.py' 2024-04-03T16:01:33.8437447Z adding 'torch/_dynamo/variables/builder.py' 2024-04-03T16:01:33.8459526Z adding 'torch/_dynamo/variables/builtin.py' 2024-04-03T16:01:33.8464577Z adding 'torch/_dynamo/variables/constant.py' 2024-04-03T16:01:33.8472411Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-04-03T16:01:33.8482571Z adding 'torch/_dynamo/variables/dicts.py' 2024-04-03T16:01:33.8487570Z adding 'torch/_dynamo/variables/distributed.py' 2024-04-03T16:01:33.8499206Z adding 'torch/_dynamo/variables/functions.py' 2024-04-03T16:01:33.8515766Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-04-03T16:01:33.8520479Z adding 'torch/_dynamo/variables/iter.py' 2024-04-03T16:01:33.8523376Z adding 'torch/_dynamo/variables/lazy.py' 2024-04-03T16:01:33.8530370Z adding 'torch/_dynamo/variables/lists.py' 2024-04-03T16:01:33.8540550Z adding 'torch/_dynamo/variables/misc.py' 2024-04-03T16:01:33.8550347Z adding 'torch/_dynamo/variables/nn_module.py' 2024-04-03T16:01:33.8555942Z adding 'torch/_dynamo/variables/optimizer.py' 2024-04-03T16:01:33.8558628Z adding 'torch/_dynamo/variables/sdpa.py' 2024-04-03T16:01:33.8573325Z adding 'torch/_dynamo/variables/tensor.py' 2024-04-03T16:01:33.8584938Z adding 'torch/_dynamo/variables/torch.py' 2024-04-03T16:01:33.8590781Z adding 'torch/_dynamo/variables/torch_function.py' 2024-04-03T16:01:33.8601189Z adding 'torch/_dynamo/variables/user_defined.py' 2024-04-03T16:01:33.8607210Z adding 'torch/_export/__init__.py' 2024-04-03T16:01:33.8609586Z adding 'torch/_export/error.py' 2024-04-03T16:01:33.8611760Z adding 'torch/_export/exported_program.py' 2024-04-03T16:01:33.8616412Z adding 'torch/_export/non_strict_utils.py' 2024-04-03T16:01:33.8621362Z adding 'torch/_export/pass_base.py' 2024-04-03T16:01:33.8626667Z adding 'torch/_export/utils.py' 2024-04-03T16:01:33.8631898Z adding 'torch/_export/verifier.py' 2024-04-03T16:01:33.8634827Z adding 'torch/_export/wrappers.py' 2024-04-03T16:01:33.8637131Z adding 'torch/_export/db/__init__.py' 2024-04-03T16:01:33.8639892Z adding 'torch/_export/db/case.py' 2024-04-03T16:01:33.8642327Z adding 'torch/_export/db/gen_example.py' 2024-04-03T16:01:33.8643708Z adding 'torch/_export/db/logging.py' 2024-04-03T16:01:33.8646357Z adding 'torch/_export/db/examples/__init__.py' 2024-04-03T16:01:33.8648187Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-04-03T16:01:33.8649534Z adding 'torch/_export/db/examples/autograd_function.py' 2024-04-03T16:01:33.8651032Z adding 'torch/_export/db/examples/class_method.py' 2024-04-03T16:01:33.8653010Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-04-03T16:01:33.8654914Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-04-03T16:01:33.8656917Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-04-03T16:01:33.8658390Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-04-03T16:01:33.8659886Z adding 'torch/_export/db/examples/cond_operands.py' 2024-04-03T16:01:33.8661684Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-04-03T16:01:33.8663511Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-04-03T16:01:33.8665152Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-04-03T16:01:33.8667024Z adding 'torch/_export/db/examples/decorator.py' 2024-04-03T16:01:33.8668515Z adding 'torch/_export/db/examples/dictionary.py' 2024-04-03T16:01:33.8670778Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-04-03T16:01:33.8672757Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-04-03T16:01:33.8674251Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-04-03T16:01:33.8675946Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-04-03T16:01:33.8677500Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-04-03T16:01:33.8679249Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-04-03T16:01:33.8681369Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-04-03T16:01:33.8682871Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-04-03T16:01:33.8684454Z adding 'torch/_export/db/examples/list_contains.py' 2024-04-03T16:01:33.8685970Z adding 'torch/_export/db/examples/list_unpack.py' 2024-04-03T16:01:33.8687629Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-04-03T16:01:33.8689099Z adding 'torch/_export/db/examples/nested_function.py' 2024-04-03T16:01:33.8690680Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-04-03T16:01:33.8692140Z adding 'torch/_export/db/examples/optional_input.py' 2024-04-03T16:01:33.8693636Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-04-03T16:01:33.8694885Z adding 'torch/_export/db/examples/scalar_output.py' 2024-04-03T16:01:33.8696818Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-04-03T16:01:33.8698440Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-04-03T16:01:33.8699642Z adding 'torch/_export/db/examples/static_if.py' 2024-04-03T16:01:33.8701366Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-04-03T16:01:33.8703003Z adding 'torch/_export/db/examples/torch_sym_min.py' 2024-04-03T16:01:33.8704891Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-04-03T16:01:33.8706600Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-04-03T16:01:33.8708303Z adding 'torch/_export/pass_infra/__init__.py' 2024-04-03T16:01:33.8710067Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-04-03T16:01:33.8711828Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-04-03T16:01:33.8713750Z adding 'torch/_export/passes/__init__.py' 2024-04-03T16:01:33.8717762Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-04-03T16:01:33.8719995Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-04-03T16:01:33.8722536Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-04-03T16:01:33.8726379Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-04-03T16:01:33.8728596Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-04-03T16:01:33.8731639Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-04-03T16:01:33.8733612Z adding 'torch/_export/passes/replace_sym_size_ops_pass.py' 2024-04-03T16:01:33.8737194Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-04-03T16:01:33.8739148Z adding 'torch/_export/serde/__init__.py' 2024-04-03T16:01:33.8742511Z adding 'torch/_export/serde/schema.py' 2024-04-03T16:01:33.8745774Z adding 'torch/_export/serde/schema.yaml' 2024-04-03T16:01:33.8749454Z adding 'torch/_export/serde/schema_check.py' 2024-04-03T16:01:33.8780807Z adding 'torch/_export/serde/serialize.py' 2024-04-03T16:01:33.8786254Z adding 'torch/_export/serde/union.py' 2024-04-03T16:01:33.8790159Z adding 'torch/_export/serde/upgrade.py' 2024-04-03T16:01:33.8792403Z adding 'torch/_functorch/__init__.py' 2024-04-03T16:01:33.8811874Z adding 'torch/_functorch/aot_autograd.py' 2024-04-03T16:01:33.8818959Z adding 'torch/_functorch/apis.py' 2024-04-03T16:01:33.8827445Z adding 'torch/_functorch/autograd_function.py' 2024-04-03T16:01:33.8829779Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-04-03T16:01:33.8832592Z adding 'torch/_functorch/benchmark_utils.py' 2024-04-03T16:01:33.8835492Z adding 'torch/_functorch/compile_utils.py' 2024-04-03T16:01:33.8839519Z adding 'torch/_functorch/compilers.py' 2024-04-03T16:01:33.8842427Z adding 'torch/_functorch/config.py' 2024-04-03T16:01:33.8845435Z adding 'torch/_functorch/deprecated.py' 2024-04-03T16:01:33.8867057Z adding 'torch/_functorch/eager_transforms.py' 2024-04-03T16:01:33.8872849Z adding 'torch/_functorch/functional_call.py' 2024-04-03T16:01:33.8878738Z adding 'torch/_functorch/fx_minifier.py' 2024-04-03T16:01:33.8885707Z adding 'torch/_functorch/make_functional.py' 2024-04-03T16:01:33.8903510Z adding 'torch/_functorch/partitioners.py' 2024-04-03T16:01:33.8908395Z adding 'torch/_functorch/pyfunctorch.py' 2024-04-03T16:01:33.8910419Z adding 'torch/_functorch/python_key.py' 2024-04-03T16:01:33.8912109Z adding 'torch/_functorch/pytree_hacks.py' 2024-04-03T16:01:33.8918535Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-04-03T16:01:33.8921326Z adding 'torch/_functorch/utils.py' 2024-04-03T16:01:33.8927415Z adding 'torch/_functorch/vmap.py' 2024-04-03T16:01:33.8929914Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-04-03T16:01:33.8941914Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-04-03T16:01:33.8945633Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-04-03T16:01:33.8950775Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-04-03T16:01:33.8956780Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-04-03T16:01:33.8971908Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-04-03T16:01:33.8975870Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-04-03T16:01:33.8990998Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-04-03T16:01:33.9002634Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-04-03T16:01:33.9008324Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-04-03T16:01:33.9019769Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-04-03T16:01:33.9024363Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-04-03T16:01:33.9026233Z adding 'torch/_higher_order_ops/__init__.py' 2024-04-03T16:01:33.9030358Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-04-03T16:01:33.9035292Z adding 'torch/_higher_order_ops/cond.py' 2024-04-03T16:01:33.9039045Z adding 'torch/_higher_order_ops/effects.py' 2024-04-03T16:01:33.9043981Z adding 'torch/_higher_order_ops/map.py' 2024-04-03T16:01:33.9047163Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-04-03T16:01:33.9049679Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-04-03T16:01:33.9052129Z adding 'torch/_higher_order_ops/torchbind.py' 2024-04-03T16:01:33.9062491Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-04-03T16:01:33.9066193Z adding 'torch/_higher_order_ops/utils.py' 2024-04-03T16:01:33.9069668Z adding 'torch/_higher_order_ops/while_loop.py' 2024-04-03T16:01:33.9073202Z adding 'torch/_higher_order_ops/wrap.py' 2024-04-03T16:01:33.9076549Z adding 'torch/_inductor/__init__.py' 2024-04-03T16:01:33.9083206Z adding 'torch/_inductor/autotune_process.py' 2024-04-03T16:01:33.9087051Z adding 'torch/_inductor/bounds.py' 2024-04-03T16:01:33.9121133Z adding 'torch/_inductor/codecache.py' 2024-04-03T16:01:33.9127149Z adding 'torch/_inductor/comm_analysis.py' 2024-04-03T16:01:33.9132130Z adding 'torch/_inductor/comms.py' 2024-04-03T16:01:33.9149986Z adding 'torch/_inductor/compile_fx.py' 2024-04-03T16:01:33.9162339Z adding 'torch/_inductor/config.py' 2024-04-03T16:01:33.9166611Z adding 'torch/_inductor/constant_folding.py' 2024-04-03T16:01:33.9170735Z adding 'torch/_inductor/coordinate_descent_tuner.py' 2024-04-03T16:01:33.9202905Z adding 'torch/_inductor/cudagraph_trees.py' 2024-04-03T16:01:33.9207183Z adding 'torch/_inductor/cudagraph_utils.py' 2024-04-03T16:01:33.9214181Z adding 'torch/_inductor/debug.py' 2024-04-03T16:01:33.9221893Z adding 'torch/_inductor/decomposition.py' 2024-04-03T16:01:33.9228091Z adding 'torch/_inductor/dependencies.py' 2024-04-03T16:01:33.9230663Z adding 'torch/_inductor/exc.py' 2024-04-03T16:01:33.9234547Z adding 'torch/_inductor/freezing.py' 2024-04-03T16:01:33.9238285Z adding 'torch/_inductor/fx_utils.py' 2024-04-03T16:01:33.9257752Z adding 'torch/_inductor/graph.py' 2024-04-03T16:01:33.9260755Z adding 'torch/_inductor/hooks.py' 2024-04-03T16:01:33.9264224Z adding 'torch/_inductor/index_propagation.py' 2024-04-03T16:01:33.9266573Z adding 'torch/_inductor/inductor_prims.py' 2024-04-03T16:01:33.9348429Z adding 'torch/_inductor/ir.py' 2024-04-03T16:01:33.9413066Z adding 'torch/_inductor/lowering.py' 2024-04-03T16:01:33.9421842Z adding 'torch/_inductor/metrics.py' 2024-04-03T16:01:33.9427958Z adding 'torch/_inductor/ops_handler.py' 2024-04-03T16:01:33.9431006Z adding 'torch/_inductor/optimize_indexing.py' 2024-04-03T16:01:33.9449255Z adding 'torch/_inductor/pattern_matcher.py' 2024-04-03T16:01:33.9452159Z adding 'torch/_inductor/quantized_lowerings.py' 2024-04-03T16:01:33.9484348Z adding 'torch/_inductor/scheduler.py' 2024-04-03T16:01:33.9499461Z adding 'torch/_inductor/select_algorithm.py' 2024-04-03T16:01:33.9508357Z adding 'torch/_inductor/sizevars.py' 2024-04-03T16:01:33.9510982Z adding 'torch/_inductor/test_case.py' 2024-04-03T16:01:33.9513025Z adding 'torch/_inductor/test_operators.py' 2024-04-03T16:01:33.9517086Z adding 'torch/_inductor/triton_helpers.py' 2024-04-03T16:01:33.9534174Z adding 'torch/_inductor/triton_heuristics.py' 2024-04-03T16:01:33.9551542Z adding 'torch/_inductor/utils.py' 2024-04-03T16:01:33.9557061Z adding 'torch/_inductor/virtualized.py' 2024-04-03T16:01:33.9561412Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-04-03T16:01:33.9563686Z adding 'torch/_inductor/codegen/__init__.py' 2024-04-03T16:01:33.9580272Z adding 'torch/_inductor/codegen/common.py' 2024-04-03T16:01:33.9626553Z adding 'torch/_inductor/codegen/cpp.py' 2024-04-03T16:01:33.9633089Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-04-03T16:01:33.9658935Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-04-03T16:01:33.9665203Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-04-03T16:01:33.9668227Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-04-03T16:01:33.9675641Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-04-03T16:01:33.9681410Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-04-03T16:01:33.9731334Z adding 'torch/_inductor/codegen/triton.py' 2024-04-03T16:01:33.9738231Z adding 'torch/_inductor/codegen/triton_foreach.py' 2024-04-03T16:01:33.9741675Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-04-03T16:01:33.9744179Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-04-03T16:01:33.9763240Z adding 'torch/_inductor/codegen/wrapper.py' 2024-04-03T16:01:33.9767191Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-04-03T16:01:33.9770768Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-04-03T16:01:33.9772807Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-04-03T16:01:33.9776326Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-04-03T16:01:33.9778371Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-04-03T16:01:33.9782984Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-04-03T16:01:33.9786838Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-04-03T16:01:33.9790860Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-04-03T16:01:33.9794579Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-04-03T16:01:33.9796899Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-04-03T16:01:33.9804218Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-04-03T16:01:33.9806530Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-04-03T16:01:33.9809668Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-04-03T16:01:33.9811712Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-04-03T16:01:33.9815555Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-04-03T16:01:33.9823105Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-04-03T16:01:33.9826573Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-04-03T16:01:33.9828618Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-04-03T16:01:33.9831593Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-04-03T16:01:33.9834779Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-04-03T16:01:33.9841633Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-04-03T16:01:33.9852701Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-04-03T16:01:33.9857630Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-04-03T16:01:33.9860471Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-04-03T16:01:33.9871532Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-04-03T16:01:33.9875543Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-04-03T16:01:33.9880750Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-04-03T16:01:33.9892416Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-04-03T16:01:33.9899406Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-04-03T16:01:33.9917685Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-04-03T16:01:33.9926372Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-04-03T16:01:33.9929268Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-04-03T16:01:33.9945731Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-04-03T16:01:33.9949278Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-04-03T16:01:33.9952013Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-04-03T16:01:33.9955733Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-04-03T16:01:33.9958697Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-04-03T16:01:33.9961999Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-04-03T16:01:33.9964755Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-04-03T16:01:33.9967599Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-04-03T16:01:33.9970878Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-04-03T16:01:33.9975960Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-04-03T16:01:33.9980695Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-04-03T16:01:33.9985121Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-04-03T16:01:33.9988643Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-04-03T16:01:33.9991620Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-04-03T16:01:33.9994561Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-04-03T16:01:33.9997267Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-04-03T16:01:34.0000154Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-04-03T16:01:34.0003487Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-04-03T16:01:34.0006532Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-04-03T16:01:34.0009639Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-04-03T16:01:34.0012684Z adding 'torch/_inductor/fx_passes/serialized_patterns/central_index.py' 2024-04-03T16:01:34.0014241Z adding 'torch/_inductor/kernel/__init__.py' 2024-04-03T16:01:34.0016899Z adding 'torch/_inductor/kernel/bmm.py' 2024-04-03T16:01:34.0022434Z adding 'torch/_inductor/kernel/conv.py' 2024-04-03T16:01:34.0026608Z adding 'torch/_inductor/kernel/mm.py' 2024-04-03T16:01:34.0030283Z adding 'torch/_inductor/kernel/mm_common.py' 2024-04-03T16:01:34.0033761Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-04-03T16:01:34.0036243Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-04-03T16:01:34.0038443Z adding 'torch/_lazy/__init__.py' 2024-04-03T16:01:34.0041182Z adding 'torch/_lazy/closure.py' 2024-04-03T16:01:34.0043124Z adding 'torch/_lazy/computation.py' 2024-04-03T16:01:34.0044733Z adding 'torch/_lazy/config.py' 2024-04-03T16:01:34.0046147Z adding 'torch/_lazy/debug.py' 2024-04-03T16:01:34.0047960Z adding 'torch/_lazy/device_context.py' 2024-04-03T16:01:34.0051753Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-04-03T16:01:34.0053568Z adding 'torch/_lazy/ir_cache.py' 2024-04-03T16:01:34.0055200Z adding 'torch/_lazy/metrics.py' 2024-04-03T16:01:34.0057313Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-04-03T16:01:34.0058527Z adding 'torch/_lazy/ts_backend.py' 2024-04-03T16:01:34.0060389Z adding 'torch/_library/__init__.py' 2024-04-03T16:01:34.0063590Z adding 'torch/_library/abstract_impl.py' 2024-04-03T16:01:34.0065746Z adding 'torch/_library/simple_registry.py' 2024-04-03T16:01:34.0068870Z adding 'torch/_library/utils.py' 2024-04-03T16:01:34.0071053Z adding 'torch/_logging/__init__.py' 2024-04-03T16:01:34.0084891Z adding 'torch/_logging/_internal.py' 2024-04-03T16:01:34.0088431Z adding 'torch/_logging/_registrations.py' 2024-04-03T16:01:34.0090651Z adding 'torch/_logging/structured.py' 2024-04-03T16:01:34.0092721Z adding 'torch/_numpy/__init__.py' 2024-04-03T16:01:34.0094872Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-04-03T16:01:34.0098224Z adding 'torch/_numpy/_casting_dicts.py' 2024-04-03T16:01:34.0103003Z adding 'torch/_numpy/_dtypes.py' 2024-04-03T16:01:34.0106023Z adding 'torch/_numpy/_dtypes_impl.py' 2024-04-03T16:01:34.0108323Z adding 'torch/_numpy/_funcs.py' 2024-04-03T16:01:34.0127790Z adding 'torch/_numpy/_funcs_impl.py' 2024-04-03T16:01:34.0130781Z adding 'torch/_numpy/_getlimits.py' 2024-04-03T16:01:34.0136645Z adding 'torch/_numpy/_ndarray.py' 2024-04-03T16:01:34.0140507Z adding 'torch/_numpy/_normalizations.py' 2024-04-03T16:01:34.0144458Z adding 'torch/_numpy/_reductions_impl.py' 2024-04-03T16:01:34.0148552Z adding 'torch/_numpy/_ufuncs.py' 2024-04-03T16:01:34.0151049Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-04-03T16:01:34.0155744Z adding 'torch/_numpy/_util.py' 2024-04-03T16:01:34.0158409Z adding 'torch/_numpy/fft.py' 2024-04-03T16:01:34.0162302Z adding 'torch/_numpy/linalg.py' 2024-04-03T16:01:34.0165221Z adding 'torch/_numpy/random.py' 2024-04-03T16:01:34.0167464Z adding 'torch/_numpy/testing/__init__.py' 2024-04-03T16:01:34.0191582Z adding 'torch/_numpy/testing/utils.py' 2024-04-03T16:01:34.0217247Z adding 'torch/_prims/__init__.py' 2024-04-03T16:01:34.0222631Z adding 'torch/_prims/context.py' 2024-04-03T16:01:34.0225124Z adding 'torch/_prims/debug_prims.py' 2024-04-03T16:01:34.0227468Z adding 'torch/_prims/executor.py' 2024-04-03T16:01:34.0230876Z adding 'torch/_prims/rng_prims.py' 2024-04-03T16:01:34.0253860Z adding 'torch/_prims_common/__init__.py' 2024-04-03T16:01:34.0260842Z adding 'torch/_prims_common/wrappers.py' 2024-04-03T16:01:34.0324638Z adding 'torch/_refs/__init__.py' 2024-04-03T16:01:34.0331642Z adding 'torch/_refs/_conversions.py' 2024-04-03T16:01:34.0336365Z adding 'torch/_refs/fft.py' 2024-04-03T16:01:34.0340891Z adding 'torch/_refs/linalg/__init__.py' 2024-04-03T16:01:34.0342914Z adding 'torch/_refs/nn/__init__.py' 2024-04-03T16:01:34.0354445Z adding 'torch/_refs/nn/functional/__init__.py' 2024-04-03T16:01:34.0358293Z adding 'torch/_refs/special/__init__.py' 2024-04-03T16:01:34.0360650Z adding 'torch/_subclasses/__init__.py' 2024-04-03T16:01:34.0371084Z adding 'torch/_subclasses/fake_impls.py' 2024-04-03T16:01:34.0397134Z adding 'torch/_subclasses/fake_tensor.py' 2024-04-03T16:01:34.0401666Z adding 'torch/_subclasses/fake_utils.py' 2024-04-03T16:01:34.0410703Z adding 'torch/_subclasses/functional_tensor.py' 2024-04-03T16:01:34.0430101Z adding 'torch/_subclasses/meta_utils.py' 2024-04-03T16:01:34.0435612Z adding 'torch/_subclasses/schema_check_mode.py' 2024-04-03T16:01:34.0436905Z adding 'torch/_vendor/__init__.py' 2024-04-03T16:01:34.0438957Z adding 'torch/_vendor/packaging/__init__.py' 2024-04-03T16:01:34.0441281Z adding 'torch/_vendor/packaging/_structures.py' 2024-04-03T16:01:34.0446370Z adding 'torch/_vendor/packaging/version.py' 2024-04-03T16:01:34.0448682Z adding 'torch/amp/__init__.py' 2024-04-03T16:01:34.0454246Z adding 'torch/amp/autocast_mode.py' 2024-04-03T16:01:34.0464111Z adding 'torch/amp/grad_scaler.py' 2024-04-03T16:01:34.0466861Z adding 'torch/ao/__init__.py' 2024-04-03T16:01:34.0468763Z adding 'torch/ao/nn/__init__.py' 2024-04-03T16:01:34.0470774Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-04-03T16:01:34.0472792Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-04-03T16:01:34.0475333Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-04-03T16:01:34.0477276Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-04-03T16:01:34.0479181Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-04-03T16:01:34.0485955Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-04-03T16:01:34.0489731Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-04-03T16:01:34.0492172Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-04-03T16:01:34.0494406Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-04-03T16:01:34.0496198Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-04-03T16:01:34.0497964Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-04-03T16:01:34.0500021Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-04-03T16:01:34.0502241Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-04-03T16:01:34.0504036Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-04-03T16:01:34.0505975Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-04-03T16:01:34.0508780Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-04-03T16:01:34.0511438Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-04-03T16:01:34.0513046Z adding 'torch/ao/nn/qat/__init__.py' 2024-04-03T16:01:34.0515287Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-04-03T16:01:34.0516519Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-04-03T16:01:34.0518438Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-04-03T16:01:34.0520298Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-04-03T16:01:34.0523311Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-04-03T16:01:34.0526298Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-04-03T16:01:34.0528721Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-04-03T16:01:34.0530976Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-04-03T16:01:34.0532811Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-04-03T16:01:34.0539084Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-04-03T16:01:34.0544958Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-04-03T16:01:34.0547630Z adding 'torch/ao/nn/quantized/__init__.py' 2024-04-03T16:01:34.0554216Z adding 'torch/ao/nn/quantized/functional.py' 2024-04-03T16:01:34.0557044Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-04-03T16:01:34.0559173Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-04-03T16:01:34.0563118Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-04-03T16:01:34.0566577Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-04-03T16:01:34.0578151Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-04-03T16:01:34.0582311Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-04-03T16:01:34.0586116Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-04-03T16:01:34.0588818Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-04-03T16:01:34.0596314Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-04-03T16:01:34.0599246Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-04-03T16:01:34.0603543Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-04-03T16:01:34.0606939Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-04-03T16:01:34.0611657Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-04-03T16:01:34.0614453Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-04-03T16:01:34.0616860Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-04-03T16:01:34.0619321Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-04-03T16:01:34.0621511Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-04-03T16:01:34.0623525Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-04-03T16:01:34.0626436Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-04-03T16:01:34.0628905Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-04-03T16:01:34.0634965Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-04-03T16:01:34.0637857Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-04-03T16:01:34.0642862Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-04-03T16:01:34.0645568Z adding 'torch/ao/nn/sparse/__init__.py' 2024-04-03T16:01:34.0646648Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-04-03T16:01:34.0650091Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-04-03T16:01:34.0652529Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-04-03T16:01:34.0654753Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-04-03T16:01:34.0657877Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-04-03T16:01:34.0660000Z adding 'torch/ao/ns/__init__.py' 2024-04-03T16:01:34.0665745Z adding 'torch/ao/ns/_numeric_suite.py' 2024-04-03T16:01:34.0677574Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-04-03T16:01:34.0680476Z adding 'torch/ao/ns/fx/__init__.py' 2024-04-03T16:01:34.0686842Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-04-03T16:01:34.0698969Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-04-03T16:01:34.0704493Z adding 'torch/ao/ns/fx/mappings.py' 2024-04-03T16:01:34.0719831Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-04-03T16:01:34.0723466Z adding 'torch/ao/ns/fx/ns_types.py' 2024-04-03T16:01:34.0726890Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-04-03T16:01:34.0730818Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-04-03T16:01:34.0737043Z adding 'torch/ao/ns/fx/utils.py' 2024-04-03T16:01:34.0741009Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-04-03T16:01:34.0743330Z adding 'torch/ao/pruning/__init__.py' 2024-04-03T16:01:34.0745144Z adding 'torch/ao/pruning/_mappings.py' 2024-04-03T16:01:34.0746889Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-04-03T16:01:34.0748761Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-04-03T16:01:34.0754844Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-04-03T16:01:34.0757119Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-04-03T16:01:34.0760452Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-04-03T16:01:34.0762677Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-04-03T16:01:34.0767617Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-04-03T16:01:34.0771351Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-04-03T16:01:34.0774493Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-04-03T16:01:34.0776508Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-04-03T16:01:34.0779068Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-04-03T16:01:34.0780802Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-04-03T16:01:34.0783668Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-04-03T16:01:34.0786583Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-04-03T16:01:34.0788467Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-04-03T16:01:34.0792420Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-04-03T16:01:34.0795049Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-04-03T16:01:34.0797220Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-04-03T16:01:34.0799582Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-04-03T16:01:34.0805372Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-04-03T16:01:34.0808037Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-04-03T16:01:34.0809943Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-04-03T16:01:34.0813107Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-04-03T16:01:34.0816055Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-04-03T16:01:34.0818575Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-04-03T16:01:34.0820602Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-04-03T16:01:34.0825377Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-04-03T16:01:34.0828102Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-04-03T16:01:34.0831046Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-04-03T16:01:34.0834881Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-04-03T16:01:34.0838449Z adding 'torch/ao/quantization/__init__.py' 2024-04-03T16:01:34.0841959Z adding 'torch/ao/quantization/_correct_bias.py' 2024-04-03T16:01:34.0846975Z adding 'torch/ao/quantization/_equalize.py' 2024-04-03T16:01:34.0850571Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-04-03T16:01:34.0857082Z adding 'torch/ao/quantization/fake_quantize.py' 2024-04-03T16:01:34.0860949Z adding 'torch/ao/quantization/fuse_modules.py' 2024-04-03T16:01:34.0864723Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-04-03T16:01:34.0883663Z adding 'torch/ao/quantization/observer.py' 2024-04-03T16:01:34.0892108Z adding 'torch/ao/quantization/qconfig.py' 2024-04-03T16:01:34.0897141Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-04-03T16:01:34.0899477Z adding 'torch/ao/quantization/quant_type.py' 2024-04-03T16:01:34.0903600Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-04-03T16:01:34.0912403Z adding 'torch/ao/quantization/quantize.py' 2024-04-03T16:01:34.0921096Z adding 'torch/ao/quantization/quantize_fx.py' 2024-04-03T16:01:34.0927088Z adding 'torch/ao/quantization/quantize_jit.py' 2024-04-03T16:01:34.0930487Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-04-03T16:01:34.0932852Z adding 'torch/ao/quantization/stubs.py' 2024-04-03T16:01:34.0941287Z adding 'torch/ao/quantization/utils.py' 2024-04-03T16:01:34.0944328Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-04-03T16:01:34.0951103Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-04-03T16:01:34.0954314Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-04-03T16:01:34.0962998Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-04-03T16:01:34.0968666Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-04-03T16:01:34.0971638Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-04-03T16:01:34.0974911Z adding 'torch/ao/quantization/backend_config/native.py' 2024-04-03T16:01:34.0977147Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-04-03T16:01:34.0981398Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-04-03T16:01:34.0984455Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-04-03T16:01:34.0987054Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-04-03T16:01:34.0991648Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-04-03T16:01:34.0994409Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-04-03T16:01:34.0996749Z adding 'torch/ao/quantization/fx/__init__.py' 2024-04-03T16:01:34.1005591Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-04-03T16:01:34.1017616Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-04-03T16:01:34.1031950Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-04-03T16:01:34.1049956Z adding 'torch/ao/quantization/fx/convert.py' 2024-04-03T16:01:34.1055773Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-04-03T16:01:34.1059290Z adding 'torch/ao/quantization/fx/fuse.py' 2024-04-03T16:01:34.1062105Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-04-03T16:01:34.1064844Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-04-03T16:01:34.1066752Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-04-03T16:01:34.1068586Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-04-03T16:01:34.1071939Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-04-03T16:01:34.1075737Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-04-03T16:01:34.1078482Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-04-03T16:01:34.1106024Z adding 'torch/ao/quantization/fx/prepare.py' 2024-04-03T16:01:34.1112734Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-04-03T16:01:34.1116114Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-04-03T16:01:34.1118271Z adding 'torch/ao/quantization/fx/tracer.py' 2024-04-03T16:01:34.1130131Z adding 'torch/ao/quantization/fx/utils.py' 2024-04-03T16:01:34.1133040Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-04-03T16:01:34.1153301Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-04-03T16:01:34.1164280Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-04-03T16:01:34.1168991Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-04-03T16:01:34.1178896Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-04-03T16:01:34.1181538Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-04-03T16:01:34.1183975Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-04-03T16:01:34.1186873Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-04-03T16:01:34.1189089Z adding 'torch/ao/quantization/pt2e/generate_numeric_debug_handle.py' 2024-04-03T16:01:34.1191657Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-04-03T16:01:34.1195369Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-04-03T16:01:34.1202981Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-04-03T16:01:34.1213040Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-04-03T16:01:34.1220675Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-04-03T16:01:34.1223303Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-04-03T16:01:34.1229214Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-04-03T16:01:34.1231888Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-04-03T16:01:34.1234352Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-04-03T16:01:34.1236958Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-04-03T16:01:34.1239928Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-04-03T16:01:34.1242444Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-04-03T16:01:34.1252085Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-04-03T16:01:34.1257893Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-04-03T16:01:34.1267750Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-04-03T16:01:34.1275897Z adding 'torch/autograd/__init__.py' 2024-04-03T16:01:34.1279193Z adding 'torch/autograd/anomaly_mode.py' 2024-04-03T16:01:34.1283131Z adding 'torch/autograd/forward_ad.py' 2024-04-03T16:01:34.1293524Z adding 'torch/autograd/function.py' 2024-04-03T16:01:34.1307712Z adding 'torch/autograd/functional.py' 2024-04-03T16:01:34.1313171Z adding 'torch/autograd/grad_mode.py' 2024-04-03T16:01:34.1343206Z adding 'torch/autograd/gradcheck.py' 2024-04-03T16:01:34.1353994Z adding 'torch/autograd/graph.py' 2024-04-03T16:01:34.1367401Z adding 'torch/autograd/profiler.py' 2024-04-03T16:01:34.1372536Z adding 'torch/autograd/profiler_legacy.py' 2024-04-03T16:01:34.1385056Z adding 'torch/autograd/profiler_util.py' 2024-04-03T16:01:34.1387838Z adding 'torch/autograd/variable.py' 2024-04-03T16:01:34.1389748Z adding 'torch/autograd/_functions/__init__.py' 2024-04-03T16:01:34.1391850Z adding 'torch/autograd/_functions/tensor.py' 2024-04-03T16:01:34.1394047Z adding 'torch/autograd/_functions/utils.py' 2024-04-03T16:01:34.1396545Z adding 'torch/backends/__init__.py' 2024-04-03T16:01:34.1398388Z adding 'torch/backends/_coreml/__init__.py' 2024-04-03T16:01:34.1401928Z adding 'torch/backends/_coreml/preprocess.py' 2024-04-03T16:01:34.1403952Z adding 'torch/backends/_nnapi/__init__.py' 2024-04-03T16:01:34.1406723Z adding 'torch/backends/_nnapi/prepare.py' 2024-04-03T16:01:34.1428270Z adding 'torch/backends/_nnapi/serializer.py' 2024-04-03T16:01:34.1432010Z adding 'torch/backends/cpu/__init__.py' 2024-04-03T16:01:34.1436798Z adding 'torch/backends/cuda/__init__.py' 2024-04-03T16:01:34.1440100Z adding 'torch/backends/cudnn/__init__.py' 2024-04-03T16:01:34.1442908Z adding 'torch/backends/cudnn/rnn.py' 2024-04-03T16:01:34.1445127Z adding 'torch/backends/mha/__init__.py' 2024-04-03T16:01:34.1447589Z adding 'torch/backends/mkl/__init__.py' 2024-04-03T16:01:34.1450400Z adding 'torch/backends/mkldnn/__init__.py' 2024-04-03T16:01:34.1452867Z adding 'torch/backends/mps/__init__.py' 2024-04-03T16:01:34.1455083Z adding 'torch/backends/nnpack/__init__.py' 2024-04-03T16:01:34.1457050Z adding 'torch/backends/openmp/__init__.py' 2024-04-03T16:01:34.1459816Z adding 'torch/backends/opt_einsum/__init__.py' 2024-04-03T16:01:34.1462512Z adding 'torch/backends/quantized/__init__.py' 2024-04-03T16:01:34.1464520Z adding 'torch/backends/xeon/__init__.py' 2024-04-03T16:01:34.1475122Z adding 'torch/backends/xeon/run_cpu.py' 2024-04-03T16:01:34.1478136Z adding 'torch/backends/xnnpack/__init__.py' 2024-04-03T16:01:34.1791665Z adding 'torch/bin/FileStoreTest' 2024-04-03T16:01:34.2119488Z adding 'torch/bin/HashStoreTest' 2024-04-03T16:01:34.2462443Z adding 'torch/bin/TCPStoreTest' 2024-04-03T16:01:34.2518685Z adding 'torch/bin/aot_model_compiler_test' 2024-04-03T16:01:34.5163267Z adding 'torch/bin/protoc' 2024-04-03T16:01:34.7927409Z adding 'torch/bin/protoc-3.13.0.0' 2024-04-03T16:01:35.4295491Z adding 'torch/bin/test_api' 2024-04-03T16:01:35.5039174Z adding 'torch/bin/test_cpp_rpc' 2024-04-03T16:01:35.5381746Z adding 'torch/bin/test_dist_autograd' 2024-04-03T16:01:35.5708486Z adding 'torch/bin/test_edge_op_registration' 2024-04-03T16:01:35.8898431Z adding 'torch/bin/test_jit' 2024-04-03T16:01:36.0826738Z adding 'torch/bin/test_lazy' 2024-04-03T16:01:36.1341905Z adding 'torch/bin/test_mobile_nnc' 2024-04-03T16:01:36.5899030Z adding 'torch/bin/test_tensorexpr' 2024-04-03T16:01:36.6152994Z adding 'torch/bin/torch_shm_manager' 2024-04-03T16:01:36.6224326Z adding 'torch/bin/tutorial_tensorexpr' 2024-04-03T16:01:36.6231766Z adding 'torch/compiler/__init__.py' 2024-04-03T16:01:36.6234054Z adding 'torch/contrib/__init__.py' 2024-04-03T16:01:36.6236910Z adding 'torch/contrib/_tensorboard_vis.py' 2024-04-03T16:01:36.6239668Z adding 'torch/cpu/__init__.py' 2024-04-03T16:01:36.6241885Z adding 'torch/cpu/amp/__init__.py' 2024-04-03T16:01:36.6243755Z adding 'torch/cpu/amp/autocast_mode.py' 2024-04-03T16:01:36.6245600Z adding 'torch/cpu/amp/grad_scaler.py' 2024-04-03T16:01:36.6259801Z adding 'torch/cuda/__init__.py' 2024-04-03T16:01:36.6262774Z adding 'torch/cuda/_gpu_trace.py' 2024-04-03T16:01:36.6271105Z adding 'torch/cuda/_memory_viz.py' 2024-04-03T16:01:36.6278020Z adding 'torch/cuda/_sanitizer.py' 2024-04-03T16:01:36.6280874Z adding 'torch/cuda/_utils.py' 2024-04-03T16:01:36.6282806Z adding 'torch/cuda/comm.py' 2024-04-03T16:01:36.6284477Z adding 'torch/cuda/error.py' 2024-04-03T16:01:36.6291351Z adding 'torch/cuda/graphs.py' 2024-04-03T16:01:36.6295267Z adding 'torch/cuda/jiterator.py' 2024-04-03T16:01:36.6306146Z adding 'torch/cuda/memory.py' 2024-04-03T16:01:36.6309477Z adding 'torch/cuda/nccl.py' 2024-04-03T16:01:36.6311761Z adding 'torch/cuda/nvtx.py' 2024-04-03T16:01:36.6313963Z adding 'torch/cuda/profiler.py' 2024-04-03T16:01:36.6316451Z adding 'torch/cuda/random.py' 2024-04-03T16:01:36.6318273Z adding 'torch/cuda/sparse.py' 2024-04-03T16:01:36.6321853Z adding 'torch/cuda/streams.py' 2024-04-03T16:01:36.6324092Z adding 'torch/cuda/amp/__init__.py' 2024-04-03T16:01:36.6326913Z adding 'torch/cuda/amp/autocast_mode.py' 2024-04-03T16:01:36.6329504Z adding 'torch/cuda/amp/common.py' 2024-04-03T16:01:36.6330646Z adding 'torch/cuda/amp/grad_scaler.py' 2024-04-03T16:01:36.6334308Z adding 'torch/distributed/__init__.py' 2024-04-03T16:01:36.6336509Z adding 'torch/distributed/_composable_state.py' 2024-04-03T16:01:36.6348296Z adding 'torch/distributed/_functional_collectives.py' 2024-04-03T16:01:36.6354106Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-04-03T16:01:36.6358634Z adding 'torch/distributed/_state_dict_utils.py' 2024-04-03T16:01:36.6361540Z adding 'torch/distributed/argparse_util.py' 2024-04-03T16:01:36.6363594Z adding 'torch/distributed/c10d_logger.py' 2024-04-03T16:01:36.6367071Z adding 'torch/distributed/collective_utils.py' 2024-04-03T16:01:36.6369127Z adding 'torch/distributed/constants.py' 2024-04-03T16:01:36.6376811Z adding 'torch/distributed/device_mesh.py' 2024-04-03T16:01:36.6431024Z adding 'torch/distributed/distributed_c10d.py' 2024-04-03T16:01:36.6437934Z adding 'torch/distributed/launch.py' 2024-04-03T16:01:36.6439667Z adding 'torch/distributed/logging_handlers.py' 2024-04-03T16:01:36.6442262Z adding 'torch/distributed/remote_device.py' 2024-04-03T16:01:36.6446112Z adding 'torch/distributed/rendezvous.py' 2024-04-03T16:01:36.6456944Z adding 'torch/distributed/run.py' 2024-04-03T16:01:36.6461792Z adding 'torch/distributed/utils.py' 2024-04-03T16:01:36.6463933Z adding 'torch/distributed/_composable/__init__.py' 2024-04-03T16:01:36.6466338Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-04-03T16:01:36.6469320Z adding 'torch/distributed/_composable/contract.py' 2024-04-03T16:01:36.6472344Z adding 'torch/distributed/_composable/fully_shard.py' 2024-04-03T16:01:36.6475443Z adding 'torch/distributed/_composable/replicate.py' 2024-04-03T16:01:36.6477661Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-04-03T16:01:36.6479920Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-04-03T16:01:36.6483893Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-04-03T16:01:36.6486665Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-04-03T16:01:36.6489803Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-04-03T16:01:36.6496272Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-04-03T16:01:36.6503904Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-04-03T16:01:36.6508342Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-04-03T16:01:36.6513175Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-04-03T16:01:36.6516072Z adding 'torch/distributed/_shard/__init__.py' 2024-04-03T16:01:36.6517677Z adding 'torch/distributed/_shard/_utils.py' 2024-04-03T16:01:36.6522009Z adding 'torch/distributed/_shard/api.py' 2024-04-03T16:01:36.6524479Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-04-03T16:01:36.6526473Z adding 'torch/distributed/_shard/metadata.py' 2024-04-03T16:01:36.6528120Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-04-03T16:01:36.6529781Z adding 'torch/distributed/_shard/sharder.py' 2024-04-03T16:01:36.6531824Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-04-03T16:01:36.6534259Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-04-03T16:01:36.6536880Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-04-03T16:01:36.6541982Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-04-03T16:01:36.6556982Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-04-03T16:01:36.6560540Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-04-03T16:01:36.6562456Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-04-03T16:01:36.6564666Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-04-03T16:01:36.6568433Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-04-03T16:01:36.6570990Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-04-03T16:01:36.6574456Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-04-03T16:01:36.6576921Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-04-03T16:01:36.6579590Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-04-03T16:01:36.6581909Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-04-03T16:01:36.6584695Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-04-03T16:01:36.6586707Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-04-03T16:01:36.6589822Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-04-03T16:01:36.6591934Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-04-03T16:01:36.6595205Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-04-03T16:01:36.6596791Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-04-03T16:01:36.6600694Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-04-03T16:01:36.6604604Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-04-03T16:01:36.6608611Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-04-03T16:01:36.6610788Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-04-03T16:01:36.6615885Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-04-03T16:01:36.6620884Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-04-03T16:01:36.6626890Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-04-03T16:01:36.6628996Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-04-03T16:01:36.6630935Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-04-03T16:01:36.6632778Z adding 'torch/distributed/_spmd/__init__.py' 2024-04-03T16:01:36.6639927Z adding 'torch/distributed/_spmd/api.py' 2024-04-03T16:01:36.6644223Z adding 'torch/distributed/_spmd/batch_dim_utils.py' 2024-04-03T16:01:36.6648454Z adding 'torch/distributed/_spmd/comm_tensor.py' 2024-04-03T16:01:36.6650839Z adding 'torch/distributed/_spmd/config.py' 2024-04-03T16:01:36.6662302Z adding 'torch/distributed/_spmd/data_parallel.py' 2024-04-03T16:01:36.6673196Z adding 'torch/distributed/_spmd/distribute.py' 2024-04-03T16:01:36.6679556Z adding 'torch/distributed/_spmd/experimental_ops.py' 2024-04-03T16:01:36.6682503Z adding 'torch/distributed/_spmd/gm_transformation.py' 2024-04-03T16:01:36.6695156Z adding 'torch/distributed/_spmd/graph_optimization.py' 2024-04-03T16:01:36.6698699Z adding 'torch/distributed/_spmd/graph_utils.py' 2024-04-03T16:01:36.6708103Z adding 'torch/distributed/_spmd/iter_graph_module.py' 2024-04-03T16:01:36.6710871Z adding 'torch/distributed/_spmd/log_utils.py' 2024-04-03T16:01:36.6714143Z adding 'torch/distributed/_spmd/parallel_mode.py' 2024-04-03T16:01:36.6718462Z adding 'torch/distributed/_spmd/partial_lower.py' 2024-04-03T16:01:36.6723318Z adding 'torch/distributed/_tensor/__init__.py' 2024-04-03T16:01:36.6727559Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-04-03T16:01:36.6731184Z adding 'torch/distributed/_tensor/_utils.py' 2024-04-03T16:01:36.6741932Z adding 'torch/distributed/_tensor/api.py' 2024-04-03T16:01:36.6744775Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-04-03T16:01:36.6749402Z adding 'torch/distributed/_tensor/dispatch.py' 2024-04-03T16:01:36.6755126Z adding 'torch/distributed/_tensor/op_schema.py' 2024-04-03T16:01:36.6762998Z adding 'torch/distributed/_tensor/placement_types.py' 2024-04-03T16:01:36.6768477Z adding 'torch/distributed/_tensor/random.py' 2024-04-03T16:01:36.6773653Z adding 'torch/distributed/_tensor/redistribute.py' 2024-04-03T16:01:36.6779144Z adding 'torch/distributed/_tensor/sharding_prop.py' 2024-04-03T16:01:36.6782664Z adding 'torch/distributed/_tensor/tp_conv.py' 2024-04-03T16:01:36.6784941Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-04-03T16:01:36.6787144Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-04-03T16:01:36.6789498Z adding 'torch/distributed/_tensor/debug/op_coverage.py' 2024-04-03T16:01:36.6792745Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-04-03T16:01:36.6794802Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-04-03T16:01:36.6800794Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-04-03T16:01:36.6803126Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-04-03T16:01:36.6806673Z adding 'torch/distributed/_tensor/ops/basic_strategy.py' 2024-04-03T16:01:36.6811540Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2024-04-03T16:01:36.6814192Z adding 'torch/distributed/_tensor/ops/conv_ops.py' 2024-04-03T16:01:36.6817986Z adding 'torch/distributed/_tensor/ops/embedding_ops.py' 2024-04-03T16:01:36.6820483Z adding 'torch/distributed/_tensor/ops/experimental_ops.py' 2024-04-03T16:01:36.6829576Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2024-04-03T16:01:36.6834184Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2024-04-03T16:01:36.6839501Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2024-04-03T16:01:36.6842171Z adding 'torch/distributed/_tensor/ops/random_ops.py' 2024-04-03T16:01:36.6850784Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2024-04-03T16:01:36.6854776Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-04-03T16:01:36.6863663Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2024-04-03T16:01:36.6865856Z adding 'torch/distributed/_tools/__init__.py' 2024-04-03T16:01:36.6869875Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-04-03T16:01:36.6871811Z adding 'torch/distributed/algorithms/__init__.py' 2024-04-03T16:01:36.6876661Z adding 'torch/distributed/algorithms/join.py' 2024-04-03T16:01:36.6878647Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-04-03T16:01:36.6883410Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-04-03T16:01:36.6885568Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-04-03T16:01:36.6888473Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-04-03T16:01:36.6890571Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-04-03T16:01:36.6892924Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-04-03T16:01:36.6894755Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-04-03T16:01:36.6897434Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-04-03T16:01:36.6900131Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-04-03T16:01:36.6906384Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-04-03T16:01:36.6908900Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-04-03T16:01:36.6911919Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-04-03T16:01:36.6914769Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-04-03T16:01:36.6917672Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-04-03T16:01:36.6920920Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-04-03T16:01:36.6933142Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-04-03T16:01:36.6937174Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-04-03T16:01:36.6939181Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-04-03T16:01:36.6941967Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-04-03T16:01:36.6945913Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-04-03T16:01:36.6948314Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-04-03T16:01:36.6950528Z adding 'torch/distributed/autograd/__init__.py' 2024-04-03T16:01:36.6952708Z adding 'torch/distributed/checkpoint/__init__.py' 2024-04-03T16:01:36.6955039Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-04-03T16:01:36.6957134Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-04-03T16:01:36.6959291Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-04-03T16:01:36.6962071Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-04-03T16:01:36.6964271Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-04-03T16:01:36.6966761Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-04-03T16:01:36.6968719Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-04-03T16:01:36.6971631Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-04-03T16:01:36.6974063Z adding 'torch/distributed/checkpoint/api.py' 2024-04-03T16:01:36.6979788Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-04-03T16:01:36.6985937Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-04-03T16:01:36.6990665Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-04-03T16:01:36.6993457Z adding 'torch/distributed/checkpoint/metadata.py' 2024-04-03T16:01:36.6998652Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-04-03T16:01:36.7004424Z adding 'torch/distributed/checkpoint/planner.py' 2024-04-03T16:01:36.7008622Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-04-03T16:01:36.7011084Z adding 'torch/distributed/checkpoint/resharding.py' 2024-04-03T16:01:36.7022076Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-04-03T16:01:36.7026608Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-04-03T16:01:36.7030797Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-04-03T16:01:36.7032990Z adding 'torch/distributed/checkpoint/stateful.py' 2024-04-03T16:01:36.7036280Z adding 'torch/distributed/checkpoint/storage.py' 2024-04-03T16:01:36.7041459Z adding 'torch/distributed/checkpoint/utils.py' 2024-04-03T16:01:36.7044828Z adding 'torch/distributed/elastic/__init__.py' 2024-04-03T16:01:36.7046812Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-04-03T16:01:36.7049110Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-04-03T16:01:36.7061829Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-04-03T16:01:36.7067705Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-04-03T16:01:36.7070863Z adding 'torch/distributed/elastic/events/__init__.py' 2024-04-03T16:01:36.7073501Z adding 'torch/distributed/elastic/events/api.py' 2024-04-03T16:01:36.7075358Z adding 'torch/distributed/elastic/events/handlers.py' 2024-04-03T16:01:36.7078446Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-04-03T16:01:36.7081770Z adding 'torch/distributed/elastic/metrics/api.py' 2024-04-03T16:01:36.7086008Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-04-03T16:01:36.7098441Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-04-03T16:01:36.7102575Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-04-03T16:01:36.7106074Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-04-03T16:01:36.7113096Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-04-03T16:01:36.7117454Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-04-03T16:01:36.7119943Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-04-03T16:01:36.7122890Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-04-03T16:01:36.7124618Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-04-03T16:01:36.7127549Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-04-03T16:01:36.7131356Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-04-03T16:01:36.7136129Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-04-03T16:01:36.7141114Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-04-03T16:01:36.7153711Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-04-03T16:01:36.7167195Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-04-03T16:01:36.7171243Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-04-03T16:01:36.7174992Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-04-03T16:01:36.7178229Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-04-03T16:01:36.7180216Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-04-03T16:01:36.7183117Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-04-03T16:01:36.7188496Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-04-03T16:01:36.7190999Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-04-03T16:01:36.7194994Z adding 'torch/distributed/elastic/timer/api.py' 2024-04-03T16:01:36.7200133Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-04-03T16:01:36.7203254Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-04-03T16:01:36.7205497Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-04-03T16:01:36.7207265Z adding 'torch/distributed/elastic/utils/api.py' 2024-04-03T16:01:36.7210006Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-04-03T16:01:36.7211877Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-04-03T16:01:36.7213912Z adding 'torch/distributed/elastic/utils/logging.py' 2024-04-03T16:01:36.7216545Z adding 'torch/distributed/elastic/utils/store.py' 2024-04-03T16:01:36.7218432Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-04-03T16:01:36.7220388Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-04-03T16:01:36.7222651Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-04-03T16:01:36.7224706Z adding 'torch/distributed/fsdp/__init__.py' 2024-04-03T16:01:36.7233130Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-04-03T16:01:36.7236517Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-04-03T16:01:36.7239245Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-04-03T16:01:36.7244080Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-04-03T16:01:36.7283416Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-04-03T16:01:36.7289468Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-04-03T16:01:36.7304239Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-04-03T16:01:36.7306978Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-04-03T16:01:36.7336684Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-04-03T16:01:36.7359880Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-04-03T16:01:36.7364232Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-04-03T16:01:36.7374354Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-04-03T16:01:36.7378877Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-04-03T16:01:36.7381887Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-04-03T16:01:36.7386337Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-04-03T16:01:36.7390757Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-04-03T16:01:36.7403229Z adding 'torch/distributed/fsdp/api.py' 2024-04-03T16:01:36.7427728Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-04-03T16:01:36.7435147Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-04-03T16:01:36.7443401Z adding 'torch/distributed/fsdp/wrap.py' 2024-04-03T16:01:36.7446053Z adding 'torch/distributed/launcher/__init__.py' 2024-04-03T16:01:36.7450548Z adding 'torch/distributed/launcher/api.py' 2024-04-03T16:01:36.7452618Z adding 'torch/distributed/nn/__init__.py' 2024-04-03T16:01:36.7457270Z adding 'torch/distributed/nn/functional.py' 2024-04-03T16:01:36.7459522Z adding 'torch/distributed/nn/api/__init__.py' 2024-04-03T16:01:36.7467765Z adding 'torch/distributed/nn/api/remote_module.py' 2024-04-03T16:01:36.7470360Z adding 'torch/distributed/nn/jit/__init__.py' 2024-04-03T16:01:36.7472962Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-04-03T16:01:36.7474713Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-04-03T16:01:36.7477082Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-04-03T16:01:36.7479264Z adding 'torch/distributed/optim/__init__.py' 2024-04-03T16:01:36.7482428Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-04-03T16:01:36.7485230Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-04-03T16:01:36.7487670Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-04-03T16:01:36.7490674Z adding 'torch/distributed/optim/functional_adam.py' 2024-04-03T16:01:36.7494426Z adding 'torch/distributed/optim/functional_adamax.py' 2024-04-03T16:01:36.7497477Z adding 'torch/distributed/optim/functional_adamw.py' 2024-04-03T16:01:36.7500830Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-04-03T16:01:36.7504493Z adding 'torch/distributed/optim/functional_rprop.py' 2024-04-03T16:01:36.7508052Z adding 'torch/distributed/optim/functional_sgd.py' 2024-04-03T16:01:36.7513920Z adding 'torch/distributed/optim/named_optimizer.py' 2024-04-03T16:01:36.7519070Z adding 'torch/distributed/optim/optimizer.py' 2024-04-03T16:01:36.7523237Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-04-03T16:01:36.7525754Z adding 'torch/distributed/optim/utils.py' 2024-04-03T16:01:36.7550034Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-04-03T16:01:36.7554527Z adding 'torch/distributed/pipeline/__init__.py' 2024-04-03T16:01:36.7556951Z adding 'torch/distributed/pipeline/sync/__init__.py' 2024-04-03T16:01:36.7560850Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2024-04-03T16:01:36.7566097Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2024-04-03T16:01:36.7569301Z adding 'torch/distributed/pipeline/sync/copy.py' 2024-04-03T16:01:36.7572067Z adding 'torch/distributed/pipeline/sync/dependency.py' 2024-04-03T16:01:36.7576575Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2024-04-03T16:01:36.7579403Z adding 'torch/distributed/pipeline/sync/phony.py' 2024-04-03T16:01:36.7586825Z adding 'torch/distributed/pipeline/sync/pipe.py' 2024-04-03T16:01:36.7591802Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2024-04-03T16:01:36.7595232Z adding 'torch/distributed/pipeline/sync/stream.py' 2024-04-03T16:01:36.7597702Z adding 'torch/distributed/pipeline/sync/utils.py' 2024-04-03T16:01:36.7601741Z adding 'torch/distributed/pipeline/sync/worker.py' 2024-04-03T16:01:36.7605788Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2024-04-03T16:01:36.7609265Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2024-04-03T16:01:36.7612562Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2024-04-03T16:01:36.7615378Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2024-04-03T16:01:36.7618886Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2024-04-03T16:01:36.7621559Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2024-04-03T16:01:36.7625740Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2024-04-03T16:01:36.7631858Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2024-04-03T16:01:36.7635794Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2024-04-03T16:01:36.7640130Z adding 'torch/distributed/rpc/__init__.py' 2024-04-03T16:01:36.7642741Z adding 'torch/distributed/rpc/_utils.py' 2024-04-03T16:01:36.7653142Z adding 'torch/distributed/rpc/api.py' 2024-04-03T16:01:36.7659399Z adding 'torch/distributed/rpc/backend_registry.py' 2024-04-03T16:01:36.7661786Z adding 'torch/distributed/rpc/constants.py' 2024-04-03T16:01:36.7664882Z adding 'torch/distributed/rpc/functions.py' 2024-04-03T16:01:36.7669039Z adding 'torch/distributed/rpc/internal.py' 2024-04-03T16:01:36.7672452Z adding 'torch/distributed/rpc/options.py' 2024-04-03T16:01:36.7674952Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-04-03T16:01:36.7678558Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-04-03T16:01:36.7680878Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-04-03T16:01:36.7683233Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-04-03T16:01:36.7684912Z adding 'torch/distributed/tensor/__init__.py' 2024-04-03T16:01:36.7686988Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-04-03T16:01:36.7689052Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-04-03T16:01:36.7691201Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-04-03T16:01:36.7693946Z adding 'torch/distributed/tensor/parallel/api.py' 2024-04-03T16:01:36.7696636Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-04-03T16:01:36.7701646Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-04-03T16:01:36.7704419Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-04-03T16:01:36.7709977Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-04-03T16:01:36.7716523Z adding 'torch/distributed/tensor/parallel/style.py' 2024-04-03T16:01:36.7720852Z adding 'torch/distributions/__init__.py' 2024-04-03T16:01:36.7723692Z adding 'torch/distributions/bernoulli.py' 2024-04-03T16:01:36.7726058Z adding 'torch/distributions/beta.py' 2024-04-03T16:01:36.7729180Z adding 'torch/distributions/binomial.py' 2024-04-03T16:01:36.7732684Z adding 'torch/distributions/categorical.py' 2024-04-03T16:01:36.7734865Z adding 'torch/distributions/cauchy.py' 2024-04-03T16:01:36.7736934Z adding 'torch/distributions/chi2.py' 2024-04-03T16:01:36.7740527Z adding 'torch/distributions/constraint_registry.py' 2024-04-03T16:01:36.7746014Z adding 'torch/distributions/constraints.py' 2024-04-03T16:01:36.7749813Z adding 'torch/distributions/continuous_bernoulli.py' 2024-04-03T16:01:36.7752496Z adding 'torch/distributions/dirichlet.py' 2024-04-03T16:01:36.7757003Z adding 'torch/distributions/distribution.py' 2024-04-03T16:01:36.7759445Z adding 'torch/distributions/exp_family.py' 2024-04-03T16:01:36.7761977Z adding 'torch/distributions/exponential.py' 2024-04-03T16:01:36.7764571Z adding 'torch/distributions/fishersnedecor.py' 2024-04-03T16:01:36.7767050Z adding 'torch/distributions/gamma.py' 2024-04-03T16:01:36.7769913Z adding 'torch/distributions/geometric.py' 2024-04-03T16:01:36.7772891Z adding 'torch/distributions/gumbel.py' 2024-04-03T16:01:36.7775042Z adding 'torch/distributions/half_cauchy.py' 2024-04-03T16:01:36.7777042Z adding 'torch/distributions/half_normal.py' 2024-04-03T16:01:36.7779517Z adding 'torch/distributions/independent.py' 2024-04-03T16:01:36.7781705Z adding 'torch/distributions/inverse_gamma.py' 2024-04-03T16:01:36.7790109Z adding 'torch/distributions/kl.py' 2024-04-03T16:01:36.7793274Z adding 'torch/distributions/kumaraswamy.py' 2024-04-03T16:01:36.7795577Z adding 'torch/distributions/laplace.py' 2024-04-03T16:01:36.7798718Z adding 'torch/distributions/lkj_cholesky.py' 2024-04-03T16:01:36.7801168Z adding 'torch/distributions/log_normal.py' 2024-04-03T16:01:36.7803350Z adding 'torch/distributions/logistic_normal.py' 2024-04-03T16:01:36.7806796Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-04-03T16:01:36.7810492Z adding 'torch/distributions/mixture_same_family.py' 2024-04-03T16:01:36.7813549Z adding 'torch/distributions/multinomial.py' 2024-04-03T16:01:36.7817520Z adding 'torch/distributions/multivariate_normal.py' 2024-04-03T16:01:36.7820849Z adding 'torch/distributions/negative_binomial.py' 2024-04-03T16:01:36.7823455Z adding 'torch/distributions/normal.py' 2024-04-03T16:01:36.7826185Z adding 'torch/distributions/one_hot_categorical.py' 2024-04-03T16:01:36.7828204Z adding 'torch/distributions/pareto.py' 2024-04-03T16:01:36.7830403Z adding 'torch/distributions/poisson.py' 2024-04-03T16:01:36.7833157Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-04-03T16:01:36.7836232Z adding 'torch/distributions/relaxed_categorical.py' 2024-04-03T16:01:36.7838425Z adding 'torch/distributions/studentT.py' 2024-04-03T16:01:36.7842036Z adding 'torch/distributions/transformed_distribution.py' 2024-04-03T16:01:36.7853174Z adding 'torch/distributions/transforms.py' 2024-04-03T16:01:36.7856564Z adding 'torch/distributions/uniform.py' 2024-04-03T16:01:36.7859360Z adding 'torch/distributions/utils.py' 2024-04-03T16:01:36.7862419Z adding 'torch/distributions/von_mises.py' 2024-04-03T16:01:36.7864444Z adding 'torch/distributions/weibull.py' 2024-04-03T16:01:36.7868686Z adding 'torch/distributions/wishart.py' 2024-04-03T16:01:36.7873824Z adding 'torch/export/__init__.py' 2024-04-03T16:01:36.7876529Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-04-03T16:01:36.7878937Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-04-03T16:01:36.7881223Z adding 'torch/export/_safeguard.py' 2024-04-03T16:01:36.7894925Z adding 'torch/export/_trace.py' 2024-04-03T16:01:36.7897904Z adding 'torch/export/_tree_utils.py' 2024-04-03T16:01:36.7901614Z adding 'torch/export/_unlift.py' 2024-04-03T16:01:36.7903488Z adding 'torch/export/custom_obj.py' 2024-04-03T16:01:36.7914944Z adding 'torch/export/dynamic_shapes.py' 2024-04-03T16:01:36.7924069Z adding 'torch/export/exported_program.py' 2024-04-03T16:01:36.7929493Z adding 'torch/export/graph_signature.py' 2024-04-03T16:01:36.7941675Z adding 'torch/export/unflatten.py' 2024-04-03T16:01:36.7953036Z adding 'torch/fft/__init__.py' 2024-04-03T16:01:36.7955955Z adding 'torch/func/__init__.py' 2024-04-03T16:01:36.7960998Z adding 'torch/futures/__init__.py' 2024-04-03T16:01:36.7964181Z adding 'torch/fx/__init__.py' 2024-04-03T16:01:36.7966006Z adding 'torch/fx/__init__.pyi' 2024-04-03T16:01:36.7967890Z adding 'torch/fx/_compatibility.py' 2024-04-03T16:01:36.7970853Z adding 'torch/fx/_lazy_graph_module.py' 2024-04-03T16:01:36.7973368Z adding 'torch/fx/_pytree.py' 2024-04-03T16:01:36.7988813Z adding 'torch/fx/_symbolic_trace.py' 2024-04-03T16:01:36.7991735Z adding 'torch/fx/annotate.py' 2024-04-03T16:01:36.7994011Z adding 'torch/fx/config.py' 2024-04-03T16:01:36.8016487Z adding 'torch/fx/graph.py' 2024-04-03T16:01:36.8029843Z adding 'torch/fx/graph_module.py' 2024-04-03T16:01:36.8032649Z adding 'torch/fx/immutable_collections.py' 2024-04-03T16:01:36.8038611Z adding 'torch/fx/interpreter.py' 2024-04-03T16:01:36.8049974Z adding 'torch/fx/node.py' 2024-04-03T16:01:36.8057440Z adding 'torch/fx/operator_schemas.py' 2024-04-03T16:01:36.8065307Z adding 'torch/fx/proxy.py' 2024-04-03T16:01:36.8070979Z adding 'torch/fx/subgraph_rewriter.py' 2024-04-03T16:01:36.8073410Z adding 'torch/fx/tensor_type.py' 2024-04-03T16:01:36.8075655Z adding 'torch/fx/traceback.py' 2024-04-03T16:01:36.8077807Z adding 'torch/fx/experimental/__init__.py' 2024-04-03T16:01:36.8079709Z adding 'torch/fx/experimental/_backward_state.py' 2024-04-03T16:01:36.8082287Z adding 'torch/fx/experimental/_config.py' 2024-04-03T16:01:36.8084463Z adding 'torch/fx/experimental/_sym_dispatch_mode.py' 2024-04-03T16:01:36.8098574Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-04-03T16:01:36.8104198Z adding 'torch/fx/experimental/const_fold.py' 2024-04-03T16:01:36.8106973Z adding 'torch/fx/experimental/debug.py' 2024-04-03T16:01:36.8115735Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-04-03T16:01:36.8119727Z adding 'torch/fx/experimental/merge_matmul.py' 2024-04-03T16:01:36.8124079Z adding 'torch/fx/experimental/meta_tracer.py' 2024-04-03T16:01:36.8127056Z adding 'torch/fx/experimental/normalize.py' 2024-04-03T16:01:36.8133406Z adding 'torch/fx/experimental/optimization.py' 2024-04-03T16:01:36.8138113Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-04-03T16:01:36.8156602Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-04-03T16:01:36.8164042Z adding 'torch/fx/experimental/recording.py' 2024-04-03T16:01:36.8166104Z adding 'torch/fx/experimental/refinement_types.py' 2024-04-03T16:01:36.8168768Z adding 'torch/fx/experimental/rewriter.py' 2024-04-03T16:01:36.8171750Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-04-03T16:01:36.8184380Z adding 'torch/fx/experimental/sym_node.py' 2024-04-03T16:01:36.8260673Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-04-03T16:01:36.8266148Z adding 'torch/fx/experimental/unify_refinements.py' 2024-04-03T16:01:36.8276068Z adding 'torch/fx/experimental/validator.py' 2024-04-03T16:01:36.8278863Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-04-03T16:01:36.8283523Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-04-03T16:01:36.8295814Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-04-03T16:01:36.8307876Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-04-03T16:01:36.8310350Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-04-03T16:01:36.8314769Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-04-03T16:01:36.8316856Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-04-03T16:01:36.8318701Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-04-03T16:01:36.8320786Z adding 'torch/fx/experimental/unification/__init__.py' 2024-04-03T16:01:36.8323037Z adding 'torch/fx/experimental/unification/core.py' 2024-04-03T16:01:36.8324785Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-04-03T16:01:36.8327180Z adding 'torch/fx/experimental/unification/match.py' 2024-04-03T16:01:36.8329504Z adding 'torch/fx/experimental/unification/more.py' 2024-04-03T16:01:36.8333761Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-04-03T16:01:36.8336304Z adding 'torch/fx/experimental/unification/utils.py' 2024-04-03T16:01:36.8338450Z adding 'torch/fx/experimental/unification/variable.py' 2024-04-03T16:01:36.8340478Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-04-03T16:01:36.8343083Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-04-03T16:01:36.8345129Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-04-03T16:01:36.8350147Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-04-03T16:01:36.8353042Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-04-03T16:01:36.8355541Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-04-03T16:01:36.8357512Z adding 'torch/fx/passes/__init__.py' 2024-04-03T16:01:36.8359575Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-04-03T16:01:36.8361908Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-04-03T16:01:36.8367114Z adding 'torch/fx/passes/graph_drawer.py' 2024-04-03T16:01:36.8369906Z adding 'torch/fx/passes/graph_manipulation.py' 2024-04-03T16:01:36.8377599Z adding 'torch/fx/passes/net_min_base.py' 2024-04-03T16:01:36.8381477Z adding 'torch/fx/passes/operator_support.py' 2024-04-03T16:01:36.8384042Z adding 'torch/fx/passes/param_fetch.py' 2024-04-03T16:01:36.8387472Z adding 'torch/fx/passes/pass_manager.py' 2024-04-03T16:01:36.8398948Z adding 'torch/fx/passes/reinplace.py' 2024-04-03T16:01:36.8403358Z adding 'torch/fx/passes/shape_prop.py' 2024-04-03T16:01:36.8410297Z adding 'torch/fx/passes/split_module.py' 2024-04-03T16:01:36.8414798Z adding 'torch/fx/passes/split_utils.py' 2024-04-03T16:01:36.8425091Z adding 'torch/fx/passes/splitter_base.py' 2024-04-03T16:01:36.8429763Z adding 'torch/fx/passes/tools_common.py' 2024-04-03T16:01:36.8431865Z adding 'torch/fx/passes/backends/__init__.py' 2024-04-03T16:01:36.8433983Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-04-03T16:01:36.8435637Z adding 'torch/fx/passes/dialect/__init__.py' 2024-04-03T16:01:36.8437344Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-04-03T16:01:36.8440052Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-04-03T16:01:36.8442270Z adding 'torch/fx/passes/infra/__init__.py' 2024-04-03T16:01:36.8447231Z adding 'torch/fx/passes/infra/partitioner.py' 2024-04-03T16:01:36.8449753Z adding 'torch/fx/passes/infra/pass_base.py' 2024-04-03T16:01:36.8454035Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-04-03T16:01:36.8455971Z adding 'torch/fx/passes/tests/__init__.py' 2024-04-03T16:01:36.8458001Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-04-03T16:01:36.8459747Z adding 'torch/fx/passes/utils/__init__.py' 2024-04-03T16:01:36.8462114Z adding 'torch/fx/passes/utils/common.py' 2024-04-03T16:01:36.8466005Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-04-03T16:01:36.8471911Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-04-03T16:01:36.8474944Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-04-03T16:01:36.8477703Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-04-03T16:01:36.8480394Z adding 'torch/include/clog.h' 2024-04-03T16:01:36.8489885Z adding 'torch/include/cpuinfo.h' 2024-04-03T16:01:36.8492888Z adding 'torch/include/dnnl.h' 2024-04-03T16:01:36.8494683Z adding 'torch/include/dnnl_config.h' 2024-04-03T16:01:36.8496315Z adding 'torch/include/dnnl_debug.h' 2024-04-03T16:01:36.8498433Z adding 'torch/include/dnnl_ocl.h' 2024-04-03T16:01:36.8500020Z adding 'torch/include/dnnl_sycl.h' 2024-04-03T16:01:36.8501896Z adding 'torch/include/dnnl_sycl_types.h' 2024-04-03T16:01:36.8504044Z adding 'torch/include/dnnl_threadpool.h' 2024-04-03T16:01:36.8505590Z adding 'torch/include/dnnl_types.h' 2024-04-03T16:01:36.8507610Z adding 'torch/include/dnnl_version.h' 2024-04-03T16:01:36.8509479Z adding 'torch/include/experiments-config.h' 2024-04-03T16:01:36.8511219Z adding 'torch/include/fp16.h' 2024-04-03T16:01:36.8515273Z adding 'torch/include/fxdiv.h' 2024-04-03T16:01:36.8517578Z adding 'torch/include/libshm.h' 2024-04-03T16:01:36.8524013Z adding 'torch/include/nnpack.h' 2024-04-03T16:01:36.8533331Z adding 'torch/include/psimd.h' 2024-04-03T16:01:36.8545933Z adding 'torch/include/pthreadpool.h' 2024-04-03T16:01:36.8550884Z adding 'torch/include/qnnpack.h' 2024-04-03T16:01:36.8553508Z adding 'torch/include/qnnpack_func.h' 2024-04-03T16:01:36.8586812Z adding 'torch/include/sleef.h' 2024-04-03T16:01:36.8626142Z adding 'torch/include/xnnpack.h' 2024-04-03T16:01:36.8634158Z adding 'torch/include/ATen/ATen.h' 2024-04-03T16:01:36.8637023Z adding 'torch/include/ATen/AccumulateType.h' 2024-04-03T16:01:36.8639141Z adding 'torch/include/ATen/ArrayRef.h' 2024-04-03T16:01:36.8640613Z adding 'torch/include/ATen/Backend.h' 2024-04-03T16:01:36.8642413Z adding 'torch/include/ATen/Backtrace.h' 2024-04-03T16:01:36.8646400Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-04-03T16:01:36.8648772Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-04-03T16:01:36.8651274Z adding 'torch/include/ATen/CPUFunctions.h' 2024-04-03T16:01:36.8681535Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-04-03T16:01:36.8689052Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-04-03T16:01:36.8691718Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-04-03T16:01:36.8724840Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-04-03T16:01:36.8732791Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-04-03T16:01:36.8735151Z adding 'torch/include/ATen/CollapseDims.h' 2024-04-03T16:01:36.8737543Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-04-03T16:01:36.8774663Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-04-03T16:01:36.8783105Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-04-03T16:01:36.8791037Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-04-03T16:01:36.8794651Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-04-03T16:01:36.8817806Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-04-03T16:01:36.8823555Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-04-03T16:01:36.8825698Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-04-03T16:01:36.8827139Z adding 'torch/include/ATen/Config.h' 2024-04-03T16:01:36.8832927Z adding 'torch/include/ATen/Context.h' 2024-04-03T16:01:36.8835241Z adding 'torch/include/ATen/DLConvertor.h' 2024-04-03T16:01:36.8836880Z adding 'torch/include/ATen/Device.h' 2024-04-03T16:01:36.8838746Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-04-03T16:01:36.8840727Z adding 'torch/include/ATen/DeviceGuard.h' 2024-04-03T16:01:36.8842325Z adding 'torch/include/ATen/DimVector.h' 2024-04-03T16:01:36.8843825Z adding 'torch/include/ATen/Dimname.h' 2024-04-03T16:01:36.8851092Z adding 'torch/include/ATen/Dispatch.h' 2024-04-03T16:01:36.8857250Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-04-03T16:01:36.8860077Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-04-03T16:01:36.8862556Z adding 'torch/include/ATen/EmptyTensor.h' 2024-04-03T16:01:36.8864451Z adding 'torch/include/ATen/ExpandBase.h' 2024-04-03T16:01:36.8868362Z adding 'torch/include/ATen/ExpandUtils.h' 2024-04-03T16:01:36.8870412Z adding 'torch/include/ATen/Formatting.h' 2024-04-03T16:01:36.8872570Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-04-03T16:01:36.8875356Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-04-03T16:01:36.8881177Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-04-03T16:01:36.9140089Z adding 'torch/include/ATen/Functions.h' 2024-04-03T16:01:36.9192049Z adding 'torch/include/ATen/Generator.h' 2024-04-03T16:01:36.9193952Z adding 'torch/include/ATen/InferSize.h' 2024-04-03T16:01:36.9195823Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-04-03T16:01:36.9197417Z adding 'torch/include/ATen/Layout.h' 2024-04-03T16:01:36.9199326Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-04-03T16:01:36.9202771Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-04-03T16:01:36.9205883Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-04-03T16:01:36.9209204Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-04-03T16:01:36.9211486Z adding 'torch/include/ATen/LinalgBackend.h' 2024-04-03T16:01:36.9213958Z adding 'torch/include/ATen/MapAllocator.h' 2024-04-03T16:01:36.9216556Z adding 'torch/include/ATen/MatrixRef.h' 2024-04-03T16:01:36.9218665Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-04-03T16:01:36.9220930Z adding 'torch/include/ATen/MetaFunctions.h' 2024-04-03T16:01:36.9239384Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-04-03T16:01:36.9292581Z adding 'torch/include/ATen/MethodOperators.h' 2024-04-03T16:01:36.9305586Z adding 'torch/include/ATen/NamedTensor.h' 2024-04-03T16:01:36.9308604Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-04-03T16:01:36.9380529Z adding 'torch/include/ATen/NativeFunctions.h' 2024-04-03T16:01:36.9401289Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-04-03T16:01:36.9406838Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-04-03T16:01:36.9409447Z adding 'torch/include/ATen/NumericUtils.h' 2024-04-03T16:01:36.9411811Z adding 'torch/include/ATen/OpMathType.h' 2024-04-03T16:01:36.9416692Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-04-03T16:01:36.9614644Z adding 'torch/include/ATen/Operators.h' 2024-04-03T16:01:36.9660816Z adding 'torch/include/ATen/PTThreadPool.h' 2024-04-03T16:01:36.9662454Z adding 'torch/include/ATen/PadNd.h' 2024-04-03T16:01:36.9664704Z adding 'torch/include/ATen/Parallel-inl.h' 2024-04-03T16:01:36.9667654Z adding 'torch/include/ATen/Parallel.h' 2024-04-03T16:01:36.9669881Z adding 'torch/include/ATen/ParallelFuture.h' 2024-04-03T16:01:36.9671500Z adding 'torch/include/ATen/ParallelNative.h' 2024-04-03T16:01:36.9673681Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2024-04-03T16:01:36.9675722Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-04-03T16:01:36.9677972Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-04-03T16:01:36.9917195Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-04-03T16:01:37.0089646Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-04-03T16:01:37.0110919Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-04-03T16:01:37.0112804Z adding 'torch/include/ATen/Scalar.h' 2024-04-03T16:01:37.0115036Z adding 'torch/include/ATen/ScalarOps.h' 2024-04-03T16:01:37.0116731Z adding 'torch/include/ATen/ScalarType.h' 2024-04-03T16:01:37.0118659Z adding 'torch/include/ATen/SequenceNumber.h' 2024-04-03T16:01:37.0120542Z adding 'torch/include/ATen/SmallVector.h' 2024-04-03T16:01:37.0123908Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-04-03T16:01:37.0128432Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-04-03T16:01:37.0133809Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-04-03T16:01:37.0135997Z adding 'torch/include/ATen/Storage.h' 2024-04-03T16:01:37.0138162Z adding 'torch/include/ATen/StorageUtils.h' 2024-04-03T16:01:37.0139793Z adding 'torch/include/ATen/Tensor.h' 2024-04-03T16:01:37.0141567Z adding 'torch/include/ATen/TensorAccessor.h' 2024-04-03T16:01:37.0144188Z adding 'torch/include/ATen/TensorGeometry.h' 2024-04-03T16:01:37.0152025Z adding 'torch/include/ATen/TensorIndexing.h' 2024-04-03T16:01:37.0166026Z adding 'torch/include/ATen/TensorIterator.h' 2024-04-03T16:01:37.0169098Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-04-03T16:01:37.0172076Z adding 'torch/include/ATen/TensorMeta.h' 2024-04-03T16:01:37.0174643Z adding 'torch/include/ATen/TensorNames.h' 2024-04-03T16:01:37.0177034Z adding 'torch/include/ATen/TensorOperators.h' 2024-04-03T16:01:37.0178807Z adding 'torch/include/ATen/TensorOptions.h' 2024-04-03T16:01:37.0181257Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-04-03T16:01:37.0183978Z adding 'torch/include/ATen/TensorUtils.h' 2024-04-03T16:01:37.0186143Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-04-03T16:01:37.0188716Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-04-03T16:01:37.0191778Z adding 'torch/include/ATen/TracerMode.h' 2024-04-03T16:01:37.0193920Z adding 'torch/include/ATen/TypeDefault.h' 2024-04-03T16:01:37.0196370Z adding 'torch/include/ATen/Utils.h' 2024-04-03T16:01:37.0198269Z adding 'torch/include/ATen/Version.h' 2024-04-03T16:01:37.0364777Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-04-03T16:01:37.0408293Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-04-03T16:01:37.0410150Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-04-03T16:01:37.0416778Z adding 'torch/include/ATen/autocast_mode.h' 2024-04-03T16:01:37.0418560Z adding 'torch/include/ATen/ceil_div.h' 2024-04-03T16:01:37.0421450Z adding 'torch/include/ATen/code_template.h' 2024-04-03T16:01:37.0424157Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-04-03T16:01:37.0425979Z adding 'torch/include/ATen/div_rtn.h' 2024-04-03T16:01:37.0429266Z adding 'torch/include/ATen/dlpack.h' 2024-04-03T16:01:37.0431249Z adding 'torch/include/ATen/jit_macros.h' 2024-04-03T16:01:37.0433511Z adding 'torch/include/ATen/jiterator_macros.h' 2024-04-03T16:01:37.0440716Z adding 'torch/include/ATen/record_function.h' 2024-04-03T16:01:37.0444095Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-04-03T16:01:37.0445807Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-04-03T16:01:37.0447627Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-04-03T16:01:37.0450091Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-04-03T16:01:37.0452304Z adding 'torch/include/ATen/core/Array.h' 2024-04-03T16:01:37.0453889Z adding 'torch/include/ATen/core/Backtrace.h' 2024-04-03T16:01:37.0455717Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-04-03T16:01:37.0458269Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-04-03T16:01:37.0460167Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-04-03T16:01:37.0464741Z adding 'torch/include/ATen/core/Dict.h' 2024-04-03T16:01:37.0468283Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-04-03T16:01:37.0470192Z adding 'torch/include/ATen/core/DimVector.h' 2024-04-03T16:01:37.0472086Z adding 'torch/include/ATen/core/Dimname.h' 2024-04-03T16:01:37.0475653Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-04-03T16:01:37.0477756Z adding 'torch/include/ATen/core/Formatting.h' 2024-04-03T16:01:37.0481039Z adding 'torch/include/ATen/core/Generator.h' 2024-04-03T16:01:37.0483382Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-04-03T16:01:37.0489820Z adding 'torch/include/ATen/core/IListRef.h' 2024-04-03T16:01:37.0493165Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-04-03T16:01:37.0496193Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-04-03T16:01:37.0501210Z adding 'torch/include/ATen/core/List.h' 2024-04-03T16:01:37.0505227Z adding 'torch/include/ATen/core/List_inl.h' 2024-04-03T16:01:37.0508870Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-04-03T16:01:37.0511766Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-04-03T16:01:37.0514952Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-04-03T16:01:37.0518718Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-04-03T16:01:37.0520951Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-04-03T16:01:37.0523033Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-04-03T16:01:37.0525129Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-04-03T16:01:37.0527010Z adding 'torch/include/ATen/core/Range.h' 2024-04-03T16:01:37.0528764Z adding 'torch/include/ATen/core/Reduction.h' 2024-04-03T16:01:37.0530530Z adding 'torch/include/ATen/core/Scalar.h' 2024-04-03T16:01:37.0532282Z adding 'torch/include/ATen/core/ScalarType.h' 2024-04-03T16:01:37.0534534Z adding 'torch/include/ATen/core/Tensor.h' 2024-04-03T16:01:37.0537714Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-04-03T16:01:37.0550706Z adding 'torch/include/ATen/core/TensorBase.h' 2024-04-03T16:01:37.0601391Z adding 'torch/include/ATen/core/TensorBody.h' 2024-04-03T16:01:37.0609670Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-04-03T16:01:37.0612582Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-04-03T16:01:37.0614933Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-04-03T16:01:37.0616235Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-04-03T16:01:37.0618708Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-04-03T16:01:37.0620684Z adding 'torch/include/ATen/core/Variadic.h' 2024-04-03T16:01:37.0623089Z adding 'torch/include/ATen/core/Vitals.h' 2024-04-03T16:01:37.0625390Z adding 'torch/include/ATen/core/alias_info.h' 2024-04-03T16:01:37.0638377Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-04-03T16:01:37.0642830Z adding 'torch/include/ATen/core/blob.h' 2024-04-03T16:01:37.0645385Z adding 'torch/include/ATen/core/builtin_function.h' 2024-04-03T16:01:37.0650157Z adding 'torch/include/ATen/core/class_type.h' 2024-04-03T16:01:37.0652515Z adding 'torch/include/ATen/core/custom_class.h' 2024-04-03T16:01:37.0656381Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-04-03T16:01:37.0658462Z adding 'torch/include/ATen/core/enum_tag.h' 2024-04-03T16:01:37.0660644Z adding 'torch/include/ATen/core/enum_type.h' 2024-04-03T16:01:37.0663199Z adding 'torch/include/ATen/core/function.h' 2024-04-03T16:01:37.0671431Z adding 'torch/include/ATen/core/function_schema.h' 2024-04-03T16:01:37.0676871Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-04-03T16:01:37.0679212Z adding 'torch/include/ATen/core/functional.h' 2024-04-03T16:01:37.0681306Z adding 'torch/include/ATen/core/grad_mode.h' 2024-04-03T16:01:37.0685417Z adding 'torch/include/ATen/core/interned_strings.h' 2024-04-03T16:01:37.0687821Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-04-03T16:01:37.0704954Z adding 'torch/include/ATen/core/ivalue.h' 2024-04-03T16:01:37.0733186Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-04-03T16:01:37.0737008Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-04-03T16:01:37.0757018Z adding 'torch/include/ATen/core/jit_type.h' 2024-04-03T16:01:37.0765741Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-04-03T16:01:37.0768798Z adding 'torch/include/ATen/core/operator_name.h' 2024-04-03T16:01:37.0771951Z adding 'torch/include/ATen/core/qualified_name.h' 2024-04-03T16:01:37.0774124Z adding 'torch/include/ATen/core/rref_interface.h' 2024-04-03T16:01:37.0777194Z adding 'torch/include/ATen/core/stack.h' 2024-04-03T16:01:37.0780525Z adding 'torch/include/ATen/core/symbol.h' 2024-04-03T16:01:37.0783026Z adding 'torch/include/ATen/core/type_factory.h' 2024-04-03T16:01:37.0785250Z adding 'torch/include/ATen/core/type_ptr.h' 2024-04-03T16:01:37.0787407Z adding 'torch/include/ATen/core/typeid.h' 2024-04-03T16:01:37.0791286Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-04-03T16:01:37.0793838Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-04-03T16:01:37.0797157Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-04-03T16:01:37.0801150Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-04-03T16:01:37.0803533Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-04-03T16:01:37.0805929Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-04-03T16:01:37.0808062Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-04-03T16:01:37.0812413Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-04-03T16:01:37.0820398Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-04-03T16:01:37.0824223Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-04-03T16:01:37.0826516Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-04-03T16:01:37.0830658Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-04-03T16:01:37.0841231Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-04-03T16:01:37.0844046Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-04-03T16:01:37.0848802Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-04-03T16:01:37.0851103Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-04-03T16:01:37.0852980Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-04-03T16:01:37.0855514Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-04-03T16:01:37.0858488Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-04-03T16:01:37.0861787Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-04-03T16:01:37.0868551Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-04-03T16:01:37.0871513Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-04-03T16:01:37.0873196Z adding 'torch/include/ATen/cpu/Utils.h' 2024-04-03T16:01:37.0875999Z adding 'torch/include/ATen/cpu/vml.h' 2024-04-03T16:01:37.0878247Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-04-03T16:01:37.0881537Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-04-03T16:01:37.0886298Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-04-03T16:01:37.0888894Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-04-03T16:01:37.0890944Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-04-03T16:01:37.0900562Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-04-03T16:01:37.0903525Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-04-03T16:01:37.0905557Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-04-03T16:01:37.0908734Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-04-03T16:01:37.0912338Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-04-03T16:01:37.0915828Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-04-03T16:01:37.0917913Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-04-03T16:01:37.0921610Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-04-03T16:01:37.0930350Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-04-03T16:01:37.0936367Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-04-03T16:01:37.0942222Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-04-03T16:01:37.0945072Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-04-03T16:01:37.0949216Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-04-03T16:01:37.0954874Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-04-03T16:01:37.0961866Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-04-03T16:01:37.0968665Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-04-03T16:01:37.0980828Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-04-03T16:01:37.0984485Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-04-03T16:01:37.0993433Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-04-03T16:01:37.0997125Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-04-03T16:01:37.1000372Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-04-03T16:01:37.1005958Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-04-03T16:01:37.1012128Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-04-03T16:01:37.1016453Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-04-03T16:01:37.1020766Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-04-03T16:01:37.1024638Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-04-03T16:01:37.1028307Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-04-03T16:01:37.1031706Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-04-03T16:01:37.1035281Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-04-03T16:01:37.1039808Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-04-03T16:01:37.1044700Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-04-03T16:01:37.1050175Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-04-03T16:01:37.1070104Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-04-03T16:01:37.1075568Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-04-03T16:01:37.1088477Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-04-03T16:01:37.1095855Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-04-03T16:01:37.1103905Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-04-03T16:01:37.1107130Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-04-03T16:01:37.1110971Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-04-03T16:01:37.1118161Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-04-03T16:01:37.1129370Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-04-03T16:01:37.1133260Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-04-03T16:01:37.1142348Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-04-03T16:01:37.1145793Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-04-03T16:01:37.1147891Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-04-03T16:01:37.1149939Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-04-03T16:01:37.1155159Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-04-03T16:01:37.1161924Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-04-03T16:01:37.1165957Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-04-03T16:01:37.1168000Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-04-03T16:01:37.1170363Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-04-03T16:01:37.1172514Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-04-03T16:01:37.1174375Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-04-03T16:01:37.1177713Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-04-03T16:01:37.1180914Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-04-03T16:01:37.1183475Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-04-03T16:01:37.1185713Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-04-03T16:01:37.1187716Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-04-03T16:01:37.1190885Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-04-03T16:01:37.1194180Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-04-03T16:01:37.1196152Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-04-03T16:01:37.1198445Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-04-03T16:01:37.1199860Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-04-03T16:01:37.1202821Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-04-03T16:01:37.1204598Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-04-03T16:01:37.1207543Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-04-03T16:01:37.1210096Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-04-03T16:01:37.1212085Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-04-03T16:01:37.1213569Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-04-03T16:01:37.1215032Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-04-03T16:01:37.1216700Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-04-03T16:01:37.1218550Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-04-03T16:01:37.1220162Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-04-03T16:01:37.1222042Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-04-03T16:01:37.1225883Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-04-03T16:01:37.1228573Z adding 'torch/include/ATen/cuda/cub.h' 2024-04-03T16:01:37.1230601Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-04-03T16:01:37.1232451Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-04-03T16:01:37.1235150Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-04-03T16:01:37.1237120Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-04-03T16:01:37.1239459Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-04-03T16:01:37.1243235Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-04-03T16:01:37.1245248Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-04-03T16:01:37.1247769Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-04-03T16:01:37.1249824Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-04-03T16:01:37.1251642Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-04-03T16:01:37.1254038Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-04-03T16:01:37.1256608Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-04-03T16:01:37.1258583Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-04-03T16:01:37.1260625Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-04-03T16:01:37.1263398Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-04-03T16:01:37.1267294Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-04-03T16:01:37.1270529Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-04-03T16:01:37.1273106Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-04-03T16:01:37.1275703Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-04-03T16:01:37.1278627Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-04-03T16:01:37.1282397Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-04-03T16:01:37.1287542Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-04-03T16:01:37.1289449Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-04-03T16:01:37.1291241Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-04-03T16:01:37.1292590Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-04-03T16:01:37.1294249Z adding 'torch/include/ATen/cudnn/Types.h' 2024-04-03T16:01:37.1296079Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-04-03T16:01:37.1297659Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-04-03T16:01:37.1299914Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-04-03T16:01:37.1302909Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-04-03T16:01:37.1305308Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-04-03T16:01:37.1307644Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-04-03T16:01:37.1309674Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-04-03T16:01:37.1311945Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-04-03T16:01:37.1314181Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-04-03T16:01:37.1316333Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2024-04-03T16:01:37.1318571Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-04-03T16:01:37.1320917Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-04-03T16:01:37.1323390Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-04-03T16:01:37.1328590Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-04-03T16:01:37.1331445Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-04-03T16:01:37.1334774Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-04-03T16:01:37.1337818Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-04-03T16:01:37.1340515Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-04-03T16:01:37.1342604Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-04-03T16:01:37.1345997Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-04-03T16:01:37.1350039Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-04-03T16:01:37.1351924Z adding 'torch/include/ATen/functorch/Macros.h' 2024-04-03T16:01:37.1354124Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-04-03T16:01:37.1356738Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-04-03T16:01:37.1358752Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-04-03T16:01:37.1361262Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-04-03T16:01:37.1363534Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-04-03T16:01:37.1367975Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-04-03T16:01:37.1371110Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-04-03T16:01:37.1373824Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-04-03T16:01:37.1375761Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-04-03T16:01:37.1377276Z adding 'torch/include/ATen/miopen/Handle.h' 2024-04-03T16:01:37.1378976Z adding 'torch/include/ATen/miopen/Types.h' 2024-04-03T16:01:37.1380352Z adding 'torch/include/ATen/miopen/Utils.h' 2024-04-03T16:01:37.1382016Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-04-03T16:01:37.1384083Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-04-03T16:01:37.1389220Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-04-03T16:01:37.1396726Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-04-03T16:01:37.1399422Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-04-03T16:01:37.1401922Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-04-03T16:01:37.1404464Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-04-03T16:01:37.1406711Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-04-03T16:01:37.1409450Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-04-03T16:01:37.1411832Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-04-03T16:01:37.1417494Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-04-03T16:01:37.1420477Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-04-03T16:01:37.1424022Z adding 'torch/include/ATen/native/Activation.h' 2024-04-03T16:01:37.1426186Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-04-03T16:01:37.1428072Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-04-03T16:01:37.1431250Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-04-03T16:01:37.1433901Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-04-03T16:01:37.1437332Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-04-03T16:01:37.1440302Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-04-03T16:01:37.1442612Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-04-03T16:01:37.1444513Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-04-03T16:01:37.1446923Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-04-03T16:01:37.1448993Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-04-03T16:01:37.1451972Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-04-03T16:01:37.1457149Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-04-03T16:01:37.1459447Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-04-03T16:01:37.1461239Z adding 'torch/include/ATen/native/Copy.h' 2024-04-03T16:01:37.1462927Z adding 'torch/include/ATen/native/Cross.h' 2024-04-03T16:01:37.1465954Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-04-03T16:01:37.1469581Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-04-03T16:01:37.1471678Z adding 'torch/include/ATen/native/Distance.h' 2024-04-03T16:01:37.1476904Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-04-03T16:01:37.1484803Z adding 'torch/include/ATen/native/Distributions.h' 2024-04-03T16:01:37.1487969Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-04-03T16:01:37.1489798Z adding 'torch/include/ATen/native/Fill.h' 2024-04-03T16:01:37.1494399Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-04-03T16:01:37.1496932Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-04-03T16:01:37.1498674Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-04-03T16:01:37.1501844Z adding 'torch/include/ATen/native/GridSampler.h' 2024-04-03T16:01:37.1504393Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-04-03T16:01:37.1506301Z adding 'torch/include/ATen/native/Histogram.h' 2024-04-03T16:01:37.1508171Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-04-03T16:01:37.1510880Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-04-03T16:01:37.1512881Z adding 'torch/include/ATen/native/Lerp.h' 2024-04-03T16:01:37.1514717Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-04-03T16:01:37.1523675Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-04-03T16:01:37.1526615Z adding 'torch/include/ATen/native/LossMulti.h' 2024-04-03T16:01:37.1568821Z adding 'torch/include/ATen/native/Math.h' 2024-04-03T16:01:37.1574126Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-04-03T16:01:37.1577731Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-04-03T16:01:37.1580385Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-04-03T16:01:37.1582460Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-04-03T16:01:37.1585999Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-04-03T16:01:37.1588155Z adding 'torch/include/ATen/native/Normalization.h' 2024-04-03T16:01:37.1590044Z adding 'torch/include/ATen/native/Padding.h' 2024-04-03T16:01:37.1592341Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-04-03T16:01:37.1594107Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-04-03T16:01:37.1597955Z adding 'torch/include/ATen/native/Pool.h' 2024-04-03T16:01:37.1600839Z adding 'torch/include/ATen/native/Pow.h' 2024-04-03T16:01:37.1602803Z adding 'torch/include/ATen/native/RNN.h' 2024-04-03T16:01:37.1604805Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-04-03T16:01:37.1606443Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-04-03T16:01:37.1608396Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-04-03T16:01:37.1613523Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-04-03T16:01:37.1616309Z adding 'torch/include/ATen/native/ReductionType.h' 2024-04-03T16:01:37.1618043Z adding 'torch/include/ATen/native/Repeat.h' 2024-04-03T16:01:37.1621458Z adding 'torch/include/ATen/native/Resize.h' 2024-04-03T16:01:37.1624155Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-04-03T16:01:37.1626616Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-04-03T16:01:37.1628579Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-04-03T16:01:37.1632936Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-04-03T16:01:37.1635489Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-04-03T16:01:37.1637402Z adding 'torch/include/ATen/native/Sorting.h' 2024-04-03T16:01:37.1639659Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-04-03T16:01:37.1643350Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-04-03T16:01:37.1646122Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-04-03T16:01:37.1649189Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-04-03T16:01:37.1651653Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-04-03T16:01:37.1654451Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-04-03T16:01:37.1656512Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-04-03T16:01:37.1658578Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-04-03T16:01:37.1660776Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-04-03T16:01:37.1663944Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-04-03T16:01:37.1665805Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-04-03T16:01:37.1668180Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-04-03T16:01:37.1669975Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-04-03T16:01:37.1672809Z adding 'torch/include/ATen/native/TensorShape.h' 2024-04-03T16:01:37.1675059Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-04-03T16:01:37.1677371Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-04-03T16:01:37.1679585Z adding 'torch/include/ATen/native/TransposeType.h' 2024-04-03T16:01:37.1682236Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-04-03T16:01:37.1684149Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-04-03T16:01:37.1686527Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-04-03T16:01:37.1688821Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-04-03T16:01:37.1690556Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-04-03T16:01:37.1693310Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-04-03T16:01:37.1698909Z adding 'torch/include/ATen/native/UpSample.h' 2024-04-03T16:01:37.1701447Z adding 'torch/include/ATen/native/batch_norm.h' 2024-04-03T16:01:37.1703445Z adding 'torch/include/ATen/native/group_norm.h' 2024-04-03T16:01:37.1706033Z adding 'torch/include/ATen/native/im2col.h' 2024-04-03T16:01:37.1709104Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-04-03T16:01:37.1711932Z adding 'torch/include/ATen/native/layer_norm.h' 2024-04-03T16:01:37.1713745Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-04-03T16:01:37.1716121Z adding 'torch/include/ATen/native/vol2col.h' 2024-04-03T16:01:37.1718764Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-04-03T16:01:37.1720709Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-04-03T16:01:37.1722763Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-04-03T16:01:37.1724576Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-04-03T16:01:37.1726554Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-04-03T16:01:37.1730644Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-04-03T16:01:37.1733100Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-04-03T16:01:37.1735571Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-04-03T16:01:37.1737780Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-04-03T16:01:37.1740083Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-04-03T16:01:37.1742673Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-04-03T16:01:37.1747354Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-04-03T16:01:37.1749884Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-04-03T16:01:37.1751861Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-04-03T16:01:37.1756289Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-04-03T16:01:37.1759880Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-04-03T16:01:37.1762495Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-04-03T16:01:37.1765505Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-04-03T16:01:37.1767595Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-04-03T16:01:37.1769636Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-04-03T16:01:37.1771612Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-04-03T16:01:37.1785507Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-04-03T16:01:37.1788701Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-04-03T16:01:37.1793759Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-04-03T16:01:37.1796301Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-04-03T16:01:37.1798414Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-04-03T16:01:37.1801744Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-04-03T16:01:37.1805088Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-04-03T16:01:37.1807997Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-04-03T16:01:37.1810985Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-04-03T16:01:37.1813184Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-04-03T16:01:37.1817319Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-04-03T16:01:37.1821492Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-04-03T16:01:37.1823941Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-04-03T16:01:37.1825994Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-04-03T16:01:37.1832374Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-04-03T16:01:37.1834772Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-04-03T16:01:37.1836698Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-04-03T16:01:37.1844061Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-04-03T16:01:37.1846787Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-04-03T16:01:37.1848756Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-04-03T16:01:37.1852603Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-04-03T16:01:37.1855580Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-04-03T16:01:37.1858988Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-04-03T16:01:37.1861485Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-04-03T16:01:37.1863525Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-04-03T16:01:37.1867148Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-04-03T16:01:37.1870067Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-04-03T16:01:37.1872199Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-04-03T16:01:37.1876380Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-04-03T16:01:37.1908575Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-04-03T16:01:37.1915915Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-04-03T16:01:37.1918173Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-04-03T16:01:37.1922782Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-04-03T16:01:37.1939213Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-04-03T16:01:37.1945761Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-04-03T16:01:37.1948312Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-04-03T16:01:37.1950630Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-04-03T16:01:37.1964890Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-04-03T16:01:37.1967872Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-04-03T16:01:37.1969983Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-04-03T16:01:37.1972151Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-04-03T16:01:37.1977002Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-04-03T16:01:37.1979173Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-04-03T16:01:37.1981041Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-04-03T16:01:37.1984782Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-04-03T16:01:37.1987146Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-04-03T16:01:37.1989627Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-04-03T16:01:37.1993906Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-04-03T16:01:37.1999762Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-04-03T16:01:37.2002366Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-04-03T16:01:37.2003846Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-04-03T16:01:37.2005655Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-04-03T16:01:37.2009261Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-04-03T16:01:37.2012089Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-04-03T16:01:37.2014097Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-04-03T16:01:37.2015585Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-04-03T16:01:37.2018541Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-04-03T16:01:37.2020841Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-04-03T16:01:37.2022138Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-04-03T16:01:37.2025599Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-04-03T16:01:37.2028634Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-04-03T16:01:37.2035085Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-04-03T16:01:37.2037339Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-04-03T16:01:37.2041059Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-04-03T16:01:37.2043207Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-04-03T16:01:37.2045419Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-04-03T16:01:37.2048239Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-04-03T16:01:37.2053495Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-04-03T16:01:37.2055384Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-04-03T16:01:37.2057338Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-04-03T16:01:37.2059448Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-04-03T16:01:37.2060903Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-04-03T16:01:37.2063131Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-04-03T16:01:37.2065658Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-04-03T16:01:37.2067531Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-04-03T16:01:37.2072454Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-04-03T16:01:37.2075158Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-04-03T16:01:37.2077293Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-04-03T16:01:37.2079810Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-04-03T16:01:37.2081399Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-04-03T16:01:37.2083585Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-04-03T16:01:37.2085537Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-04-03T16:01:37.2088000Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-04-03T16:01:37.2090323Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-04-03T16:01:37.2092215Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-04-03T16:01:37.2096415Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-04-03T16:01:37.2102135Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-04-03T16:01:37.2106474Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-04-03T16:01:37.2109397Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-04-03T16:01:37.2111692Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-04-03T16:01:37.2115378Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-04-03T16:01:37.2134047Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-04-03T16:01:37.2135521Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-04-03T16:01:37.2136358Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-04-03T16:01:37.2137111Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-04-03T16:01:37.2138021Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-04-03T16:01:37.2138891Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-04-03T16:01:37.2139495Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-04-03T16:01:37.2140158Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-04-03T16:01:37.2140893Z adding 'torch/include/ATen/ops/from_blob.h' 2024-04-03T16:01:37.2141395Z adding 'torch/include/ATen/ops/tensor.h' 2024-04-03T16:01:37.2143741Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-04-03T16:01:37.2147334Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-04-03T16:01:37.2149761Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-04-03T16:01:37.2151561Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-04-03T16:01:37.2154300Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-04-03T16:01:37.2156517Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-04-03T16:01:37.2158762Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-04-03T16:01:37.2164330Z adding 'torch/include/c10/core/Allocator.h' 2024-04-03T16:01:37.2166696Z adding 'torch/include/c10/core/AutogradState.h' 2024-04-03T16:01:37.2170044Z adding 'torch/include/c10/core/Backend.h' 2024-04-03T16:01:37.2172960Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-04-03T16:01:37.2175106Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-04-03T16:01:37.2177691Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-04-03T16:01:37.2180252Z adding 'torch/include/c10/core/Contiguity.h' 2024-04-03T16:01:37.2182432Z adding 'torch/include/c10/core/CopyBytes.h' 2024-04-03T16:01:37.2184399Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-04-03T16:01:37.2186582Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-04-03T16:01:37.2189966Z adding 'torch/include/c10/core/Device.h' 2024-04-03T16:01:37.2192300Z adding 'torch/include/c10/core/DeviceArray.h' 2024-04-03T16:01:37.2195887Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-04-03T16:01:37.2199127Z adding 'torch/include/c10/core/DeviceType.h' 2024-04-03T16:01:37.2211120Z adding 'torch/include/c10/core/DispatchKey.h' 2024-04-03T16:01:37.2226071Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-04-03T16:01:37.2229956Z adding 'torch/include/c10/core/DynamicCast.h' 2024-04-03T16:01:37.2233009Z adding 'torch/include/c10/core/Event.h' 2024-04-03T16:01:37.2236012Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-04-03T16:01:37.2238255Z adding 'torch/include/c10/core/GradMode.h' 2024-04-03T16:01:37.2241236Z adding 'torch/include/c10/core/InferenceMode.h' 2024-04-03T16:01:37.2243461Z adding 'torch/include/c10/core/Layout.h' 2024-04-03T16:01:37.2247367Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-04-03T16:01:37.2249571Z adding 'torch/include/c10/core/OptionalRef.h' 2024-04-03T16:01:37.2252224Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-04-03T16:01:37.2254722Z adding 'torch/include/c10/core/QEngine.h' 2024-04-03T16:01:37.2256512Z adding 'torch/include/c10/core/QScheme.h' 2024-04-03T16:01:37.2258925Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-04-03T16:01:37.2261208Z adding 'torch/include/c10/core/SafePyObject.h' 2024-04-03T16:01:37.2265876Z adding 'torch/include/c10/core/Scalar.h' 2024-04-03T16:01:37.2272581Z adding 'torch/include/c10/core/ScalarType.h' 2024-04-03T16:01:37.2275490Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-04-03T16:01:37.2278549Z adding 'torch/include/c10/core/Storage.h' 2024-04-03T16:01:37.2282792Z adding 'torch/include/c10/core/StorageImpl.h' 2024-04-03T16:01:37.2286695Z adding 'torch/include/c10/core/Stream.h' 2024-04-03T16:01:37.2289721Z adding 'torch/include/c10/core/StreamGuard.h' 2024-04-03T16:01:37.2292370Z adding 'torch/include/c10/core/SymBool.h' 2024-04-03T16:01:37.2294957Z adding 'torch/include/c10/core/SymFloat.h' 2024-04-03T16:01:37.2300029Z adding 'torch/include/c10/core/SymInt.h' 2024-04-03T16:01:37.2302711Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-04-03T16:01:37.2305258Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-04-03T16:01:37.2308467Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-04-03T16:01:37.2348335Z adding 'torch/include/c10/core/TensorImpl.h' 2024-04-03T16:01:37.2359118Z adding 'torch/include/c10/core/TensorOptions.h' 2024-04-03T16:01:37.2361983Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-04-03T16:01:37.2364131Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-04-03T16:01:37.2365946Z adding 'torch/include/c10/core/alignment.h' 2024-04-03T16:01:37.2368435Z adding 'torch/include/c10/core/thread_pool.h' 2024-04-03T16:01:37.2371125Z adding 'torch/include/c10/core/impl/COW.h' 2024-04-03T16:01:37.2373525Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-04-03T16:01:37.2378447Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-04-03T16:01:37.2381255Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-04-03T16:01:37.2383420Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-04-03T16:01:37.2385796Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-04-03T16:01:37.2391127Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-04-03T16:01:37.2394027Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-04-03T16:01:37.2397990Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-04-03T16:01:37.2401415Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-04-03T16:01:37.2405988Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-04-03T16:01:37.2410153Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-04-03T16:01:37.2412489Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-04-03T16:01:37.2415494Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-04-03T16:01:37.2417932Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-04-03T16:01:37.2420182Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-04-03T16:01:37.2422022Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-04-03T16:01:37.2424288Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-04-03T16:01:37.2427486Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-04-03T16:01:37.2432383Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-04-03T16:01:37.2435459Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-04-03T16:01:37.2438702Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-04-03T16:01:37.2441530Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-04-03T16:01:37.2444183Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-04-03T16:01:37.2446641Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-04-03T16:01:37.2450359Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-04-03T16:01:37.2452947Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-04-03T16:01:37.2455317Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-04-03T16:01:37.2457270Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-04-03T16:01:37.2461660Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-04-03T16:01:37.2464153Z adding 'torch/include/c10/cuda/driver_api.h' 2024-04-03T16:01:37.2467845Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-04-03T16:01:37.2469790Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-04-03T16:01:37.2473230Z adding 'torch/include/c10/macros/Export.h' 2024-04-03T16:01:37.2479645Z adding 'torch/include/c10/macros/Macros.h' 2024-04-03T16:01:37.2482508Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-04-03T16:01:37.2485683Z adding 'torch/include/c10/util/AbortHandler.h' 2024-04-03T16:01:37.2488784Z adding 'torch/include/c10/util/AlignOf.h' 2024-04-03T16:01:37.2491732Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-04-03T16:01:37.2493783Z adding 'torch/include/c10/util/Array.h' 2024-04-03T16:01:37.2497690Z adding 'torch/include/c10/util/ArrayRef.h' 2024-04-03T16:01:37.2501192Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-04-03T16:01:37.2504591Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-04-03T16:01:37.2507207Z adding 'torch/include/c10/util/BFloat16.h' 2024-04-03T16:01:37.2509211Z adding 'torch/include/c10/util/Backtrace.h' 2024-04-03T16:01:37.2511810Z adding 'torch/include/c10/util/Bitset.h' 2024-04-03T16:01:37.2514708Z adding 'torch/include/c10/util/C++17.h' 2024-04-03T16:01:37.2517097Z adding 'torch/include/c10/util/CallOnce.h' 2024-04-03T16:01:37.2521148Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-04-03T16:01:37.2523940Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-04-03T16:01:37.2526430Z adding 'torch/include/c10/util/Deprecated.h' 2024-04-03T16:01:37.2528391Z adding 'torch/include/c10/util/DimVector.h' 2024-04-03T16:01:37.2537123Z adding 'torch/include/c10/util/Exception.h' 2024-04-03T16:01:37.2540653Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-04-03T16:01:37.2543339Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-04-03T16:01:37.2545171Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-04-03T16:01:37.2548993Z adding 'torch/include/c10/util/Flags.h' 2024-04-03T16:01:37.2552153Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-04-03T16:01:37.2556201Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-04-03T16:01:37.2559186Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-04-03T16:01:37.2562722Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-04-03T16:01:37.2565604Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-04-03T16:01:37.2568697Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-04-03T16:01:37.2571879Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-04-03T16:01:37.2574867Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-04-03T16:01:37.2577266Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-04-03T16:01:37.2579664Z adding 'torch/include/c10/util/FunctionRef.h' 2024-04-03T16:01:37.2582854Z adding 'torch/include/c10/util/Half-inl.h' 2024-04-03T16:01:37.2590029Z adding 'torch/include/c10/util/Half.h' 2024-04-03T16:01:37.2593138Z adding 'torch/include/c10/util/IdWrapper.h' 2024-04-03T16:01:37.2596515Z adding 'torch/include/c10/util/LeftRight.h' 2024-04-03T16:01:37.2598687Z adding 'torch/include/c10/util/Load.h' 2024-04-03T16:01:37.2603181Z adding 'torch/include/c10/util/Logging.h' 2024-04-03T16:01:37.2605869Z adding 'torch/include/c10/util/MathConstants.h' 2024-04-03T16:01:37.2609207Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-04-03T16:01:37.2612787Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-04-03T16:01:37.2615104Z adding 'torch/include/c10/util/Optional.h' 2024-04-03T16:01:37.2618159Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-04-03T16:01:37.2620265Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-04-03T16:01:37.2624286Z adding 'torch/include/c10/util/Registry.h' 2024-04-03T16:01:37.2626896Z adding 'torch/include/c10/util/ScopeExit.h' 2024-04-03T16:01:37.2629197Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-04-03T16:01:37.2645115Z adding 'torch/include/c10/util/SmallVector.h' 2024-04-03T16:01:37.2649173Z adding 'torch/include/c10/util/StringUtil.h' 2024-04-03T16:01:37.2651604Z adding 'torch/include/c10/util/Synchronized.h' 2024-04-03T16:01:37.2654044Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-04-03T16:01:37.2656485Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-04-03T16:01:37.2658359Z adding 'torch/include/c10/util/Type.h' 2024-04-03T16:01:37.2661262Z adding 'torch/include/c10/util/TypeCast.h' 2024-04-03T16:01:37.2664330Z adding 'torch/include/c10/util/TypeIndex.h' 2024-04-03T16:01:37.2669111Z adding 'torch/include/c10/util/TypeList.h' 2024-04-03T16:01:37.2672111Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-04-03T16:01:37.2675173Z adding 'torch/include/c10/util/TypeTraits.h' 2024-04-03T16:01:37.2676964Z adding 'torch/include/c10/util/Unicode.h' 2024-04-03T16:01:37.2679692Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-04-03T16:01:37.2682076Z adding 'torch/include/c10/util/Unroll.h' 2024-04-03T16:01:37.2684633Z adding 'torch/include/c10/util/accumulate.h' 2024-04-03T16:01:37.2686765Z adding 'torch/include/c10/util/bit_cast.h' 2024-04-03T16:01:37.2688841Z adding 'torch/include/c10/util/bits.h' 2024-04-03T16:01:37.2694483Z adding 'torch/include/c10/util/complex.h' 2024-04-03T16:01:37.2698270Z adding 'torch/include/c10/util/complex_math.h' 2024-04-03T16:01:37.2700744Z adding 'torch/include/c10/util/complex_utils.h' 2024-04-03T16:01:37.2702841Z adding 'torch/include/c10/util/copysign.h' 2024-04-03T16:01:37.2704905Z adding 'torch/include/c10/util/env.h' 2024-04-03T16:01:37.2718859Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-04-03T16:01:37.2722606Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-04-03T16:01:37.2724985Z adding 'torch/include/c10/util/generic_math.h' 2024-04-03T16:01:37.2729321Z adding 'torch/include/c10/util/hash.h' 2024-04-03T16:01:37.2734397Z adding 'torch/include/c10/util/int128.h' 2024-04-03T16:01:37.2745999Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-04-03T16:01:37.2749512Z adding 'torch/include/c10/util/irange.h' 2024-04-03T16:01:37.2758195Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-04-03T16:01:37.2761787Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-04-03T16:01:37.2765334Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-04-03T16:01:37.2767525Z adding 'torch/include/c10/util/numa.h' 2024-04-03T16:01:37.2783697Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-04-03T16:01:37.2812485Z adding 'torch/include/c10/util/overloaded.h' 2024-04-03T16:01:37.2813935Z adding 'torch/include/c10/util/python_stub.h' 2024-04-03T16:01:37.2815842Z adding 'torch/include/c10/util/qint32.h' 2024-04-03T16:01:37.2817893Z adding 'torch/include/c10/util/qint8.h' 2024-04-03T16:01:37.2819680Z adding 'torch/include/c10/util/quint2x4.h' 2024-04-03T16:01:37.2821660Z adding 'torch/include/c10/util/quint4x2.h' 2024-04-03T16:01:37.2823524Z adding 'torch/include/c10/util/quint8.h' 2024-04-03T16:01:37.2825557Z adding 'torch/include/c10/util/safe_numerics.h' 2024-04-03T16:01:37.2827979Z adding 'torch/include/c10/util/signal_handler.h' 2024-04-03T16:01:37.2835518Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-04-03T16:01:37.2838202Z adding 'torch/include/c10/util/ssize.h' 2024-04-03T16:01:37.2840360Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-04-03T16:01:37.2843567Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-04-03T16:01:37.2845722Z adding 'torch/include/c10/util/strides.h' 2024-04-03T16:01:37.2847214Z adding 'torch/include/c10/util/string_utils.h' 2024-04-03T16:01:37.2852217Z adding 'torch/include/c10/util/string_view.h' 2024-04-03T16:01:37.2860953Z adding 'torch/include/c10/util/strong_type.h' 2024-04-03T16:01:37.2863737Z adding 'torch/include/c10/util/tempfile.h' 2024-04-03T16:01:37.2865712Z adding 'torch/include/c10/util/thread_name.h' 2024-04-03T16:01:37.2873265Z adding 'torch/include/c10/util/typeid.h' 2024-04-03T16:01:37.2875642Z adding 'torch/include/c10/util/win32-headers.h' 2024-04-03T16:01:37.2877961Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-04-03T16:01:37.2881692Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-04-03T16:01:37.2883878Z adding 'torch/include/c10/xpu/XPUException.h' 2024-04-03T16:01:37.2886111Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-04-03T16:01:37.2887694Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-04-03T16:01:37.2917232Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-04-03T16:01:37.2917819Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-04-03T16:01:37.2930920Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-04-03T16:01:37.2934701Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-04-03T16:01:37.2936932Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-04-03T16:01:37.2940863Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-04-03T16:01:37.2943245Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-04-03T16:01:37.2945294Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-04-03T16:01:37.2948842Z adding 'torch/include/caffe2/serialize/versions.h' 2024-04-03T16:01:37.2956353Z adding 'torch/include/pybind11/attr.h' 2024-04-03T16:01:37.2960803Z adding 'torch/include/pybind11/buffer_info.h' 2024-04-03T16:01:37.2982464Z adding 'torch/include/pybind11/cast.h' 2024-04-03T16:01:37.2987538Z adding 'torch/include/pybind11/chrono.h' 2024-04-03T16:01:37.2989551Z adding 'torch/include/pybind11/common.h' 2024-04-03T16:01:37.2991873Z adding 'torch/include/pybind11/complex.h' 2024-04-03T16:01:37.2993810Z adding 'torch/include/pybind11/eigen.h' 2024-04-03T16:01:37.2998527Z adding 'torch/include/pybind11/embed.h' 2024-04-03T16:01:37.3001864Z adding 'torch/include/pybind11/eval.h' 2024-04-03T16:01:37.3005028Z adding 'torch/include/pybind11/functional.h' 2024-04-03T16:01:37.3008595Z adding 'torch/include/pybind11/gil.h' 2024-04-03T16:01:37.3011787Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-04-03T16:01:37.3015617Z adding 'torch/include/pybind11/iostream.h' 2024-04-03T16:01:37.3040465Z adding 'torch/include/pybind11/numpy.h' 2024-04-03T16:01:37.3045730Z adding 'torch/include/pybind11/operators.h' 2024-04-03T16:01:37.3048224Z adding 'torch/include/pybind11/options.h' 2024-04-03T16:01:37.3086767Z adding 'torch/include/pybind11/pybind11.h' 2024-04-03T16:01:37.3118431Z adding 'torch/include/pybind11/pytypes.h' 2024-04-03T16:01:37.3125020Z adding 'torch/include/pybind11/stl.h' 2024-04-03T16:01:37.3133299Z adding 'torch/include/pybind11/stl_bind.h' 2024-04-03T16:01:37.3136403Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-04-03T16:01:37.3138756Z adding 'torch/include/pybind11/typing.h' 2024-04-03T16:01:37.3148260Z adding 'torch/include/pybind11/detail/class.h' 2024-04-03T16:01:37.3165668Z adding 'torch/include/pybind11/detail/common.h' 2024-04-03T16:01:37.3169575Z adding 'torch/include/pybind11/detail/descr.h' 2024-04-03T16:01:37.3175420Z adding 'torch/include/pybind11/detail/init.h' 2024-04-03T16:01:37.3184830Z adding 'torch/include/pybind11/detail/internals.h' 2024-04-03T16:01:37.3201547Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-04-03T16:01:37.3205024Z adding 'torch/include/pybind11/detail/typeid.h' 2024-04-03T16:01:37.3207209Z adding 'torch/include/pybind11/eigen/common.h' 2024-04-03T16:01:37.3217206Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-04-03T16:01:37.3222793Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-04-03T16:01:37.3225498Z adding 'torch/include/tensorpipe/config.h' 2024-04-03T16:01:37.3227564Z adding 'torch/include/tensorpipe/tensorpipe.h' 2024-04-03T16:01:37.3230719Z adding 'torch/include/tensorpipe/channel/context.h' 2024-04-03T16:01:37.3232911Z adding 'torch/include/tensorpipe/channel/error.h' 2024-04-03T16:01:37.3234998Z adding 'torch/include/tensorpipe/channel/basic/factory.h' 2024-04-03T16:01:37.3237195Z adding 'torch/include/tensorpipe/channel/cma/factory.h' 2024-04-03T16:01:37.3239293Z adding 'torch/include/tensorpipe/channel/mpt/factory.h' 2024-04-03T16:01:37.3241735Z adding 'torch/include/tensorpipe/channel/xth/factory.h' 2024-04-03T16:01:37.3244485Z adding 'torch/include/tensorpipe/common/buffer.h' 2024-04-03T16:01:37.3246529Z adding 'torch/include/tensorpipe/common/cpu_buffer.h' 2024-04-03T16:01:37.3248740Z adding 'torch/include/tensorpipe/common/device.h' 2024-04-03T16:01:37.3251399Z adding 'torch/include/tensorpipe/common/error.h' 2024-04-03T16:01:37.3257476Z adding 'torch/include/tensorpipe/common/optional.h' 2024-04-03T16:01:37.3260786Z adding 'torch/include/tensorpipe/core/context.h' 2024-04-03T16:01:37.3263433Z adding 'torch/include/tensorpipe/core/error.h' 2024-04-03T16:01:37.3265601Z adding 'torch/include/tensorpipe/core/listener.h' 2024-04-03T16:01:37.3267959Z adding 'torch/include/tensorpipe/core/message.h' 2024-04-03T16:01:37.3270765Z adding 'torch/include/tensorpipe/core/pipe.h' 2024-04-03T16:01:37.3273570Z adding 'torch/include/tensorpipe/transport/context.h' 2024-04-03T16:01:37.3275709Z adding 'torch/include/tensorpipe/transport/error.h' 2024-04-03T16:01:37.3277910Z adding 'torch/include/tensorpipe/transport/ibv/error.h' 2024-04-03T16:01:37.3279893Z adding 'torch/include/tensorpipe/transport/ibv/factory.h' 2024-04-03T16:01:37.3282106Z adding 'torch/include/tensorpipe/transport/ibv/utility.h' 2024-04-03T16:01:37.3284097Z adding 'torch/include/tensorpipe/transport/shm/factory.h' 2024-04-03T16:01:37.3286277Z adding 'torch/include/tensorpipe/transport/uv/error.h' 2024-04-03T16:01:37.3288175Z adding 'torch/include/tensorpipe/transport/uv/factory.h' 2024-04-03T16:01:37.3290355Z adding 'torch/include/tensorpipe/transport/uv/utility.h' 2024-04-03T16:01:37.3297052Z adding 'torch/include/torch/custom_class.h' 2024-04-03T16:01:37.3301181Z adding 'torch/include/torch/custom_class_detail.h' 2024-04-03T16:01:37.3303281Z adding 'torch/include/torch/extension.h' 2024-04-03T16:01:37.3316666Z adding 'torch/include/torch/library.h' 2024-04-03T16:01:37.3319302Z adding 'torch/include/torch/script.h' 2024-04-03T16:01:37.3322731Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-04-03T16:01:37.3324743Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-04-03T16:01:37.3326522Z adding 'torch/include/torch/csrc/Device.h' 2024-04-03T16:01:37.3328598Z adding 'torch/include/torch/csrc/Dtype.h' 2024-04-03T16:01:37.3330672Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-04-03T16:01:37.3335837Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-04-03T16:01:37.3337990Z adding 'torch/include/torch/csrc/Export.h' 2024-04-03T16:01:37.3340199Z adding 'torch/include/torch/csrc/Generator.h' 2024-04-03T16:01:37.3342011Z adding 'torch/include/torch/csrc/Layout.h' 2024-04-03T16:01:37.3344128Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-04-03T16:01:37.3345732Z adding 'torch/include/torch/csrc/Module.h' 2024-04-03T16:01:37.3347791Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-04-03T16:01:37.3349445Z adding 'torch/include/torch/csrc/QScheme.h' 2024-04-03T16:01:37.3351384Z adding 'torch/include/torch/csrc/Size.h' 2024-04-03T16:01:37.3353471Z adding 'torch/include/torch/csrc/Storage.h' 2024-04-03T16:01:37.3355471Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-04-03T16:01:37.3357195Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-04-03T16:01:37.3359072Z adding 'torch/include/torch/csrc/Stream.h' 2024-04-03T16:01:37.3361018Z adding 'torch/include/torch/csrc/THConcat.h' 2024-04-03T16:01:37.3363675Z adding 'torch/include/torch/csrc/THP.h' 2024-04-03T16:01:37.3365356Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-04-03T16:01:37.3367073Z adding 'torch/include/torch/csrc/Types.h' 2024-04-03T16:01:37.3368980Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-04-03T16:01:37.3370953Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-04-03T16:01:37.3372763Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-04-03T16:01:37.3374712Z adding 'torch/include/torch/csrc/python_headers.h' 2024-04-03T16:01:37.3376555Z adding 'torch/include/torch/csrc/serialization.h' 2024-04-03T16:01:37.3379831Z adding 'torch/include/torch/csrc/utils.h' 2024-04-03T16:01:37.3382845Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-04-03T16:01:37.3385087Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-04-03T16:01:37.3386721Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-04-03T16:01:37.3388284Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-04-03T16:01:37.3389871Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-04-03T16:01:37.3392707Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-04-03T16:01:37.3395833Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-04-03T16:01:37.3399048Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-04-03T16:01:37.3401591Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-04-03T16:01:37.3403956Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-04-03T16:01:37.3409079Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-04-03T16:01:37.3411885Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-04-03T16:01:37.3414186Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-04-03T16:01:37.3415930Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-04-03T16:01:37.3417687Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-04-03T16:01:37.3422706Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-04-03T16:01:37.3426846Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-04-03T16:01:37.3429814Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-04-03T16:01:37.3431610Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-04-03T16:01:37.3437129Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-04-03T16:01:37.3439849Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-04-03T16:01:37.3442373Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-04-03T16:01:37.3444920Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-04-03T16:01:37.3446801Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-04-03T16:01:37.3448563Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-04-03T16:01:37.3451339Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-04-03T16:01:37.3453768Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-04-03T16:01:37.3455441Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-04-03T16:01:37.3457568Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-04-03T16:01:37.3460493Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-04-03T16:01:37.3462290Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-04-03T16:01:37.3464168Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-04-03T16:01:37.3466106Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-04-03T16:01:37.3470319Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-04-03T16:01:37.3473052Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-04-03T16:01:37.3475547Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-04-03T16:01:37.3478378Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-04-03T16:01:37.3485865Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-04-03T16:01:37.3489126Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-04-03T16:01:37.3491542Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-04-03T16:01:37.3493857Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-04-03T16:01:37.3496293Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-04-03T16:01:37.3498426Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-04-03T16:01:37.3501111Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-04-03T16:01:37.3503518Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-04-03T16:01:37.3506518Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-04-03T16:01:37.3508937Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-04-03T16:01:37.3511259Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-04-03T16:01:37.3513496Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-04-03T16:01:37.3516039Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-04-03T16:01:37.3517802Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-04-03T16:01:37.3519548Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-04-03T16:01:37.3522352Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-04-03T16:01:37.3524700Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-04-03T16:01:37.3526776Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-04-03T16:01:37.3528763Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-04-03T16:01:37.3530866Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-04-03T16:01:37.3533161Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-04-03T16:01:37.3538350Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-04-03T16:01:37.3540748Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-04-03T16:01:37.3543747Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-04-03T16:01:37.3545640Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-04-03T16:01:37.3548185Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-04-03T16:01:37.3555813Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-04-03T16:01:37.3558418Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-04-03T16:01:37.3560140Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-04-03T16:01:37.3562809Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-04-03T16:01:37.3566155Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-04-03T16:01:37.3568228Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-04-03T16:01:37.3575103Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-04-03T16:01:37.3577939Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-04-03T16:01:37.3580627Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-04-03T16:01:37.3583021Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-04-03T16:01:37.3585529Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-04-03T16:01:37.3588707Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-04-03T16:01:37.3591012Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-04-03T16:01:37.3593313Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-04-03T16:01:37.3595019Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-04-03T16:01:37.3601019Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-04-03T16:01:37.3604603Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-04-03T16:01:37.3606827Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-04-03T16:01:37.3608853Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-04-03T16:01:37.3615103Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-04-03T16:01:37.3618788Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-04-03T16:01:37.3621548Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-04-03T16:01:37.3624158Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-04-03T16:01:37.3629053Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-04-03T16:01:37.3632335Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-04-03T16:01:37.3635514Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-04-03T16:01:37.3638325Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-04-03T16:01:37.3642776Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-04-03T16:01:37.3645448Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-04-03T16:01:37.3648335Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-04-03T16:01:37.3651190Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-04-03T16:01:37.3653637Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-04-03T16:01:37.3656287Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-04-03T16:01:37.3659213Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-04-03T16:01:37.3665162Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-04-03T16:01:37.3668903Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-04-03T16:01:37.3672275Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-04-03T16:01:37.3674998Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-04-03T16:01:37.3680035Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-04-03T16:01:37.3684797Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-04-03T16:01:37.3688174Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-04-03T16:01:37.3691019Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-04-03T16:01:37.3694189Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-04-03T16:01:37.3696436Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-04-03T16:01:37.3698590Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-04-03T16:01:37.3703740Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-04-03T16:01:37.3707103Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-04-03T16:01:37.3711102Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-04-03T16:01:37.3713930Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-04-03T16:01:37.3717533Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-04-03T16:01:37.3721758Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-04-03T16:01:37.3724390Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-04-03T16:01:37.3726933Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-04-03T16:01:37.3730009Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-04-03T16:01:37.3734942Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-04-03T16:01:37.3739891Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-04-03T16:01:37.3742337Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-04-03T16:01:37.3744749Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-04-03T16:01:37.3747913Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-04-03T16:01:37.3750381Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-04-03T16:01:37.3752498Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-04-03T16:01:37.3755645Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-04-03T16:01:37.3758258Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-04-03T16:01:37.3760679Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-04-03T16:01:37.3762917Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-04-03T16:01:37.3767957Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-04-03T16:01:37.3771476Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-04-03T16:01:37.3774123Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-04-03T16:01:37.3776411Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-04-03T16:01:37.3780066Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-04-03T16:01:37.3783265Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-04-03T16:01:37.3785558Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-04-03T16:01:37.3787778Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-04-03T16:01:37.3790425Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-04-03T16:01:37.3792526Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-04-03T16:01:37.3794547Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-04-03T16:01:37.3799392Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-04-03T16:01:37.3803246Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-04-03T16:01:37.3805589Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-04-03T16:01:37.3810461Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-04-03T16:01:37.3813394Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-04-03T16:01:37.3815890Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-04-03T16:01:37.3818650Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-04-03T16:01:37.3820956Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-04-03T16:01:37.3824309Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-04-03T16:01:37.3826671Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-04-03T16:01:37.3830777Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-04-03T16:01:37.3833112Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-04-03T16:01:37.3835701Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-04-03T16:01:37.3837854Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-04-03T16:01:37.3839474Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-04-03T16:01:37.3841420Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-04-03T16:01:37.3844264Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-04-03T16:01:37.3846575Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-04-03T16:01:37.3848336Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-04-03T16:01:37.3855951Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-04-03T16:01:37.3858513Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-04-03T16:01:37.3863431Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-04-03T16:01:37.3866095Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-04-03T16:01:37.3868853Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-04-03T16:01:37.3871302Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-04-03T16:01:37.3873144Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-04-03T16:01:37.3878893Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-04-03T16:01:37.3881534Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-04-03T16:01:37.3885812Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-04-03T16:01:37.3890420Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-04-03T16:01:37.3902233Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-04-03T16:01:37.3905074Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-04-03T16:01:37.3906714Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-04-03T16:01:37.3910710Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-04-03T16:01:37.3912771Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-04-03T16:01:37.3915416Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-04-03T16:01:37.3917579Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-04-03T16:01:37.3919249Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-04-03T16:01:37.3922241Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-04-03T16:01:37.3926361Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-04-03T16:01:37.3928081Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-04-03T16:01:37.3929796Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-04-03T16:01:37.3931334Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-04-03T16:01:37.3933656Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-04-03T16:01:37.3935509Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-04-03T16:01:37.3937166Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-04-03T16:01:37.3938658Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-04-03T16:01:37.3941372Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-04-03T16:01:37.3943346Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-04-03T16:01:37.3945136Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-04-03T16:01:37.3946656Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-04-03T16:01:37.3948118Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-04-03T16:01:37.3949725Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-04-03T16:01:37.3951390Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-04-03T16:01:37.3952935Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-04-03T16:01:37.3954315Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-04-03T16:01:37.3956240Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-04-03T16:01:37.3958566Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-04-03T16:01:37.3960959Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-04-03T16:01:37.3962933Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-04-03T16:01:37.3965744Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-04-03T16:01:37.3967572Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-04-03T16:01:37.3969134Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-04-03T16:01:37.3982800Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-04-03T16:01:37.3985592Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-04-03T16:01:37.3990846Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-04-03T16:01:37.3993420Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-04-03T16:01:37.3995356Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-04-03T16:01:37.3997079Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-04-03T16:01:37.4000721Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-04-03T16:01:37.4003491Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-04-03T16:01:37.4048623Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-04-03T16:01:37.4061879Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-04-03T16:01:37.4066242Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-04-03T16:01:37.4068917Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-04-03T16:01:37.4071217Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-04-03T16:01:37.4077219Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-04-03T16:01:37.4080721Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-04-03T16:01:37.4083051Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-04-03T16:01:37.4085119Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-04-03T16:01:37.4086945Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-04-03T16:01:37.4088610Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-04-03T16:01:37.4090976Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-04-03T16:01:37.4093993Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-04-03T16:01:37.4095818Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-04-03T16:01:37.4097542Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-04-03T16:01:37.4099289Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-04-03T16:01:37.4100959Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-04-03T16:01:37.4102813Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-04-03T16:01:37.4104559Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-04-03T16:01:37.4106480Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-04-03T16:01:37.4109066Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-04-03T16:01:37.4111177Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-04-03T16:01:37.4112719Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-04-03T16:01:37.4116701Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-04-03T16:01:37.4120313Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-04-03T16:01:37.4123052Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-04-03T16:01:37.4125206Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-04-03T16:01:37.4127686Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-04-03T16:01:37.4129635Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-04-03T16:01:37.4131688Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-04-03T16:01:37.4133527Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-04-03T16:01:37.4135409Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-04-03T16:01:37.4137774Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-04-03T16:01:37.4139978Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-04-03T16:01:37.4142122Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-04-03T16:01:37.4144039Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-04-03T16:01:37.4145841Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-04-03T16:01:37.4150226Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-04-03T16:01:37.4153228Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-04-03T16:01:37.4155230Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-04-03T16:01:37.4157038Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-04-03T16:01:37.4158729Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-04-03T16:01:37.4160721Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-04-03T16:01:37.4166268Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-04-03T16:01:37.4169554Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-04-03T16:01:37.4171588Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-04-03T16:01:37.4178504Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-04-03T16:01:37.4184064Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-04-03T16:01:37.4187546Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-04-03T16:01:37.4202693Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-04-03T16:01:37.4205817Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2024-04-03T16:01:37.4209612Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-04-03T16:01:37.4212731Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-04-03T16:01:37.4215355Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-04-03T16:01:37.4217598Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-04-03T16:01:37.4219823Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-04-03T16:01:37.4222521Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-04-03T16:01:37.4224735Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-04-03T16:01:37.4232293Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-04-03T16:01:37.4235669Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-04-03T16:01:37.4237963Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-04-03T16:01:37.4241095Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-04-03T16:01:37.4243240Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-04-03T16:01:37.4249615Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-04-03T16:01:37.4252160Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-04-03T16:01:37.4254944Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-04-03T16:01:37.4256799Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-04-03T16:01:37.4259506Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-04-03T16:01:37.4261381Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-04-03T16:01:37.4263591Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-04-03T16:01:37.4265446Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-04-03T16:01:37.4267373Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-04-03T16:01:37.4269899Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-04-03T16:01:37.4272927Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-04-03T16:01:37.4275070Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-04-03T16:01:37.4277094Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-04-03T16:01:37.4286736Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-04-03T16:01:37.4289598Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-04-03T16:01:37.4291801Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-04-03T16:01:37.4293976Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-04-03T16:01:37.4296493Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-04-03T16:01:37.4299805Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-04-03T16:01:37.4302277Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-04-03T16:01:37.4304239Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-04-03T16:01:37.4306296Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-04-03T16:01:37.4308239Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-04-03T16:01:37.4309918Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-04-03T16:01:37.4312843Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-04-03T16:01:37.4314805Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-04-03T16:01:37.4316966Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-04-03T16:01:37.4319058Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-04-03T16:01:37.4320726Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-04-03T16:01:37.4326098Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-04-03T16:01:37.4328472Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-04-03T16:01:37.4334846Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-04-03T16:01:37.4341577Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-04-03T16:01:37.4344474Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-04-03T16:01:37.4346880Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-04-03T16:01:37.4349130Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-04-03T16:01:37.4351026Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-04-03T16:01:37.4357226Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-04-03T16:01:37.4360775Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-04-03T16:01:37.4364112Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-04-03T16:01:37.4366240Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-04-03T16:01:37.4369138Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-04-03T16:01:37.4371604Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-04-03T16:01:37.4374853Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-04-03T16:01:37.4377785Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-04-03T16:01:37.4385776Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-04-03T16:01:37.4388476Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-04-03T16:01:37.4390963Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-04-03T16:01:37.4393843Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-04-03T16:01:37.4395735Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-04-03T16:01:37.4399358Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-04-03T16:01:37.4401690Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-04-03T16:01:37.4403907Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-04-03T16:01:37.4406277Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-04-03T16:01:37.4408141Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-04-03T16:01:37.4411255Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-04-03T16:01:37.4414598Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-04-03T16:01:37.4416803Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-04-03T16:01:37.4419505Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-04-03T16:01:37.4421310Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-04-03T16:01:37.4426436Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-04-03T16:01:37.4429102Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-04-03T16:01:37.4432732Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-04-03T16:01:37.4438599Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-04-03T16:01:37.4445541Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-04-03T16:01:37.4448407Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-04-03T16:01:37.4451391Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-04-03T16:01:37.4454863Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-04-03T16:01:37.4457364Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-04-03T16:01:37.4460224Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-04-03T16:01:37.4463904Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-04-03T16:01:37.4466840Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-04-03T16:01:37.4473317Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-04-03T16:01:37.4507169Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-04-03T16:01:37.4547917Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-04-03T16:01:37.4557157Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-04-03T16:01:37.4559533Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-04-03T16:01:37.4561900Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-04-03T16:01:37.4567565Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-04-03T16:01:37.4571343Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-04-03T16:01:37.4574320Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-04-03T16:01:37.4582877Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-04-03T16:01:37.4587072Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-04-03T16:01:37.4590422Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-04-03T16:01:37.4594636Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-04-03T16:01:37.4597458Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-04-03T16:01:37.4599851Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-04-03T16:01:37.4602965Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-04-03T16:01:37.4604822Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-04-03T16:01:37.4607706Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-04-03T16:01:37.4609812Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-04-03T16:01:37.4612476Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-04-03T16:01:37.4615243Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-04-03T16:01:37.4617625Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-04-03T16:01:37.4619418Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-04-03T16:01:37.4623342Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-04-03T16:01:37.4625336Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-04-03T16:01:37.4626772Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-04-03T16:01:37.4628644Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-04-03T16:01:37.4630324Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-04-03T16:01:37.4632100Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-04-03T16:01:37.4633755Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-04-03T16:01:37.4635411Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-04-03T16:01:37.4642184Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-04-03T16:01:37.4644843Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-04-03T16:01:37.4646726Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-04-03T16:01:37.4648947Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-04-03T16:01:37.4651013Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-04-03T16:01:37.4652702Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-04-03T16:01:37.4654633Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-04-03T16:01:37.4656831Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-04-03T16:01:37.4659041Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-04-03T16:01:37.4660931Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-04-03T16:01:37.4666564Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-04-03T16:01:37.4668832Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-04-03T16:01:37.4671035Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-04-03T16:01:37.4680069Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-04-03T16:01:37.4685213Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-04-03T16:01:37.4688663Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-04-03T16:01:37.4698527Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-04-03T16:01:37.4701312Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-04-03T16:01:37.4706397Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-04-03T16:01:37.4709346Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-04-03T16:01:37.4711533Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-04-03T16:01:37.4714355Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-04-03T16:01:37.4716201Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-04-03T16:01:37.4734898Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-04-03T16:01:37.4738800Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-04-03T16:01:37.4740750Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-04-03T16:01:37.4743036Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-04-03T16:01:37.4744884Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-04-03T16:01:37.4747878Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-04-03T16:01:37.4750624Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-04-03T16:01:37.4752457Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-04-03T16:01:37.4754843Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-04-03T16:01:37.4757131Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-04-03T16:01:37.4760353Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-04-03T16:01:37.4763546Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-04-03T16:01:37.4765305Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-04-03T16:01:37.4767529Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-04-03T16:01:37.4769940Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-04-03T16:01:37.4772089Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-04-03T16:01:37.4774044Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-04-03T16:01:37.4775691Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-04-03T16:01:37.4777340Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-04-03T16:01:37.4780123Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-04-03T16:01:37.4782816Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-04-03T16:01:37.4784680Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-04-03T16:01:37.4786420Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-04-03T16:01:37.4788157Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-04-03T16:01:37.4790507Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-04-03T16:01:37.4792533Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-04-03T16:01:37.4794420Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-04-03T16:01:37.4796539Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-04-03T16:01:37.4798275Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-04-03T16:01:37.4800077Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-04-03T16:01:37.4802920Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-04-03T16:01:37.4804467Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-04-03T16:01:37.4806266Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-04-03T16:01:37.4807995Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-04-03T16:01:37.4809589Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-04-03T16:01:37.4811353Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-04-03T16:01:37.4813117Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-04-03T16:01:37.4814675Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-04-03T16:01:37.4816263Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-04-03T16:01:37.4818232Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-04-03T16:01:37.4820007Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-04-03T16:01:37.4821557Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-04-03T16:01:37.4823184Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-04-03T16:01:37.4825103Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-04-03T16:01:37.4826816Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-04-03T16:01:37.4829000Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-04-03T16:01:37.4830626Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-04-03T16:01:37.4832203Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-04-03T16:01:37.4833817Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-04-03T16:01:37.4835347Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-04-03T16:01:37.4837043Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-04-03T16:01:37.4838915Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-04-03T16:01:37.4841113Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-04-03T16:01:37.4843058Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-04-03T16:01:37.4844782Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-04-03T16:01:37.4846682Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-04-03T16:01:37.4848598Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-04-03T16:01:37.4850192Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-04-03T16:01:37.4851922Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-04-03T16:01:37.4853708Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-04-03T16:01:37.4855337Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-04-03T16:01:37.4856970Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-04-03T16:01:37.4858657Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-04-03T16:01:37.4861112Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-04-03T16:01:37.4862003Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-04-03T16:01:37.4863839Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-04-03T16:01:37.4866106Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-04-03T16:01:37.4867731Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-04-03T16:01:37.4869315Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-04-03T16:01:37.4870932Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-04-03T16:01:37.4872478Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-04-03T16:01:37.4874089Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-04-03T16:01:37.4875529Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-04-03T16:01:37.4877118Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-04-03T16:01:37.4878702Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-04-03T16:01:37.4880512Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-04-03T16:01:37.4882020Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-04-03T16:01:37.4884077Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-04-03T16:01:37.4885859Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-04-03T16:01:37.4887533Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-04-03T16:01:37.4889326Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-04-03T16:01:37.4891341Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-04-03T16:01:37.4893428Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-04-03T16:01:37.4895486Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-04-03T16:01:37.4897478Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-04-03T16:01:37.4899466Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-04-03T16:01:37.4901873Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-04-03T16:01:37.4903899Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-04-03T16:01:37.4907000Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-04-03T16:01:37.4909200Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-04-03T16:01:37.4911350Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-04-03T16:01:37.4913497Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-04-03T16:01:37.4915859Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-04-03T16:01:37.4917849Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-04-03T16:01:37.4919826Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-04-03T16:01:37.4922086Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-04-03T16:01:37.4924036Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-04-03T16:01:37.4926369Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-04-03T16:01:37.4928245Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-04-03T16:01:37.4930204Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-04-03T16:01:37.4932782Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-04-03T16:01:37.4934799Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-04-03T16:01:37.4936733Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-04-03T16:01:37.4938607Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-04-03T16:01:37.4941010Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-04-03T16:01:37.4943165Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-04-03T16:01:37.4945013Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-04-03T16:01:37.4947574Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-04-03T16:01:37.4950049Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-04-03T16:01:37.4952251Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-04-03T16:01:37.4954758Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-04-03T16:01:37.4957098Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-04-03T16:01:37.4959447Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-04-03T16:01:37.4961716Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-04-03T16:01:37.4963873Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-04-03T16:01:37.4965853Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-04-03T16:01:37.4967817Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-04-03T16:01:37.4970479Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-04-03T16:01:37.4972806Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-04-03T16:01:37.4974837Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-04-03T16:01:37.4978267Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-04-03T16:01:37.4980763Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-04-03T16:01:37.4983008Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-04-03T16:01:37.4992187Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-04-03T16:01:37.4995430Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-04-03T16:01:37.4997444Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-04-03T16:01:37.4999712Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-04-03T16:01:37.5003294Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-04-03T16:01:37.5005578Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-04-03T16:01:37.5007604Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-04-03T16:01:37.5009850Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-04-03T16:01:37.5012184Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-04-03T16:01:37.5014243Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-04-03T16:01:37.5017476Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-04-03T16:01:37.5031745Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-04-03T16:01:37.5035371Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-04-03T16:01:37.5037474Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-04-03T16:01:37.5040013Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-04-03T16:01:37.5042551Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-04-03T16:01:37.5045265Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-04-03T16:01:37.5048442Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-04-03T16:01:37.5052522Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-04-03T16:01:37.5054965Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-04-03T16:01:37.5056851Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-04-03T16:01:37.5058816Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-04-03T16:01:37.5060601Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-04-03T16:01:37.5062166Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-04-03T16:01:37.5068521Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-04-03T16:01:37.5071768Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-04-03T16:01:37.5074326Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-04-03T16:01:37.5076431Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-04-03T16:01:37.5078495Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-04-03T16:01:37.5081704Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-04-03T16:01:37.5083125Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-04-03T16:01:37.5087012Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-04-03T16:01:37.5090342Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-04-03T16:01:37.5093909Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-04-03T16:01:37.5097482Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-04-03T16:01:37.5100960Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-04-03T16:01:37.5103320Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-04-03T16:01:37.5105612Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-04-03T16:01:37.5108360Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-04-03T16:01:37.5112403Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-04-03T16:01:37.5114467Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-04-03T16:01:37.5116143Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-04-03T16:01:37.5118626Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-04-03T16:01:37.5122441Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-04-03T16:01:37.5130759Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-04-03T16:01:37.5133943Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-04-03T16:01:37.5135953Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-04-03T16:01:37.5137553Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-04-03T16:01:37.5139490Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-04-03T16:01:37.5141312Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-04-03T16:01:37.5143039Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-04-03T16:01:37.5146548Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-04-03T16:01:37.5148520Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-04-03T16:01:37.5150325Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-04-03T16:01:37.5152106Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-04-03T16:01:37.5155011Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-04-03T16:01:37.5158829Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-04-03T16:01:37.5161217Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-04-03T16:01:37.5163987Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-04-03T16:01:37.5165778Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-04-03T16:01:37.5167966Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-04-03T16:01:37.5169868Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-04-03T16:01:37.5171522Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-04-03T16:01:37.5173186Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-04-03T16:01:37.5174829Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2024-04-03T16:01:37.5176544Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-04-03T16:01:37.5179225Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-04-03T16:01:37.5197466Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-04-03T16:01:37.5201276Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-04-03T16:01:37.5203648Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-04-03T16:01:37.5208881Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-04-03T16:01:37.5211196Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-04-03T16:01:37.5213373Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-04-03T16:01:37.5215117Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-04-03T16:01:37.5217097Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-04-03T16:01:37.5219374Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-04-03T16:01:37.5222769Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-04-03T16:01:37.5226521Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-04-03T16:01:37.5229021Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-04-03T16:01:37.5231604Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-04-03T16:01:37.5233898Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-04-03T16:01:37.5237322Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-04-03T16:01:37.5239783Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-04-03T16:01:37.5242136Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-04-03T16:01:37.5245404Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-04-03T16:01:37.5247927Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-04-03T16:01:37.5251640Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-04-03T16:01:37.5254166Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-04-03T16:01:37.5258601Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-04-03T16:01:37.5261468Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-04-03T16:01:37.5263474Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-04-03T16:01:37.5265827Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-04-03T16:01:37.5268019Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-04-03T16:01:37.5270877Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-04-03T16:01:37.5273673Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-04-03T16:01:37.5277112Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-04-03T16:01:37.5279061Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-04-03T16:01:37.5285525Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-04-03T16:01:37.5288121Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-04-03T16:01:37.5290063Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-04-03T16:01:37.5292511Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-04-03T16:01:37.5297362Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-04-03T16:01:37.5299639Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-04-03T16:01:37.5301474Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-04-03T16:01:37.5306223Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-04-03T16:01:37.5308886Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-04-03T16:01:37.5310983Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-04-03T16:01:37.5318361Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-04-03T16:01:37.5320847Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-04-03T16:01:37.5322846Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-04-03T16:01:37.5327559Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-04-03T16:01:37.5331101Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-04-03T16:01:37.5336125Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-04-03T16:01:37.5342900Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-04-03T16:01:37.5346866Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-04-03T16:01:37.5349410Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-04-03T16:01:37.5351862Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-04-03T16:01:37.5353656Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-04-03T16:01:37.5355477Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-04-03T16:01:37.5357915Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-04-03T16:01:37.5359451Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-04-03T16:01:37.5362129Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-04-03T16:01:37.5363812Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-04-03T16:01:37.5365933Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-04-03T16:01:37.5367498Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-04-03T16:01:37.5369865Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-04-03T16:01:37.5372234Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-04-03T16:01:37.5374333Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-04-03T16:01:37.5377698Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-04-03T16:01:37.5379155Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-04-03T16:01:37.5381653Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-04-03T16:01:37.5383939Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-04-03T16:01:37.5386623Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-04-03T16:01:37.5389133Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-04-03T16:01:37.5392192Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-04-03T16:01:37.5394259Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-04-03T16:01:37.5396356Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-04-03T16:01:37.5398409Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-04-03T16:01:37.5401984Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-04-03T16:01:37.5404443Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-04-03T16:01:37.5408032Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-04-03T16:01:37.5411085Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-04-03T16:01:37.5412941Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-04-03T16:01:37.5414823Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-04-03T16:01:37.5416920Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-04-03T16:01:37.5421904Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-04-03T16:01:37.5425616Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-04-03T16:01:37.5427952Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-04-03T16:01:37.5429973Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-04-03T16:01:37.5432258Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-04-03T16:01:37.5435983Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-04-03T16:01:37.5440483Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-04-03T16:01:37.5443125Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-04-03T16:01:37.5445473Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-04-03T16:01:37.5447521Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-04-03T16:01:37.5449726Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-04-03T16:01:37.5451986Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-04-03T16:01:37.5454397Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-04-03T16:01:37.5456985Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-04-03T16:01:37.5459153Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-04-03T16:01:37.5461026Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-04-03T16:01:37.5463114Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-04-03T16:01:37.5465025Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-04-03T16:01:37.5467184Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-04-03T16:01:37.5469386Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-04-03T16:01:37.5471094Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-04-03T16:01:37.5472724Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-04-03T16:01:37.5474583Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-04-03T16:01:37.5476311Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-04-03T16:01:37.5478847Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-04-03T16:01:37.5481518Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-04-03T16:01:37.5483454Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-04-03T16:01:37.5485581Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-04-03T16:01:37.5487415Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-04-03T16:01:37.5489491Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-04-03T16:01:37.5491492Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-04-03T16:01:37.5497373Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-04-03T16:01:37.5499960Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-04-03T16:01:37.5502748Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-04-03T16:01:37.5505419Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-04-03T16:01:37.5507339Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-04-03T16:01:37.5509661Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-04-03T16:01:37.5511480Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-04-03T16:01:37.5513489Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-04-03T16:01:37.5515941Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-04-03T16:01:37.5518966Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-04-03T16:01:37.5521514Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-04-03T16:01:37.5522796Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-04-03T16:01:37.5524937Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-04-03T16:01:37.5526196Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-04-03T16:01:37.5528087Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-04-03T16:01:37.5530057Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-04-03T16:01:37.5532312Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-04-03T16:01:37.5534142Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-04-03T16:01:37.5536272Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-04-03T16:01:37.5538553Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-04-03T16:01:37.5542324Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-04-03T16:01:37.5544913Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-04-03T16:01:37.5546823Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-04-03T16:01:37.5548435Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-04-03T16:01:37.5550499Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-04-03T16:01:37.5552627Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-04-03T16:01:37.5555478Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-04-03T16:01:37.5557304Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-04-03T16:01:37.5558654Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-04-03T16:01:37.5561040Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-04-03T16:01:37.5563031Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-04-03T16:01:37.5564711Z adding 'torch/include/torch/csrc/utils/init.h' 2024-04-03T16:01:37.5566269Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-04-03T16:01:37.5580198Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-04-03T16:01:37.5581234Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-04-03T16:01:37.5582229Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-04-03T16:01:37.5582827Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-04-03T16:01:37.5583396Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-04-03T16:01:37.5584045Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-04-03T16:01:37.5584781Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-04-03T16:01:37.5593571Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-04-03T16:01:37.5596357Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-04-03T16:01:37.5598263Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-04-03T16:01:37.5600878Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-04-03T16:01:37.5603204Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-04-03T16:01:37.5605793Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-04-03T16:01:37.5608446Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-04-03T16:01:37.5610170Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-04-03T16:01:37.5613136Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-04-03T16:01:37.5615261Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-04-03T16:01:37.5616989Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-04-03T16:01:37.5622432Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-04-03T16:01:37.5625216Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-04-03T16:01:37.5627354Z adding 'torch/include/torch/csrc/utils/six.h' 2024-04-03T16:01:37.5629232Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-04-03T16:01:37.5630962Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-04-03T16:01:37.5632630Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-04-03T16:01:37.5635291Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-04-03T16:01:37.5636971Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-04-03T16:01:37.5638856Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-04-03T16:01:37.5640853Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-04-03T16:01:37.5643124Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-04-03T16:01:37.5645099Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-04-03T16:01:37.5646957Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-04-03T16:01:37.5648971Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-04-03T16:01:37.5652219Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-04-03T16:01:37.5655881Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-04-03T16:01:37.5658416Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-04-03T16:01:37.5660962Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-04-03T16:01:37.5663085Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-04-03T16:01:37.5665162Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-04-03T16:01:37.5667118Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-04-03T16:01:37.5668959Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-04-03T16:01:37.5673526Z adding 'torch/jit/__init__.py' 2024-04-03T16:01:37.5676503Z adding 'torch/jit/_async.py' 2024-04-03T16:01:37.5678572Z adding 'torch/jit/_await.py' 2024-04-03T16:01:37.5681995Z adding 'torch/jit/_builtins.py' 2024-04-03T16:01:37.5685962Z adding 'torch/jit/_check.py' 2024-04-03T16:01:37.5689586Z adding 'torch/jit/_dataclass_impls.py' 2024-04-03T16:01:37.5691848Z adding 'torch/jit/_decomposition_utils.py' 2024-04-03T16:01:37.5694727Z adding 'torch/jit/_decompositions.py' 2024-04-03T16:01:37.5698745Z adding 'torch/jit/_freeze.py' 2024-04-03T16:01:37.5702333Z adding 'torch/jit/_fuser.py' 2024-04-03T16:01:37.5704471Z adding 'torch/jit/_ir_utils.py' 2024-04-03T16:01:37.5706270Z adding 'torch/jit/_logging.py' 2024-04-03T16:01:37.5709844Z adding 'torch/jit/_monkeytype_config.py' 2024-04-03T16:01:37.5712242Z adding 'torch/jit/_pickle.py' 2024-04-03T16:01:37.5727113Z adding 'torch/jit/_recursive.py' 2024-04-03T16:01:37.5750260Z adding 'torch/jit/_script.py' 2024-04-03T16:01:37.5755636Z adding 'torch/jit/_serialization.py' 2024-04-03T16:01:37.5769428Z adding 'torch/jit/_shape_functions.py' 2024-04-03T16:01:37.5773427Z adding 'torch/jit/_state.py' 2024-04-03T16:01:37.5789881Z adding 'torch/jit/_trace.py' 2024-04-03T16:01:37.5797707Z adding 'torch/jit/annotations.py' 2024-04-03T16:01:37.5812485Z adding 'torch/jit/frontend.py' 2024-04-03T16:01:37.5815598Z adding 'torch/jit/generate_bytecode.py' 2024-04-03T16:01:37.5817682Z adding 'torch/jit/quantized.py' 2024-04-03T16:01:37.5821724Z adding 'torch/jit/supported_ops.py' 2024-04-03T16:01:37.5824824Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-04-03T16:01:37.5826881Z adding 'torch/jit/_passes/__init__.py' 2024-04-03T16:01:37.5828804Z adding 'torch/jit/_passes/_property_propagation.py' 2024-04-03T16:01:37.5831642Z adding 'torch/jit/mobile/__init__.py' 2024-04-03T16:01:37.5969452Z adding 'torch/lib/libbackend_with_compiler.so' 2024-04-03T16:01:37.6476991Z adding 'torch/lib/libc10.so' 2024-04-03T16:01:37.6604623Z adding 'torch/lib/libjitbackend_test.so' 2024-04-03T16:01:37.6625226Z adding 'torch/lib/libshm.so' 2024-04-03T16:01:37.6630157Z adding 'torch/lib/libtorch.so' 2024-04-03T16:01:48.9726012Z adding 'torch/lib/libtorch_cpu.so' 2024-04-03T16:01:49.6919337Z adding 'torch/lib/libtorch_global_deps.so' 2024-04-03T16:01:50.6608265Z adding 'torch/lib/libtorch_python.so' 2024-04-03T16:01:50.7430020Z adding 'torch/lib/libtorchbind_test.so' 2024-04-03T16:01:50.7479218Z adding 'torch/linalg/__init__.py' 2024-04-03T16:01:50.7484388Z adding 'torch/masked/__init__.py' 2024-04-03T16:01:50.7490042Z adding 'torch/masked/_docs.py' 2024-04-03T16:01:50.7509485Z adding 'torch/masked/_ops.py' 2024-04-03T16:01:50.7512955Z adding 'torch/masked/maskedtensor/__init__.py' 2024-04-03T16:01:50.7517194Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-04-03T16:01:50.7520433Z adding 'torch/masked/maskedtensor/binary.py' 2024-04-03T16:01:50.7525009Z adding 'torch/masked/maskedtensor/core.py' 2024-04-03T16:01:50.7527195Z adding 'torch/masked/maskedtensor/creation.py' 2024-04-03T16:01:50.7529027Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-04-03T16:01:50.7531783Z adding 'torch/masked/maskedtensor/reductions.py' 2024-04-03T16:01:50.7534450Z adding 'torch/masked/maskedtensor/unary.py' 2024-04-03T16:01:50.7536669Z adding 'torch/monitor/__init__.py' 2024-04-03T16:01:50.7539559Z adding 'torch/mps/__init__.py' 2024-04-03T16:01:50.7541647Z adding 'torch/mps/event.py' 2024-04-03T16:01:50.7543729Z adding 'torch/mps/profiler.py' 2024-04-03T16:01:50.7546210Z adding 'torch/multiprocessing/__init__.py' 2024-04-03T16:01:50.7548187Z adding 'torch/multiprocessing/_atfork.py' 2024-04-03T16:01:50.7550101Z adding 'torch/multiprocessing/pool.py' 2024-04-03T16:01:50.7552014Z adding 'torch/multiprocessing/queue.py' 2024-04-03T16:01:50.7558907Z adding 'torch/multiprocessing/reductions.py' 2024-04-03T16:01:50.7563830Z adding 'torch/multiprocessing/spawn.py' 2024-04-03T16:01:50.7569962Z adding 'torch/nested/__init__.py' 2024-04-03T16:01:50.7572363Z adding 'torch/nested/_internal/__init__.py' 2024-04-03T16:01:50.7577704Z adding 'torch/nested/_internal/nested_tensor.py' 2024-04-03T16:01:50.7587952Z adding 'torch/nested/_internal/ops.py' 2024-04-03T16:01:50.7596902Z adding 'torch/nested/_internal/sdpa.py' 2024-04-03T16:01:50.7600314Z adding 'torch/nn/__init__.py' 2024-04-03T16:01:50.7602355Z adding 'torch/nn/_reduction.py' 2024-04-03T16:01:50.7604393Z adding 'torch/nn/common_types.py' 2024-04-03T16:01:50.7606610Z adding 'torch/nn/cpp.py' 2024-04-03T16:01:50.7666951Z adding 'torch/nn/functional.py' 2024-04-03T16:01:50.7676600Z adding 'torch/nn/functional.pyi' 2024-04-03T16:01:50.7679812Z adding 'torch/nn/grad.py' 2024-04-03T16:01:50.7685932Z adding 'torch/nn/init.py' 2024-04-03T16:01:50.7690500Z adding 'torch/nn/parameter.py' 2024-04-03T16:01:50.7692479Z adding 'torch/nn/parameter.pyi' 2024-04-03T16:01:50.7695166Z adding 'torch/nn/attention/__init__.py' 2024-04-03T16:01:50.7697429Z adding 'torch/nn/attention/_utils.py' 2024-04-03T16:01:50.7701547Z adding 'torch/nn/attention/bias.py' 2024-04-03T16:01:50.7703697Z adding 'torch/nn/backends/__init__.py' 2024-04-03T16:01:50.7705516Z adding 'torch/nn/backends/thnn.py' 2024-04-03T16:01:50.7707271Z adding 'torch/nn/intrinsic/__init__.py' 2024-04-03T16:01:50.7709447Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-04-03T16:01:50.7711167Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-04-03T16:01:50.7712788Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-04-03T16:01:50.7714838Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-04-03T16:01:50.7716526Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-04-03T16:01:50.7718521Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-04-03T16:01:50.7720429Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-04-03T16:01:50.7721951Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-04-03T16:01:50.7724709Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-04-03T16:01:50.7726068Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-04-03T16:01:50.7727512Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-04-03T16:01:50.7729351Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-04-03T16:01:50.7730627Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-04-03T16:01:50.7732358Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-04-03T16:01:50.7733999Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-04-03T16:01:50.7737204Z adding 'torch/nn/modules/__init__.py' 2024-04-03T16:01:50.7741343Z adding 'torch/nn/modules/_functions.py' 2024-04-03T16:01:50.7755489Z adding 'torch/nn/modules/activation.py' 2024-04-03T16:01:50.7761216Z adding 'torch/nn/modules/adaptive.py' 2024-04-03T16:01:50.7769473Z adding 'torch/nn/modules/batchnorm.py' 2024-04-03T16:01:50.7772475Z adding 'torch/nn/modules/channelshuffle.py' 2024-04-03T16:01:50.7781644Z adding 'torch/nn/modules/container.py' 2024-04-03T16:01:50.7795395Z adding 'torch/nn/modules/conv.py' 2024-04-03T16:01:50.7799498Z adding 'torch/nn/modules/distance.py' 2024-04-03T16:01:50.7802880Z adding 'torch/nn/modules/dropout.py' 2024-04-03T16:01:50.7805780Z adding 'torch/nn/modules/flatten.py' 2024-04-03T16:01:50.7809741Z adding 'torch/nn/modules/fold.py' 2024-04-03T16:01:50.7814875Z adding 'torch/nn/modules/instancenorm.py' 2024-04-03T16:01:50.7819392Z adding 'torch/nn/modules/lazy.py' 2024-04-03T16:01:50.7823145Z adding 'torch/nn/modules/linear.py' 2024-04-03T16:01:50.7845657Z adding 'torch/nn/modules/loss.py' 2024-04-03T16:01:50.7880926Z adding 'torch/nn/modules/module.py' 2024-04-03T16:01:50.7887648Z adding 'torch/nn/modules/normalization.py' 2024-04-03T16:01:50.7892419Z adding 'torch/nn/modules/padding.py' 2024-04-03T16:01:50.7895439Z adding 'torch/nn/modules/pixelshuffle.py' 2024-04-03T16:01:50.7905021Z adding 'torch/nn/modules/pooling.py' 2024-04-03T16:01:50.7921515Z adding 'torch/nn/modules/rnn.py' 2024-04-03T16:01:50.7929849Z adding 'torch/nn/modules/sparse.py' 2024-04-03T16:01:50.7940910Z adding 'torch/nn/modules/transformer.py' 2024-04-03T16:01:50.7945622Z adding 'torch/nn/modules/upsampling.py' 2024-04-03T16:01:50.7948049Z adding 'torch/nn/modules/utils.py' 2024-04-03T16:01:50.7950076Z adding 'torch/nn/parallel/__init__.py' 2024-04-03T16:01:50.7952747Z adding 'torch/nn/parallel/_functions.py' 2024-04-03T16:01:50.7956453Z adding 'torch/nn/parallel/comm.py' 2024-04-03T16:01:50.7961049Z adding 'torch/nn/parallel/data_parallel.py' 2024-04-03T16:01:50.7998370Z adding 'torch/nn/parallel/distributed.py' 2024-04-03T16:01:50.8004112Z adding 'torch/nn/parallel/parallel_apply.py' 2024-04-03T16:01:50.8006637Z adding 'torch/nn/parallel/replicate.py' 2024-04-03T16:01:50.8009352Z adding 'torch/nn/parallel/scatter_gather.py' 2024-04-03T16:01:50.8011429Z adding 'torch/nn/qat/__init__.py' 2024-04-03T16:01:50.8013287Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-04-03T16:01:50.8015083Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-04-03T16:01:50.8016776Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-04-03T16:01:50.8018581Z adding 'torch/nn/qat/modules/__init__.py' 2024-04-03T16:01:50.8020158Z adding 'torch/nn/qat/modules/conv.py' 2024-04-03T16:01:50.8021923Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-04-03T16:01:50.8023519Z adding 'torch/nn/qat/modules/linear.py' 2024-04-03T16:01:50.8025194Z adding 'torch/nn/quantizable/__init__.py' 2024-04-03T16:01:50.8026923Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-04-03T16:01:50.8028556Z adding 'torch/nn/quantizable/modules/activation.py' 2024-04-03T16:01:50.8030125Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-04-03T16:01:50.8032102Z adding 'torch/nn/quantized/__init__.py' 2024-04-03T16:01:50.8033532Z adding 'torch/nn/quantized/functional.py' 2024-04-03T16:01:50.8035199Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-04-03T16:01:50.8037278Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-04-03T16:01:50.8039020Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-04-03T16:01:50.8040826Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-04-03T16:01:50.8042481Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-04-03T16:01:50.8044168Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-04-03T16:01:50.8045773Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-04-03T16:01:50.8047428Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-04-03T16:01:50.8049386Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-04-03T16:01:50.8051166Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-04-03T16:01:50.8052814Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-04-03T16:01:50.8054473Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-04-03T16:01:50.8056700Z adding 'torch/nn/quantized/modules/__init__.py' 2024-04-03T16:01:50.8058487Z adding 'torch/nn/quantized/modules/activation.py' 2024-04-03T16:01:50.8060146Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-04-03T16:01:50.8061791Z adding 'torch/nn/quantized/modules/conv.py' 2024-04-03T16:01:50.8063443Z adding 'torch/nn/quantized/modules/dropout.py' 2024-04-03T16:01:50.8065049Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-04-03T16:01:50.8066692Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-04-03T16:01:50.8068222Z adding 'torch/nn/quantized/modules/linear.py' 2024-04-03T16:01:50.8069863Z adding 'torch/nn/quantized/modules/normalization.py' 2024-04-03T16:01:50.8071422Z adding 'torch/nn/quantized/modules/rnn.py' 2024-04-03T16:01:50.8073042Z adding 'torch/nn/quantized/modules/utils.py' 2024-04-03T16:01:50.8075337Z adding 'torch/nn/utils/__init__.py' 2024-04-03T16:01:50.8077277Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-04-03T16:01:50.8081312Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-04-03T16:01:50.8084426Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-04-03T16:01:50.8087505Z adding 'torch/nn/utils/clip_grad.py' 2024-04-03T16:01:50.8090180Z adding 'torch/nn/utils/convert_parameters.py' 2024-04-03T16:01:50.8093051Z adding 'torch/nn/utils/fusion.py' 2024-04-03T16:01:50.8095449Z adding 'torch/nn/utils/init.py' 2024-04-03T16:01:50.8098187Z adding 'torch/nn/utils/memory_format.py' 2024-04-03T16:01:50.8106569Z adding 'torch/nn/utils/parametrizations.py' 2024-04-03T16:01:50.8117810Z adding 'torch/nn/utils/parametrize.py' 2024-04-03T16:01:50.8133864Z adding 'torch/nn/utils/prune.py' 2024-04-03T16:01:50.8141583Z adding 'torch/nn/utils/rnn.py' 2024-04-03T16:01:50.8147177Z adding 'torch/nn/utils/spectral_norm.py' 2024-04-03T16:01:50.8151418Z adding 'torch/nn/utils/stateless.py' 2024-04-03T16:01:50.8154590Z adding 'torch/nn/utils/weight_norm.py' 2024-04-03T16:01:50.8156810Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-04-03T16:01:50.8159096Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-04-03T16:01:50.8163074Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-04-03T16:01:50.8165522Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-04-03T16:01:50.8168298Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-04-03T16:01:50.8171690Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-04-03T16:01:50.8174091Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-04-03T16:01:50.8176438Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-04-03T16:01:50.8178686Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-04-03T16:01:50.8180789Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-04-03T16:01:50.8183577Z adding 'torch/onnx/__init__.py' 2024-04-03T16:01:50.8185548Z adding 'torch/onnx/_constants.py' 2024-04-03T16:01:50.8187494Z adding 'torch/onnx/_deprecation.py' 2024-04-03T16:01:50.8189261Z adding 'torch/onnx/_experimental.py' 2024-04-03T16:01:50.8191089Z adding 'torch/onnx/_exporter_states.py' 2024-04-03T16:01:50.8193168Z adding 'torch/onnx/_globals.py' 2024-04-03T16:01:50.8195431Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-04-03T16:01:50.8199660Z adding 'torch/onnx/_type_utils.py' 2024-04-03T16:01:50.8202519Z adding 'torch/onnx/errors.py' 2024-04-03T16:01:50.8204310Z adding 'torch/onnx/operators.py' 2024-04-03T16:01:50.8207432Z adding 'torch/onnx/symbolic_caffe2.py' 2024-04-03T16:01:50.8231681Z adding 'torch/onnx/symbolic_helper.py' 2024-04-03T16:01:50.8241993Z adding 'torch/onnx/symbolic_opset10.py' 2024-04-03T16:01:50.8257663Z adding 'torch/onnx/symbolic_opset11.py' 2024-04-03T16:01:50.8263473Z adding 'torch/onnx/symbolic_opset12.py' 2024-04-03T16:01:50.8274160Z adding 'torch/onnx/symbolic_opset13.py' 2024-04-03T16:01:50.8278809Z adding 'torch/onnx/symbolic_opset14.py' 2024-04-03T16:01:50.8281347Z adding 'torch/onnx/symbolic_opset15.py' 2024-04-03T16:01:50.8284405Z adding 'torch/onnx/symbolic_opset16.py' 2024-04-03T16:01:50.8287829Z adding 'torch/onnx/symbolic_opset17.py' 2024-04-03T16:01:50.8290959Z adding 'torch/onnx/symbolic_opset18.py' 2024-04-03T16:01:50.8292897Z adding 'torch/onnx/symbolic_opset19.py' 2024-04-03T16:01:50.8294879Z adding 'torch/onnx/symbolic_opset20.py' 2024-04-03T16:01:50.8296831Z adding 'torch/onnx/symbolic_opset7.py' 2024-04-03T16:01:50.8301202Z adding 'torch/onnx/symbolic_opset8.py' 2024-04-03T16:01:50.8364636Z adding 'torch/onnx/symbolic_opset9.py' 2024-04-03T16:01:50.8397773Z adding 'torch/onnx/utils.py' 2024-04-03T16:01:50.8421558Z adding 'torch/onnx/verification.py' 2024-04-03T16:01:50.8424977Z adding 'torch/onnx/_internal/__init__.py' 2024-04-03T16:01:50.8427607Z adding 'torch/onnx/_internal/_beartype.py' 2024-04-03T16:01:50.8447656Z adding 'torch/onnx/_internal/exporter.py' 2024-04-03T16:01:50.8455365Z adding 'torch/onnx/_internal/io_adapter.py' 2024-04-03T16:01:50.8460731Z adding 'torch/onnx/_internal/jit_utils.py' 2024-04-03T16:01:50.8464939Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-04-03T16:01:50.8481863Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-04-03T16:01:50.8487128Z adding 'torch/onnx/_internal/registration.py' 2024-04-03T16:01:50.8489398Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-04-03T16:01:50.8492765Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-04-03T16:01:50.8501224Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-04-03T16:01:50.8504191Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-04-03T16:01:50.8507862Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-04-03T16:01:50.8513267Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-04-03T16:01:50.8516367Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-04-03T16:01:50.8518805Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-04-03T16:01:50.8521135Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-04-03T16:01:50.8524161Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-04-03T16:01:50.8526125Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-04-03T16:01:50.8528221Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-04-03T16:01:50.8530138Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-04-03T16:01:50.8531977Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-04-03T16:01:50.8533623Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-04-03T16:01:50.8535586Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-04-03T16:01:50.8537284Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-04-03T16:01:50.8539109Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-04-03T16:01:50.8540772Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-04-03T16:01:50.8542547Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-04-03T16:01:50.8544391Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-04-03T16:01:50.8546037Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-04-03T16:01:50.8548243Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-04-03T16:01:50.8550264Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-04-03T16:01:50.8552010Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-04-03T16:01:50.8553667Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-04-03T16:01:50.8555688Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-04-03T16:01:50.8557527Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-04-03T16:01:50.8559622Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-04-03T16:01:50.8561691Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-04-03T16:01:50.8563616Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-04-03T16:01:50.8565235Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-04-03T16:01:50.8567040Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-04-03T16:01:50.8568904Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-04-03T16:01:50.8571466Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-04-03T16:01:50.8573551Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-04-03T16:01:50.8575453Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-04-03T16:01:50.8576961Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-04-03T16:01:50.8578900Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-04-03T16:01:50.8580626Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-04-03T16:01:50.8582454Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-04-03T16:01:50.8584310Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-04-03T16:01:50.8586258Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-04-03T16:01:50.8587991Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-04-03T16:01:50.8589795Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-04-03T16:01:50.8592051Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-04-03T16:01:50.8594097Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-04-03T16:01:50.8596407Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-04-03T16:01:50.8598423Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-04-03T16:01:50.8600036Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-04-03T16:01:50.8602078Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-04-03T16:01:50.8603612Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-04-03T16:01:50.8605622Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-04-03T16:01:50.8607373Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-04-03T16:01:50.8609161Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-04-03T16:01:50.8611986Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-04-03T16:01:50.8613276Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-04-03T16:01:50.8615533Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-04-03T16:01:50.8617725Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-04-03T16:01:50.8619537Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-04-03T16:01:50.8621850Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-04-03T16:01:50.8623526Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-04-03T16:01:50.8625680Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-04-03T16:01:50.8627202Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-04-03T16:01:50.8629499Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-04-03T16:01:50.8633985Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-04-03T16:01:50.8637411Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-04-03T16:01:50.8640611Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-04-03T16:01:50.8644063Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-04-03T16:01:50.8648251Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-04-03T16:01:50.8659013Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-04-03T16:01:50.8663986Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-04-03T16:01:50.8675095Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-04-03T16:01:50.8680985Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-04-03T16:01:50.8684316Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-04-03T16:01:50.8686766Z adding 'torch/onnx/_internal/fx/registration.py' 2024-04-03T16:01:50.8691251Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-04-03T16:01:50.8694314Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-04-03T16:01:50.8697481Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-04-03T16:01:50.8699579Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-04-03T16:01:50.8701823Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-04-03T16:01:50.8703853Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-04-03T16:01:50.8706474Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-04-03T16:01:50.8708844Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-04-03T16:01:50.8712067Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-04-03T16:01:50.8723293Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-04-03T16:01:50.8727126Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-04-03T16:01:50.8741330Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-04-03T16:01:50.8745262Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-04-03T16:01:50.8747530Z adding 'torch/optim/__init__.py' 2024-04-03T16:01:50.8749290Z adding 'torch/optim/__init__.pyi' 2024-04-03T16:01:50.8751393Z adding 'torch/optim/_functional.py' 2024-04-03T16:01:50.8755863Z adding 'torch/optim/adadelta.py' 2024-04-03T16:01:50.8758029Z adding 'torch/optim/adadelta.pyi' 2024-04-03T16:01:50.8762688Z adding 'torch/optim/adagrad.py' 2024-04-03T16:01:50.8764791Z adding 'torch/optim/adagrad.pyi' 2024-04-03T16:01:50.8772675Z adding 'torch/optim/adam.py' 2024-04-03T16:01:50.8775066Z adding 'torch/optim/adam.pyi' 2024-04-03T16:01:50.8779718Z adding 'torch/optim/adamax.py' 2024-04-03T16:01:50.8781804Z adding 'torch/optim/adamax.pyi' 2024-04-03T16:01:50.8789188Z adding 'torch/optim/adamw.py' 2024-04-03T16:01:50.8791621Z adding 'torch/optim/adamw.pyi' 2024-04-03T16:01:50.8796112Z adding 'torch/optim/asgd.py' 2024-04-03T16:01:50.8798122Z adding 'torch/optim/asgd.pyi' 2024-04-03T16:01:50.8803760Z adding 'torch/optim/lbfgs.py' 2024-04-03T16:01:50.8805887Z adding 'torch/optim/lbfgs.pyi' 2024-04-03T16:01:50.8825072Z adding 'torch/optim/lr_scheduler.py' 2024-04-03T16:01:50.8829288Z adding 'torch/optim/lr_scheduler.pyi' 2024-04-03T16:01:50.8835460Z adding 'torch/optim/nadam.py' 2024-04-03T16:01:50.8837667Z adding 'torch/optim/nadam.pyi' 2024-04-03T16:01:50.8850270Z adding 'torch/optim/optimizer.py' 2024-04-03T16:01:50.8857209Z adding 'torch/optim/radam.py' 2024-04-03T16:01:50.8859535Z adding 'torch/optim/radam.pyi' 2024-04-03T16:01:50.8864605Z adding 'torch/optim/rmsprop.py' 2024-04-03T16:01:50.8866695Z adding 'torch/optim/rmsprop.pyi' 2024-04-03T16:01:50.8871485Z adding 'torch/optim/rprop.py' 2024-04-03T16:01:50.8873511Z adding 'torch/optim/rprop.pyi' 2024-04-03T16:01:50.8878381Z adding 'torch/optim/sgd.py' 2024-04-03T16:01:50.8880594Z adding 'torch/optim/sgd.pyi' 2024-04-03T16:01:50.8884051Z adding 'torch/optim/sparse_adam.py' 2024-04-03T16:01:50.8885835Z adding 'torch/optim/sparse_adam.pyi' 2024-04-03T16:01:50.8891120Z adding 'torch/optim/swa_utils.py' 2024-04-03T16:01:50.8893398Z adding 'torch/optim/swa_utils.pyi' 2024-04-03T16:01:50.8895471Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-04-03T16:01:50.8897382Z adding 'torch/package/__init__.py' 2024-04-03T16:01:50.8900017Z adding 'torch/package/_digraph.py' 2024-04-03T16:01:50.8902318Z adding 'torch/package/_directory_reader.py' 2024-04-03T16:01:50.8904647Z adding 'torch/package/_importlib.py' 2024-04-03T16:01:50.8906648Z adding 'torch/package/_mangling.py' 2024-04-03T16:01:50.8908827Z adding 'torch/package/_mock.py' 2024-04-03T16:01:50.8911503Z adding 'torch/package/_package_pickler.py' 2024-04-03T16:01:50.8913327Z adding 'torch/package/_package_unpickler.py' 2024-04-03T16:01:50.8915951Z adding 'torch/package/_stdlib.py' 2024-04-03T16:01:50.8918933Z adding 'torch/package/file_structure_representation.py' 2024-04-03T16:01:50.8921457Z adding 'torch/package/find_file_dependencies.py' 2024-04-03T16:01:50.8923936Z adding 'torch/package/glob_group.py' 2024-04-03T16:01:50.8927809Z adding 'torch/package/importer.py' 2024-04-03T16:01:50.8943696Z adding 'torch/package/package_exporter.py' 2024-04-03T16:01:50.8954991Z adding 'torch/package/package_importer.py' 2024-04-03T16:01:50.8957606Z adding 'torch/package/analyze/__init__.py' 2024-04-03T16:01:50.8959622Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-04-03T16:01:50.8961135Z adding 'torch/package/analyze/is_from_package.py' 2024-04-03T16:01:50.8963563Z adding 'torch/package/analyze/trace_dependencies.py' 2024-04-03T16:01:50.8965979Z adding 'torch/profiler/__init__.py' 2024-04-03T16:01:50.8981188Z adding 'torch/profiler/_memory_profiler.py' 2024-04-03T16:01:50.8989024Z adding 'torch/profiler/_pattern_matcher.py' 2024-04-03T16:01:50.8994185Z adding 'torch/profiler/_utils.py' 2024-04-03T16:01:50.8996555Z adding 'torch/profiler/itt.py' 2024-04-03T16:01:50.9006429Z adding 'torch/profiler/profiler.py' 2024-04-03T16:01:50.9008954Z adding 'torch/profiler/python_tracer.py' 2024-04-03T16:01:50.9011549Z adding 'torch/quantization/__init__.py' 2024-04-03T16:01:50.9013508Z adding 'torch/quantization/_numeric_suite.py' 2024-04-03T16:01:50.9015347Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-04-03T16:01:50.9017963Z adding 'torch/quantization/_quantized_conversions.py' 2024-04-03T16:01:50.9019773Z adding 'torch/quantization/fake_quantize.py' 2024-04-03T16:01:50.9021510Z adding 'torch/quantization/fuse_modules.py' 2024-04-03T16:01:50.9023254Z adding 'torch/quantization/fuser_method_mappings.py' 2024-04-03T16:01:50.9024979Z adding 'torch/quantization/observer.py' 2024-04-03T16:01:50.9026636Z adding 'torch/quantization/qconfig.py' 2024-04-03T16:01:50.9028314Z adding 'torch/quantization/quant_type.py' 2024-04-03T16:01:50.9030171Z adding 'torch/quantization/quantization_mappings.py' 2024-04-03T16:01:50.9031884Z adding 'torch/quantization/quantize.py' 2024-04-03T16:01:50.9033569Z adding 'torch/quantization/quantize_fx.py' 2024-04-03T16:01:50.9035245Z adding 'torch/quantization/quantize_jit.py' 2024-04-03T16:01:50.9037013Z adding 'torch/quantization/stubs.py' 2024-04-03T16:01:50.9038684Z adding 'torch/quantization/utils.py' 2024-04-03T16:01:50.9040776Z adding 'torch/quantization/fx/__init__.py' 2024-04-03T16:01:50.9042645Z adding 'torch/quantization/fx/_equalize.py' 2024-04-03T16:01:50.9044426Z adding 'torch/quantization/fx/convert.py' 2024-04-03T16:01:50.9045942Z adding 'torch/quantization/fx/fuse.py' 2024-04-03T16:01:50.9048089Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-04-03T16:01:50.9049373Z adding 'torch/quantization/fx/graph_module.py' 2024-04-03T16:01:50.9051000Z adding 'torch/quantization/fx/match_utils.py' 2024-04-03T16:01:50.9052865Z adding 'torch/quantization/fx/pattern_utils.py' 2024-04-03T16:01:50.9054535Z adding 'torch/quantization/fx/prepare.py' 2024-04-03T16:01:50.9056540Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-04-03T16:01:50.9058457Z adding 'torch/quantization/fx/quantization_types.py' 2024-04-03T16:01:50.9060264Z adding 'torch/quantization/fx/utils.py' 2024-04-03T16:01:50.9062482Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-04-03T16:01:50.9065541Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-04-03T16:01:50.9067856Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-04-03T16:01:50.9070516Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-04-03T16:01:50.9081691Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-04-03T16:01:50.9084941Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-04-03T16:01:50.9087076Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-04-03T16:01:50.9089363Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-04-03T16:01:50.9091831Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-04-03T16:01:50.9094469Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-04-03T16:01:50.9123081Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-04-03T16:01:50.9129486Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-04-03T16:01:50.9132024Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-04-03T16:01:50.9135197Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-04-03T16:01:50.9137958Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-04-03T16:01:50.9142401Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-04-03T16:01:50.9146493Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-04-03T16:01:50.9150396Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-04-03T16:01:50.9155728Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-04-03T16:01:50.9158390Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-04-03T16:01:50.9160869Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-04-03T16:01:50.9162943Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-04-03T16:01:50.9164842Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-04-03T16:01:50.9167201Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-04-03T16:01:50.9174150Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-04-03T16:01:50.9176714Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-04-03T16:01:50.9179058Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2024-04-03T16:01:50.9181582Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2024-04-03T16:01:50.9184747Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-04-03T16:01:50.9186808Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-04-03T16:01:50.9188588Z adding 'torch/signal/__init__.py' 2024-04-03T16:01:50.9190603Z adding 'torch/signal/windows/__init__.py' 2024-04-03T16:01:50.9196254Z adding 'torch/signal/windows/windows.py' 2024-04-03T16:01:50.9204462Z adding 'torch/sparse/__init__.py' 2024-04-03T16:01:50.9209142Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-04-03T16:01:50.9212186Z adding 'torch/sparse/_semi_structured_ops.py' 2024-04-03T16:01:50.9232325Z adding 'torch/sparse/_triton_ops.py' 2024-04-03T16:01:50.9312826Z adding 'torch/sparse/_triton_ops_meta.py' 2024-04-03T16:01:50.9326523Z adding 'torch/sparse/semi_structured.py' 2024-04-03T16:01:50.9334156Z adding 'torch/special/__init__.py' 2024-04-03T16:01:50.9636171Z adding 'torch/test/CppSignature_test' 2024-04-03T16:01:51.0067799Z adding 'torch/test/Dict_test' 2024-04-03T16:01:51.0398259Z adding 'torch/test/Dimname_test' 2024-04-03T16:01:51.0759472Z adding 'torch/test/IListRef_test' 2024-04-03T16:01:51.1149929Z adding 'torch/test/KernelFunction_test' 2024-04-03T16:01:51.1737357Z adding 'torch/test/List_test' 2024-04-03T16:01:51.2138184Z adding 'torch/test/MaybeOwned_test' 2024-04-03T16:01:51.2492761Z adding 'torch/test/NamedTensor_test' 2024-04-03T16:01:51.2809716Z adding 'torch/test/StorageUtils_test' 2024-04-03T16:01:51.3164886Z adding 'torch/test/apply_utils_test' 2024-04-03T16:01:51.3521401Z adding 'torch/test/atest' 2024-04-03T16:01:51.3860850Z adding 'torch/test/backend_fallback_test' 2024-04-03T16:01:51.4250926Z adding 'torch/test/basic' 2024-04-03T16:01:51.4589153Z adding 'torch/test/broadcast_test' 2024-04-03T16:01:51.4911925Z adding 'torch/test/c10_Bitset_test' 2024-04-03T16:01:51.5221108Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2024-04-03T16:01:51.5521642Z adding 'torch/test/c10_ConstexprCrc_test' 2024-04-03T16:01:51.5826785Z adding 'torch/test/c10_DeadlockDetection_test' 2024-04-03T16:01:51.6142164Z adding 'torch/test/c10_DeviceGuard_test' 2024-04-03T16:01:51.6453702Z adding 'torch/test/c10_Device_test' 2024-04-03T16:01:51.6810243Z adding 'torch/test/c10_DispatchKeySet_test' 2024-04-03T16:01:51.7124476Z adding 'torch/test/c10_Half_test' 2024-04-03T16:01:51.7453494Z adding 'torch/test/c10_InlineDeviceGuard_test' 2024-04-03T16:01:51.7791625Z adding 'torch/test/c10_InlineStreamGuard_test' 2024-04-03T16:01:51.8131696Z adding 'torch/test/c10_LeftRight_test' 2024-04-03T16:01:51.8467661Z adding 'torch/test/c10_Metaprogramming_test' 2024-04-03T16:01:51.8796990Z adding 'torch/test/c10_Scalar_test' 2024-04-03T16:01:51.9137042Z adding 'torch/test/c10_SizesAndStrides_test' 2024-04-03T16:01:51.9438597Z adding 'torch/test/c10_StreamGuard_test' 2024-04-03T16:01:51.9752127Z adding 'torch/test/c10_SymInt_test' 2024-04-03T16:01:52.0060516Z adding 'torch/test/c10_Synchronized_test' 2024-04-03T16:01:52.0395440Z adding 'torch/test/c10_ThreadLocal_test' 2024-04-03T16:01:52.0712881Z adding 'torch/test/c10_TypeIndex_test' 2024-04-03T16:01:52.1025903Z adding 'torch/test/c10_TypeList_test' 2024-04-03T16:01:52.1325238Z adding 'torch/test/c10_TypeTraits_test' 2024-04-03T16:01:52.1642827Z adding 'torch/test/c10_accumulate_test' 2024-04-03T16:01:52.1978779Z adding 'torch/test/c10_bfloat16_test' 2024-04-03T16:01:52.2291119Z adding 'torch/test/c10_bit_cast_test' 2024-04-03T16:01:52.2631609Z adding 'torch/test/c10_complex_math_test' 2024-04-03T16:01:52.2971829Z adding 'torch/test/c10_complex_test' 2024-04-03T16:01:52.3399552Z adding 'torch/test/c10_cow_test' 2024-04-03T16:01:52.3728590Z adding 'torch/test/c10_exception_test' 2024-04-03T16:01:52.4039049Z adding 'torch/test/c10_flags_test' 2024-04-03T16:01:52.4347125Z adding 'torch/test/c10_generic_math_test' 2024-04-03T16:01:52.4647758Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2024-04-03T16:01:52.5498308Z adding 'torch/test/c10_intrusive_ptr_test' 2024-04-03T16:01:52.5851562Z adding 'torch/test/c10_irange_test' 2024-04-03T16:01:52.6191007Z adding 'torch/test/c10_logging_test' 2024-04-03T16:01:52.6628571Z adding 'torch/test/c10_optional_test' 2024-04-03T16:01:52.7005283Z adding 'torch/test/c10_ordered_preserving_dict_test' 2024-04-03T16:01:52.7336195Z adding 'torch/test/c10_registry_test' 2024-04-03T16:01:52.8056102Z adding 'torch/test/c10_small_vector_test' 2024-04-03T16:01:52.8410623Z adding 'torch/test/c10_ssize_test' 2024-04-03T16:01:52.8728829Z adding 'torch/test/c10_string_util_test' 2024-04-03T16:01:52.9082779Z adding 'torch/test/c10_string_view_test' 2024-04-03T16:01:52.9395261Z adding 'torch/test/c10_tempfile_test' 2024-04-03T16:01:52.9736123Z adding 'torch/test/c10_typeid_test' 2024-04-03T16:01:53.0049690Z adding 'torch/test/cpu_allocator_test' 2024-04-03T16:01:53.0399621Z adding 'torch/test/cpu_generator_test' 2024-04-03T16:01:53.0723324Z adding 'torch/test/cpu_profiling_allocator_test' 2024-04-03T16:01:53.1233722Z adding 'torch/test/cpu_rng_test' 2024-04-03T16:01:53.1554646Z adding 'torch/test/dispatch_key_set_test' 2024-04-03T16:01:53.1861247Z adding 'torch/test/dlconvertor_test' 2024-04-03T16:01:53.2209567Z adding 'torch/test/extension_backend_test' 2024-04-03T16:01:53.2546349Z adding 'torch/test/half_test' 2024-04-03T16:01:53.2934463Z adding 'torch/test/inline_container_test' 2024-04-03T16:01:53.3502014Z adding 'torch/test/ivalue_test' 2024-04-03T16:01:53.4193455Z adding 'torch/test/kernel_function_legacy_test' 2024-04-03T16:01:53.4764362Z adding 'torch/test/kernel_function_test' 2024-04-03T16:01:53.5463251Z adding 'torch/test/kernel_lambda_legacy_test' 2024-04-03T16:01:53.6044168Z adding 'torch/test/kernel_lambda_test' 2024-04-03T16:01:53.6430657Z adding 'torch/test/kernel_stackbased_test' 2024-04-03T16:01:53.6739098Z adding 'torch/test/lazy_tensor_test' 2024-04-03T16:01:53.7156606Z adding 'torch/test/legacy_vmap_test' 2024-04-03T16:01:53.7711246Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2024-04-03T16:01:53.8048187Z adding 'torch/test/math_kernel_test' 2024-04-03T16:01:53.8372917Z adding 'torch/test/memory_format_test' 2024-04-03T16:01:53.8696640Z adding 'torch/test/memory_overlapping_test' 2024-04-03T16:01:53.9021896Z adding 'torch/test/mobile_memory_cleanup' 2024-04-03T16:01:53.9359892Z adding 'torch/test/native_test' 2024-04-03T16:01:53.9659492Z adding 'torch/test/op_allowlist_test' 2024-04-03T16:01:54.1126421Z adding 'torch/test/op_registration_test' 2024-04-03T16:01:54.1534619Z adding 'torch/test/operator_name_test' 2024-04-03T16:01:54.1842960Z adding 'torch/test/operators_test' 2024-04-03T16:01:54.2160609Z adding 'torch/test/packedtensoraccessor_test' 2024-04-03T16:01:54.2559366Z adding 'torch/test/pow_test' 2024-04-03T16:01:54.2908455Z adding 'torch/test/quantized_test' 2024-04-03T16:01:54.3216606Z adding 'torch/test/reduce_ops_test' 2024-04-03T16:01:54.3527753Z adding 'torch/test/reportMemoryUsage_test' 2024-04-03T16:01:54.3872131Z adding 'torch/test/scalar_tensor_test' 2024-04-03T16:01:54.4225780Z adding 'torch/test/scalar_test' 2024-04-03T16:01:54.4548741Z adding 'torch/test/stride_properties_test' 2024-04-03T16:01:54.4992002Z adding 'torch/test/tensor_iterator_test' 2024-04-03T16:01:54.5330403Z adding 'torch/test/test_parallel' 2024-04-03T16:01:54.5356923Z adding 'torch/test/thread_init_test' 2024-04-03T16:01:54.5679008Z adding 'torch/test/type_ptr_test' 2024-04-03T16:01:54.6044547Z adding 'torch/test/type_test' 2024-04-03T16:01:54.6368075Z adding 'torch/test/undefined_tensor_test' 2024-04-03T16:01:54.6388234Z adding 'torch/test/verify_api_visibility' 2024-04-03T16:01:54.6688152Z adding 'torch/test/weakref_test' 2024-04-03T16:01:54.7003589Z adding 'torch/test/wrapdim_test' 2024-04-03T16:01:54.7320091Z adding 'torch/test/xla_tensor_test' 2024-04-03T16:01:54.7337136Z adding 'torch/testing/__init__.py' 2024-04-03T16:01:54.7354804Z adding 'torch/testing/_comparison.py' 2024-04-03T16:01:54.7361023Z adding 'torch/testing/_creation.py' 2024-04-03T16:01:54.7364061Z adding 'torch/testing/_internal/__init__.py' 2024-04-03T16:01:54.7369065Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-04-03T16:01:54.7374317Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-04-03T16:01:54.7378230Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-04-03T16:01:54.7382369Z adding 'torch/testing/_internal/common_cuda.py' 2024-04-03T16:01:54.7404425Z adding 'torch/testing/_internal/common_device_type.py' 2024-04-03T16:01:54.7408547Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-04-03T16:01:54.7424365Z adding 'torch/testing/_internal/common_distributed.py' 2024-04-03T16:01:54.7428127Z adding 'torch/testing/_internal/common_dtype.py' 2024-04-03T16:01:54.7443254Z adding 'torch/testing/_internal/common_fsdp.py' 2024-04-03T16:01:54.7449569Z adding 'torch/testing/_internal/common_jit.py' 2024-04-03T16:01:54.7662128Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-04-03T16:01:54.7689221Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-04-03T16:01:54.7719136Z adding 'torch/testing/_internal/common_modules.py' 2024-04-03T16:01:54.7755139Z adding 'torch/testing/_internal/common_nn.py' 2024-04-03T16:01:54.7770991Z adding 'torch/testing/_internal/common_optimizers.py' 2024-04-03T16:01:54.7776181Z adding 'torch/testing/_internal/common_pruning.py' 2024-04-03T16:01:54.7801250Z adding 'torch/testing/_internal/common_quantization.py' 2024-04-03T16:01:54.7807125Z adding 'torch/testing/_internal/common_quantized.py' 2024-04-03T16:01:54.7810704Z adding 'torch/testing/_internal/common_subclass.py' 2024-04-03T16:01:54.7882995Z adding 'torch/testing/_internal/common_utils.py' 2024-04-03T16:01:54.7894944Z adding 'torch/testing/_internal/composite_compliance.py' 2024-04-03T16:01:54.7899842Z adding 'torch/testing/_internal/custom_op_db.py' 2024-04-03T16:01:54.7903682Z adding 'torch/testing/_internal/dist_utils.py' 2024-04-03T16:01:54.7907363Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-04-03T16:01:54.7908844Z adding 'torch/testing/_internal/hop_db.py' 2024-04-03T16:01:54.7913843Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-04-03T16:01:54.7916511Z adding 'torch/testing/_internal/inductor_utils.py' 2024-04-03T16:01:54.7925759Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-04-03T16:01:54.7937462Z adding 'torch/testing/_internal/jit_utils.py' 2024-04-03T16:01:54.7941095Z adding 'torch/testing/_internal/logging_tensor.py' 2024-04-03T16:01:54.7944547Z adding 'torch/testing/_internal/logging_utils.py' 2024-04-03T16:01:54.7946831Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-04-03T16:01:54.7948287Z adding 'torch/testing/_internal/static_module.py' 2024-04-03T16:01:54.7951386Z adding 'torch/testing/_internal/triton_utils.py' 2024-04-03T16:01:54.7953952Z adding 'torch/testing/_internal/two_tensor.py' 2024-04-03T16:01:54.7955985Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-04-03T16:01:54.7957744Z adding 'torch/testing/_internal/data/__init__.py' 2024-04-03T16:01:54.7959378Z adding 'torch/testing/_internal/data/network1.py' 2024-04-03T16:01:54.7961417Z adding 'torch/testing/_internal/data/network2.py' 2024-04-03T16:01:54.7963465Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-04-03T16:01:54.7965492Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-04-03T16:01:54.7968072Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-04-03T16:01:54.7975375Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-04-03T16:01:54.8066080Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-04-03T16:01:54.8077296Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-04-03T16:01:54.8079423Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-04-03T16:01:54.8084762Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-04-03T16:01:54.8087836Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2024-04-03T16:01:54.8091204Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-04-03T16:01:54.8093575Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-04-03T16:01:54.8095504Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-04-03T16:01:54.8098260Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-04-03T16:01:54.8101112Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-04-03T16:01:54.8103125Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-04-03T16:01:54.8104907Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-04-03T16:01:54.8111133Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-04-03T16:01:54.8113512Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-04-03T16:01:54.8115336Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-04-03T16:01:54.8121298Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-04-03T16:01:54.8124097Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2024-04-03T16:01:54.8125785Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-04-03T16:01:54.8151168Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-04-03T16:01:54.8157845Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-04-03T16:01:54.8161753Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-04-03T16:01:54.8164658Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-04-03T16:01:54.8166494Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-04-03T16:01:54.8220895Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-04-03T16:01:54.8228041Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-04-03T16:01:54.8229585Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-04-03T16:01:54.8232542Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-04-03T16:01:54.8236617Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-04-03T16:01:54.8238406Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-04-03T16:01:54.8241283Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-04-03T16:01:54.8253648Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-04-03T16:01:54.8257766Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-04-03T16:01:54.8259644Z adding 'torch/testing/_internal/generated/__init__.py' 2024-04-03T16:01:54.8303978Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-04-03T16:01:54.8317415Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-04-03T16:01:54.8351833Z adding 'torch/testing/_internal/opinfo/core.py' 2024-04-03T16:01:54.8357093Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-04-03T16:01:54.8361518Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-04-03T16:01:54.8364110Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-04-03T16:01:54.8371585Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-04-03T16:01:54.8377037Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-04-03T16:01:54.8395836Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-04-03T16:01:54.8401735Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-04-03T16:01:54.8409995Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-04-03T16:01:54.8415252Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-04-03T16:01:54.8417870Z adding 'torch/testing/_internal/optests/__init__.py' 2024-04-03T16:01:54.8420861Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-04-03T16:01:54.8424209Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-04-03T16:01:54.8425978Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-04-03T16:01:54.8436308Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-04-03T16:01:54.8439577Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-04-03T16:01:54.8441797Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-04-03T16:01:54.8443845Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-04-03T16:01:54.8445109Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-04-03T16:01:54.8447684Z adding 'torch/utils/__init__.py' 2024-04-03T16:01:54.8452680Z adding 'torch/utils/_config_module.py' 2024-04-03T16:01:54.8456492Z adding 'torch/utils/_content_store.py' 2024-04-03T16:01:54.8459728Z adding 'torch/utils/_contextlib.py' 2024-04-03T16:01:54.8462052Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-04-03T16:01:54.8470290Z adding 'torch/utils/_cxx_pytree.py' 2024-04-03T16:01:54.8473192Z adding 'torch/utils/_device.py' 2024-04-03T16:01:54.8475473Z adding 'torch/utils/_foreach_utils.py' 2024-04-03T16:01:54.8479543Z adding 'torch/utils/_freeze.py' 2024-04-03T16:01:54.8482119Z adding 'torch/utils/_import_utils.py' 2024-04-03T16:01:54.8483612Z adding 'torch/utils/_mode_utils.py' 2024-04-03T16:01:54.8492192Z adding 'torch/utils/_python_dispatch.py' 2024-04-03T16:01:54.8506797Z adding 'torch/utils/_pytree.py' 2024-04-03T16:01:54.8509897Z adding 'torch/utils/_stats.py' 2024-04-03T16:01:54.8514150Z adding 'torch/utils/_traceback.py' 2024-04-03T16:01:54.8516563Z adding 'torch/utils/_triton.py' 2024-04-03T16:01:54.8518354Z adding 'torch/utils/_typing_utils.py' 2024-04-03T16:01:54.8520792Z adding 'torch/utils/_zip.py' 2024-04-03T16:01:54.8526513Z adding 'torch/utils/backend_registration.py' 2024-04-03T16:01:54.8533759Z adding 'torch/utils/bundled_inputs.py' 2024-04-03T16:01:54.8555261Z adding 'torch/utils/checkpoint.py' 2024-04-03T16:01:54.8563768Z adding 'torch/utils/collect_env.py' 2024-04-03T16:01:54.8565938Z adding 'torch/utils/cpp_backtrace.py' 2024-04-03T16:01:54.8599812Z adding 'torch/utils/cpp_extension.py' 2024-04-03T16:01:54.8604103Z adding 'torch/utils/deterministic.py' 2024-04-03T16:01:54.8606782Z adding 'torch/utils/dlpack.py' 2024-04-03T16:01:54.8608815Z adding 'torch/utils/file_baton.py' 2024-04-03T16:01:54.8615407Z adding 'torch/utils/flop_counter.py' 2024-04-03T16:01:54.8619605Z adding 'torch/utils/hooks.py' 2024-04-03T16:01:54.8622524Z adding 'torch/utils/mkldnn.py' 2024-04-03T16:01:54.8625539Z adding 'torch/utils/mobile_optimizer.py' 2024-04-03T16:01:54.8627349Z adding 'torch/utils/model_zoo.py' 2024-04-03T16:01:54.8630380Z adding 'torch/utils/show_pickle.py' 2024-04-03T16:01:54.8633511Z adding 'torch/utils/throughput_benchmark.py' 2024-04-03T16:01:54.8637680Z adding 'torch/utils/weak.py' 2024-04-03T16:01:54.8639879Z adding 'torch/utils/_sympy/__init__.py' 2024-04-03T16:01:54.8644694Z adding 'torch/utils/_sympy/functions.py' 2024-04-03T16:01:54.8647537Z adding 'torch/utils/_sympy/interp.py' 2024-04-03T16:01:54.8649923Z adding 'torch/utils/_sympy/reference.py' 2024-04-03T16:01:54.8652369Z adding 'torch/utils/_sympy/singleton_int.py' 2024-04-03T16:01:54.8655547Z adding 'torch/utils/_sympy/solve.py' 2024-04-03T16:01:54.8664062Z adding 'torch/utils/_sympy/value_ranges.py' 2024-04-03T16:01:54.8666626Z adding 'torch/utils/backcompat/__init__.py' 2024-04-03T16:01:54.8668513Z adding 'torch/utils/benchmark/__init__.py' 2024-04-03T16:01:54.8670616Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-04-03T16:01:54.8673405Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-04-03T16:01:54.8675728Z adding 'torch/utils/benchmark/examples/compare.py' 2024-04-03T16:01:54.8677975Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-04-03T16:01:54.8680852Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-04-03T16:01:54.8682906Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-04-03T16:01:54.8685628Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-04-03T16:01:54.8687584Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-04-03T16:01:54.8690012Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-04-03T16:01:54.8692664Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-04-03T16:01:54.8695241Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-04-03T16:01:54.8697895Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-04-03T16:01:54.8700261Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-04-03T16:01:54.8702278Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-04-03T16:01:54.8704343Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-04-03T16:01:54.8709317Z adding 'torch/utils/benchmark/utils/common.py' 2024-04-03T16:01:54.8714182Z adding 'torch/utils/benchmark/utils/compare.py' 2024-04-03T16:01:54.8717596Z adding 'torch/utils/benchmark/utils/compile.py' 2024-04-03T16:01:54.8721150Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-04-03T16:01:54.8727369Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-04-03T16:01:54.8730895Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-04-03T16:01:54.8733170Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-04-03T16:01:54.8740153Z adding 'torch/utils/benchmark/utils/timer.py' 2024-04-03T16:01:54.8742442Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-04-03T16:01:54.8745382Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-04-03T16:01:54.8747400Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-04-03T16:01:54.8749404Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-04-03T16:01:54.8761111Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-04-03T16:01:54.8808558Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-04-03T16:01:54.8819813Z adding 'torch/utils/bottleneck/__init__.py' 2024-04-03T16:01:54.8823059Z adding 'torch/utils/bottleneck/__main__.py' 2024-04-03T16:01:54.8825865Z adding 'torch/utils/data/__init__.py' 2024-04-03T16:01:54.8828877Z adding 'torch/utils/data/backward_compatibility.py' 2024-04-03T16:01:54.8855724Z adding 'torch/utils/data/dataloader.py' 2024-04-03T16:01:54.8863244Z adding 'torch/utils/data/dataset.py' 2024-04-03T16:01:54.8866632Z adding 'torch/utils/data/distributed.py' 2024-04-03T16:01:54.8869607Z adding 'torch/utils/data/graph.py' 2024-04-03T16:01:54.8872558Z adding 'torch/utils/data/graph_settings.py' 2024-04-03T16:01:54.8876908Z adding 'torch/utils/data/sampler.py' 2024-04-03T16:01:54.8879507Z adding 'torch/utils/data/_utils/__init__.py' 2024-04-03T16:01:54.8884344Z adding 'torch/utils/data/_utils/collate.py' 2024-04-03T16:01:54.8886672Z adding 'torch/utils/data/_utils/fetch.py' 2024-04-03T16:01:54.8889110Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-04-03T16:01:54.8891603Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-04-03T16:01:54.8896582Z adding 'torch/utils/data/_utils/worker.py' 2024-04-03T16:01:54.8898779Z adding 'torch/utils/data/datapipes/__init__.py' 2024-04-03T16:01:54.8901760Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-04-03T16:01:54.8906054Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-04-03T16:01:54.8911887Z adding 'torch/utils/data/datapipes/_typing.py' 2024-04-03T16:01:54.8916930Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-04-03T16:01:54.8926237Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-04-03T16:01:54.8930862Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-04-03T16:01:54.8933329Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-04-03T16:01:54.8935602Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-04-03T16:01:54.8939650Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-04-03T16:01:54.8942293Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-04-03T16:01:54.8944183Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-04-03T16:01:54.8946378Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-04-03T16:01:54.8950032Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-04-03T16:01:54.8953268Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-04-03T16:01:54.8960525Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-04-03T16:01:54.8970616Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-04-03T16:01:54.8971314Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-04-03T16:01:54.8972026Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-04-03T16:01:54.8972721Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-04-03T16:01:54.8974938Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-04-03T16:01:54.8977223Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-04-03T16:01:54.8979284Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-04-03T16:01:54.8981256Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-04-03T16:01:54.8983293Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-04-03T16:01:54.8985297Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-04-03T16:01:54.8987804Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-04-03T16:01:54.8990259Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-04-03T16:01:54.8992392Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-04-03T16:01:54.8994365Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-04-03T16:01:54.8996190Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-04-03T16:01:54.9000965Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-04-03T16:01:54.9005198Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-04-03T16:01:54.9007884Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-04-03T16:01:54.9009727Z adding 'torch/utils/hipify/__init__.py' 2024-04-03T16:01:54.9011791Z adding 'torch/utils/hipify/constants.py' 2024-04-03T16:01:54.9062875Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-04-03T16:01:54.9085455Z adding 'torch/utils/hipify/hipify_python.py' 2024-04-03T16:01:54.9087909Z adding 'torch/utils/hipify/version.py' 2024-04-03T16:01:54.9089629Z adding 'torch/utils/jit/__init__.py' 2024-04-03T16:01:54.9092185Z adding 'torch/utils/jit/log_extract.py' 2024-04-03T16:01:54.9098154Z adding 'torch/utils/model_dump/__init__.py' 2024-04-03T16:01:54.9100180Z adding 'torch/utils/model_dump/__main__.py' 2024-04-03T16:01:54.9105814Z adding 'torch/utils/model_dump/code.js' 2024-04-03T16:01:54.9108150Z adding 'torch/utils/model_dump/htm.mjs' 2024-04-03T16:01:54.9112530Z adding 'torch/utils/model_dump/preact.mjs' 2024-04-03T16:01:54.9114537Z adding 'torch/utils/model_dump/skeleton.html' 2024-04-03T16:01:54.9116515Z adding 'torch/utils/tensorboard/__init__.py' 2024-04-03T16:01:54.9125188Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2024-04-03T16:01:54.9127583Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-04-03T16:01:54.9129886Z adding 'torch/utils/tensorboard/_embedding.py' 2024-04-03T16:01:54.9132147Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-04-03T16:01:54.9134110Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-04-03T16:01:54.9139263Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-04-03T16:01:54.9142336Z adding 'torch/utils/tensorboard/_utils.py' 2024-04-03T16:01:54.9153027Z adding 'torch/utils/tensorboard/summary.py' 2024-04-03T16:01:54.9166557Z adding 'torch/utils/tensorboard/writer.py' 2024-04-03T16:01:54.9169315Z adding 'torch/utils/viz/__init__.py' 2024-04-03T16:01:54.9174613Z adding 'torch/utils/viz/_cycles.py' 2024-04-03T16:01:54.9180292Z adding 'torch/xpu/__init__.py' 2024-04-03T16:01:54.9182594Z adding 'torch/xpu/_gpu_trace.py' 2024-04-03T16:01:54.9184627Z adding 'torch/xpu/_utils.py' 2024-04-03T16:01:54.9186812Z adding 'torch/xpu/random.py' 2024-04-03T16:01:54.9189823Z adding 'torch/xpu/streams.py' 2024-04-03T16:01:54.9193694Z adding 'torchgen/__init__.py' 2024-04-03T16:01:54.9195867Z adding 'torchgen/code_template.py' 2024-04-03T16:01:54.9198206Z adding 'torchgen/context.py' 2024-04-03T16:01:54.9230261Z adding 'torchgen/gen.py' 2024-04-03T16:01:54.9237440Z adding 'torchgen/gen_aoti_c_shim.py' 2024-04-03T16:01:54.9244780Z adding 'torchgen/gen_backend_stubs.py' 2024-04-03T16:01:54.9256660Z adding 'torchgen/gen_executorch.py' 2024-04-03T16:01:54.9267775Z adding 'torchgen/gen_functionalization_type.py' 2024-04-03T16:01:54.9275411Z adding 'torchgen/gen_lazy_tensor.py' 2024-04-03T16:01:54.9279249Z adding 'torchgen/gen_vmap_plumbing.py' 2024-04-03T16:01:54.9281487Z adding 'torchgen/local.py' 2024-04-03T16:01:54.9319518Z adding 'torchgen/model.py' 2024-04-03T16:01:54.9331761Z adding 'torchgen/native_function_generation.py' 2024-04-03T16:01:54.9338047Z adding 'torchgen/utils.py' 2024-04-03T16:01:54.9340239Z adding 'torchgen/yaml_utils.py' 2024-04-03T16:01:54.9342181Z adding 'torchgen/api/__init__.py' 2024-04-03T16:01:54.9354289Z adding 'torchgen/api/autograd.py' 2024-04-03T16:01:54.9360620Z adding 'torchgen/api/cpp.py' 2024-04-03T16:01:54.9363707Z adding 'torchgen/api/dispatcher.py' 2024-04-03T16:01:54.9367396Z adding 'torchgen/api/functionalization.py' 2024-04-03T16:01:54.9373758Z adding 'torchgen/api/lazy.py' 2024-04-03T16:01:54.9376225Z adding 'torchgen/api/meta.py' 2024-04-03T16:01:54.9379360Z adding 'torchgen/api/native.py' 2024-04-03T16:01:54.9398362Z adding 'torchgen/api/python.py' 2024-04-03T16:01:54.9402971Z adding 'torchgen/api/structured.py' 2024-04-03T16:01:54.9408947Z adding 'torchgen/api/translate.py' 2024-04-03T16:01:54.9412913Z adding 'torchgen/api/ufunc.py' 2024-04-03T16:01:54.9417179Z adding 'torchgen/api/unboxing.py' 2024-04-03T16:01:54.9419412Z adding 'torchgen/api/types/__init__.py' 2024-04-03T16:01:54.9424792Z adding 'torchgen/api/types/signatures.py' 2024-04-03T16:01:54.9428631Z adding 'torchgen/api/types/types.py' 2024-04-03T16:01:54.9432725Z adding 'torchgen/api/types/types_base.py' 2024-04-03T16:01:54.9434793Z adding 'torchgen/dest/__init__.py' 2024-04-03T16:01:54.9443956Z adding 'torchgen/dest/lazy_ir.py' 2024-04-03T16:01:54.9446950Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-04-03T16:01:54.9449386Z adding 'torchgen/dest/native_functions.py' 2024-04-03T16:01:54.9461908Z adding 'torchgen/dest/register_dispatch_key.py' 2024-04-03T16:01:54.9468375Z adding 'torchgen/dest/ufunc.py' 2024-04-03T16:01:54.9470902Z adding 'torchgen/executorch/__init__.py' 2024-04-03T16:01:54.9474862Z adding 'torchgen/executorch/model.py' 2024-04-03T16:01:54.9478095Z adding 'torchgen/executorch/parse.py' 2024-04-03T16:01:54.9480155Z adding 'torchgen/executorch/api/__init__.py' 2024-04-03T16:01:54.9483339Z adding 'torchgen/executorch/api/custom_ops.py' 2024-04-03T16:01:54.9488340Z adding 'torchgen/executorch/api/et_cpp.py' 2024-04-03T16:01:54.9492273Z adding 'torchgen/executorch/api/unboxing.py' 2024-04-03T16:01:54.9494575Z adding 'torchgen/executorch/api/types/__init__.py' 2024-04-03T16:01:54.9497117Z adding 'torchgen/executorch/api/types/signatures.py' 2024-04-03T16:01:54.9499507Z adding 'torchgen/executorch/api/types/types.py' 2024-04-03T16:01:54.9501615Z adding 'torchgen/operator_versions/__init__.py' 2024-04-03T16:01:54.9506089Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-04-03T16:01:54.9508472Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-04-03T16:01:54.9619452Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-04-03T16:01:54.9634388Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-04-03T16:01:54.9637193Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-04-03T16:01:54.9639808Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-04-03T16:01:54.9642123Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-04-03T16:01:54.9644581Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-04-03T16:01:54.9646816Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-04-03T16:01:54.9648877Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-04-03T16:01:54.9651298Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-04-03T16:01:54.9652828Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-04-03T16:01:54.9655011Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-04-03T16:01:54.9657745Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-04-03T16:01:54.9660780Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-04-03T16:01:54.9662975Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-04-03T16:01:54.9665580Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-04-03T16:01:54.9666784Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-04-03T16:01:54.9669339Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-04-03T16:01:54.9671422Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-04-03T16:01:54.9673155Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-04-03T16:01:54.9675503Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-04-03T16:01:54.9677256Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-04-03T16:01:54.9679267Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-04-03T16:01:54.9681929Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-04-03T16:01:54.9684393Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-04-03T16:01:54.9685856Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-04-03T16:01:54.9688175Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-04-03T16:01:54.9690207Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-04-03T16:01:54.9691982Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-04-03T16:01:54.9694256Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-04-03T16:01:54.9696740Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-04-03T16:01:54.9698677Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-04-03T16:01:54.9700448Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-04-03T16:01:54.9710347Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-04-03T16:01:54.9713350Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-04-03T16:01:54.9715319Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-04-03T16:01:54.9717032Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-04-03T16:01:54.9718855Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-04-03T16:01:54.9721114Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-04-03T16:01:54.9723124Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-04-03T16:01:54.9724890Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-04-03T16:01:54.9726427Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-04-03T16:01:54.9728483Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-04-03T16:01:54.9730270Z adding 'torchgen/packaged/autograd/README.md' 2024-04-03T16:01:54.9732102Z adding 'torchgen/packaged/autograd/__init__.py' 2024-04-03T16:01:54.9733702Z adding 'torchgen/packaged/autograd/build.bzl' 2024-04-03T16:01:54.9735349Z adding 'torchgen/packaged/autograd/context.py' 2024-04-03T16:01:54.9737927Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-04-03T16:01:54.9779960Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-04-03T16:01:54.9786438Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-04-03T16:01:54.9788916Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-04-03T16:01:54.9796826Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-04-03T16:01:54.9805019Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-04-03T16:01:54.9819793Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-04-03T16:01:54.9826929Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-04-03T16:01:54.9830092Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-04-03T16:01:54.9854466Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-04-03T16:01:54.9860573Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-04-03T16:01:54.9873045Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-04-03T16:01:54.9876524Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-04-03T16:01:54.9878392Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-04-03T16:01:54.9880939Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-04-03T16:01:54.9882729Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-04-03T16:01:54.9885043Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-04-03T16:01:54.9887228Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-04-03T16:01:54.9889103Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-04-03T16:01:54.9891050Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-04-03T16:01:54.9893098Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-04-03T16:01:54.9894901Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-04-03T16:01:54.9897185Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-04-03T16:01:54.9899367Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-04-03T16:01:54.9901112Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-04-03T16:01:54.9903363Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-04-03T16:01:54.9905564Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-04-03T16:01:54.9908109Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-04-03T16:01:54.9910320Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-04-03T16:01:54.9912219Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-04-03T16:01:54.9914512Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-04-03T16:01:54.9916855Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-04-03T16:01:54.9919258Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-04-03T16:01:54.9929985Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-04-03T16:01:54.9934070Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-04-03T16:01:54.9936084Z adding 'torchgen/selective_build/__init__.py' 2024-04-03T16:01:54.9939306Z adding 'torchgen/selective_build/operator.py' 2024-04-03T16:01:54.9943804Z adding 'torchgen/selective_build/selector.py' 2024-04-03T16:01:54.9946195Z adding 'torchgen/static_runtime/__init__.py' 2024-04-03T16:01:54.9949709Z adding 'torchgen/static_runtime/config.py' 2024-04-03T16:01:54.9953408Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-04-03T16:01:54.9960650Z adding 'torchgen/static_runtime/generator.py' 2024-04-03T16:01:55.0021458Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/LICENSE' 2024-04-03T16:01:55.0037298Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/METADATA' 2024-04-03T16:01:55.0046139Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/NOTICE' 2024-04-03T16:01:55.0047705Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/WHEEL' 2024-04-03T16:01:55.0049228Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/entry_points.txt' 2024-04-03T16:01:55.0050281Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/top_level.txt' 2024-04-03T16:01:55.0249750Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/RECORD' 2024-04-03T16:01:55.0340076Z removing build/bdist.linux-x86_64/wheel 2024-04-03T16:01:55.1965281Z ++ echo dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T16:01:55.1966218Z + pip_install_whl dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T16:01:55.1967250Z + python3 -mpip install --no-index --no-deps dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T16:01:55.9495269Z Processing ./dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T16:01:56.3193418Z Installing collected packages: torch 2024-04-03T16:02:02.5350259Z Successfully installed torch-2.4.0a0+gitd253bd7 2024-04-03T16:02:02.5943718Z + set -x 2024-04-03T16:02:02.5944157Z + assert_git_not_dirty 2024-04-03T16:02:02.5945480Z + [[ linux-jammy-py3.8-gcc11-no-ops != *rocm* ]] 2024-04-03T16:02:02.5946098Z + [[ linux-jammy-py3.8-gcc11-no-ops != *xla* ]] 2024-04-03T16:02:02.5948933Z ++ git status --porcelain 2024-04-03T16:02:02.5949495Z ++ grep -v '?? third_party' 2024-04-03T16:02:05.8372174Z ++ true 2024-04-03T16:02:05.8372696Z + git_status= 2024-04-03T16:02:05.8373335Z + [[ -n '' ]] 2024-04-03T16:02:05.8373805Z + mkdir -p dist 2024-04-03T16:02:05.8397745Z + '[' -f build/.ninja_log ']' 2024-04-03T16:02:05.8398675Z + [[ linux-jammy-py3.8-gcc11-no-ops == *rocm* ]] 2024-04-03T16:02:05.8399627Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2024-04-03T16:02:05.8400729Z ++ [[ linux-jammy-py3.8-gcc11-no-ops == *rocm* ]] 2024-04-03T16:02:05.8401179Z ++ echo OFF 2024-04-03T16:02:05.8402368Z + CUSTOM_TEST_USE_ROCM=OFF 2024-04-03T16:02:05.8402944Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2024-04-03T16:02:05.8403572Z + mkdir -pv build/custom_test_artifacts 2024-04-03T16:02:05.8410500Z mkdir: created directory 'build/custom_test_artifacts' 2024-04-03T16:02:05.8411782Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2024-04-03T16:02:05.8412856Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2024-04-03T16:02:05.8414010Z + python --version 2024-04-03T16:02:05.8422257Z Python 3.8.19 2024-04-03T16:02:05.8426452Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2024-04-03T16:02:05.9567351Z + SITE_PACKAGES=/opt/conda/envs/py_3.8/lib/python3.8/site-packages 2024-04-03T16:02:05.9568701Z + mkdir -p build/custom_test_artifacts/custom-op-build 2024-04-03T16:02:05.9576073Z + pushd build/custom_test_artifacts/custom-op-build 2024-04-03T16:02:05.9576808Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2024-04-03T16:02:05.9578467Z ++ which python 2024-04-03T16:02:05.9588533Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2024-04-03T16:02:06.0487312Z -- The C compiler identification is GNU 11.4.0 2024-04-03T16:02:06.1145220Z -- The CXX compiler identification is GNU 11.4.0 2024-04-03T16:02:06.1322145Z -- Detecting C compiler ABI info 2024-04-03T16:02:06.2538423Z -- Detecting C compiler ABI info - done 2024-04-03T16:02:06.2642390Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T16:02:06.2645360Z -- Detecting C compile features 2024-04-03T16:02:06.2649080Z -- Detecting C compile features - done 2024-04-03T16:02:06.2681034Z -- Detecting CXX compiler ABI info 2024-04-03T16:02:06.3699069Z -- Detecting CXX compiler ABI info - done 2024-04-03T16:02:06.3804435Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T16:02:06.3807110Z -- Detecting CXX compile features 2024-04-03T16:02:06.3812130Z -- Detecting CXX compile features - done 2024-04-03T16:02:06.4020518Z CMake Warning at /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-04-03T16:02:06.4021621Z static library kineto_LIBRARY-NOTFOUND not found. 2024-04-03T16:02:06.4022178Z Call Stack (most recent call first): 2024-04-03T16:02:06.4023314Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-04-03T16:02:06.4024244Z CMakeLists.txt:9 (find_package) 2024-04-03T16:02:06.4024523Z 2024-04-03T16:02:06.4024635Z  2024-04-03T16:02:06.4025246Z -- Found Torch: /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so 2024-04-03T16:02:06.4026530Z -- Configuring done (0.4s) 2024-04-03T16:02:06.4071633Z -- Generating done (0.0s) 2024-04-03T16:02:06.4076822Z CMake Warning: 2024-04-03T16:02:06.4077745Z Manually-specified variables were not used by the project: 2024-04-03T16:02:06.4078427Z 2024-04-03T16:02:06.4078599Z PYTHON_EXECUTABLE 2024-04-03T16:02:06.4078838Z 2024-04-03T16:02:06.4078974Z  2024-04-03T16:02:06.4090100Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2024-04-03T16:02:06.4118336Z + make VERBOSE=1 2024-04-03T16:02:06.4132326Z /opt/conda/envs/py_3.8/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2024-04-03T16:02:06.4191615Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2024-04-03T16:02:06.4235939Z make -f CMakeFiles/Makefile2 all 2024-04-03T16:02:06.4245673Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:06.4247736Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2024-04-03T16:02:06.4255745Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:06.4259641Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2024-04-03T16:02:06.4308060Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:06.4309111Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2024-04-03T16:02:06.4318172Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:06.4364542Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2024-04-03T16:02:06.4371166Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_ops_EXPORTS -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2024-04-03T16:02:07.0594902Z [ 50%] Linking CXX shared library libcustom_ops.so 2024-04-03T16:02:07.0598800Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2024-04-03T16:02:07.0643243Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2024-04-03T16:02:07.3147198Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:07.3220516Z [ 50%] Built target custom_ops 2024-04-03T16:02:07.3225538Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2024-04-03T16:02:07.3235411Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:07.3239333Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2024-04-03T16:02:07.3286265Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:07.3287399Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2024-04-03T16:02:07.3295474Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:07.3338878Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2024-04-03T16:02:07.3346047Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -std=gnu++17 -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2024-04-03T16:02:07.9641667Z [100%] Linking CXX executable test_custom_ops 2024-04-03T16:02:07.9645771Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2024-04-03T16:02:07.9690798Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib libcustom_ops.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so 2024-04-03T16:02:08.3024651Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:08.3092505Z [100%] Built target test_custom_ops 2024-04-03T16:02:08.3097632Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T16:02:08.3099766Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2024-04-03T16:02:08.3144856Z + popd 2024-04-03T16:02:08.3145348Z ~/workspace 2024-04-03T16:02:08.3145768Z + assert_git_not_dirty 2024-04-03T16:02:08.3146266Z + [[ linux-jammy-py3.8-gcc11-no-ops != *rocm* ]] 2024-04-03T16:02:08.3146835Z + [[ linux-jammy-py3.8-gcc11-no-ops != *xla* ]] 2024-04-03T16:02:08.3150896Z ++ git status --porcelain 2024-04-03T16:02:08.3151531Z ++ grep -v '?? third_party' 2024-04-03T16:02:08.4344527Z ++ true 2024-04-03T16:02:08.4345009Z + git_status= 2024-04-03T16:02:08.4345545Z + [[ -n '' ]] 2024-04-03T16:02:08.4346070Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2024-04-03T16:02:08.4346738Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2024-04-03T16:02:08.4347236Z + python --version 2024-04-03T16:02:08.4355895Z Python 3.8.19 2024-04-03T16:02:08.4361330Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2024-04-03T16:02:08.5493842Z + SITE_PACKAGES=/opt/conda/envs/py_3.8/lib/python3.8/site-packages 2024-04-03T16:02:08.5494573Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2024-04-03T16:02:08.5501567Z + pushd build/custom_test_artifacts/jit-hook-build 2024-04-03T16:02:08.5502282Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2024-04-03T16:02:08.5505142Z ++ which python 2024-04-03T16:02:08.5514814Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2024-04-03T16:02:08.6012777Z -- The C compiler identification is GNU 11.4.0 2024-04-03T16:02:08.6649752Z -- The CXX compiler identification is GNU 11.4.0 2024-04-03T16:02:08.6789488Z -- Detecting C compiler ABI info 2024-04-03T16:02:08.7668707Z -- Detecting C compiler ABI info - done 2024-04-03T16:02:08.7771517Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T16:02:08.7775061Z -- Detecting C compile features 2024-04-03T16:02:08.7779701Z -- Detecting C compile features - done 2024-04-03T16:02:08.7810705Z -- Detecting CXX compiler ABI info 2024-04-03T16:02:08.8787492Z -- Detecting CXX compiler ABI info - done 2024-04-03T16:02:08.8892652Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T16:02:08.8895451Z -- Detecting CXX compile features 2024-04-03T16:02:08.8900480Z -- Detecting CXX compile features - done 2024-04-03T16:02:08.9098023Z CMake Warning at /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-04-03T16:02:08.9099098Z static library kineto_LIBRARY-NOTFOUND not found. 2024-04-03T16:02:08.9099602Z Call Stack (most recent call first): 2024-04-03T16:02:08.9100717Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-04-03T16:02:08.9101687Z CMakeLists.txt:9 (find_package) 2024-04-03T16:02:08.9101989Z 2024-04-03T16:02:08.9102176Z  2024-04-03T16:02:08.9102915Z -- Found Torch: /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so 2024-04-03T16:02:08.9104184Z -- Configuring done (0.4s) 2024-04-03T16:02:08.9132010Z -- Generating done (0.0s) 2024-04-03T16:02:08.9136182Z CMake Warning: 2024-04-03T16:02:08.9136941Z Manually-specified variables were not used by the project: 2024-04-03T16:02:08.9137735Z 2024-04-03T16:02:08.9137906Z PYTHON_EXECUTABLE 2024-04-03T16:02:08.9138211Z 2024-04-03T16:02:08.9138328Z  2024-04-03T16:02:08.9148057Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2024-04-03T16:02:08.9173336Z + make VERBOSE=1 2024-04-03T16:02:08.9184390Z /opt/conda/envs/py_3.8/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2024-04-03T16:02:08.9240952Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2024-04-03T16:02:08.9283746Z make -f CMakeFiles/Makefile2 all 2024-04-03T16:02:08.9291886Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T16:02:08.9292974Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2024-04-03T16:02:08.9300617Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T16:02:08.9304394Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2024-04-03T16:02:08.9354237Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T16:02:08.9355381Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2024-04-03T16:02:08.9362892Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T16:02:08.9406711Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2024-04-03T16:02:08.9413499Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -std=gnu++17 -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2024-04-03T16:02:09.6094887Z [100%] Linking CXX executable test_jit_hooks 2024-04-03T16:02:09.6098769Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2024-04-03T16:02:09.6144675Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2024-04-03T16:02:09.9194426Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T16:02:09.9274405Z [100%] Built target test_jit_hooks 2024-04-03T16:02:09.9279190Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T16:02:09.9280929Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2024-04-03T16:02:09.9327275Z + popd 2024-04-03T16:02:09.9327830Z ~/workspace 2024-04-03T16:02:09.9328108Z + assert_git_not_dirty 2024-04-03T16:02:09.9328612Z + [[ linux-jammy-py3.8-gcc11-no-ops != *rocm* ]] 2024-04-03T16:02:09.9329187Z + [[ linux-jammy-py3.8-gcc11-no-ops != *xla* ]] 2024-04-03T16:02:09.9333483Z ++ git status --porcelain 2024-04-03T16:02:09.9334234Z ++ grep -v '?? third_party' 2024-04-03T16:02:10.0525683Z ++ true 2024-04-03T16:02:10.0526232Z + git_status= 2024-04-03T16:02:10.0526894Z + [[ -n '' ]] 2024-04-03T16:02:10.0527449Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2024-04-03T16:02:10.0528198Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2024-04-03T16:02:10.0528757Z + python --version 2024-04-03T16:02:10.0536674Z Python 3.8.19 2024-04-03T16:02:10.0538384Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2024-04-03T16:02:10.0546756Z + pushd build/custom_test_artifacts/custom-backend-build 2024-04-03T16:02:10.0548045Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2024-04-03T16:02:10.0550067Z ++ which python 2024-04-03T16:02:10.0560463Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=OFF 2024-04-03T16:02:10.1056097Z -- The C compiler identification is GNU 11.4.0 2024-04-03T16:02:10.1671208Z -- The CXX compiler identification is GNU 11.4.0 2024-04-03T16:02:10.1804493Z -- Detecting C compiler ABI info 2024-04-03T16:02:10.2671313Z -- Detecting C compiler ABI info - done 2024-04-03T16:02:10.2772169Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T16:02:10.2774758Z -- Detecting C compile features 2024-04-03T16:02:10.2778290Z -- Detecting C compile features - done 2024-04-03T16:02:10.2809418Z -- Detecting CXX compiler ABI info 2024-04-03T16:02:10.3780191Z -- Detecting CXX compiler ABI info - done 2024-04-03T16:02:10.3885531Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T16:02:10.3888025Z -- Detecting CXX compile features 2024-04-03T16:02:10.3893511Z -- Detecting CXX compile features - done 2024-04-03T16:02:10.4092991Z CMake Warning at /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-04-03T16:02:10.4094145Z static library kineto_LIBRARY-NOTFOUND not found. 2024-04-03T16:02:10.4094977Z Call Stack (most recent call first): 2024-04-03T16:02:10.4096190Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-04-03T16:02:10.4097274Z CMakeLists.txt:9 (find_package) 2024-04-03T16:02:10.4097604Z 2024-04-03T16:02:10.4097757Z  2024-04-03T16:02:10.4098484Z -- Found Torch: /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so 2024-04-03T16:02:10.4099273Z -- Configuring done (0.3s) 2024-04-03T16:02:10.4144008Z -- Generating done (0.0s) 2024-04-03T16:02:10.4148397Z CMake Warning: 2024-04-03T16:02:10.4149016Z Manually-specified variables were not used by the project: 2024-04-03T16:02:10.4149423Z 2024-04-03T16:02:10.4149548Z PYTHON_EXECUTABLE 2024-04-03T16:02:10.4149743Z 2024-04-03T16:02:10.4149851Z  2024-04-03T16:02:10.4178847Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2024-04-03T16:02:10.4206830Z + make VERBOSE=1 2024-04-03T16:02:10.4220059Z /opt/conda/envs/py_3.8/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2024-04-03T16:02:10.4279262Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2024-04-03T16:02:10.4323703Z make -f CMakeFiles/Makefile2 all 2024-04-03T16:02:10.4333361Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:10.4334527Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2024-04-03T16:02:10.4342408Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:10.4347060Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2024-04-03T16:02:10.4394994Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:10.4396196Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2024-04-03T16:02:10.4405157Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:10.4449527Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2024-04-03T16:02:10.4457030Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -Dcustom_backend_EXPORTS -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2024-04-03T16:02:10.8854873Z [ 50%] Linking CXX shared library libcustom_backend.so 2024-04-03T16:02:10.8858269Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2024-04-03T16:02:10.8903023Z /opt/cache/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed 2024-04-03T16:02:11.1423593Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:11.1490073Z [ 50%] Built target custom_backend 2024-04-03T16:02:11.1495186Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2024-04-03T16:02:11.1504440Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:11.1508575Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2024-04-03T16:02:11.1555533Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:11.1556868Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2024-04-03T16:02:11.1565745Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:11.1609202Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2024-04-03T16:02:11.1618634Z /opt/cache/bin/c++ -DUSE_C10D_GLOO -DUSE_DISTRIBUTED -DUSE_RPC -DUSE_TENSORPIPE -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -std=gnu++17 -D_GLIBCXX_USE_CXX11_ABI=1 -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2024-04-03T16:02:11.7227070Z [100%] Linking CXX executable test_custom_backend 2024-04-03T16:02:11.7231159Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2024-04-03T16:02:11.7277247Z /opt/cache/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib libcustom_backend.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so 2024-04-03T16:02:12.0269716Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:12.0340910Z [100%] Built target test_custom_backend 2024-04-03T16:02:12.0345939Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T16:02:12.0347686Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2024-04-03T16:02:12.0394522Z + popd 2024-04-03T16:02:12.0395075Z ~/workspace 2024-04-03T16:02:12.0395387Z + assert_git_not_dirty 2024-04-03T16:02:12.0395904Z + [[ linux-jammy-py3.8-gcc11-no-ops != *rocm* ]] 2024-04-03T16:02:12.0396486Z + [[ linux-jammy-py3.8-gcc11-no-ops != *xla* ]] 2024-04-03T16:02:12.0400503Z ++ git status --porcelain 2024-04-03T16:02:12.0401241Z ++ grep -v '?? third_party' 2024-04-03T16:02:12.1600072Z ++ true 2024-04-03T16:02:12.1600756Z + git_status= 2024-04-03T16:02:12.1601476Z + [[ -n '' ]] 2024-04-03T16:02:12.1602301Z + [[ linux-jammy-py3.8-gcc11-no-ops != *libtorch* ]] 2024-04-03T16:02:12.1603089Z + [[ linux-jammy-py3.8-gcc11-no-ops != *bazel* ]] 2024-04-03T16:02:12.1603570Z + python tools/stats/export_test_times.py 2024-04-03T16:02:12.2094727Z Exporting test times from test-infra 2024-04-03T16:02:12.2096168Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.additional_ci_files/test-times.json 2024-04-03T16:02:12.2616531Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /var/lib/jenkins/workspace/.additional_ci_files/test-class-times.json 2024-04-03T16:02:12.3630691Z + print_sccache_stats 2024-04-03T16:02:12.3631534Z + echo 'PyTorch Build Statistics' 2024-04-03T16:02:12.3631924Z PyTorch Build Statistics 2024-04-03T16:02:12.3632299Z + sccache --show-stats 2024-04-03T16:02:12.3654339Z Compile requests 8444 2024-04-03T16:02:12.3654907Z Compile requests executed 8152 2024-04-03T16:02:12.3655731Z Cache hits 8114 2024-04-03T16:02:12.3656144Z Cache hits (C/C++) 8114 2024-04-03T16:02:12.3656586Z Cache misses 4 2024-04-03T16:02:12.3657167Z Cache misses (C/C++) 4 2024-04-03T16:02:12.3658104Z Cache timeouts 0 2024-04-03T16:02:12.3658675Z Cache read errors 0 2024-04-03T16:02:12.3681570Z Forced recaches 0 2024-04-03T16:02:12.3682387Z Cache write errors 0 2024-04-03T16:02:12.3683071Z Compilation failures 6 2024-04-03T16:02:12.3683744Z Cache errors 28 2024-04-03T16:02:12.3684277Z Cache errors (C/C++) 28 2024-04-03T16:02:12.3685202Z Non-cacheable compilations 0 2024-04-03T16:02:12.3685718Z Non-cacheable calls 15 2024-04-03T16:02:12.3686190Z Non-compilation calls 277 2024-04-03T16:02:12.3686610Z Unsupported compiler calls 0 2024-04-03T16:02:12.3687086Z Average cache write 0.108 s 2024-04-03T16:02:12.3687542Z Average cache read miss 14.747 s 2024-04-03T16:02:12.3687974Z Average cache read hit 0.037 s 2024-04-03T16:02:12.3688441Z Failed distributed compilations 0 2024-04-03T16:02:12.3688750Z 2024-04-03T16:02:12.3688893Z Non-cacheable reasons: 2024-04-03T16:02:12.3689246Z multiple input files 13 2024-04-03T16:02:12.3689748Z unknown source language 1 2024-04-03T16:02:12.3690159Z @ 1 2024-04-03T16:02:12.3690419Z 2024-04-03T16:02:12.3691334Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:02:12.3692390Z + [[ -n 23401547206 ]] 2024-04-03T16:02:12.3692779Z + sccache --show-stats --stats-format json 2024-04-03T16:02:12.3693183Z + jq .stats 2024-04-03T16:02:12.3963129Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2024-04-03T16:02:13.2025796Z + sccache_epilogue 2024-04-03T16:02:13.2026664Z + echo '::group::Sccache Compilation Log' 2024-04-03T16:02:13.2027626Z ##[group]Sccache Compilation Log 2024-04-03T16:02:13.2028363Z + echo '=================== sccache compilation log ===================' 2024-04-03T16:02:13.2028949Z =================== sccache compilation log =================== 2024-04-03T16:02:13.2029802Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2024-04-03T16:02:13.2203214Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2024-04-03T16:02:13.2204227Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2024-04-03T16:02:13.2204948Z + sccache --show-stats 2024-04-03T16:02:13.2225422Z Compile requests 8444 2024-04-03T16:02:13.2226107Z Compile requests executed 8152 2024-04-03T16:02:13.2226922Z Cache hits 8114 2024-04-03T16:02:13.2227390Z Cache hits (C/C++) 8114 2024-04-03T16:02:13.2227866Z Cache misses 4 2024-04-03T16:02:13.2228340Z Cache misses (C/C++) 4 2024-04-03T16:02:13.2228771Z Cache timeouts 0 2024-04-03T16:02:13.2229186Z Cache read errors 0 2024-04-03T16:02:13.2229744Z Forced recaches 0 2024-04-03T16:02:13.2230167Z Cache write errors 0 2024-04-03T16:02:13.2230588Z Compilation failures 6 2024-04-03T16:02:13.2230987Z Cache errors 28 2024-04-03T16:02:13.2231399Z Cache errors (C/C++) 28 2024-04-03T16:02:13.2231913Z Non-cacheable compilations 0 2024-04-03T16:02:13.2232371Z Non-cacheable calls 15 2024-04-03T16:02:13.2232841Z Non-compilation calls 277 2024-04-03T16:02:13.2233269Z Unsupported compiler calls 0 2024-04-03T16:02:13.2233687Z Average cache write 0.108 s 2024-04-03T16:02:13.2234128Z Average cache read miss 14.747 s 2024-04-03T16:02:13.2234571Z Average cache read hit 0.037 s 2024-04-03T16:02:13.2235067Z Failed distributed compilations 0 2024-04-03T16:02:13.2235377Z 2024-04-03T16:02:13.2235519Z Non-cacheable reasons: 2024-04-03T16:02:13.2235872Z multiple input files 13 2024-04-03T16:02:13.2236289Z unknown source language 1 2024-04-03T16:02:13.2236693Z @ 1 2024-04-03T16:02:13.2236954Z 2024-04-03T16:02:13.2237855Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:02:13.2238921Z + sccache --stop-server 2024-04-03T16:02:13.2259203Z Stopping sccache server... 2024-04-03T16:02:13.2262026Z Compile requests 8444 2024-04-03T16:02:13.2262855Z Compile requests executed 8152 2024-04-03T16:02:13.2263336Z Cache hits 8114 2024-04-03T16:02:13.2263817Z Cache hits (C/C++) 8114 2024-04-03T16:02:13.2264222Z Cache misses 4 2024-04-03T16:02:13.2264662Z Cache misses (C/C++) 4 2024-04-03T16:02:13.2265196Z Cache timeouts 0 2024-04-03T16:02:13.2265720Z Cache read errors 0 2024-04-03T16:02:13.2266500Z Forced recaches 0 2024-04-03T16:02:13.2266932Z Cache write errors 0 2024-04-03T16:02:13.2267417Z Compilation failures 6 2024-04-03T16:02:13.2267995Z Cache errors 28 2024-04-03T16:02:13.2268591Z Cache errors (C/C++) 28 2024-04-03T16:02:13.2269333Z Non-cacheable compilations 0 2024-04-03T16:02:13.2270045Z Non-cacheable calls 15 2024-04-03T16:02:13.2270586Z Non-compilation calls 277 2024-04-03T16:02:13.2271016Z Unsupported compiler calls 0 2024-04-03T16:02:13.2271560Z Average cache write 0.108 s 2024-04-03T16:02:13.2272062Z Average cache read miss 14.747 s 2024-04-03T16:02:13.2272565Z Average cache read hit 0.037 s 2024-04-03T16:02:13.2273313Z Failed distributed compilations 0 2024-04-03T16:02:13.2273784Z 2024-04-03T16:02:13.2273949Z Non-cacheable reasons: 2024-04-03T16:02:13.2274434Z multiple input files 13 2024-04-03T16:02:13.2275082Z @ 1 2024-04-03T16:02:13.2275677Z unknown source language 1 2024-04-03T16:02:13.2276097Z 2024-04-03T16:02:13.2277542Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T16:02:13.2278738Z + echo ::endgroup:: 2024-04-03T16:02:13.2279336Z ##[endgroup] 2024-04-03T16:02:13.2335323Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files 2024-04-03T16:02:13.2336475Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files 2024-04-03T16:02:13.2344591Z shell: /usr/bin/bash -e {0} 2024-04-03T16:02:13.2344937Z ##[endgroup] 2024-04-03T16:02:13.2437570Z adding: dist/ (stored 0%) 2024-04-03T16:02:17.0024064Z adding: dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl (deflated 1%) 2024-04-03T16:02:17.0025024Z adding: build/custom_test_artifacts/ (stored 0%) 2024-04-03T16:02:17.0025711Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2024-04-03T16:02:17.0026917Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2024-04-03T16:02:17.0028072Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ (stored 0%) 2024-04-03T16:02:17.0029258Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml (deflated 88%) 2024-04-03T16:02:17.0030780Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/ (stored 0%) 2024-04-03T16:02:17.0032337Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeSystem.cmake (deflated 64%) 2024-04-03T16:02:17.0033485Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/ (stored 0%) 2024-04-03T16:02:17.0035038Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ (stored 0%) 2024-04-03T16:02:17.0036730Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2024-04-03T16:02:17.0038372Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/a.out (deflated 84%) 2024-04-03T16:02:17.0039866Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/ (stored 0%) 2024-04-03T16:02:17.0042070Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ (stored 0%) 2024-04-03T16:02:17.0044520Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 77%) 2024-04-03T16:02:17.0046394Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out (deflated 84%) 2024-04-03T16:02:17.0047705Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin (deflated 83%) 2024-04-03T16:02:17.0049471Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake (deflated 66%) 2024-04-03T16:02:17.0050865Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin (deflated 83%) 2024-04-03T16:02:17.0052207Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake (deflated 71%) 2024-04-03T16:02:17.0053349Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ (stored 0%) 2024-04-03T16:02:17.0054398Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2024-04-03T16:02:17.0055562Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2024-04-03T16:02:17.0056749Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2024-04-03T16:02:17.0058064Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2024-04-03T16:02:17.0059441Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2024-04-03T16:02:17.0060638Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 68%) 2024-04-03T16:02:17.0061873Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2024-04-03T16:02:17.0063224Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 73%) 2024-04-03T16:02:17.0064474Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 46%) 2024-04-03T16:02:17.0065717Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 38%) 2024-04-03T16:02:17.0066951Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2024-04-03T16:02:17.0068228Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 86%) 2024-04-03T16:02:17.0230370Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 82%) 2024-04-03T16:02:17.0232483Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2024-04-03T16:02:17.0234143Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2024-04-03T16:02:17.0235497Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2024-04-03T16:02:17.0237265Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2024-04-03T16:02:17.0238523Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 68%) 2024-04-03T16:02:17.0239811Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2024-04-03T16:02:17.0241242Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2024-04-03T16:02:17.0242550Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 49%) 2024-04-03T16:02:17.0243852Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 38%) 2024-04-03T16:02:17.0245123Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2024-04-03T16:02:17.0246477Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 86%) 2024-04-03T16:02:17.0349677Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 81%) 2024-04-03T16:02:17.0351998Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T16:02:17.0353906Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2024-04-03T16:02:17.0355464Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2024-04-03T16:02:17.0356486Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 74%) 2024-04-03T16:02:17.0357538Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 87%) 2024-04-03T16:02:17.0358529Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2024-04-03T16:02:17.0359427Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2024-04-03T16:02:17.0360498Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2024-04-03T16:02:17.0528260Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 74%) 2024-04-03T16:02:17.0627446Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 72%) 2024-04-03T16:02:17.0628362Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2024-04-03T16:02:17.0629156Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2024-04-03T16:02:17.0630072Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ (stored 0%) 2024-04-03T16:02:17.0631379Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml (deflated 88%) 2024-04-03T16:02:17.0632438Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/ (stored 0%) 2024-04-03T16:02:17.0633504Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeSystem.cmake (deflated 64%) 2024-04-03T16:02:17.0634615Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/ (stored 0%) 2024-04-03T16:02:17.0635942Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ (stored 0%) 2024-04-03T16:02:17.0637452Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2024-04-03T16:02:17.0638706Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/a.out (deflated 84%) 2024-04-03T16:02:17.0639840Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/ (stored 0%) 2024-04-03T16:02:17.0641195Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ (stored 0%) 2024-04-03T16:02:17.0642505Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 77%) 2024-04-03T16:02:17.0643812Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out (deflated 84%) 2024-04-03T16:02:17.0645100Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin (deflated 83%) 2024-04-03T16:02:17.0646471Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake (deflated 66%) 2024-04-03T16:02:17.0647787Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin (deflated 83%) 2024-04-03T16:02:17.0649105Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake (deflated 71%) 2024-04-03T16:02:17.0650294Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ (stored 0%) 2024-04-03T16:02:17.0651330Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2024-04-03T16:02:17.0652402Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2024-04-03T16:02:17.0653592Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2024-04-03T16:02:17.0654928Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2024-04-03T16:02:17.0656217Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2024-04-03T16:02:17.0657419Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 70%) 2024-04-03T16:02:17.0658672Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2024-04-03T16:02:17.0659953Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 74%) 2024-04-03T16:02:17.0661218Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 49%) 2024-04-03T16:02:17.0662474Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 38%) 2024-04-03T16:02:17.0663730Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2024-04-03T16:02:17.0665137Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 86%) 2024-04-03T16:02:17.0743614Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2024-04-03T16:02:17.0744949Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T16:02:17.0746316Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2024-04-03T16:02:17.0747416Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2024-04-03T16:02:17.0748412Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2024-04-03T16:02:17.0749443Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 87%) 2024-04-03T16:02:17.0750428Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2024-04-03T16:02:17.0751364Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2024-04-03T16:02:17.0752267Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2024-04-03T16:02:17.0828446Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2024-04-03T16:02:17.0829559Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2024-04-03T16:02:17.0830434Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2024-04-03T16:02:17.0831445Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ (stored 0%) 2024-04-03T16:02:17.0832808Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml (deflated 88%) 2024-04-03T16:02:17.0846519Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/ (stored 0%) 2024-04-03T16:02:17.0848462Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeSystem.cmake (deflated 64%) 2024-04-03T16:02:17.0849857Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/ (stored 0%) 2024-04-03T16:02:17.0851233Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ (stored 0%) 2024-04-03T16:02:17.0852596Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2024-04-03T16:02:17.0854099Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/a.out (deflated 84%) 2024-04-03T16:02:17.0855314Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/ (stored 0%) 2024-04-03T16:02:17.0856534Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ (stored 0%) 2024-04-03T16:02:17.0857929Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 77%) 2024-04-03T16:02:17.0859324Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out (deflated 84%) 2024-04-03T16:02:17.0860705Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin (deflated 83%) 2024-04-03T16:02:17.0862080Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake (deflated 66%) 2024-04-03T16:02:17.0863485Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin (deflated 83%) 2024-04-03T16:02:17.0864880Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake (deflated 71%) 2024-04-03T16:02:17.0866093Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ (stored 0%) 2024-04-03T16:02:17.0867221Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2024-04-03T16:02:17.0868363Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2024-04-03T16:02:17.0869801Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2024-04-03T16:02:17.0871239Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2024-04-03T16:02:17.0872715Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2024-04-03T16:02:17.0874019Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 69%) 2024-04-03T16:02:17.0875375Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2024-04-03T16:02:17.0876740Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 74%) 2024-04-03T16:02:17.0878158Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 49%) 2024-04-03T16:02:17.0879507Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 38%) 2024-04-03T16:02:17.0880988Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2024-04-03T16:02:17.0882424Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 86%) 2024-04-03T16:02:17.1027950Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2024-04-03T16:02:17.1029539Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2024-04-03T16:02:17.1031072Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2024-04-03T16:02:17.1032569Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2024-04-03T16:02:17.1034086Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2024-04-03T16:02:17.1035443Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 69%) 2024-04-03T16:02:17.1036857Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2024-04-03T16:02:17.1038276Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 76%) 2024-04-03T16:02:17.1039692Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 51%) 2024-04-03T16:02:17.1041221Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 38%) 2024-04-03T16:02:17.1042625Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2024-04-03T16:02:17.1044122Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 86%) 2024-04-03T16:02:17.1110751Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 80%) 2024-04-03T16:02:17.1112353Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T16:02:17.1113765Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2024-04-03T16:02:17.1115111Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2024-04-03T16:02:17.1116256Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2024-04-03T16:02:17.1117470Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 87%) 2024-04-03T16:02:17.1118534Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2024-04-03T16:02:17.1119491Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2024-04-03T16:02:17.1120688Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2024-04-03T16:02:17.1279942Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 73%) 2024-04-03T16:02:17.1347651Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 72%) 2024-04-03T16:02:17.1348444Z adding: build/lib/ (stored 0%) 2024-04-03T16:02:17.1348850Z adding: build/lib/libclog.a (deflated 74%) 2024-04-03T16:02:17.1365525Z adding: build/lib/libpthreadpool.a (deflated 61%) 2024-04-03T16:02:17.1377761Z adding: build/lib/libcpuinfo_internals.a (deflated 70%) 2024-04-03T16:02:17.1390592Z adding: build/lib/libcpuinfo.a (deflated 69%) 2024-04-03T16:02:17.1497004Z adding: build/lib/libgtest.a (deflated 73%) 2024-04-03T16:02:17.1629478Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2024-04-03T16:02:17.1640395Z adding: build/lib/libittnotify.a (deflated 78%) 2024-04-03T16:02:17.1687512Z adding: build/lib/libtensorpipe_uv.a (deflated 65%) 2024-04-03T16:02:17.1803991Z adding: build/lib/libasmjit.a (deflated 61%) 2024-04-03T16:02:17.1926426Z adding: build/lib/libbenchmark.a (deflated 69%) 2024-04-03T16:02:17.2648819Z adding: build/lib/libprotobuf.a (deflated 72%) 2024-04-03T16:02:17.2835048Z adding: build/lib/libgloo.a (deflated 72%) 2024-04-03T16:02:17.2871781Z adding: build/lib/libfmt.a (deflated 65%) 2024-04-03T16:02:17.2872697Z adding: build/lib/libfoxi_loader.a (deflated 58%) 2024-04-03T16:02:17.3034326Z adding: build/lib/libc10.so (deflated 62%) 2024-04-03T16:02:17.3035880Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2024-04-03T16:02:17.3058980Z adding: build/lib/libqnnpack.a (deflated 64%) 2024-04-03T16:02:17.3062217Z adding: build/lib/libnnpack_reference_layers.a (deflated 67%) 2024-04-03T16:02:17.3095345Z adding: build/lib/libpytorch_qnnpack.a (deflated 65%) 2024-04-03T16:02:17.3918126Z adding: build/lib/libprotoc.a (deflated 71%) 2024-04-03T16:02:17.3946827Z adding: build/lib/libgmock.a (deflated 70%) 2024-04-03T16:02:17.3947637Z adding: build/lib/libgtest_main.a (deflated 62%) 2024-04-03T16:02:17.3948373Z adding: build/lib/libbenchmark_main.a (deflated 63%) 2024-04-03T16:02:17.3977339Z adding: build/lib/libnnpack.a (deflated 72%) 2024-04-03T16:02:17.4822349Z adding: build/lib/libtensorpipe.a (deflated 77%) 2024-04-03T16:02:17.6311366Z adding: build/lib/libfbgemm.a (deflated 83%) 2024-04-03T16:02:17.6312315Z adding: build/lib/libgmock_main.a (deflated 62%) 2024-04-03T16:02:18.9780643Z adding: build/lib/libdnnl.a (deflated 80%) 2024-04-03T16:02:19.0275369Z adding: build/lib/libkineto.a (deflated 65%) 2024-04-03T16:02:19.0334313Z adding: build/lib/libcaffe2_protos.a (deflated 76%) 2024-04-03T16:02:19.0395216Z adding: build/lib/libonnx_proto.a (deflated 77%) 2024-04-03T16:02:19.0727288Z adding: build/lib/libXNNPACK.a (deflated 62%) 2024-04-03T16:02:19.1801630Z adding: build/lib/libonnx.a (deflated 74%) 2024-04-03T16:02:22.9846558Z adding: build/lib/libtorch_cpu.so (deflated 71%) 2024-04-03T16:02:22.9847557Z adding: build/lib/libtorch.so (deflated 88%) 2024-04-03T16:02:22.9855230Z adding: build/lib/libunbox_lib.a (deflated 70%) 2024-04-03T16:02:22.9861668Z adding: build/lib/libshm.so (deflated 64%) 2024-04-03T16:02:22.9956760Z adding: build/lib/libtorchbind_test.so (deflated 71%) 2024-04-03T16:02:22.9991202Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2024-04-03T16:02:23.0036691Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2024-04-03T16:02:23.3181846Z adding: build/lib/libtorch_python.so (deflated 67%) 2024-04-03T16:02:23.3245415Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2024-04-03T16:02:23.3246307Z adding: build/bin/ (stored 0%) 2024-04-03T16:02:23.3246984Z adding: build/bin/CMakeFiles/ (stored 0%) 2024-04-03T16:02:23.3248294Z adding: build/bin/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T16:02:23.3249837Z adding: build/bin/CMakeFiles/progress.marks (stored 0%) 2024-04-03T16:02:23.3744699Z adding: build/bin/op_registration_test (deflated 77%) 2024-04-03T16:02:23.3745905Z adding: build/bin/Makefile (deflated 75%) 2024-04-03T16:02:23.3841531Z adding: build/bin/CppSignature_test (deflated 62%) 2024-04-03T16:02:23.3842537Z adding: build/bin/cmake_install.cmake (deflated 58%) 2024-04-03T16:02:23.3934086Z adding: build/bin/op_allowlist_test (deflated 61%) 2024-04-03T16:02:23.3935072Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2024-04-03T16:02:23.4028899Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2024-04-03T16:02:23.4125366Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2024-04-03T16:02:23.4220234Z adding: build/bin/c10_Device_test (deflated 61%) 2024-04-03T16:02:23.4330182Z adding: build/bin/c10_DispatchKeySet_test (deflated 63%) 2024-04-03T16:02:23.4421767Z adding: build/bin/c10_StreamGuard_test (deflated 61%) 2024-04-03T16:02:23.4524089Z adding: build/bin/c10_Scalar_test (deflated 61%) 2024-04-03T16:02:23.4620125Z adding: build/bin/c10_SymInt_test (deflated 61%) 2024-04-03T16:02:23.4721816Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 62%) 2024-04-03T16:02:23.4826047Z adding: build/bin/c10_InlineStreamGuard_test (deflated 62%) 2024-04-03T16:02:23.4930139Z adding: build/bin/c10_SizesAndStrides_test (deflated 63%) 2024-04-03T16:02:23.5021965Z adding: build/bin/c10_ConstexprCrc_test (deflated 61%) 2024-04-03T16:02:23.5120846Z adding: build/bin/c10_Bitset_test (deflated 62%) 2024-04-03T16:02:23.5251827Z adding: build/bin/c10_cow_test (deflated 62%) 2024-04-03T16:02:23.5346297Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2024-04-03T16:02:23.5441992Z adding: build/bin/c10_Half_test (deflated 61%) 2024-04-03T16:02:23.5544764Z adding: build/bin/c10_Metaprogramming_test (deflated 63%) 2024-04-03T16:02:23.5648535Z adding: build/bin/c10_LeftRight_test (deflated 63%) 2024-04-03T16:02:23.5743235Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2024-04-03T16:02:23.5846077Z adding: build/bin/c10_ThreadLocal_test (deflated 63%) 2024-04-03T16:02:23.5941993Z adding: build/bin/c10_TypeIndex_test (deflated 62%) 2024-04-03T16:02:23.6037452Z adding: build/bin/c10_TypeList_test (deflated 62%) 2024-04-03T16:02:23.6129335Z adding: build/bin/c10_TypeTraits_test (deflated 61%) 2024-04-03T16:02:23.6226601Z adding: build/bin/c10_accumulate_test (deflated 61%) 2024-04-03T16:02:23.6329917Z adding: build/bin/c10_bfloat16_test (deflated 62%) 2024-04-03T16:02:23.6424775Z adding: build/bin/c10_bit_cast_test (deflated 61%) 2024-04-03T16:02:23.6530138Z adding: build/bin/c10_complex_math_test (deflated 63%) 2024-04-03T16:02:23.6628695Z adding: build/bin/c10_exception_test (deflated 61%) 2024-04-03T16:02:23.6732402Z adding: build/bin/c10_complex_test (deflated 61%) 2024-04-03T16:02:23.6827133Z adding: build/bin/c10_flags_test (deflated 61%) 2024-04-03T16:02:23.6921252Z adding: build/bin/c10_generic_math_test (deflated 61%) 2024-04-03T16:02:23.7025077Z adding: build/bin/c10_logging_test (deflated 62%) 2024-04-03T16:02:23.7120416Z adding: build/bin/c10_irange_test (deflated 61%) 2024-04-03T16:02:23.7392864Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2024-04-03T16:02:23.7528241Z adding: build/bin/c10_optional_test (deflated 65%) 2024-04-03T16:02:23.7642503Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2024-04-03T16:02:23.7742549Z adding: build/bin/c10_registry_test (deflated 61%) 2024-04-03T16:02:23.7989808Z adding: build/bin/c10_small_vector_test (deflated 74%) 2024-04-03T16:02:23.8086432Z adding: build/bin/c10_ssize_test (deflated 61%) 2024-04-03T16:02:23.8184000Z adding: build/bin/c10_string_util_test (deflated 61%) 2024-04-03T16:02:23.8278645Z adding: build/bin/c10_tempfile_test (deflated 61%) 2024-04-03T16:02:23.8387256Z adding: build/bin/c10_string_view_test (deflated 63%) 2024-04-03T16:02:23.8477738Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2024-04-03T16:02:23.8583055Z adding: build/bin/c10_typeid_test (deflated 62%) 2024-04-03T16:02:23.9425792Z adding: build/bin/protoc-3.13.0.0 (deflated 61%) 2024-04-03T16:02:24.0266965Z adding: build/bin/protoc (deflated 61%) 2024-04-03T16:02:24.0805559Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 75%) 2024-04-03T16:02:24.1368194Z adding: build/bin/vec_test_all_types_AVX512 (deflated 75%) 2024-04-03T16:02:24.1969378Z adding: build/bin/vec_test_all_types_AVX2 (deflated 73%) 2024-04-03T16:02:24.2069233Z adding: build/bin/FileStoreTest (deflated 61%) 2024-04-03T16:02:24.2174455Z adding: build/bin/TCPStoreTest (deflated 62%) 2024-04-03T16:02:24.2274774Z adding: build/bin/HashStoreTest (deflated 62%) 2024-04-03T16:02:24.2397453Z adding: build/bin/ProcessGroupGlooTest (deflated 62%) 2024-04-03T16:02:24.2402147Z adding: build/bin/example_allreduce (deflated 67%) 2024-04-03T16:02:24.2504920Z adding: build/bin/test_dist_autograd (deflated 61%) 2024-04-03T16:02:24.2508914Z adding: build/bin/parallel_benchmark (deflated 73%) 2024-04-03T16:02:24.2637848Z adding: build/bin/test_cpp_rpc (deflated 61%) 2024-04-03T16:02:24.2785917Z adding: build/bin/test_mobile_nnc (deflated 61%) 2024-04-03T16:02:24.2800978Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2024-04-03T16:02:24.2910644Z adding: build/bin/static_runtime_bench (deflated 59%) 2024-04-03T16:02:24.3480374Z adding: build/bin/test_lazy (deflated 73%) 2024-04-03T16:02:24.3918080Z adding: build/bin/static_runtime_test (deflated 69%) 2024-04-03T16:02:24.4051210Z adding: build/bin/Dict_test (deflated 65%) 2024-04-03T16:02:24.4149732Z adding: build/bin/Dimname_test (deflated 61%) 2024-04-03T16:02:24.4266690Z adding: build/bin/MaybeOwned_test (deflated 66%) 2024-04-03T16:02:24.4372909Z adding: build/bin/NamedTensor_test (deflated 61%) 2024-04-03T16:02:24.4481935Z adding: build/bin/apply_utils_test (deflated 63%) 2024-04-03T16:02:24.4590812Z adding: build/bin/atest (deflated 62%) 2024-04-03T16:02:24.4709719Z adding: build/bin/basic (deflated 61%) 2024-04-03T16:02:24.4812666Z adding: build/bin/broadcast_test (deflated 61%) 2024-04-03T16:02:24.4908336Z adding: build/bin/cpu_allocator_test (deflated 61%) 2024-04-03T16:02:24.5016461Z adding: build/bin/cpu_generator_test (deflated 63%) 2024-04-03T16:02:24.5115536Z adding: build/bin/cpu_profiling_allocator_test (deflated 61%) 2024-04-03T16:02:24.5209538Z adding: build/bin/dispatch_key_set_test (deflated 61%) 2024-04-03T16:02:24.5304007Z adding: build/bin/dlconvertor_test (deflated 61%) 2024-04-03T16:02:24.5469839Z adding: build/bin/cpu_rng_test (deflated 66%) 2024-04-03T16:02:24.5577490Z adding: build/bin/extension_backend_test (deflated 62%) 2024-04-03T16:02:24.5670932Z adding: build/bin/lazy_tensor_test (deflated 61%) 2024-04-03T16:02:24.5846705Z adding: build/bin/ivalue_test (deflated 62%) 2024-04-03T16:02:24.5946402Z adding: build/bin/math_kernel_test (deflated 61%) 2024-04-03T16:02:24.6046006Z adding: build/bin/memory_overlapping_test (deflated 61%) 2024-04-03T16:02:24.6145698Z adding: build/bin/mobile_memory_cleanup (deflated 61%) 2024-04-03T16:02:24.6246337Z adding: build/bin/memory_format_test (deflated 61%) 2024-04-03T16:02:24.6341613Z adding: build/bin/operator_name_test (deflated 61%) 2024-04-03T16:02:24.6446713Z adding: build/bin/native_test (deflated 61%) 2024-04-03T16:02:24.6541716Z adding: build/bin/operators_test (deflated 62%) 2024-04-03T16:02:24.6639697Z adding: build/bin/packedtensoraccessor_test (deflated 61%) 2024-04-03T16:02:24.6764294Z adding: build/bin/pow_test (deflated 62%) 2024-04-03T16:02:24.6871188Z adding: build/bin/quantized_test (deflated 62%) 2024-04-03T16:02:24.6964776Z adding: build/bin/reduce_ops_test (deflated 61%) 2024-04-03T16:02:24.7060727Z adding: build/bin/reportMemoryUsage_test (deflated 62%) 2024-04-03T16:02:24.7167345Z adding: build/bin/scalar_tensor_test (deflated 61%) 2024-04-03T16:02:24.7276096Z adding: build/bin/scalar_test (deflated 61%) 2024-04-03T16:02:24.7372373Z adding: build/bin/StorageUtils_test (deflated 61%) 2024-04-03T16:02:24.7470306Z adding: build/bin/stride_properties_test (deflated 61%) 2024-04-03T16:02:24.7609591Z adding: build/bin/tensor_iterator_test (deflated 67%) 2024-04-03T16:02:24.7613890Z adding: build/bin/thread_init_test (deflated 69%) 2024-04-03T16:02:24.7714700Z adding: build/bin/test_parallel (deflated 61%) 2024-04-03T16:02:24.7818808Z adding: build/bin/half_test (deflated 62%) 2024-04-03T16:02:24.7921491Z adding: build/bin/type_ptr_test (deflated 62%) 2024-04-03T16:02:24.8032177Z adding: build/bin/type_test (deflated 62%) 2024-04-03T16:02:24.8130729Z adding: build/bin/undefined_tensor_test (deflated 61%) 2024-04-03T16:02:24.8132741Z adding: build/bin/verify_api_visibility (deflated 84%) 2024-04-03T16:02:24.8260978Z adding: build/bin/legacy_vmap_test (deflated 62%) 2024-04-03T16:02:24.8356928Z adding: build/bin/weakref_test (deflated 61%) 2024-04-03T16:02:24.8453152Z adding: build/bin/wrapdim_test (deflated 61%) 2024-04-03T16:02:24.8550164Z adding: build/bin/xla_tensor_test (deflated 61%) 2024-04-03T16:02:24.8660542Z adding: build/bin/IListRef_test (deflated 62%) 2024-04-03T16:02:24.8844625Z adding: build/bin/List_test (deflated 69%) 2024-04-03T16:02:24.9058547Z adding: build/bin/kernel_function_legacy_test (deflated 67%) 2024-04-03T16:02:24.9179000Z adding: build/bin/KernelFunction_test (deflated 65%) 2024-04-03T16:02:24.9349551Z adding: build/bin/kernel_function_test (deflated 67%) 2024-04-03T16:02:24.9566877Z adding: build/bin/kernel_lambda_legacy_test (deflated 70%) 2024-04-03T16:02:24.9743267Z adding: build/bin/kernel_lambda_test (deflated 70%) 2024-04-03T16:02:24.9855467Z adding: build/bin/kernel_stackbased_test (deflated 62%) 2024-04-03T16:02:25.0026735Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 66%) 2024-04-03T16:02:25.0130338Z adding: build/bin/backend_fallback_test (deflated 61%) 2024-04-03T16:02:25.0248952Z adding: build/bin/inline_container_test (deflated 62%) 2024-04-03T16:02:25.0350405Z adding: build/bin/test_edge_op_registration (deflated 61%) 2024-04-03T16:02:25.2367713Z adding: build/bin/test_api (deflated 67%) 2024-04-03T16:02:25.2390606Z adding: build/bin/tutorial_tensorexpr (deflated 65%) 2024-04-03T16:02:25.2397895Z adding: build/bin/torch_shm_manager (deflated 64%) 2024-04-03T16:02:25.3816355Z adding: build/bin/test_tensorexpr (deflated 66%) 2024-04-03T16:02:25.4830188Z adding: build/bin/test_jit (deflated 66%) 2024-04-03T16:02:25.4831077Z adding: .additional_ci_files/ (stored 0%) 2024-04-03T16:02:25.4884077Z adding: .additional_ci_files/test-times.json (deflated 74%) 2024-04-03T16:02:25.5121789Z adding: .additional_ci_files/test-class-times.json (deflated 68%) 2024-04-03T16:02:25.5181912Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T16:02:25.5182359Z with: 2024-04-03T16:02:25.5182643Z name: linux-jammy-py3.8-gcc11-no-ops 2024-04-03T16:02:25.5183054Z retention-days: 14 2024-04-03T16:02:25.5183373Z if-no-files-found: error 2024-04-03T16:02:25.5183699Z path: artifacts.zip 2024-04-03T16:02:25.5184021Z s3-bucket: gha-artifacts 2024-04-03T16:02:25.5184353Z region: us-east-1 2024-04-03T16:02:25.5184630Z ##[endgroup] 2024-04-03T16:02:25.8950793Z With the provided path, there will be 1 file uploaded 2024-04-03T16:02:25.8952112Z Uploading to s3 prefix: pytorch/pytorch/8536950919/linux-jammy-py3.8-gcc11-no-ops 2024-04-03T16:02:26.0424594Z Starting upload of artifacts.zip 2024-04-03T16:02:29.1443528Z Finished upload of artifacts.zip 2024-04-03T16:02:29.1601555Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T16:02:29.1602001Z with: 2024-04-03T16:02:29.1602338Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:02:29.1602859Z retention-days: 365 2024-04-03T16:02:29.1603180Z if-no-files-found: warn 2024-04-03T16:02:29.1603524Z path: sccache-stats-*.json 2024-04-03T16:02:29.1603864Z s3-bucket: gha-artifacts 2024-04-03T16:02:29.1604194Z name: artifact 2024-04-03T16:02:29.1604475Z region: us-east-1 2024-04-03T16:02:29.1604752Z ##[endgroup] 2024-04-03T16:02:29.4945331Z NOTE: s3-prefix specified, ignoring name parameter 2024-04-03T16:02:29.4946201Z With the provided path, there will be 1 file uploaded 2024-04-03T16:02:29.4947001Z Uploading to s3 prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T16:02:29.4981528Z Starting upload of sccache-stats-linux-jammy-py3.8-gcc11-no-ops-23401547206.json 2024-04-03T16:02:29.6250355Z Finished upload of sccache-stats-linux-jammy-py3.8-gcc11-no-ops-23401547206.json 2024-04-03T16:02:29.6448707Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-04-03T16:02:29.6449282Z with: 2024-04-03T16:02:29.6449703Z ##[endgroup] 2024-04-03T16:02:29.6585455Z ##[group]Run set -eou pipefail 2024-04-03T16:02:29.6585861Z set -eou pipefail 2024-04-03T16:02:29.6586185Z  2024-04-03T16:02:29.6586688Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-04-03T16:02:29.6587329Z for _ in $(seq 1440); do 2024-04-03T16:02:29.6587770Z  # Break if no ssh session exists anymore 2024-04-03T16:02:29.6588254Z  if [ "$(who)" = "" ]; then 2024-04-03T16:02:29.6588650Z  break 2024-04-03T16:02:29.6588930Z  fi 2024-04-03T16:02:29.6589204Z  echo "." 2024-04-03T16:02:29.6589507Z  sleep 5 2024-04-03T16:02:29.6589784Z done 2024-04-03T16:02:29.6597703Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:02:29.6598257Z ##[endgroup] 2024-04-03T16:02:29.6620142Z Holding runner for 2 hours until all ssh sessions have logged out 2024-04-03T16:02:29.6827734Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T16:02:29.6828515Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T16:02:29.6829105Z # shellcheck disable=SC2046 2024-04-03T16:02:29.6829556Z docker stop $(docker ps -q) || true 2024-04-03T16:02:29.6830012Z # Prune all of the docker images 2024-04-03T16:02:29.6830446Z docker system prune -af 2024-04-03T16:02:29.6838330Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T16:02:29.6838836Z ##[endgroup] 2024-04-03T16:02:41.9846139Z 543eb212eac8 2024-04-03T16:02:42.1844762Z Deleted Containers: 2024-04-03T16:02:42.1845458Z 543eb212eac8c2ac2e0869c313685b20d9259263cc5e0b8def3b2df9bc64f725 2024-04-03T16:02:42.1845914Z 2024-04-03T16:02:45.2698128Z Deleted Images: 2024-04-03T16:02:45.2700008Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T16:02:45.2702867Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-jammy-py3.8-gcc11@sha256:66934e8a2aa7cad8e06a1fbc5a6f0e239ee3d124c7929e4418f76d11beb80c7b 2024-04-03T16:02:45.2704888Z deleted: sha256:edab37a6fecd099844f4888cdb58ab57de8cc1ffb0964933664a10a6b9fa73a8 2024-04-03T16:02:45.2706118Z deleted: sha256:905eb3165d72389fe2a77b6b0b9b42979fec6d4762ba5d6372b004485a7887f2 2024-04-03T16:02:45.2707219Z deleted: sha256:b52147393ef7954d559c54e5e8bdf5c9362923c6bc5e5c1ac7b416ae3bc50f1b 2024-04-03T16:02:45.2708083Z deleted: sha256:33129cdc36b6b17d0d59f4913c861e2ab55cec6b1f0bcf729807fced51ee458e 2024-04-03T16:02:45.2709615Z deleted: sha256:905ee334605b68ef01e63105bb18f2ea2b4fc1b7cb7feabfb7a0eb65023cfbaa 2024-04-03T16:02:45.2711025Z deleted: sha256:538bde79919a681e153c980201fba870a6f7ceb5f0cf38c531bdb7d8808da5fe 2024-04-03T16:02:45.2712234Z deleted: sha256:db649c126d92a59d7f3777fa9cda59a19fc09346e3f2da46637f769b001da08d 2024-04-03T16:02:45.2713092Z deleted: sha256:401aa540d7013a2fec18292b710a4b7b704ff0e5191a6409bfa7f5105c03bf0f 2024-04-03T16:02:45.2714103Z deleted: sha256:3b53de43223804a7efad8f916999035e775d90036803f86521e9be97539f40ad 2024-04-03T16:02:45.2715157Z deleted: sha256:b2f44ae198a8e733062bc965e9f8f0b237e493f74113f343e75e9f11c1ffd82d 2024-04-03T16:02:45.2716216Z deleted: sha256:512d4e1ee86372c20c627cfcbd49474ff2417e1cbe160861e19b0a6b612858b7 2024-04-03T16:02:45.2717089Z deleted: sha256:40f2d30dfb73d70ffeaccc94d76abf117254af30c7ae8d05b869cd1e02072c56 2024-04-03T16:02:45.2718157Z deleted: sha256:30cbd3d349b325ad324c7222b09f06461d7d5ba9c2f0d2d47902f95e4eb735e9 2024-04-03T16:02:45.2718990Z deleted: sha256:84e3a88d823a68472d445767c8677811a579b76d421ddc260d06de3a3d20254a 2024-04-03T16:02:45.2719844Z deleted: sha256:74be4e310354a4d7f3b6f81aa1701ef3f988e96e7c8ce0d1accc035bcebb7903 2024-04-03T16:02:45.2721655Z deleted: sha256:6a4cb11588f457a23f797cb6c3c63ff04ca813557f1a5199a4b56bb96f5a400f 2024-04-03T16:02:45.2722949Z deleted: sha256:154b4926ace46a1bc9dd4859a007e72e05c53455362fa4d1b9c6a7a88658e2ad 2024-04-03T16:02:45.2724379Z deleted: sha256:83cca981aeb36a816e3f7961b4db68f6d1083a1a485359e27002dd05551a0faf 2024-04-03T16:02:45.2725674Z deleted: sha256:bd99ecf15c76d11726541058b9988b00b0448f5572e29581f8fe4d1beb6f2f04 2024-04-03T16:02:45.2726696Z deleted: sha256:c2306f98283138f1e8a0eb86821c56a874a3a0e64f3c5bd78af77e3d4dc4cea2 2024-04-03T16:02:45.2727563Z deleted: sha256:8d3cbc73dd42c894ad477153964abbd1db5ff1a85639c576f3dd15aa49fc1e32 2024-04-03T16:02:45.2728440Z deleted: sha256:93bca5d18fc95e7b538f7b011f199ea47d4c4a24d92e37befdb55c65315daef3 2024-04-03T16:02:45.2729303Z deleted: sha256:ca03cea0e25997d85fc876c81c3ec9a2d5280b5b9efa04b3f5dde9482894735b 2024-04-03T16:02:45.2730274Z deleted: sha256:2868da78fde9fe36f01a3bdf87ff3af36ec30cf36787d0a5cbad1573f9eb72a7 2024-04-03T16:02:45.2731152Z deleted: sha256:861a2e61cf7edf4a2d567f8f91a0a1d6720b2804696e455566653519def5eed6 2024-04-03T16:02:45.2732004Z deleted: sha256:ae20e25a200dfe3331cb1623aaa4d94fda1da70ca1457bece6ee0736406c477b 2024-04-03T16:02:45.2765455Z deleted: sha256:b2c2049f6254580f321ddb8e344a6f30920295714920d542f50895964494bcaa 2024-04-03T16:02:45.2766629Z deleted: sha256:6528c514c7f21f80242cf6a7bdc1c8d915649cfafdb940bc43a730b92c055395 2024-04-03T16:02:45.2768158Z deleted: sha256:661270485835c1ad00ddc00a41d55afcdf2f15326873b6564685568e51502f0b 2024-04-03T16:02:45.2769076Z deleted: sha256:c620865dc9b9190a1d5020fa279930e88aea7cc0fba3fce9a23526d59fb91b8b 2024-04-03T16:02:45.2770039Z deleted: sha256:6bbb1aecdf7e92a8f542cf0d72e09fb3ebb5d3e54e026c45fc6005479c973812 2024-04-03T16:02:45.2770917Z deleted: sha256:c38992a57858cfe5482c0f6a222dd2ec1365febf3634116368e0224766b8eabf 2024-04-03T16:02:45.2771762Z deleted: sha256:a806e3a5b978f751b2d24fb75b0ec1531609aa5438e969b553e35eae9420291d 2024-04-03T16:02:45.2772620Z deleted: sha256:f977093d1313dfd0c96542aec48775e1c6153e6d4da0e44e4019a1f33bc7ccbc 2024-04-03T16:02:45.2773479Z deleted: sha256:d87f19303d93852e7dec32bda379838586b85592647ae5fb83e9145395922c52 2024-04-03T16:02:45.2774326Z deleted: sha256:30fab3365ed7c6036db2bd494146182269ab08e5f076a9f05cc782ae2a1be6f2 2024-04-03T16:02:45.2775188Z deleted: sha256:dc7d5459e2773dac5bd936b3e0f2712f59e2f2efb6fdd9fa58b1dad13e7ba709 2024-04-03T16:02:45.2776061Z deleted: sha256:3c9770b6c5083d2b47eb7cb18e40f73377ad8c85193c48d10dc53453942a58ca 2024-04-03T16:02:45.2776916Z deleted: sha256:6037d0815881f7ca8e604b2cd0ba9c02a7b51d1dfaf9b45f72a9690593f4522e 2024-04-03T16:02:45.2777757Z deleted: sha256:4c5ec0d9046384b56009a78bd08ea8c4d53566560bfc1a5f3cbbf29fb5d28e78 2024-04-03T16:02:45.2778599Z deleted: sha256:831fd71d6c6e601a049d95d96f3b86602c60014f66c4a8ba995274930ec6360d 2024-04-03T16:02:45.2779451Z deleted: sha256:7f853fb34a14d00c3cc35edb4c6c2d139853c00531d5c0e947aaf0af32fc8c6d 2024-04-03T16:02:45.2780301Z deleted: sha256:6216695cd3743e80cf171dc625b35bdd8c875eb38ccb1c74de9ecaf70ef12cf7 2024-04-03T16:02:45.2781161Z deleted: sha256:a3987ee214e96c8a4c394439202fdebc1742b5c9b7c49c795eb5b02873caf5c0 2024-04-03T16:02:45.2782029Z deleted: sha256:ec36b2dfaf0780fc77239a6442a03d3fe12344a62fd9f160706ea8fb31827c31 2024-04-03T16:02:45.2783010Z deleted: sha256:e74fdfc92a654609e8a0e58038f355ac20ca6e48f9740e1f8eeb4258745664e6 2024-04-03T16:02:45.2783870Z deleted: sha256:213a5ea0dfcd1c6d1a1b663bfb48666e21fa4ccfb4e50814fe80178c59877bf8 2024-04-03T16:02:45.2784753Z deleted: sha256:2eeecd229060f5607471a8b1ae0eb47c1ef360d0bde7b0b918fe58a471d07632 2024-04-03T16:02:45.2785614Z deleted: sha256:e06952350caa9d97c27e0cf877ec331c95ccd08f9d101338b3f2430048435795 2024-04-03T16:02:45.2786456Z deleted: sha256:3f092d21eb8319fde82a9b1457866cfe4b510bf67241420ca209e8bf7102059e 2024-04-03T16:02:45.2787314Z deleted: sha256:2e04267fe055da334722fb21dbc887d8f07a04fdf09a51938de789a08b291cfe 2024-04-03T16:02:45.2788173Z deleted: sha256:a8917fb72475f126ca60bfa82d4cf4f13f68faf76b35caca0a08278683a28bf8 2024-04-03T16:02:45.2789133Z deleted: sha256:90cc1b8908359659cd6d3452ac6ebe7a6c136fea9a08dbce8895e7dbdb6207a5 2024-04-03T16:02:45.2790030Z deleted: sha256:0fff0f3eae6cbddf08197e2d51fdba3a40ec153315bb94e5bf8cfd4b46f98419 2024-04-03T16:02:45.2790963Z deleted: sha256:24ab507a199fbc79871ceb0443245e24c0458d10faade9c24593b0623f78cb03 2024-04-03T16:02:45.2791807Z deleted: sha256:cd88b61c700f6c253b46448dff97698516945970d56776e20e894d80d190b904 2024-04-03T16:02:45.2792643Z deleted: sha256:8d4170f13f8a43f7f191b1c5a5f5b1bdd6530ddd457a80a7b69de301801550e9 2024-04-03T16:02:45.2793518Z deleted: sha256:eeb6d5b1e91efc779ec4a6422b4d87e49967833e726c2108c9fdfff3a9febf43 2024-04-03T16:02:45.2794377Z deleted: sha256:c93041a9e83bfb126e457b0603544f90579dda9c6a13a915849645eb85a68502 2024-04-03T16:02:45.2795216Z deleted: sha256:2fb3495a30e7eb0864d26a8a93d8c78b86b8a64cd41619a1361a08b799d11685 2024-04-03T16:02:45.2796097Z deleted: sha256:b66ee3c97bcad9d55cb39a67ccd6b3beb626b4187bedceff060d6df941cc837d 2024-04-03T16:02:45.2796987Z deleted: sha256:392ced3ad906438bdead3c86295eb143f2fb85264af147e6f1f35d01c1ced362 2024-04-03T16:02:45.2797853Z deleted: sha256:87c81bac51502ae15d854b5a0e091a15ee10bc2b6d418a5705ca4a3abfcd0d28 2024-04-03T16:02:45.2798719Z deleted: sha256:d4f429e424bdec09e61d24c39f65c9c3933c4dfeb4b6310f4987a1799657ad77 2024-04-03T16:02:45.2799590Z deleted: sha256:f5efbd022127e1175e36f2c5fd792ac1f7c47418c93f79846df2412bdb7430bd 2024-04-03T16:02:45.2800616Z deleted: sha256:e2fad19928d02016347bc999f793c1912a2a4c979511f4e87b49db49233eed88 2024-04-03T16:02:45.2801451Z deleted: sha256:ee0f573586ebb0580982f974c3101c73d10d53c9e5523cb283bb5fd9cfb45017 2024-04-03T16:02:45.2802300Z deleted: sha256:aec57c0a36a59d850a778188d86004b271d7ea7c7f3099b69cd0964c23df31f3 2024-04-03T16:02:45.2803168Z deleted: sha256:97e7daacc3e32cc73f0a634ac185f46b236145f7adc160db674efdf892c1766f 2024-04-03T16:02:45.2804017Z deleted: sha256:e5ff4155a5c530732299da68cf28a5a52028fa5a25899de16a686b43d6c04e63 2024-04-03T16:02:45.2804877Z deleted: sha256:6145ed59ce48c64268ca5c98a5fbe2fbff17157e38af09e12bff68b74c79e74c 2024-04-03T16:02:45.2805749Z deleted: sha256:8ecde50858cbc91165551bcd309f8cd00e49b8ae1f7f864070b5551fc199ec46 2024-04-03T16:02:45.2806603Z deleted: sha256:c0c28dfb686a210566daab4fafef59cb4720c8036d3011179056cd059e034bce 2024-04-03T16:02:45.2807455Z deleted: sha256:d5d2024b69813e69f912057b0af512c77952d0e780a84868328829a7c3b1a5b7 2024-04-03T16:02:45.2808300Z deleted: sha256:1d15b0497ee6d16bddf0294f7a72aea8a230ef252d8a736c3084de3bd448f007 2024-04-03T16:02:45.2809157Z deleted: sha256:6f9321552d3cd0357443910af819fc1080aae134db4db2cebc9fbe8950f5970e 2024-04-03T16:02:45.2810052Z deleted: sha256:10406cf5503ff7215e2fa6a948121f26252776c8a77d59c03ea960d181953e33 2024-04-03T16:02:45.2810910Z deleted: sha256:edacda4f3bed0017ee8e30644e3ca826770e4fa9594617f67f67d8b04566c4d6 2024-04-03T16:02:45.2811765Z deleted: sha256:2734737e3cd948c91fd4003c5ee35820d4115a112c0478e0f031365431c1a2f6 2024-04-03T16:02:45.2812610Z deleted: sha256:eb1b20984d5deb9d3d1743e16a10683d787ce12f6b88133174ec4999344f362c 2024-04-03T16:02:45.2813471Z deleted: sha256:549d11624b0cbbb68984f5d6a33498bfb076fc901e4f23ea53b32971c7aaed02 2024-04-03T16:02:45.2814313Z deleted: sha256:26f2869e3ab075b907969de9aa179979f4fc9f8cc864025a646497ed71e2f0bc 2024-04-03T16:02:45.2815148Z deleted: sha256:222a48fb23cb13e5340360dee15485a1e547c730e8b0f79be58b38b443f96a32 2024-04-03T16:02:45.2816075Z deleted: sha256:81ef77bb993ba4fb3978141df789aba6d6754bb86c51c859d717367d9c37a65f 2024-04-03T16:02:45.2816949Z deleted: sha256:7bb82f4b0c6491c4b4cafaadd5377931be37d828ac2899475ac8abe9d0e520af 2024-04-03T16:02:45.2817823Z deleted: sha256:5498e8c22f6996f25ef193ee58617d5b37e2a96decf22e72de13c3b34e147591 2024-04-03T16:02:45.2818334Z 2024-04-03T16:02:45.2818464Z Total reclaimed space: 14.28GB 2024-04-03T16:02:45.2900131Z Post job cleanup. 2024-04-03T16:02:45.2956502Z Post job cleanup. 2024-04-03T16:02:45.3828267Z [command]/usr/bin/git version 2024-04-03T16:02:45.3869482Z git version 2.40.1 2024-04-03T16:02:45.3910104Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/e3c78e15-ebc9-4c3f-b543-bf97d59ff5a3' before making global git config changes 2024-04-03T16:02:45.3912473Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T16:02:45.3916856Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T16:02:45.3963128Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T16:02:45.3994122Z [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-04-03T16:02:45.4368214Z Entering 'android/libs/fbjni' 2024-04-03T16:02:45.4410701Z Entering 'third_party/FP16' 2024-04-03T16:02:45.4451806Z Entering 'third_party/FXdiv' 2024-04-03T16:02:45.4493278Z Entering 'third_party/NNPACK' 2024-04-03T16:02:45.4534330Z Entering 'third_party/QNNPACK' 2024-04-03T16:02:45.4574626Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T16:02:45.4617250Z Entering 'third_party/XNNPACK' 2024-04-03T16:02:45.4675553Z Entering 'third_party/benchmark' 2024-04-03T16:02:45.4741829Z Entering 'third_party/cpuinfo' 2024-04-03T16:02:45.4785044Z Entering 'third_party/cub' 2024-04-03T16:02:45.4828195Z Entering 'third_party/cudnn_frontend' 2024-04-03T16:02:45.4870197Z Entering 'third_party/cutlass' 2024-04-03T16:02:45.4921844Z Entering 'third_party/eigen' 2024-04-03T16:02:45.4967710Z Entering 'third_party/fbgemm' 2024-04-03T16:02:45.5007927Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T16:02:45.5050403Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T16:02:45.5092733Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T16:02:45.5140295Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T16:02:45.5181542Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T16:02:45.5225242Z Entering 'third_party/flatbuffers' 2024-04-03T16:02:45.5271413Z Entering 'third_party/fmt' 2024-04-03T16:02:45.5314953Z Entering 'third_party/foxi' 2024-04-03T16:02:45.5358225Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T16:02:45.5401595Z Entering 'third_party/gloo' 2024-04-03T16:02:45.5445392Z Entering 'third_party/googletest' 2024-04-03T16:02:45.5487334Z Entering 'third_party/ideep' 2024-04-03T16:02:45.5529055Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T16:02:45.5577241Z Entering 'third_party/ios-cmake' 2024-04-03T16:02:45.5621341Z Entering 'third_party/ittapi' 2024-04-03T16:02:45.5664302Z Entering 'third_party/kineto' 2024-04-03T16:02:45.5706553Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T16:02:45.5747167Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T16:02:45.5789105Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T16:02:45.5829711Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T16:02:45.5869763Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T16:02:45.5909691Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T16:02:45.5951788Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T16:02:45.5992139Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T16:02:45.6033313Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T16:02:45.6076247Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T16:02:45.6118454Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T16:02:45.6161029Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T16:02:45.6202145Z Entering 'third_party/mimalloc' 2024-04-03T16:02:45.6244517Z Entering 'third_party/nccl/nccl' 2024-04-03T16:02:45.6287953Z Entering 'third_party/neon2sse' 2024-04-03T16:02:45.6330076Z Entering 'third_party/nlohmann' 2024-04-03T16:02:45.6372988Z Entering 'third_party/onnx' 2024-04-03T16:02:45.6429948Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T16:02:45.6473736Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T16:02:45.6515834Z Entering 'third_party/onnx-tensorrt' 2024-04-03T16:02:45.6556514Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T16:02:45.6601485Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T16:02:45.6642079Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T16:02:45.6682957Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T16:02:45.6727807Z Entering 'third_party/pocketfft' 2024-04-03T16:02:45.6768217Z Entering 'third_party/protobuf' 2024-04-03T16:02:45.6813353Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T16:02:45.6853024Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T16:02:45.6895128Z Entering 'third_party/psimd' 2024-04-03T16:02:45.6937088Z Entering 'third_party/pthreadpool' 2024-04-03T16:02:45.6977368Z Entering 'third_party/pybind11' 2024-04-03T16:02:45.7019035Z Entering 'third_party/python-peachpy' 2024-04-03T16:02:45.7059852Z Entering 'third_party/sleef' 2024-04-03T16:02:45.7101200Z Entering 'third_party/tbb' 2024-04-03T16:02:45.7144968Z Entering 'third_party/tensorpipe' 2024-04-03T16:02:45.7188207Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T16:02:45.7228594Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T16:02:45.7267197Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T16:02:45.7307133Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T16:02:45.7346634Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T16:02:45.7389078Z Entering 'third_party/zstd' 2024-04-03T16:02:45.7445589Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T16:02:45.7468844Z http.https://github.com/.extraheader 2024-04-03T16:02:45.7477212Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-04-03T16:02:45.7508696Z [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-04-03T16:02:45.7759762Z Entering 'android/libs/fbjni' 2024-04-03T16:02:45.7785928Z http.https://github.com/.extraheader 2024-04-03T16:02:45.7813325Z Entering 'third_party/FP16' 2024-04-03T16:02:45.7839327Z http.https://github.com/.extraheader 2024-04-03T16:02:45.7866705Z Entering 'third_party/FXdiv' 2024-04-03T16:02:45.7894575Z http.https://github.com/.extraheader 2024-04-03T16:02:45.7921457Z Entering 'third_party/NNPACK' 2024-04-03T16:02:45.7947155Z http.https://github.com/.extraheader 2024-04-03T16:02:45.7974421Z Entering 'third_party/QNNPACK' 2024-04-03T16:02:45.8000959Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8028027Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T16:02:45.8054185Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8081351Z Entering 'third_party/XNNPACK' 2024-04-03T16:02:45.8107156Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8151075Z Entering 'third_party/benchmark' 2024-04-03T16:02:45.8177748Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8204587Z Entering 'third_party/cpuinfo' 2024-04-03T16:02:45.8230684Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8258405Z Entering 'third_party/cub' 2024-04-03T16:02:45.8285151Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8312110Z Entering 'third_party/cudnn_frontend' 2024-04-03T16:02:45.8338500Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8365215Z Entering 'third_party/cutlass' 2024-04-03T16:02:45.8391797Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8426970Z Entering 'third_party/eigen' 2024-04-03T16:02:45.8453931Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8483782Z Entering 'third_party/fbgemm' 2024-04-03T16:02:45.8510404Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8538593Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T16:02:45.8564630Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8591345Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T16:02:45.8618657Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8645710Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T16:02:45.8671138Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8703680Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T16:02:45.8729894Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8756493Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T16:02:45.8782227Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8809859Z Entering 'third_party/flatbuffers' 2024-04-03T16:02:45.8836148Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8866724Z Entering 'third_party/fmt' 2024-04-03T16:02:45.8892657Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8919754Z Entering 'third_party/foxi' 2024-04-03T16:02:45.8945701Z http.https://github.com/.extraheader 2024-04-03T16:02:45.8972181Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T16:02:45.8997737Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9024547Z Entering 'third_party/gloo' 2024-04-03T16:02:45.9051737Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9078966Z Entering 'third_party/googletest' 2024-04-03T16:02:45.9105158Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9132359Z Entering 'third_party/ideep' 2024-04-03T16:02:45.9158533Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9185071Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T16:02:45.9210686Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9244998Z Entering 'third_party/ios-cmake' 2024-04-03T16:02:45.9271258Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9298469Z Entering 'third_party/ittapi' 2024-04-03T16:02:45.9325701Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9352376Z Entering 'third_party/kineto' 2024-04-03T16:02:45.9378342Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9405601Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T16:02:45.9431247Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9459121Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T16:02:45.9484904Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9513205Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T16:02:45.9539027Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9566435Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T16:02:45.9591457Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9621571Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T16:02:45.9646198Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9672387Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T16:02:45.9697644Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9726885Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T16:02:45.9752328Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9780925Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T16:02:45.9806895Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9834003Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T16:02:45.9859042Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9887821Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T16:02:45.9912979Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9941663Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T16:02:45.9967219Z http.https://github.com/.extraheader 2024-04-03T16:02:45.9993691Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T16:02:46.0018419Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0046868Z Entering 'third_party/mimalloc' 2024-04-03T16:02:46.0073357Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0100054Z Entering 'third_party/nccl/nccl' 2024-04-03T16:02:46.0126395Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0153396Z Entering 'third_party/neon2sse' 2024-04-03T16:02:46.0178711Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0205622Z Entering 'third_party/nlohmann' 2024-04-03T16:02:46.0230844Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0258911Z Entering 'third_party/onnx' 2024-04-03T16:02:46.0285081Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0328318Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T16:02:46.0353681Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0380410Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T16:02:46.0406372Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0434805Z Entering 'third_party/onnx-tensorrt' 2024-04-03T16:02:46.0460743Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0486335Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T16:02:46.0511952Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0543427Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T16:02:46.0568337Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0595605Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T16:02:46.0621420Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0648205Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T16:02:46.0673649Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0705112Z Entering 'third_party/pocketfft' 2024-04-03T16:02:46.0731186Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0757342Z Entering 'third_party/protobuf' 2024-04-03T16:02:46.0783825Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0814114Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T16:02:46.0839405Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0866831Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T16:02:46.0892048Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0919189Z Entering 'third_party/psimd' 2024-04-03T16:02:46.0945416Z http.https://github.com/.extraheader 2024-04-03T16:02:46.0971655Z Entering 'third_party/pthreadpool' 2024-04-03T16:02:46.0997511Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1025358Z Entering 'third_party/pybind11' 2024-04-03T16:02:46.1051419Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1078201Z Entering 'third_party/python-peachpy' 2024-04-03T16:02:46.1104091Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1130681Z Entering 'third_party/sleef' 2024-04-03T16:02:46.1156221Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1183474Z Entering 'third_party/tbb' 2024-04-03T16:02:46.1209287Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1236825Z Entering 'third_party/tensorpipe' 2024-04-03T16:02:46.1263302Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1291393Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T16:02:46.1315798Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1342549Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T16:02:46.1368017Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1394493Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T16:02:46.1419948Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1447322Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T16:02:46.1471866Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1498183Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T16:02:46.1523909Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1553166Z Entering 'third_party/zstd' 2024-04-03T16:02:46.1579183Z http.https://github.com/.extraheader 2024-04-03T16:02:46.1828928Z Evaluate and set job outputs 2024-04-03T16:02:46.1839362Z Set output 'docker-image' 2024-04-03T16:02:46.1840952Z Set output 'test-matrix' 2024-04-03T16:02:46.1841840Z Cleaning up orphan processes